      :root {
        --void: #09060f;
        --panel: #130d21;
        --panel-2: #1b1330;
        --panel-border: #2a2044;
        --purple-900: #3b0a94;
        --purple-700: #6420d8;
        --purple-600: #7a3cf0;
        --purple-500: #8a7eea;
        --magenta-400: #c24dff;
        --text-hi: #f4f2fb;
        --text-lo: #b3a8d1;
        --text-dim: #7c7196;
        --wa: 554388482750;
        --max: 1160px;
      }

      *,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        background: var(--void);
        color: var(--text-hi);
        font-family: "Inter", sans-serif;
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }
      img,
      svg {
        display: block;
        max-width: 100%;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      ul {
        list-style: none;
      }
      section {
        position: relative;
        padding: 5.5rem 1.5rem;
      }
      .wrap {
        max-width: var(--max);
        margin: 0 auto;
        position: relative;
        z-index: 2;
      }

      h1,
      h2,
      h3,
      .display {
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        line-height: 1.05;
      }

      .eyebrow {
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        letter-spacing: 0.28em;
        text-transform: uppercase;
        font-size: 0.72rem;
        color: var(--purple-500);
        display: flex;
        align-items: center;
        gap: 0.6rem;
      }
      .eyebrow::before {
        content: "";
        width: 22px;
        height: 2px;
        background: linear-gradient(
          90deg,
          var(--magenta-400),
          var(--purple-600)
        );
        display: inline-block;
      }

      /* ---------- background texture ---------- */
      .bg-fade {
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background:
          radial-gradient(
            ellipse 80% 50% at 15% -10%,
            rgba(122, 60, 240, 0.35),
            transparent 60%
          ),
          radial-gradient(
            ellipse 60% 40% at 100% 20%,
            rgba(194, 77, 255, 0.14),
            transparent 60%
          ),
          var(--void);
      }
      .dotgrid {
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: radial-gradient(
          rgba(138, 126, 234, 0.18) 1px,
          transparent 1px
        );
        background-size: 22px 22px;
        -webkit-mask-image: radial-gradient(
          ellipse 70% 60% at 50% 30%,
          #000 20%,
          transparent 75%
        );
        mask-image: radial-gradient(
          ellipse 70% 60% at 50% 30%,
          #000 20%,
          transparent 75%
        );
      }

      /* ---------- nav ---------- */
      header {
        position: sticky;
        top: 0;
        z-index: 50;
        background: rgba(9, 6, 15, 0.78);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid var(--panel-border);
      }
      .nav {
        max-width: var(--max);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.85rem 1.5rem;
      }
      .brand {
        display: flex;
        align-items: center;
        gap: 0.55rem;
      }
      .brand .wordmark {
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        letter-spacing: 0.03em;
      }
      .brand .wordmark span {
        color: var(--purple-500);
      }
      .nav-cta {
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.82rem;
        letter-spacing: 0.04em;
        background: var(--purple-700);
        padding: 0.55rem 1.05rem;
        border-radius: 7px;
        border: 1px solid var(--purple-600);
        white-space: nowrap;
      }

      /* ---------- loop mark (signature svg) ---------- */
      .loopmark {
        display: block;
      }
      .loopmark .arc-outer {
        stroke: var(--purple-500);
      }
      .loopmark .arc-mid {
        stroke: var(--purple-700);
      }
      .loopmark .arrow {
        fill: var(--magenta-400);
      }
      .spin-slow {
        animation: spin 34s linear infinite;
        transform-origin: 50% 50%;
      }
      @media (prefers-reduced-motion: reduce) {
        .spin-slow {
          animation: none;
        }
      }
      @keyframes spin {
        to {
          transform: rotate(360deg);
        }
      }

      /* ---------- hero ---------- */
      .hero {
        padding-top: 4.2rem;
        padding-bottom: 4rem;
        text-align: center;
      }
      .hero-mark {
        width: 76px;
        height: 76px;
        margin: 0 auto 1.6rem;
        opacity: 0.95;
      }
      .hero h1 {
        font-size: clamp(2.15rem, 8.6vw, 4.1rem);
        max-width: 15ch;
        margin: 1.1rem auto 1.15rem;
      }
      .hero h1 em {
        font-style: normal;
        background: linear-gradient(
          90deg,
          var(--purple-500),
          var(--magenta-400)
        );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }
      .hero p.lead {
        color: var(--text-lo);
        max-width: 46ch;
        margin: 0 auto;
        font-size: 1.02rem;
      }
      .cta-group {
        margin-top: 2.1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.7rem;
      }
      .btn-primary {
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        font-size: 1rem;
        background: linear-gradient(
          90deg,
          var(--purple-700),
          var(--magenta-400)
        );
        color: #fff;
        padding: 1rem 2.1rem;
        border-radius: 9px;
        box-shadow: 0 10px 30px -8px rgba(194, 77, 255, 0.55);
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
      }
      .btn-primary svg {
        width: 18px;
        height: 18px;
      }
      .micro {
        font-size: 0.8rem;
        color: var(--text-dim);
      }

      .hero-stats {
        margin-top: 3.2rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid var(--panel-border);
        padding-top: 1.6rem;
      }
      .hero-stats div {
        text-align: center;
        padding: 0 0.4rem;
      }
      .hero-stats .k {
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        font-size: 1.05rem;
        color: var(--purple-500);
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }
      .hero-stats .l {
        font-size: 0.74rem;
        color: var(--text-dim);
        margin-top: 0.2rem;
      }

      /* ---------- hero form ---------- */
      .hero-form-card {
        margin: 2.2rem auto 0;
        max-width: 420px;
        background: var(--panel);
        border: 1px solid var(--panel-border);
        border-radius: 16px;
        padding: 1.5rem 1.3rem 1.6rem;
        text-align: left;
        box-shadow: 0 20px 60px -20px rgba(122, 60, 240, 0.4);
      }
      .hero-form-card .form-title {
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        font-size: 1.05rem;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        color: var(--text-hi);
        line-height: 1.25;
        margin-bottom: 0.35rem;
      }
      .hero-form-card .form-sub {
        font-size: 0.85rem;
        color: var(--text-lo);
        margin-bottom: 1.2rem;
      }
      .hero-form {
        display: grid;
        gap: 0.75rem;
      }
      .hero-form .field {
        display: grid;
        gap: 0.35rem;
      }
      .hero-form label {
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        font-size: 0.7rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--text-lo);
      }
      .hero-form label .opt {
        text-transform: none;
        letter-spacing: 0;
        color: var(--text-dim);
        font-weight: 500;
      }
      .hero-form input {
        width: 100%;
        background: var(--panel-2);
        border: 1px solid var(--panel-border);
        border-radius: 8px;
        padding: 0.78rem 0.9rem;
        font-family: "Inter", sans-serif;
        font-size: 0.95rem;
        color: var(--text-hi);
        outline: none;
        transition:
          border-color 0.18s ease,
          box-shadow 0.18s ease;
      }
      .hero-form input::placeholder {
        color: var(--text-dim);
      }
      .hero-form input:focus {
        border-color: var(--purple-600);
        box-shadow: 0 0 0 3px rgba(122, 60, 240, 0.28);
      }
      .hero-form .field.has-error input {
        border-color: var(--magenta-400);
      }
      .hero-form .err-msg {
        font-size: 0.72rem;
        color: var(--magenta-400);
        display: none;
      }
      .hero-form .field.has-error .err-msg {
        display: block;
      }
      .hero-form button[type="submit"] {
        margin-top: 0.35rem;
        width: 100%;
        justify-content: center;
        border: none;
        cursor: pointer;
      }
      .form-consent {
        margin-top: 0.95rem;
        font-size: 0.72rem;
        color: var(--text-dim);
        text-align: center;
      }
      .form-alt {
        margin-top: 1rem;
        text-align: center;
        font-size: 0.82rem;
        color: var(--text-lo);
      }
      .form-alt a {
        color: var(--purple-500);
        text-decoration: underline;
        text-underline-offset: 2px;
      }

      /* ---------- pains ---------- */
      .pains {
        background: var(--panel);
        border-top: 1px solid var(--panel-border);
        border-bottom: 1px solid var(--panel-border);
      }
      .pains h2 {
        font-size: clamp(1.6rem, 5.2vw, 2.3rem);
        max-width: 16ch;
        margin: 0.7rem 0 2.2rem;
      }
      .pain-list {
        display: grid;
        gap: 0.9rem;
      }
      .pain-item {
        background: var(--panel-2);
        border: 1px solid var(--panel-border);
        border-left: 3px solid var(--purple-600);
        border-radius: 10px;
        padding: 1.05rem 1.2rem;
        display: flex;
        gap: 0.85rem;
        align-items: flex-start;
        font-size: 0.95rem;
        color: var(--text-lo);
      }
      .pain-item svg {
        flex: none;
        width: 20px;
        height: 20px;
        margin-top: 0.15rem;
        stroke: var(--magenta-400);
      }
      .pain-item b {
        color: var(--text-hi);
        font-weight: 600;
      }
      .pains-bridge {
        margin-top: 2rem;
        text-align: center;
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-size: 1.05rem;
        color: var(--purple-500);
      }

      /* ---------- method (M G V) ---------- */
      .method h2 {
        font-size: clamp(1.7rem, 5.6vw, 2.5rem);
        text-align: center;
      }
      .method .sub {
        text-align: center;
        color: var(--text-lo);
        max-width: 42ch;
        margin: 0.8rem auto 0;
        font-size: 0.98rem;
      }
      .pillars {
        margin-top: 3rem;
        display: grid;
        gap: 1.4rem;
      }
      .pillar {
        position: relative;
        background: var(--panel);
        border: 1px solid var(--panel-border);
        border-radius: 16px;
        padding: 2rem 1.5rem 1.7rem;
        overflow: hidden;
      }
      .pillar .ghost-letter {
        position: absolute;
        top: -0.4rem;
        right: 0.4rem;
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        font-size: 7.5rem;
        line-height: 1;
        color: transparent;
        -webkit-text-stroke: 1.4px var(--panel-border);
        z-index: 0;
        user-select: none;
      }
      .pillar .p-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 1.1rem;
        position: relative;
        z-index: 1;
      }
      .pillar h3 {
        font-size: 1.3rem;
        letter-spacing: 0.02em;
        position: relative;
        z-index: 1;
        margin-bottom: 0.6rem;
      }
      .pillar h3 span {
        color: var(--purple-500);
      }
      .pillar p {
        color: var(--text-lo);
        font-size: 0.93rem;
        position: relative;
        z-index: 1;
        max-width: 38ch;
      }

      /* ---------- how it works ---------- */
      .how {
        background: var(--panel);
        border-top: 1px solid var(--panel-border);
        border-bottom: 1px solid var(--panel-border);
      }
      .how h2 {
        font-size: clamp(1.6rem, 5.2vw, 2.3rem);
        text-align: center;
        margin-bottom: 2.6rem;
      }
      .steps {
        display: grid;
        gap: 1.6rem;
        position: relative;
      }
      .step {
        display: flex;
        gap: 1.1rem;
      }
      .step .n {
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        font-size: 0.95rem;
        width: 34px;
        height: 34px;
        flex: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--panel-2);
        border: 1px solid var(--purple-700);
        color: var(--purple-500);
      }
      .step h3 {
        font-size: 1.05rem;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 700;
        margin-bottom: 0.3rem;
      }
      .step p {
        color: var(--text-lo);
        font-size: 0.92rem;
      }

      /* ---------- final cta ---------- */
      .final-cta {
        text-align: center;
        background:
          radial-gradient(
            ellipse 70% 120% at 50% 0%,
            rgba(194, 77, 255, 0.25),
            transparent 60%
          ),
          linear-gradient(180deg, var(--purple-900), var(--void) 80%);
      }
      .final-cta h2 {
        font-size: clamp(1.8rem, 6.4vw, 2.9rem);
        max-width: 15ch;
        margin: 0.6rem auto 1rem;
      }
      .final-cta p {
        color: var(--text-lo);
        max-width: 40ch;
        margin: 0 auto 1.8rem;
        font-size: 0.98rem;
      }

      /* ---------- faq ---------- */
      .faq h2 {
        font-size: clamp(1.6rem, 5.2vw, 2.3rem);
        text-align: center;
        margin-bottom: 2.2rem;
      }
      .faq-list {
        max-width: 720px;
        margin: 0 auto;
        display: grid;
        gap: 0.7rem;
      }
      details {
        background: var(--panel);
        border: 1px solid var(--panel-border);
        border-radius: 12px;
        padding: 1.05rem 1.2rem;
      }
      summary {
        cursor: pointer;
        list-style: none;
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        font-size: 1.02rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
      }
      summary::-webkit-details-marker {
        display: none;
      }
      summary::after {
        content: "+";
        color: var(--purple-500);
        font-size: 1.3rem;
        flex: none;
        transition: transform 0.2s ease;
      }
      details[open] summary::after {
        transform: rotate(45deg);
      }
      details p {
        color: var(--text-lo);
        font-size: 0.92rem;
        margin-top: 0.8rem;
      }

      /* ---------- footer ---------- */
      footer {
        padding: 3rem 1.5rem 6.5rem;
        border-top: 1px solid var(--panel-border);
      }
      .foot-wrap {
        max-width: var(--max);
        margin: 0 auto;
        text-align: center;
      }
      .foot-mark {
        width: 40px;
        height: 40px;
        margin: 0 auto 0.9rem;
      }
      footer .tag {
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        font-size: 0.72rem;
        color: var(--purple-500);
      }
      footer .copy {
        margin-top: 1.4rem;
        font-size: 0.78rem;
        color: var(--text-dim);
      }

      /* ---------- sticky mobile cta ---------- */
      .sticky-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
        background: rgba(19, 13, 33, 0.92);
        backdrop-filter: blur(10px);
        border-top: 1px solid var(--panel-border);
        padding: 0.75rem 1rem;
        display: flex;
        justify-content: center;
      }
      .sticky-cta .btn-primary {
        width: 100%;
        justify-content: center;
        padding: 0.85rem 1.5rem;
        font-size: 0.92rem;
      }

      .reveal {
        opacity: 0;
        transform: translateY(18px);
        transition:
          opacity 0.6s ease,
          transform 0.6s ease;
      }
      .reveal.in {
        opacity: 1;
        transform: none;
      }
      @media (prefers-reduced-motion: reduce) {
        .reveal {
          opacity: 1;
          transform: none;
          transition: none;
        }
      }

      /* ---------- desktop ---------- */
      @media (min-width: 760px) {
        section {
          padding: 7.5rem 2rem;
        }
        .hero {
          padding-top: 5.5rem;
        }
        .hero-form-card {
          max-width: 460px;
          padding: 1.8rem 1.6rem 1.9rem;
        }
        .pain-list {
          grid-template-columns: 1fr 1fr;
        }
        .pillars {
          grid-template-columns: repeat(3, 1fr);
        }
        .steps {
          grid-template-columns: repeat(3, 1fr);
        }
        .step {
          flex-direction: column;
        }
        .sticky-cta {
          display: none;
        }
        footer {
          padding-bottom: 3rem;
        }
      }
      @media (min-width: 1000px) {
        .hero p.lead {
          font-size: 1.12rem;
        }
      }