/* Research Page Specific Styles - Based on Problem Page */

.research-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px clamp(20px, 4vw, 60px) 60px;
  }
  
  /* Section Styling */
  .research-section {
    margin-bottom: 100px;
  }
  
  .research-header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 40px;
  }
  
  .research-header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 600;
    color: #3B3C44;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.3;
  }
  
  .research-header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 400;
    color: #3B3C44;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.3;
  }
  
  .research-content {
    text-align: left;
  }
  
  .research-content > p {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.6;
    color: #3B3C44;
    margin-bottom: 30px;
    max-width: 1200px;
  }
  
  /* North Star Section */
  .north-star-insight {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #2A2A2A;
    color: white;
    padding: 25px 35px;
    border-radius: 20px;
    margin: 30px auto 40px;
    max-width: fit-content;
  }
  
  .north-star-icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
  }
  
  .north-star-insight p {
    margin: 0;
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 400;
    color: white;
  }
  
  /* Systems Container */
  .systems-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  
  .system-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
  }
  
  .system-icon {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .system-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  
  .system-content {
    flex: 1;
  }
  
  .system-content h3 {
    font-size: clamp(16px, 1.3vw, 20px);
    color: #3B3C44;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 500;
  }
  
  .system-content h3 strong {
    font-weight: 600;
  }
  
  .system-content p {
    font-size: clamp(14px, 1.1vw, 16px);
    color: #3B3C44;
    line-height: 1.5;
    margin: 0;
  }
  
  /* Insights Container */
  .insights-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 50px;
  }
  
  .insight-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  
  .insight-visual {
    flex-shrink: 0;
    width: 275px;
    display: flex;
    justify-content: center;
  }
  
  .insight-illustration {
    width: 100%;
    max-width: 275px;
    height: auto;
  }
  
  .insight-content {
    flex: 1;
  }
  
  .insight-label {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .insight-content h3 {
    font-size: clamp(18px, 1.4vw, 22px);
    color: #3B3C44;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 600;
  }
  
  .insight-content p {
    font-size: clamp(14px, 1.1vw, 16px);
    color: #666;
    line-height: 1.5;
    margin: 0;
  }
  
  /* Design Principles */
  .principles-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
  
  .principle-item {
    background: #2A2A2A;
    border-radius: 22px;
    padding: 25px 30px;
    color: white;
  }
  
  .principle-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
  }
  
  .principle-number {
    background: white;
    color: #2A2A2A;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
  }
  
  .principle-header h3 {
    font-size: clamp(18px, 1.25vw, 22px);
    color: white;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
  }
  
  .principle-description p {
    font-size: clamp(14px, 1.1vw, 16px);
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.4;
  }
  
  /* CTA Section - Same as Problem Page */
  .cta-section {
    margin-top: 100px;
  }
  
  .cta-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .cta-divider {
    flex: 1;
    height: 2px;
    background: #ccc;
    border: none;
    margin-top: 12px;
    margin-bottom: 40px;
    width: 100%;
  }
  
  .cta-heading {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 600;
    color: #3B3C44;
    font-family: 'Poppins', sans-serif;
    margin: 0;
  }
  
  .scroll-to-top {
    width: 120px;
    height: auto;
    cursor: pointer;
    margin-top: 6px;
    transition: transform 0.2s ease;
  }
  
  .scroll-to-top:hover {
    transform: translateY(-4px);
  }
  
  .cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
  }
  
  .cta-card {
    text-align: center;
  }
  
  .cta-img {
    width: 100%;
    max-width: 460px;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
  
  .cta-description {
    font-size: clamp(20px, 1.2vw, 22px);
    color: #3B3C44;
    margin-bottom: 35px;
    line-height: 1.5;
    font-weight: 500;
  }
  
  /* CTA Buttons */
  .cta-button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid;
    color: white;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  
  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  .cta-problem {
    background: #E85BAD;
    border-color: #E85BAD;
  }
  
  .cta-problem:hover {
    background: #EB70B8;
  }
  
  .cta-process {
    background: #D4713A;
    border-color: #D4713A;
  }
  
  .cta-process:hover {
    background: #DE8554;
  }
  
  /* Footer */
  .page-footer {
    background: #f8f8f8;
    text-align: center;
    padding: 30px 10px;
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    border-radius: 16px;
  }
  
  /* Responsive Design */
  @media (max-width: 900px) {
    .research-wrapper {
      padding: 30px clamp(16px, 4vw, 40px) 40px;
    }
  
    .research-section {
      margin-bottom: 60px;
    }
  
    .system-item {
      flex-direction: column;
      text-align: center;
      gap: 20px;
    }
  
    .system-icon {
      align-self: center;
    }
  
    .insight-item {
      flex-direction: column;
      text-align: center;
      gap: 25px;
    }
  
    .insight-visual {
      align-self: center;
      width: 150px;
    }
  
    .cta-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  
    .north-star-insight {
      flex-direction: column;
      text-align: center;
      padding: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .cta-button {
      font-size: 15px;
      padding: 14px 20px;
      width: 100%;
    }
  
    .research-wrapper {
      padding: 0 40px;
    }
  
    .research-section {
      padding: 50px 0;
    }
  }
  
  @media (max-width: 600px) {
    .research-wrapper {
      padding: 20px clamp(12px, 3vw, 20px) 30px;
    }
  
    .research-section {
      margin-bottom: 50px;
    }
  
    .research-header {
      margin-bottom: 25px;
    }
  
    .system-item {
      gap: 15px;
    }
  
    .system-icon {
      width: 60px;
      height: 60px;
    }
  
    .system-icon img {
      width: 40px;
      height: 40px;
    }
  
    .insight-item {
      gap: 20px;
    }
  
    .insight-visual {
      width: 120px;
    }
  
    .north-star-insight {
      padding: 16px;
      border-radius: 16px;
    }
  
    .principle-item {
      padding: 20px;
    }
  }
  
  @media (max-width: 480px) {
    .research-wrapper {
      padding: 15px clamp(12px, 3vw, 16px) 25px;
    }
  
    .research-section {
      margin-bottom: 40px;
    }
  
    .north-star-insight {
      margin: 20px 0;
    }
  
    .systems-container {
      gap: 30px;
    }
  
    .insights-container {
      gap: 40px;
    }
  
    .principles-container {
      gap: 20px;
    }
  }

  @media screen and (max-width: 768px) {
    .research-wrapper {
      padding: 0 40px;
    }
  
    .research-section {
      padding: 50px 0;
    }
  }