
  /* HERO */
  .hero { padding: 1rem 0 3rem; border-bottom: 1px solid var(--border); margin-bottom: 3rem; display: flex; gap: 3rem; align-items: center; }
  .hero-text { flex: 1; min-width: 0; }
  .hero-visual { flex: 0 0 340px; }
  .hero-visual img { width: 100%; display: block; border-radius: 14px; border: 1px solid var(--border); }
  .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: 48px; font-weight: 700; line-height: 1.08; margin-bottom: 1.25rem; color: var(--navy); letter-spacing: -1px; }
  .hero h1 span { color: var(--orange); }
  .hero-body { display: flex; gap: 3rem; align-items: center; }
  .hero-sub { font-size: 17px; color: var(--text-mid); line-height: 1.85; margin-bottom: 2rem; }
  .partner-logos { display: flex; flex-direction: column; gap: 0.75rem; }
  .partner-logos span { font-size: 12px; color: var(--text-light); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }
  .partner-logos-imgs { display: flex; align-items: center; gap: 1.5rem; }
  .partner-logos a img { height: 48px; opacity: 0.85; transition: opacity 0.15s; }
  .partner-logos a img:hover { opacity: 1; }

  /* INCLUDED SECTION */
  .included-section { margin-bottom: 3.5rem; }
  .included-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1.75rem; color: var(--navy); letter-spacing: -0.5px; }
  .included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .included-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; }
  .included-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 1rem; display: flex; align-items: center; gap: 8px; }
  .included-card h3::before { content: ''; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }
  .included-card ul { list-style: none; }
  .included-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; }
  .included-card ul li::before { content: ''; width: 4px; height: 4px; background: var(--border-med); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }

  /* SPECIALISTS */
  .specialists-section { margin-bottom: 3.5rem; }
  .specialists-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 0.75rem; color: var(--navy); letter-spacing: -0.5px; }
  .specialists-intro { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.75rem; max-width: 700px; }
  .specialist-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 1.75rem; }
  .specialist-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 1.5rem; transition: border-color 0.15s, box-shadow 0.15s; }
  .specialist-card:hover { border-color: var(--orange); box-shadow: 0 2px 12px rgba(255,153,51,0.10); }
  .specialist-name { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
  .specialist-role { font-size: 11px; font-weight: 600; color: var(--orange); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 10px; }
  .specialist-desc { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
  .specialists-footer { font-size: 15px; color: var(--text-mid); line-height: 1.85; max-width: 700px; margin-bottom: 2rem; }
  .quote-block { background: var(--bg); border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; padding: 1.5rem 2rem; margin-top: 1.75rem; }
  .quote-block p { font-size: 15px; color: var(--text-mid); line-height: 1.85; font-style: italic; }

  /* WHY SECTION */
  .why-section { margin-bottom: 3.5rem; }
  .why-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1.75rem; color: var(--navy); letter-spacing: -0.5px; }
  .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; }
  .routing-box { background: var(--white); border: 1.5px solid var(--border); border-radius: 10px; padding: 1.25rem 1.5rem; margin: 1rem 0; }
  .routing-item { display: flex; gap: 14px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--border); }
  .routing-item:last-child { border-bottom: none; padding-bottom: 0; }
  .routing-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; padding: 3px 10px; border-radius: 20px; flex-shrink: 0; margin-top: 2px; width: 110px; text-align: center; }
  .routing-tag.sensitive { background: rgba(220,53,69,0.10); color: #c0392b; }
  .routing-tag.safe { background: var(--orange-dim); color: var(--orange); border: 1px solid var(--orange-border); }
  .routing-text { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
  .practice-items { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 1rem; }
  .practice-item .pi-label { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
  .practice-item .pi-text { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

  /* COMPARISON */
  .compare-section { margin-bottom: 3.5rem; }
  .compare-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .compare-grid { display: grid; grid-template-columns: 1fr 1fr; border-radius: 12px; overflow: hidden; border: 1.5px solid var(--border); }
  .compare-col { }
  .compare-col-header { padding: 1rem 1.5rem; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
  .compare-col:first-child .compare-col-header { background: var(--bg); color: var(--text-light); border-bottom: 1px solid var(--border); }
  .compare-col:last-child .compare-col-header { background: #2e4a66; color: var(--orange); border-bottom: 1px solid #3a5878; }
  .compare-row { padding: 0.75rem 1.5rem; font-size: 14px; border-top: 1px solid var(--border); display: flex; align-items: flex-start; gap: 10px; line-height: 1.7; }
  .compare-col:first-child .compare-row { color: var(--text-light); background: var(--white); }
  .compare-col:first-child .compare-row::before { content: '✕'; color: #d9a0a0; font-size: 13px; flex-shrink: 0; margin-top: 2px; }
  .compare-col:last-child .compare-row { color: var(--text-mid); background: #f0f4f8; border-color: #e2e8f0; }
  .compare-col:last-child .compare-row::before { content: '✓'; color: var(--orange); font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 2px; }

  /* WHO */
  .who-section { margin-bottom: 3.5rem; }
  .who-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .who-sub { font-size: 16px; font-weight: 600; color: var(--text-mid); margin-bottom: 1.25rem; }
  .who-list { list-style: none; margin-bottom: 1.75rem; }
  .who-list li { font-size: 14px; color: var(--text-mid); padding: 7px 0; display: flex; align-items: flex-start; gap: 10px; line-height: 1.7; border-bottom: 1px solid var(--border); }
  .who-list li:last-child { border-bottom: none; }
  .who-list li::before { content: ''; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
  .industries-tag { display: inline-block; font-size: 13px; color: var(--text-mid); background: var(--bg); border: 1px solid var(--border); border-radius: 6px; padding: 4px 12px; margin: 4px 4px 4px 0; }

  /* PRACTICAL APPLICATIONS */
  .apps-section { margin-bottom: 3.5rem; }
  .apps-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .apps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .app-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 1.5rem; transition: border-color 0.15s, box-shadow 0.15s; }
  .app-card:hover { border-color: var(--orange); box-shadow: 0 2px 12px rgba(255,153,51,0.10); }
  .app-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
  .app-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; }
  .cta-bar .cta-body { line-height: 1.85; max-width: 580px; margin: 0 auto 0.75rem; }
  .cta-bar .cta-tagline { font-size: 14px; color: var(--text-light); margin-bottom: 1.75rem; }
  .btn-primary { display: inline-block; background: var(--orange); color: var(--navy); text-decoration: none; border: none; padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; transition: opacity 0.15s; }
  .btn-primary:hover { opacity: 0.88; }

  /* 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) {
    .hero { flex-direction: column; }
    .hero-visual { flex: none; width: 100%; }
    .included-grid { grid-template-columns: 1fr; }
    .specialist-cards { grid-template-columns: 1fr; }
    .compare-grid { grid-template-columns: 1fr; }
    .practice-items { grid-template-columns: 1fr; }
    .apps-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 34px; }
  }