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

  /* 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; }
  .subsection-h2 { font-size: 22px; font-weight: 700; margin-bottom: 1rem; color: var(--navy); letter-spacing: -0.3px; }
  .section-intro { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.75rem; max-width: 700px; }

  /* COMPARE BLOCK */
  .compare-grid { display: grid; grid-template-columns: 1fr 1fr; border-radius: 12px; overflow: hidden; border: 1.5px solid var(--border); margin-bottom: 1.75rem; }
  .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; }

  /* STEP CARDS */
  .steps-label { font-size: 13px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
  .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; }

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

  /* SECURITY LAYERS */
  .security-box { background: var(--white); border: 1.5px solid var(--border); border-radius: 10px; padding: 1.25rem 1.5rem; margin-bottom: 1.75rem; }
  .security-item { display: grid; grid-template-columns: 100px 1fr; align-items: baseline; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--border); }
  .security-item:last-child { border-bottom: none; padding-bottom: 0; }
  .security-tag { font-size: 11px; font-weight: 700; color: var(--orange); background: var(--orange-dim); border: 1px solid var(--orange-border); border-radius: 20px; padding: 3px 10px; white-space: nowrap; text-align: center; justify-self: start; }
  .security-text { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
  .security-text strong { color: var(--navy); font-weight: 600; }

  /* REVIEW PROCESS CARD */
  .review-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; margin-bottom: 1.75rem; }
  .review-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; }
  .review-card p { font-size: 14px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1rem; }
  .review-list { list-style: none; }
  .review-list li { font-size: 13px; color: var(--text-mid); padding: 8px 0; display: grid; grid-template-columns: 140px 1fr; align-items: baseline; gap: 12px; border-bottom: 1px solid var(--border); line-height: 1.7; }
  .review-list li:last-child { border-bottom: none; }
  .review-list li strong { color: var(--navy); font-weight: 600; display: flex; align-items: flex-start; gap: 7px; }
  .review-list li strong::before { content: ''; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
  .review-list li span { color: var(--text-mid); }

  /* TIMELINE */
  .timeline { border: 1.5px solid var(--border); border-radius: 12px; overflow: hidden; margin-bottom: 1.75rem; }
  .timeline-week { border-bottom: 1px solid var(--border); }
  .timeline-week:last-child { border-bottom: none; }
  .timeline-header { display: flex; align-items: center; gap: 14px; padding: 1rem 1.5rem; background: var(--bg); }
  .timeline-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--orange); background: var(--orange-dim); border: 1px solid var(--orange-border); border-radius: 20px; padding: 3px 12px; white-space: nowrap; }
  .timeline-title { font-size: 14px; font-weight: 700; color: var(--navy); }
  .timeline-items { padding: 0.75rem 1.5rem 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
  .timeline-item { font-size: 13px; color: var(--text-mid); display: grid; grid-template-columns: 130px 1fr; align-items: baseline; gap: 0 12px; line-height: 1.7; padding: 5px 0; border-bottom: 1px solid var(--border); }
  .timeline-item:nth-last-child(-n+2) { border-bottom: none; }
  .timeline-item-label { font-weight: 600; color: var(--navy); display: flex; align-items: flex-start; gap: 7px; }
  .timeline-item-label::before { content: ''; width: 4px; height: 4px; background: var(--border-med); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
  .timeline-item-sep { color: var(--border-med); text-align: center; }
  .timeline-item-desc { color: var(--text-mid); }

  /* INTEGRATIONS LIST */
  .integrations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 1.75rem; }
  .integration-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; }
  .integration-card:hover { border-color: var(--orange); box-shadow: 0 2px 12px rgba(255,153,51,0.10); }
  .integration-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
  .integration-card p { font-size: 13px; color: var(--text-mid); line-height: 1.7; margin-bottom: 0.75rem; }
  .integration-tags { display: flex; flex-wrap: wrap; gap: 4px; }
  .itag { font-size: 11px; color: var(--text-light); background: var(--bg); border: 1px solid var(--border); border-radius: 4px; padding: 2px 8px; }

  /* GETTING STARTED */
  .gs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 1.75rem; }
  .gs-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; }
  .gs-card:hover { border-color: var(--orange); box-shadow: 0 2px 12px rgba(255,153,51,0.10); }
  .gs-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
  .gs-card p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

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

  /* 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); }
  .cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

  /* 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) {
    .step-cards { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr; }
    .compare-grid { grid-template-columns: 1fr; }
    .timeline-items { grid-template-columns: 1fr; }
    .integrations-grid { grid-template-columns: 1fr; }
    .gs-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 40px; letter-spacing: -1px; }
  }