:root {
      --bg: #171717;
      --stage: #171717;
      --card: rgba(255,255,255,.04);
      --line: rgba(255,255,255,.08);
      --text: #f3f3f1;
      --muted: rgba(255,255,255,.58);
      --radius: 28px;
      --radius-lg: 36px;
      --shadow: 0 30px 70px rgba(0,0,0,.3);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-height: 100vh;
      font-family: "Inter", sans-serif;
      background:
        radial-gradient(circle at 20% 15%, rgba(255,255,255,.04), transparent 24%),
        radial-gradient(circle at 80% 28%, rgba(255,255,255,.03), transparent 20%),
        linear-gradient(180deg, #1a1a1a 0%, var(--stage) 100%);
      color: var(--text);
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }
    .page {
      width: 100%;
      margin: 0;
      min-height: 100vh;
      background: transparent;
      border-radius: 0;
      border: 0;
      box-shadow: none;
      overflow: clip;
      position: relative;
    }
    .page::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 18% 30%, rgba(255,255,255,.15) 0 1px, transparent 1px),
        radial-gradient(circle at 72% 12%, rgba(255,255,255,.12) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 55%, rgba(255,255,255,.1) 0 1px, transparent 1px),
        radial-gradient(circle at 26% 80%, rgba(255,255,255,.1) 0 1px, transparent 1px);
      opacity: .35;
    }
    .topbar, .section { width: min(calc(100% - 48px), 1280px); margin-inline: auto; }
    .topbar {
      position: fixed;
      top: 18px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 20;
      margin-top: 0;
      min-height: 66px;
      padding: 12px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      border-radius: 999px;
      background: rgba(28,28,28,.86);
      border: 1px solid var(--line);
      backdrop-filter: blur(16px);
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font: 800 1.45rem/1 "Plus Jakarta Sans", sans-serif;
      letter-spacing: -.05em;
      flex: none;
    }
    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
      border: 1px solid var(--line);
    }
    .brand-mark::before {
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: linear-gradient(135deg, #fff, rgba(255,255,255,.55));
    }
    .site-nav {
      display: flex;
      align-items: center;
      gap: 24px;
      flex: none;
      flex-wrap: nowrap;
      color: var(--muted);
      font-size: .95rem;
    }
    .site-nav a { white-space: nowrap; }
    .nav-cta, .button.primary {
      background:
        linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05)),
        linear-gradient(90deg, rgba(124,58,237,.45), rgba(255,143,61,.45));
      color: #fff;
    }
    .nav-cta {
      min-height: 40px;
      padding: 0 16px;
      border-radius: 999px;
      border: 1px solid var(--line);
      display: inline-flex;
      align-items: center;
    }
    .language-select {
      min-height: 38px;
      padding: 0 30px 0 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(255,255,255,.05);
      color: var(--text);
      outline: none;
      cursor: pointer;
      font: 800 .78rem/1 "Inter", sans-serif;
    }
    .language-select option {
      background: #171717;
      color: var(--text);
    }
    .nav-toggle { display: none; border: 0; background: transparent; padding: 0; }
    .nav-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: #fff; }
    .section { padding: 66px 0; position: relative; }
    .eyebrow {
      display: inline-flex;
      min-height: 34px;
      padding: 0 14px;
      align-items: center;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.03);
      color: rgba(255,255,255,.64);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    h1, h2, h3 {
      margin: 0;
      font-family: "Plus Jakarta Sans", sans-serif;
      letter-spacing: -.06em;
      line-height: .98;
    }
    p { margin: 0; }
    .hero { padding-top: 132px; text-align: center; }
    .hero h1 {
      max-width: 10ch;
      margin: 22px auto 0;
      font-size: clamp(3rem, 7vw, 6rem);
      text-wrap: balance;
    }
    html:not([lang="en"]) .hero h1 {
      font-size: clamp(2.8rem, 6.35vw, 5.65rem);
    }
    .lead, .title-copy p, .step-card p, .feature-copy p, .faq-copy p, .faq-answer p, .cta p, .trust p {
      color: var(--muted);
      line-height: 1.7;
    }
    .lead { max-width: 700px; margin: 18px auto 0; font-size: 1.03rem; }
    .actions, .cta-form {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      margin-top: 28px;
    }
    .button {
      min-height: 52px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: var(--card);
      color: var(--text);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: transform .2s ease;
    }
    .button:hover, .person.active { transform: translateY(-2px); }
    .hero-stage {
      position: relative;
      min-height: 470px;
      margin-top: 58px;
    }
    .hero-stage::before {
      content: "";
      position: absolute;
      inset: 52px 12% 0;
      border-radius: 46px;
      border: 1px solid rgba(255,255,255,.03);
      background: rgba(255,255,255,.015);
    }
    .glow, .panel, .mini, .step-card, .feature, .testimonial, .faq-item, .cta-box {
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
    }
    .glow {
      position: absolute;
      border-radius: 30px;
      filter: blur(24px);
      opacity: .85;
      border: 0;
    }
    .glow.center {
      width: 340px;
      height: 260px;
      left: 50%;
      top: 130px;
      transform: translateX(-50%);
      background: conic-gradient(from 180deg, rgba(124,58,237,.95), rgba(255,143,61,.95), rgba(236,72,153,.9), rgba(79,140,255,.9), rgba(124,58,237,.95));
    }
    .glow.left {
      width: 190px;
      height: 170px;
      left: 13%;
      top: 104px;
      background: radial-gradient(circle, rgba(79,140,255,.85), rgba(124,58,237,.18) 70%, transparent 72%);
    }
    .glow.right {
      width: 210px;
      height: 170px;
      right: 13%;
      top: 86px;
      background: radial-gradient(circle, rgba(255,143,61,.88), rgba(236,72,153,.16) 70%, transparent 72%);
    }
    .panel, .mini {
      position: absolute;
      border-radius: 30px;
      overflow: hidden;
    }
    .panel {
      width: min(640px, 80vw);
      left: 50%;
      top: 86px;
      transform: translateX(-50%);
      z-index: 2;
      padding: 22px;
    }
    .mini.left { left: 10%; top: 26px; width: min(300px, 34vw); padding: 18px; opacity: .84; }
    .mini.right { right: 10%; top: 34px; width: min(300px, 34vw); padding: 18px; opacity: .84; }
    .panel-head, .row, .trust-avatars, .people, .faq-question {
      display: flex;
      align-items: center;
    }
    .panel-head { justify-content: space-between; gap: 12px; margin-bottom: 16px; color: var(--muted); font-size: .9rem; }
    .panel-title { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 700; }
    .dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.85); }
    .pill {
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.04);
      color: var(--muted);
      display: inline-flex;
      align-items: center;
    }
    .stack { display: grid; gap: 12px; }
    .row {
      justify-content: space-between;
      gap: 12px;
      min-height: 56px;
      padding: 0 16px;
      border-radius: 16px;
      background: rgba(255,255,255,.05);
      color: var(--muted);
    }
    .row strong { color: var(--text); font-size: .95rem; }
    .row-left { display: flex; align-items: center; gap: 12px; }
    .tag {
      min-width: 88px;
      height: 30px;
      padding: 0 10px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: .78rem;
      font-weight: 700;
      background: linear-gradient(90deg, rgba(124,58,237,.9), rgba(79,140,255,.9));
    }
    .tag.warm { background: linear-gradient(90deg, rgba(255,143,61,.95), rgba(236,72,153,.75)); }
    .trust { margin-top: 34px; text-align: center; }
    .trust strong { color: #fff; }
    .trust-avatars { justify-content: center; gap: 0; margin-top: 16px; }
    .avatar {
      width: 34px;
      height: 34px;
      margin-left: -8px;
      border-radius: 50%;
      border: 2px solid #1a1a1a;
      background: linear-gradient(135deg, #ff8f3d, #7c3aed);
    }
    .avatar:nth-child(2) { background: linear-gradient(135deg, #f59e0b, #ec4899); }
    .avatar:nth-child(3) { background: linear-gradient(135deg, #22c55e, #60a5fa); }
    .avatar:nth-child(4) { background: linear-gradient(135deg, #8b5cf6, #60a5fa); }
    .avatar:nth-child(5) { background: linear-gradient(135deg, #fb7185, #f59e0b); }
    .title-copy { max-width: 720px; margin: 0 auto; text-align: center; }
    .title-copy h2 { margin-top: 22px; font-size: clamp(2.3rem, 5vw, 4.2rem); }
    .title-copy p { margin-top: 14px; }
    .steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
    .step-card {
      min-height: 330px;
      padding: 22px;
      border-radius: 30px;
      position: relative;
    }
    .step-num {
      position: absolute;
      left: 50%;
      top: -16px;
      transform: translateX(-50%);
      width: 48px;
      height: 32px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
      color: rgba(255,255,255,.72);
      font-size: .86rem;
      font-weight: 700;
    }
    .step-visual {
      height: 178px;
      margin-top: 18px;
      border-radius: 22px;
      position: relative;
      background: rgba(255,255,255,.015);
      overflow: hidden;
    }
    .step-visual.grid::before {
      content: "";
      position: absolute;
      inset: 48px 52px;
      background:
        linear-gradient(rgba(255,255,255,.1) 0 0) 0 0/38px 38px,
        linear-gradient(rgba(255,255,255,.1) 0 0) 44px 0/38px 38px,
        linear-gradient(rgba(255,255,255,.1) 0 0) 88px 0/38px 38px,
        linear-gradient(rgba(255,255,255,.05) 0 0) 0 44px/38px 38px,
        linear-gradient(rgba(255,255,255,.05) 0 0) 44px 44px/38px 38px,
        linear-gradient(rgba(255,255,255,.05) 0 0) 88px 44px/38px 38px;
      background-repeat: no-repeat;
      border-radius: 16px;
    }
    .step-visual.icon::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 66px;
      height: 66px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
      border: 1px solid var(--line);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    }
    .step-visual.plus::after, .step-visual.check::after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 2rem;
    }
    .step-visual.plus::after { content: "+"; }
    .step-visual.check::after { content: "✓"; font-weight: 700; }
    .step-card h3 { margin-top: 24px; font-size: 1.34rem; }
    .feature-list, .faq-list { display: grid; gap: 24px; }
    .feature-list { margin-top: 40px; }
    .feature {
      min-height: 420px;
      padding: 34px;
      border-radius: var(--radius-lg);
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 28px;
      align-items: center;
    }
    .feature.alt { grid-template-columns: .95fr 1.05fr; }
    .feature.alt .feature-copy { order: -1; }
    .mock {
      min-height: 320px;
      border-radius: 30px;
      position: relative;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.02);
      overflow: hidden;
    }
    .mock::before {
      content: "";
      position: absolute;
      width: 72%;
      height: 72%;
      border-radius: 28px;
      background: conic-gradient(from 180deg, rgba(124,58,237,.95), rgba(255,143,61,.95), rgba(236,72,153,.9), rgba(79,140,255,.9), rgba(124,58,237,.95));
      filter: blur(26px);
      opacity: .88;
    }
    .mock-surface {
      position: relative;
      width: min(100%, 500px);
      padding: 18px;
      border-radius: 28px;
      background: rgba(31,31,31,.92);
      border: 1px solid var(--line);
    }
    .feature-copy h3 { font-size: clamp(2rem, 4vw, 3.4rem); }
    .feature-copy p { margin-top: 16px; max-width: 44ch; }
    .points {
      list-style: none;
      padding: 0;
      margin: 22px 0 0;
      display: grid;
      gap: 10px;
      color: var(--muted);
    }
    .points li {
      position: relative;
      padding-left: 18px;
    }
    .points li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: rgba(255,255,255,.82);
    }
    .testimonial {
      max-width: 790px;
      margin: 38px auto 0;
      padding: 16px 16px 22px;
      border-radius: 34px;
      position: relative;
      overflow: hidden;
      text-align: center;
    }
    .testimonial::before {
      content: "";
      position: absolute;
      inset: auto 9% -18% 9%;
      height: 54%;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(124,58,237,.82), rgba(255,143,61,.84), rgba(236,72,153,.78));
      filter: blur(30px);
      opacity: .75;
    }
    .people {
      position: relative;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 22px;
    }
    .person {
      min-width: 150px;
      padding: 10px 14px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.05);
      background: rgba(255,255,255,.06);
      color: var(--muted);
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      transition: transform .2s ease;
    }
    .person.active {
      background: rgba(255,255,255,.12);
      color: var(--text);
    }
    .chip-avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff8f3d, #7c3aed);
      flex: none;
    }
    .quote-box {
      position: relative;
      z-index: 1;
      min-height: 170px;
      padding: 26px 22px;
      border-radius: 26px;
      background: rgba(24,24,24,.9);
      border: 1px solid rgba(255,255,255,.06);
      display: grid;
      place-items: center;
    }
    .quote {
      max-width: 28ch;
      font: 600 clamp(1.35rem, 3vw, 2.15rem)/1.28 "Plus Jakarta Sans", sans-serif;
      letter-spacing: -.05em;
    }
    .quote-meta { margin-top: 12px; color: var(--muted); }
    .dots {
      display: inline-flex;
      gap: 8px;
      margin-top: 18px;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.05);
    }
    .dots button {
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 50%;
      padding: 0;
      background: rgba(255,255,255,.25);
      cursor: pointer;
    }
    .dots button.active { background: rgba(255,255,255,.9); }
    .faq-wrap {
      margin-top: 34px;
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 28px;
      align-items: start;
    }
    .faq-copy h2 { margin-top: 18px; font-size: clamp(2.3rem, 5vw, 4rem); }
    .faq-copy p { margin-top: 14px; }
    .faq-item { border-radius: 22px; overflow: hidden; }
    .faq-question {
      width: 100%;
      justify-content: space-between;
      gap: 18px;
      padding: 22px 24px;
      border: 0;
      background: transparent;
      color: var(--text);
      text-align: left;
      cursor: pointer;
      font-size: 1.04rem;
      font-weight: 600;
      letter-spacing: -.03em;
    }
    .faq-icon {
      min-width: 32px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.06);
      color: var(--muted);
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .28s ease;
    }
    .faq-answer p { padding: 0 24px 24px; }
    .faq-item.active .faq-answer { max-height: 180px; }
    .cta-box {
      padding: 36px;
      border-radius: var(--radius-lg);
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .cta-box::before {
      content: "";
      position: absolute;
      width: 55%;
      height: 120%;
      left: 22%;
      top: -22%;
      border-radius: 50%;
      background: conic-gradient(from 220deg, rgba(124,58,237,.55), rgba(255,143,61,.6), rgba(236,72,153,.55), rgba(79,140,255,.5), rgba(124,58,237,.55));
      filter: blur(44px);
      opacity: .7;
    }
    .cta-box > * { position: relative; z-index: 1; }
    .cta h2 { max-width: 10ch; margin: 18px auto 0; font-size: clamp(2.4rem, 5vw, 4.4rem); }
    .cta p { max-width: 56ch; margin: 16px auto 0; }
    .cta-form input {
      width: min(100%, 320px);
      min-height: 54px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.06);
      color: #fff;
      outline: none;
    }
    .cta-form input::placeholder { color: rgba(255,255,255,.36); }
    .form-status {
      min-height: 24px;
      margin-top: 16px;
      color: rgba(255,255,255,.72);
      line-height: 1.5;
    }
    .form-status.error {
      color: #fecaca;
    }
    .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .reveal, .reveal.visible, .button, .person { transition: none; }
      .reveal { opacity: 1; transform: none; }
    }
    @media (max-width: 1100px) {
      .steps, .feature, .feature.alt, .faq-wrap { grid-template-columns: 1fr; }
      .feature.alt .feature-copy { order: 0; }
      .mini.left, .mini.right { display: none; }
      .hero-stage { min-height: 390px; }
      .panel { width: min(700px, 90%); }
    }
    @media (max-width: 820px) {
      .topbar { top: 10px; margin-top: 0; border-radius: 24px; align-items: flex-start; }
      .nav-toggle { display: block; }
      .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        border-radius: 24px;
        background: rgba(26,26,26,.96);
        border: 1px solid var(--line);
        box-shadow: 0 20px 44px rgba(0,0,0,.38);
      }
      .site-nav a,
      .site-nav .nav-cta,
      .language-select {
        width: 100%;
      }
      .site-nav .nav-cta,
      .language-select {
        justify-content: center;
      }
      .site-nav.is-open { display: flex; }
      .hero { padding-top: 118px; }
      .hero h1 { font-size: clamp(2.6rem, 12vw, 4.8rem); }
      html:not([lang="en"]) .hero h1 { font-size: clamp(2.35rem, 10.8vw, 4.25rem); }
      .hero-stage { min-height: 320px; }
      .panel { top: 34px; width: min(92%, 620px); }
    }
    @media (max-width: 560px) {
      .topbar, .section { width: min(calc(100% - 20px), 1280px); }
      .section { padding: 52px 0; }
      .topbar {
        min-height: 58px;
        padding: 10px 12px;
        align-items: center;
      }
      .brand { font-size: 1.2rem; }
      .brand-mark {
        width: 30px;
        height: 30px;
      }
      .hero { padding-top: 104px; }
      .hero h1 {
        max-width: 10.5ch;
        margin-top: 18px;
        font-size: clamp(2.3rem, 12.4vw, 3.55rem);
      }
      html:not([lang="en"]) .hero h1 {
        font-size: clamp(2.05rem, 10.9vw, 3.15rem);
      }
      .lead {
        max-width: 34ch;
        font-size: .95rem;
        line-height: 1.6;
      }
      .actions {
        gap: 10px;
        margin-top: 22px;
      }
      .actions .button,
      .cta-form .button {
        width: 100%;
      }
      .button {
        min-height: 50px;
      }
      .hero-stage {
        min-height: 268px;
        margin-top: 34px;
      }
      .hero-stage::before {
        inset: 30px 0 0;
        border-radius: 28px;
      }
      .panel {
        top: 22px;
        width: 100%;
        padding: 14px;
        border-radius: 22px;
      }
      .panel-head {
        align-items: flex-start;
      }
      .row {
        min-height: 50px;
        padding: 0 12px;
      }
      .row strong,
      .row span {
        font-size: .82rem;
      }
      .tag {
        min-width: 68px;
        font-size: .72rem;
      }
      .feature, .cta-box { padding: 24px; }
      .quote { max-width: 20ch; }
      .cta-form input, .cta-form .button { width: 100%; }
    }
