
  /* 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: 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-sub { font-size: 17px; color: var(--text-mid); line-height: 1.85; max-width: 580px; margin-bottom: 2rem; font-weight: 400; }
  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
  .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; }
  .btn-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--border-med); padding: 13px 32px; border-radius: 50px; font-size: 15px; font-weight: 500; cursor: pointer; font-family: inherit; transition: border-color 0.15s; }
  .btn-ghost:hover { border-color: var(--navy); }

  /* PROSE */
  .prose-section { margin-bottom: 3rem; }
  .prose-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1rem; color: var(--navy); letter-spacing: -0.5px; }
  .prose-section p { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 0.875rem; max-width: 700px; }

  /* SELECTOR */
  .selector-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); margin-bottom: 14px; font-weight: 600; }
  .selector-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .selector-tab { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 1.25rem 1.4rem; cursor: pointer; text-align: left; font-family: inherit; transition: border-color 0.15s, box-shadow 0.15s; }
  .selector-tab:hover:not(.active) { border-color: var(--border-med); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
  .selector-tab.active { border: 2px solid var(--orange); background: var(--orange-dim); }
  .tab-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--orange-dim); border: 1px solid var(--orange-border); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
  .tab-icon svg { width: 16px; height: 16px; stroke: var(--orange); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .tab-title { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
  .tab-sub { font-size: 12px; color: var(--text-light); line-height: 1.5; }

  /* AUDIENCE PANEL */
  .audience-panel { border: 1.5px solid var(--border); border-top: none; border-radius: 0 0 12px 12px; padding: 2rem; margin-bottom: 3.5rem; background: var(--bg); }
  .audience-panel h3 { font-size: 20px; font-weight: 700; margin-bottom: 0.875rem; color: var(--navy); }
  .audience-panel .panel-intro { font-size: 15px; color: var(--text-mid); line-height: 1.85; margin-bottom: 0.75rem; max-width: 700px; }
  .audience-panel .panel-intro:last-child { margin-bottom: 0; }

  /* DEPLOYMENT MODELS */
  .deploy-section { margin-bottom: 3.5rem; }
  .deploy-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .deploy-section .sub { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.75rem; max-width: 640px; }
  .deploy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .deploy-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; display: flex; flex-direction: column; }
  .deploy-card:hover { border-color: var(--orange); box-shadow: 0 2px 12px rgba(255,153,51,0.10); }
  .deploy-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--orange-dim); border: 1px solid var(--orange-border); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
  .deploy-icon svg { width: 18px; height: 18px; stroke: var(--orange); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .deploy-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
  .deploy-card-content {
  flex-grow: 1;
}
  .deploy-card p { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-bottom: 1rem; }
  .deploy-divider { border: none; border-top: 1px solid var(--border);     margin: 0.75rem 0;margin-top: auto; }
  .deploy-best { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-top: 10px; min-height: 96px; }

  /* PLATFORM INCLUDES */
  .managed-section { background: var(--bg); border-radius: 0 12px 12px 0; padding: 2rem 2.5rem; margin-bottom: 3.5rem; border-left: 4px solid var(--orange); }
  .managed-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 0.875rem; color: var(--navy); letter-spacing: -0.5px; }
  .managed-section .managed-intro { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 2rem; max-width: 640px; }
  .managed-items { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .managed-item .mi-label { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
  .managed-item .mi-text { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

  /* WHY SECTION */
  .why-section { margin-bottom: 3.5rem; }
  .why-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .why-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; }
  .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; }

  /* 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); }

  /* CTA */
  .cta-bar { background: var(--orange-dim); border: 1.5px solid var(--orange-border); border-radius: 16px; padding: 2.5rem; text-align: center; }
  .cta-bar h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; color: var(--navy); letter-spacing: -0.3px; }
  .cta-bar p { font-size: 15px; color: var(--text-mid); margin-bottom: 1.75rem; }
  .cta-btns { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }

  @media (max-width: 720px) {
    .selector-tabs { grid-template-columns: 1fr; }
    .deploy-grid { grid-template-columns: 1fr; }
    .managed-items { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 34px; }
    .cta-bar { flex-direction: column; align-items: flex-start; }
  }