*, *::before, *::after { box-sizing: border-box; }
  body { background: var(--paper); color: var(--ghlsp-navy-950); font-family: var(--font-body); }
  .wrap { max-width: 1100px; margin: 0 auto; padding: 56px 72px 96px; }

  /* ===== TOP BRAND BAR ===== */
  .brandbar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 28px; border-bottom: 1px solid #00000018; margin-bottom: 56px; }
  .brandbar__logo img { height: 32px; }
  .brandbar__meta { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-600); font-weight: 600; display: flex; gap: 18px; align-items: center; }
  .brandbar__meta .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--ghlsp-gold-500); display: inline-block; }

  /* ===== HERO ===== */
  .hero { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: end; padding-bottom: 56px; border-bottom: 1px solid #00000018; margin-bottom: 64px; }
  .hero__eyebrow { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ghlsp-navy-900); font-weight: 700; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 7px 14px; border-radius: 999px; background: var(--ghlsp-gold-500); color: var(--ghlsp-navy-950); }
  .hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--ghlsp-navy-950); }
  h1.hero__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(44px, 6vw, 76px); letter-spacing: -.03em; line-height: 1; margin: 0 0 16px; color: var(--ghlsp-navy-950); }
  h1.hero__title .it { font-family: var(--font-editorial); font-style: italic; font-weight: 400; }
  .hero__sub { font-size: 17px; line-height: 1.5; color: var(--ink-600); max-width: 56ch; margin: 0; }
  .hero__sub b { color: var(--ghlsp-navy-950); font-weight: 600; }
  .hero__side { display: flex; flex-direction: column; gap: 12px; }
  .hero__loom { display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 14px; background: var(--ghlsp-navy-950); color: var(--paper); text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
  .hero__loom .play { width: 28px; height: 28px; border-radius: 999px; background: var(--ghlsp-gold-500); color: var(--ghlsp-navy-950); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
  .hero__loom small { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ghlsp-gold-500); font-weight: 700; }
  .hero__chip { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-600); font-weight: 600; padding: 8px 12px; border: 1px solid #00000020; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; }
  .hero__chip .pip { width: 6px; height: 6px; border-radius: 999px; background: #14A800; }

  /* ===== EXEC SUMMARY ===== */
  .summary { background: var(--ghlsp-navy-950); color: var(--paper); padding: 40px 44px; border-radius: 24px; margin-bottom: 64px; }
  .summary__lab { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ghlsp-gold-500); font-weight: 700; margin-bottom: 14px; display: flex; gap: 10px; align-items: center; }
  .summary__lab .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--ghlsp-gold-500); }
  .summary p { font-family: var(--font-editorial); font-style: italic; font-size: 24px; line-height: 1.35; margin: 0 0 28px; color: var(--paper); }
  .summary p b { font-family: var(--font-display); font-style: normal; font-weight: 500; color: var(--ghlsp-gold-500); }
  .summary__pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 24px; border-top: 1px solid #ffffff20; }
  .pillar { display: flex; flex-direction: column; gap: 6px; }
  .pillar .n { font-family: var(--font-display); font-weight: 500; font-size: 12px; color: var(--ghlsp-gold-500); letter-spacing: .12em; }
  .pillar b { font-family: var(--font-display); font-weight: 500; font-size: 18px; color: var(--paper); letter-spacing: -.01em; }
  .pillar small { font-size: 13px; color: var(--fg-on-dark-muted); line-height: 1.45; }

  /* ===== SECTION SHELL ===== */
  section.sec { padding: 56px 0; border-top: 1px solid #00000018; }
  section.sec:first-of-type { border-top: 0; padding-top: 0; }
  .sec__eyebrow { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ghlsp-navy-900); font-weight: 700; display: flex; gap: 10px; align-items: center; margin-bottom: 14px; }
  .sec__eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--ghlsp-gold-500); }
  h2.sec__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 3.2vw, 40px); letter-spacing: -.025em; line-height: 1.05; margin: 0 0 28px; color: var(--ghlsp-navy-950); }
  h2.sec__title .it { font-family: var(--font-editorial); font-style: italic; font-weight: 400; }
  .sec__intro { font-size: 16px; line-height: 1.6; color: var(--ink-600); max-width: 72ch; margin: 0 0 32px; }

  /* ===== PROBLEM GRID ===== */
  .problems { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 16px; }
  .problem { background: var(--paper-bright); border: 1px solid #00000014; border-radius: 18px; padding: 22px 24px; }
  .problem__n { font-family: var(--font-display); font-size: 12px; font-weight: 500; color: var(--accent-dot); letter-spacing: .12em; }
  .problem h4 { font-family: var(--font-display); font-weight: 500; font-size: 17px; letter-spacing: -.01em; margin: 8px 0 8px; color: var(--ghlsp-navy-950); }
  .problem p { font-size: 14px; line-height: 1.55; color: var(--ink-600); margin: 0; }
  .problem-note { margin-top: 24px; padding: 20px 24px; background: var(--ghlsp-gold-100); border-left: 3px solid var(--ghlsp-gold-500); border-radius: 4px; font-size: 14.5px; line-height: 1.55; color: var(--ghlsp-navy-950); }

  /* ===== FEATURE BLOCK ===== */
  .feature { padding: 32px 0; border-bottom: 1px dashed #00000018; }
  .feature:last-child { border-bottom: 0; }
  .feature__head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 14px; }
  .feature__n { font-family: var(--font-display); font-weight: 500; font-size: 32px; color: var(--ghlsp-gold-600); letter-spacing: -.02em; }
  .feature__title { font-family: var(--font-display); font-weight: 500; font-size: 22px; letter-spacing: -.015em; margin: 0; color: var(--ghlsp-navy-950); line-height: 1.15; flex: 1; }
  .feature p { font-size: 14.5px; line-height: 1.6; color: var(--ink-600); margin: 0 0 14px; max-width: 76ch; }
  .feature p b { color: var(--ghlsp-navy-950); font-weight: 600; }
  .feature ul { padding: 0; margin: 14px 0 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .feature li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.5; color: var(--ink-600); }
  .feature li::before { content: ''; width: 6px; height: 6px; border-radius: 999px; background: var(--ghlsp-gold-500); flex: 0 0 6px; margin-top: 8px; }
  .feature li b { color: var(--ghlsp-navy-950); font-weight: 600; }

  /* ===== COMPARE TABLE ===== */
  .compare { border-top: 1px solid var(--ghlsp-navy-950); border-bottom: 1px solid var(--ghlsp-navy-950); margin-top: 8px; }
  .compare__row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 0; border-bottom: 1px solid #00000018; }
  .compare__row:last-child { border-bottom: 0; }
  .compare__row.head { background: var(--ghlsp-navy-950); color: var(--paper); border-bottom-color: var(--ghlsp-navy-950); }
  .compare__cell { padding: 18px 24px; font-size: 14px; line-height: 1.5; }
  .compare__cell.label { color: var(--ink-600); border-right: 1px solid #00000014; }
  .compare__cell.us { background: #FDBE2C12; color: var(--ghlsp-navy-950); font-weight: 500; }
  .compare__row.head .compare__cell { font-family: var(--font-display); font-weight: 500; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--ghlsp-gold-500); background: transparent; }

  /* ===== DELIVERABLES ===== */
  .deliv { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .deliv__col { background: var(--paper-bright); border: 1px solid #00000014; border-radius: 18px; padding: 26px 28px; }
  .deliv__col h4 { font-family: var(--font-display); font-weight: 500; font-size: 16px; letter-spacing: -.005em; margin: 0 0 14px; color: var(--ghlsp-navy-950); padding-bottom: 12px; border-bottom: 1px solid #00000014; }
  .deliv__col ul { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .deliv__col li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; color: var(--ink-600); }
  .deliv__col li::before { content: '+'; color: var(--ghlsp-gold-600); font-weight: 700; flex: 0 0 12px; }
  .timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
  .timeline__cell { background: var(--ghlsp-navy-950); color: var(--paper); border-radius: 16px; padding: 22px 22px; }
  .timeline__cell .lab { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ghlsp-gold-500); font-weight: 600; margin-bottom: 8px; }
  .timeline__cell b { font-family: var(--font-display); font-weight: 500; font-size: 22px; letter-spacing: -.015em; color: var(--paper); display: block; }
  .timeline__cell small { font-size: 12px; color: var(--fg-on-dark-muted); display: block; margin-top: 4px; }
  .policy { margin-top: 28px; padding: 22px 24px; border: 1px solid #00000018; border-radius: 14px; font-size: 13.5px; line-height: 1.6; color: var(--ink-600); }
  .policy b { color: var(--ghlsp-navy-950); }

  /* ===== TIERS ===== */
  .tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
  .tier { background: var(--paper-bright); border: 1px solid #00000018; border-radius: 22px; padding: 30px 26px; display: flex; flex-direction: column; gap: 12px; }
  .tier.featured { background: var(--ghlsp-navy-950); color: var(--paper); border-color: var(--ghlsp-navy-950); }
  .tier.gold { background: var(--ghlsp-gold-500); color: var(--ghlsp-navy-950); border-color: var(--ghlsp-gold-500); }
  .tier__lab { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--ghlsp-navy-900); }
  .tier.featured .tier__lab { color: var(--ghlsp-gold-500); }
  .tier.gold .tier__lab { color: var(--ghlsp-navy-950); }
  .tier__name { font-family: var(--font-display); font-weight: 500; font-size: 24px; letter-spacing: -.02em; margin: 0; line-height: 1.05; }
  .tier__tag { font-family: var(--font-editorial); font-style: italic; font-size: 16px; color: var(--ink-600); }
  .tier.featured .tier__tag { color: #DCE5F0; }
  .tier.gold .tier__tag { color: var(--ghlsp-navy-900); }
  .tier__price { font-family: var(--font-display); font-weight: 500; font-size: 30px; letter-spacing: -.02em; line-height: 1; margin-top: 10px; }
  .tier__price small { font-size: 12px; font-weight: 400; opacity: .7; display: block; letter-spacing: 0; margin-top: 2px; }
  .tier__mo { font-family: var(--font-display); font-size: 14px; color: var(--ink-600); margin-top: -4px; }
  .tier.featured .tier__mo, .tier.gold .tier__mo { color: inherit; opacity: .8; }
  .tier ul { list-style: none; padding: 16px 0 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid #00000018; }
  .tier.featured ul { border-top-color: #ffffff20; }
  .tier.gold ul { border-top-color: #00000020; }
  .tier li { font-size: 13px; line-height: 1.4; display: flex; gap: 10px; }
  .tier li::before { content: '·'; font-weight: 800; }
  .tier li b { font-weight: 600; }
  .tier__note { font-size: 12.5px; line-height: 1.55; color: var(--ink-600); margin-top: 24px; padding: 16px 20px; border: 1px dashed #00000028; border-radius: 12px; }

  /* ===== SELF-HOST ===== */
  .selfhost { background: var(--paper-bright); border-radius: 22px; padding: 36px 40px; border: 1px solid #00000014; }
  .selfhost__head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 18px; }
  .selfhost__price { font-family: var(--font-display); font-weight: 500; font-size: 28px; letter-spacing: -.02em; color: var(--ghlsp-navy-950); }
  .selfhost__price small { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ghlsp-gold-600); font-weight: 700; margin-bottom: 4px; }
  .stack { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 13px; }
  .stack th, .stack td { padding: 12px 14px; text-align: left; border-bottom: 1px solid #00000014; vertical-align: top; }
  .stack th { font-family: var(--font-display); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ghlsp-navy-900); background: #FDBE2C12; }
  .stack td b { color: var(--ghlsp-navy-950); }
  .stack tr:last-child td { border-bottom: 0; }

  .costs { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 13px; }
  .costs th, .costs td { padding: 12px 14px; text-align: left; border-bottom: 1px solid #00000014; }
  .costs th { font-family: var(--font-display); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ghlsp-navy-900); }
  .costs tr.total td { background: var(--ghlsp-navy-950); color: var(--paper); font-family: var(--font-display); font-weight: 500; }
  .costs tr.total td:nth-child(2) { color: var(--ghlsp-gold-500); }

  /* ===== EXCLUSIONS ===== */
  .excl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .excl li { background: #ffffff; border: 1px solid #00000014; border-radius: 12px; padding: 16px 18px; font-size: 13.5px; line-height: 1.5; color: var(--ink-600); list-style: none; display: flex; gap: 12px; align-items: flex-start; }
  .excl li::before { content: '×'; color: var(--accent-dot); font-weight: 700; font-size: 16px; flex: 0 0 14px; }
  .excl li b { color: var(--ghlsp-navy-950); display: block; margin-bottom: 2px; font-weight: 600; }
  .excl ul { padding: 0; margin: 0; display: contents; }

  /* ===== STEPS ===== */
  .steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; counter-reset: step; }
  .step { background: var(--paper-bright); border-top: 2px solid var(--ghlsp-gold-500); padding: 22px 20px; }
  .step .n { font-family: var(--font-display); font-weight: 500; font-size: 12px; color: var(--ghlsp-gold-600); letter-spacing: .12em; }
  .step h4 { font-family: var(--font-display); font-weight: 500; font-size: 15px; letter-spacing: -.005em; margin: 6px 0 8px; color: var(--ghlsp-navy-950); }
  .step p { font-size: 12.5px; line-height: 1.5; color: var(--ink-600); margin: 0; }

  /* ===== CTA / FOOTER ===== */
  .ctaband { margin-top: 64px; background: var(--ghlsp-navy-950); color: var(--paper); border-radius: 24px; padding: 56px 56px; position: relative; overflow: hidden; }
  .ctaband::after { content: ''; position: absolute; top: -120px; right: -120px; width: 340px; height: 340px; border-radius: 999px; background: var(--ghlsp-gold-500); opacity: .12; filter: blur(8px); }
  .ctaband h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 3.2vw, 40px); letter-spacing: -.025em; line-height: 1.05; margin: 0 0 16px; color: var(--paper); position: relative; z-index: 1; }
  .ctaband h2 .it { font-family: var(--font-editorial); font-style: italic; color: var(--ghlsp-gold-500); }
  .ctaband p { font-size: 15px; line-height: 1.6; color: var(--fg-on-dark-muted); max-width: 60ch; margin: 0 0 24px; position: relative; z-index: 1; }
  .ctaband__row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; position: relative; z-index: 1; }
  .btn-primary { background: var(--ghlsp-gold-500); color: var(--ghlsp-navy-950); border: 0; padding: 16px 26px; border-radius: 999px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
  .btn-primary .arr { width: 24px; height: 24px; border-radius: 999px; background: var(--ghlsp-navy-950); color: var(--ghlsp-gold-500); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
  .btn-ghost { padding: 14px 22px; border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--paper); text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--ghlsp-gold-500); }

  .signoff { margin-top: 56px; padding-top: 28px; border-top: 1px solid #00000018; display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
  .signoff__left { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-400); font-weight: 600; }
  .signoff__brand { display: flex; flex-direction: column; gap: 6px; }
  .signoff__brand b { font-family: var(--font-display); font-weight: 500; font-size: 16px; color: var(--ghlsp-navy-950); letter-spacing: -.005em; }
  .signoff__brand .pip { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #14A800; font-weight: 700; }
  .signoff__brand .pip::before { content: ''; width: 8px; height: 8px; border-radius: 999px; background: #14A800; }
  .signoff__brand a { color: var(--ink-600); font-size: 12px; text-decoration: none; word-break: break-all; }
  .signoff__brand a:hover { color: var(--ghlsp-navy-950); }

  @media (max-width: 900px) {
    .wrap { padding: 32px 24px 56px; }
    .hero, .compare__row, .deliv, .tiers, .timeline, .problems, .excl { grid-template-columns: 1fr !important; }
    .summary { padding: 28px 24px; }
    .summary p { font-size: 19px; }
    .summary__pillars { grid-template-columns: 1fr; gap: 14px; }
    .selfhost { padding: 28px 24px; }
    .ctaband { padding: 36px 28px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .stack, .costs { font-size: 12px; }
    h1.hero__title { font-size: 38px; }
  }