
  /* HERO */
  .hero { padding: 1rem 0 3rem; border-bottom: 1px solid var(--border); margin-bottom: 3rem; }
  .hero-badge { display: inline-block; background: var(--orange-dim); border: 1px solid var(--orange-border); color: var(--orange); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; margin-bottom: 1.5rem; font-weight: 600; }
  .hero h1 { font-size: 64px; font-weight: 700; line-height: 1.05; margin-bottom: 1.75rem; color: var(--navy); letter-spacing: -2px; }
  .hero h1 span { color: var(--orange); }
  .hero-sub { font-size: 17px; color: var(--text-mid); line-height: 1.85; margin-bottom: 2rem; max-width: 580px; }
  .hero-subhead { font-size: 13px; font-weight: 600; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1.75rem; }
  .hero-cta { border: none;
    cursor: pointer;display: inline-block; background: var(--orange); color: var(--navy); text-decoration: none; padding: 14px 36px; border-radius: 50px; font-size: 15px; font-weight: 700; font-family: inherit; transition: opacity 0.15s; }
  .hero-cta:hover { opacity: 0.88; }

  /* SECTION HEADINGS */
  .section { margin-bottom: 3.5rem; }
  .section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .section-intro { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.75rem; max-width: 700px; }

  /* WHY CARDS */
  .why-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; margin-bottom: 16px; }
  .why-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; }
  .why-card p { font-size: 14px; color: var(--text-mid); line-height: 1.85; margin-bottom: 0.75rem; }
  .why-card p:last-child { margin-bottom: 0; }

  /* HIGHLIGHT BOX */
  .highlight-box { background: var(--bg); border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; padding: 1.25rem 1.75rem; margin-bottom: 1.75rem; }
  .highlight-box p { font-size: 15px; color: var(--text-mid); line-height: 1.85; }
  .highlight-box strong { color: var(--navy); }

  /* FEATURE GRID CARDS */
  .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 1.75rem; }
  .feature-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; }
  .feature-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 1rem; display: flex; align-items: center; gap: 8px; }
  .feature-card h3::before { content: ''; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }
  .feature-card ul { list-style: none; }
  .feature-card ul li { font-size: 13px; color: var(--text-mid); padding: 4px 0; display: flex; align-items: flex-start; gap: 8px; line-height: 1.7; }
  .feature-card ul li::before { content: ''; width: 4px; height: 4px; background: var(--border-med); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
  .feature-card p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

  /* CASE STUDY CARDS */
  .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 1.75rem; }
  .case-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 1.5rem; transition: border-color 0.15s; display: flex; flex-direction: column; }
  .case-card:hover { border-color: var(--orange); box-shadow: 0 2px 12px rgba(255,153,51,0.10); }
  .case-card-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--orange); margin-bottom: 0.75rem; }
  .case-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; }
  .case-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-light); margin-bottom: 4px; }
  .case-card p { font-size: 13px; color: var(--text-mid); line-height: 1.7; margin-bottom: 0.75rem; }
  .case-card p:last-child { margin-bottom: 0; }
  .case-divider { border: none; border-top: 1px solid var(--border); margin: 0.75rem 0; margin-top: auto; }

  /* STEP CARDS */
  .step-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 1.75rem; }
  .step-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; position: relative; }
  .step-num { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--orange); margin-bottom: 0.75rem; }
  .step-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 0.625rem; }
  .step-card p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

  /* CTA BAR */
  .cta-bar { background: var(--orange-dim); border: 1.5px solid var(--orange-border); border-radius: 16px; padding: 2.5rem; text-align: center; margin-bottom: 3.5rem; }
  .cta-bar h3 { font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 6px; letter-spacing: -0.3px; }
  .cta-bar p { font-size: 15px; color: var(--text-mid); margin-bottom: 1.75rem; }
  .btn-cta { border: none;
    cursor: pointer;display: inline-block; background: var(--orange); color: var(--navy); text-decoration: none; padding: 14px 36px; border-radius: 50px; font-size: 15px; font-weight: 700; font-family: inherit; transition: opacity 0.15s; }
  .btn-cta:hover { opacity: 0.88; }
  .btn-outline { display: inline-block; background: transparent; color: var(--navy); text-decoration: none; padding: 13px 32px; border-radius: 50px; font-size: 15px; font-weight: 700; font-family: inherit; border: 1.5px solid var(--border-med); transition: border-color 0.15s; }
  .btn-outline:hover { border-color: var(--orange); }

  /* FAQ */
  .faq-section { margin-bottom: 3.5rem; }
  .faq-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .faq-item { border-bottom: 1px solid var(--border); }
  .faq-q { width: 100%; background: none; border: none; text-align: left; padding: 1.1rem 0; font-size: 15px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: inherit; gap: 12px; transition: color 0.15s; }
  .faq-q:hover { color: var(--orange); }
  .faq-arrow { color: var(--orange); font-size: 22px; flex-shrink: 0; transition: transform 0.2s; line-height: 1; font-weight: 300; }
  .faq-a { font-size: 14px; color: var(--text-mid); line-height: 1.85; padding-bottom: 1.1rem; display: none; }
  .faq-item.open .faq-a { display: block; }
  .faq-item.open .faq-arrow { transform: rotate(45deg); }

  @media (max-width: 720px) {
    .feature-grid { grid-template-columns: 1fr; }
    .case-grid { grid-template-columns: 1fr; }
    .step-cards { grid-template-columns: 1fr; }
    .hero h1 { font-size: 40px; letter-spacing: -1px; }
  }