 * { box-sizing: border-box; }

    html, body {
      background: var(--bg-0);
      color: var(--text);
      font-family: 'Manrope', system-ui, -apple-system, sans-serif;
      font-weight: 400;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    body { position: relative; }

    ::selection { background: var(--pink); color: #fff; }

    a { color: var(--cyan-2); text-decoration: none; transition: color .2s ease; }
    a:hover { color: var(--pink-2); }

    h1, h2, h3, h4, h5 { font-family: 'Playfair Display', serif; font-weight: 700; letter-spacing: -.02em; color: #fff; }

    /* ---------- Aurora / grain bg ---------- */
    .aurora-bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; }
    .aurora { position: absolute; border-radius: 50%; filter: blur(120px); opacity: .55; pointer-events: none; }
    .aurora-pink { width: 620px; height: 620px; background: #ff3d9a; top: -180px; left: -140px; animation: floatA 22s ease-in-out infinite; }
    .aurora-cyan { width: 620px; height: 620px; background: #4fc3f7; top: 30%; right: -180px; animation: floatB 26s ease-in-out infinite; opacity: .45; }
    .aurora-mid  { width: 520px; height: 520px; background: #b45cd1; bottom: -180px; left: 30%; animation: floatC 30s ease-in-out infinite; opacity: .35; }
    .grain {
      position: absolute; inset: 0; pointer-events: none; opacity: .08; mix-blend-mode: overlay;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.7 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
    }

    @keyframes floatA { 0%,100%{ transform: translate(0,0)} 50%{ transform: translate(60px, 40px)} }
    @keyframes floatB { 0%,100%{ transform: translate(0,0)} 50%{ transform: translate(-40px, 60px)} }
    @keyframes floatC { 0%,100%{ transform: translate(0,0)} 50%{ transform: translate(-80px, -30px)} }

    /* ---------- Gradient text ---------- */
    .grad-text {
      background: var(--grad);
      -webkit-background-clip: text; background-clip: text;
      -webkit-text-fill-color: transparent; color: transparent;
    }
    .grad-text-alt {
      background: var(--grad-alt);
      -webkit-background-clip: text; background-clip: text;
      -webkit-text-fill-color: transparent; color: transparent;
    }

    /* ---------- Buttons ---------- */
    .btn { font-weight: 600; letter-spacing: .01em; border-radius: 999px; padding: .7rem 1.4rem; transition: all .25s ease; border: 0; }
    .btn-lg { padding: .95rem 1.75rem; font-size: 1rem; }
    .btn-sm { padding: .5rem 1rem; font-size: .875rem; }

    .btn-gradient {
      background: var(--grad); color: #fff !important;
      box-shadow: 0 8px 30px -8px rgba(255,61,154,.55), 0 8px 30px -8px rgba(79,195,247,.35);
      position: relative;
    }
    .btn-gradient:hover { transform: translateY(-2px); box-shadow: 0 14px 44px -8px rgba(255,61,154,.7), 0 14px 44px -8px rgba(79,195,247,.5); }
    .btn-gradient:active { transform: translateY(0); }

    .btn-ghost {
      background: transparent; color: var(--text) !important;
      border: 1px solid var(--border-strong);
      backdrop-filter: blur(10px);
    }
    .btn-ghost:hover { border-color: var(--cyan-2); color: var(--cyan-2) !important; background: rgba(79,195,247,.08); }

  

    /* ---------- Hero ---------- */
    .hero { position: relative; padding: 5rem 0 4rem; overflow: hidden; }
    .hero-glow {
      position: absolute; inset: -40% -20% auto -20%; height: 90%;
      background: radial-gradient(50% 60% at 30% 40%, rgba(255,61,154,.28), transparent 60%),
                  radial-gradient(50% 60% at 80% 30%, rgba(79,195,247,.28), transparent 60%);
      filter: blur(60px); z-index: 0;
    }
    .badge-pill {
      display: inline-flex; align-items: center; gap: .55rem;
      padding: .45rem .95rem; border-radius: 999px;
      border: 1px solid var(--border-strong);
      background: rgba(255,255,255,.04);
      font-size: .8rem; font-weight: 600; color: var(--text-mute);
      letter-spacing: .04em; text-transform: uppercase;
    }
    .pulse-dot { width: 8px; height: 8px; background: var(--pink); border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,61,154,.6); animation: pulse 1.8s infinite; }
    @keyframes pulse { 0%{ box-shadow: 0 0 0 0 rgba(255,61,154,.6)} 70%{ box-shadow: 0 0 0 12px rgba(255,61,154,0)} 100%{ box-shadow: 0 0 0 0 rgba(255,61,154,0)} }

    .hero-title {
      font-family: 'Playfair Display', serif !important;
      font-weight: 700;
      font-size: clamp(2.6rem, 6vw, 5.4rem);
      line-height: 1.02;
      margin: 1.25rem 0 1.25rem;
      letter-spacing: -.03em;
    }
    .hero-sub { font-size: 1.12rem; color: var(--text-mute); max-width: 620px; margin-bottom: 2rem; }
    .hero-cta { align-items: center; }

    .hero-trust { color: var(--text-mute); font-size: .9rem; }
    .trust-item { display: inline-flex; align-items: center; gap: .55rem; }
    .trust-item i { color: var(--cyan-2); }

    /* Visual */
    .hero-visual { position: relative; height: 460px; display: flex; align-items: center; justify-content: center; }
    .hero-logo-wrap {
      width: 320px; height: 320px; border-radius: 50%;
      background: radial-gradient(circle at 50% 50%, rgba(255,61,154,.18), rgba(79,195,247,.10) 55%, transparent 75%);
      display: flex; align-items: center; justify-content: center;
      position: relative; z-index: 2;
      animation: bob 6s ease-in-out infinite;
    }
    .hero-logo { width: 300px; height: 300px; object-fit: contain; filter: drop-shadow(0 20px 60px rgba(255,61,154,.4)) drop-shadow(0 20px 60px rgba(79,195,247,.35)); }
    @keyframes bob { 0%,100%{ transform: translateY(0)} 50%{ transform: translateY(-14px)} }

    .orbit {
      position: absolute; border-radius: 50%;
      border:3px dashed var(--border-strong);
      animation: spin 30s linear infinite;
    }
    .orbit-a { width: 420px; height: 420px; }
    .orbit-b { width: 340px; height: 340px; border-style: solid; border-color: transparent; background: conic-gradient(from 0deg, rgba(255,61,154,.4), rgba(79,195,247,.4), rgba(255,61,154,.4)); -webkit-mask: radial-gradient(circle, transparent 165px, #000 166px, #000 170px, transparent 171px); mask: radial-gradient(circle, transparent 165px, #000 166px, #000 170px, transparent 171px); animation-duration: 22s; animation-direction: reverse; }
    @keyframes spin { to { transform: rotate(360deg) } }

    .float-chip {
      position: absolute; padding: .55rem .9rem;
      background: rgba(10,11,24,.75); backdrop-filter: blur(14px);
      border: 1px solid var(--border-strong); border-radius: 999px;
      font-size: .82rem; font-weight: 600; color: var(--text);
      display: inline-flex; align-items: center; gap: .5rem;
      box-shadow: var(--shadow-soft);
      z-index: 3;
    }
    .float-chip i { color: var(--pink-2); }
    .chip-1 { top: 8%; left: 4%; animation: bob 5s ease-in-out infinite; }
    .chip-2 { top: 40%; right: -4%; animation: bob 6.5s ease-in-out .3s infinite; }
    .chip-2 i { color: var(--cyan-2); }
    .chip-3 { bottom: 8%; left: 8%; animation: bob 7s ease-in-out .6s infinite; }
    .chip-3 i { color: var(--pink-soft); }

    /* Stats strip */
    .stats-strip {
      margin-top: 4rem;
      padding: 1.75rem;
      border-radius: var(--radius-lg);
      background: var(--surface);
      border: 1px solid var(--border);
      backdrop-filter: blur(16px);
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      box-shadow: var(--shadow-soft);
    }
    .stat { text-align: center; padding: .5rem; }
    .stat + .stat { border-left: 1px solid var(--border); }
    .stat-num {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 700;
      background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    }
    .stat-label { font-size: .82rem; color: var(--text-mute); text-transform: uppercase; letter-spacing: .1em; }

    /* ---------- Section helpers ---------- */
    section { padding: 6rem 0; position: relative; }
    .section-eyebrow {
      display: inline-flex; align-items: center; gap: .8rem;
      padding: .4rem .8rem .4rem .4rem;
      border-radius: 999px;
      background: rgba(255,255,255,.04); border: 1px solid var(--border);
      font-size: .8rem; font-weight: 600; color: var(--text-mute);
      text-transform: uppercase; letter-spacing: .12em;
      margin-bottom: 1.25rem;
    }
    .title-number {
      display: inline-flex; align-items: center; justify-content: center;
      width: 30px; height: 30px; border-radius: 999px;
      background: var(--grad); color: #fff; font-family: 'Manrope', sans-serif;
      font-size: .78rem; font-weight: 800;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 4vw, 3.2rem);
      line-height: 1.1;
      max-width: 900px;
      margin-bottom: 1rem;
    }
    .section-lede { color: var(--text-mute); font-size: 1.1rem; max-width: 700px; }

    /* ---------- Corporate cards ---------- */
    .corporate-card {
      padding: 2.2rem;
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      border: 1px solid var(--border);
      backdrop-filter: blur(14px);
      position: relative; overflow: hidden;
      transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
      height: 100%;
    }
    .corporate-card::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(400px 200px at 100% 0%, rgba(255,61,154,.18), transparent 60%);
      pointer-events: none;
    }
    .corporate-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow-strong); }
    .card-icon {
      width: 54px; height: 54px; border-radius: 14px;
      background: linear-gradient(135deg, rgba(255,61,154,.22), rgba(79,195,247,.12));
      border: 1px solid var(--border-strong);
      display: inline-flex; align-items: center; justify-content: center;
      color: var(--pink-2); font-size: 1.35rem; margin-bottom: 1rem;
    }
    .card-icon.alt { color: var(--cyan-2); background: linear-gradient(135deg, rgba(79,195,247,.22), rgba(255,61,154,.12)); }
    .card-title { font-size: 1.6rem; margin-bottom: .75rem; }
    .card-lede { color: var(--text); font-size: 1.05rem; margin-bottom: 1.25rem; }
    .feature-list { list-style: none; padding: 0; margin: 0; }
    .feature-list li { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: 1rem; color: var(--text-mute); font-size: .96rem; }
    .feature-list li i { color: var(--pink-2); margin-top: .35rem; }
    .feature-list li strong { color: #fff; margin-right: 4px; }

    /* ---------- Plans ---------- */
    .plan-card {
      padding: 2rem;
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      border: 1px solid var(--border);
      position: relative; overflow: hidden;
      transition: transform .3s ease, border-color .3s ease;
      height: 100%;
      display: flex; flex-direction: column;
    }
    .plan-card:hover { transform: translateY(-6px); border-color: var(--border-strong); }
    .plan-card.featured {
      background: linear-gradient(180deg, rgba(255,61,154,.10), rgba(79,195,247,.08));
      border: 1px solid transparent;
      background-clip: padding-box;
      box-shadow: var(--shadow-strong);
    }
    .plan-card.featured::before {
      content: ''; position: absolute; inset: 0; padding: 1px; border-radius: inherit;
      background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
      pointer-events: none;
    }
    .plan-ribbon {
      position: absolute; top: 18px; right: 18px;
      padding: .3rem .7rem; border-radius: 999px;
      font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
      background: var(--grad); color: #fff;
    }
    .plan-tag { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--cyan-2); font-weight: 700; }
    .plan-head h3 { font-size: 2rem; margin: .25rem 0 .75rem; }
    .plan-price { display: flex; align-items: baseline; gap: .5rem; margin-bottom: 1.25rem; }
    .plan-price span { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .plan-price small { color: var(--text-mute); font-size: .95rem; }
    .plan-features { list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1; }
    .plan-features li { display: flex; align-items: flex-start; gap: .6rem; padding: .5rem 0; color: var(--text); font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.04); }
    .plan-features li:last-child { border-bottom: 0; }
    .plan-features li i { color: var(--cyan-2); margin-top: 3px; font-size: .85rem; }

    /* ---------- Technical Guide ---------- */
    .guide-card {
      padding: 2rem; border-radius: var(--radius-lg);
      background: rgba(255,255,255,.03); border: 1px solid var(--border);
      position: relative; height: 100%;
      transition: all .3s ease;
    }
    .guide-card:hover { border-color: var(--border-strong); transform: translateY(-4px); }
    .step-num {
      position: absolute; top: -18px; left: 24px;
      width: 44px; height: 44px; border-radius: 12px;
      background: var(--grad); color: #fff;
      display: inline-flex; align-items: center; justify-content: center;
      font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem;
      box-shadow: var(--shadow-soft);
    }
    .guide-card h4 { font-size: 1.35rem; margin: .5rem 0 .75rem; }
    .guide-card p { color: var(--text-mute); margin-bottom: .75rem; }
    .guide-card ul { list-style: none; padding: 0; margin: 0; }
    .guide-card ul li { position: relative; padding-left: 1.4rem; margin-bottom: .55rem; color: var(--text-mute); font-size: .96rem; }
    .guide-card ul li::before {
      content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%;
      background: var(--grad);
    }
    .guide-card ul li strong { color: #fff; }

    /* ---------- Terms cards ---------- */
    .terms-card {
      padding: 1.6rem; border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
      border: 1px solid var(--border);
      height: 100%;
      transition: all .3s ease;
    }
    .terms-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }
    .terms-ico {
      width: 46px; height: 46px; border-radius: 12px;
      display: inline-flex; align-items: center; justify-content: center;
      background: linear-gradient(135deg, rgba(255,61,154,.18), rgba(79,195,247,.14));
      color: var(--pink-2); font-size: 1.15rem; margin-bottom: .9rem;
      border: 1px solid var(--border);
    }
    .terms-card:nth-child(even) .terms-ico { color: var(--cyan-2); }
    .terms-card h4 { font-size: 1.2rem; margin-bottom: .55rem; }
    .terms-card p { color: var(--text-mute); font-size: .95rem; margin: 0; }
    .terms-card p strong { color: #fff; }

    /* ---------- I want to ---------- */
    .want-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
    .visual-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
    .visual-card img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/5; }
    .visual-glow {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(10,11,24,0) 40%, rgba(10,11,24,.75) 100%),
                  radial-gradient(400px 400px at 90% 0%, rgba(255,61,154,.35), transparent 60%);
    }
    .visual-badge {
      position: absolute; left: 20px; bottom: 20px;
      display: inline-flex; align-items: center; gap: .8rem;
      padding: .7rem 1rem; border-radius: 14px;
      background: rgba(10,11,24,.75); backdrop-filter: blur(14px);
      border: 1px solid var(--border-strong);
    }
    .visual-badge i { font-size: 1.4rem; color: var(--cyan-2); }
    .visual-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.35rem; color: #fff; }
    .visual-badge small { color: var(--text-mute); font-size: .78rem; }
    .want-content { display: flex; flex-direction: column; gap: 1rem; }
    .want-item {
      display: grid; grid-template-columns: 56px 1fr; gap: 1rem; align-items: flex-start;
      padding: 1.25rem; border-radius: var(--radius);
      background: rgba(255,255,255,.03); border: 1px solid var(--border);
      transition: all .3s ease;
    }
    .want-item:hover { transform: translateX(6px); border-color: var(--border-strong); }
    .want-ico {
      width: 56px; height: 56px; border-radius: 14px;
      background: linear-gradient(135deg, rgba(255,61,154,.2), rgba(79,195,247,.14));
      display: inline-flex; align-items: center; justify-content: center;
      color: var(--pink-2); font-size: 1.4rem; border: 1px solid var(--border);
    }
    .want-item:nth-child(even) .want-ico { color: var(--cyan-2); }
    .want-item h4 { font-size: 1.2rem; margin-bottom: .25rem; }
    .want-item p { color: var(--text-mute); margin: 0; font-size: .96rem; }

    /* ---------- Feature strip ---------- */
    .tb-hero-section {
      background: linear-gradient(180deg, rgba(255,61,154,.04), rgba(79,195,247,.03));
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .tb-hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.6rem, 3vw, 2.6rem);
      line-height: 1.25;
      max-width: 950px;
      margin: 0 auto 1rem;
      text-align: center;
    }
    .tb-hero-subtext {
      color: var(--text-mute); text-align: center; max-width: 780px; margin: 0 auto;
      font-size: 1.05rem;
    }
    .tb-feature-box {
      padding: 1.75rem; border-radius: var(--radius);
      background: rgba(255,255,255,.03); border: 1px solid var(--border);
      text-align: left; height: 100%;
      transition: all .3s ease;
    }
    .tb-feature-box:hover { transform: translateY(-6px); border-color: var(--border-strong); }
    .tb-icon {
      width: 52px; height: 52px; border-radius: 14px;
      display: inline-flex; align-items: center; justify-content: center;
      background: var(--grad); color: #fff; font-size: 1.25rem;
      margin-bottom: 1rem;
      box-shadow: var(--shadow-soft);
    }
    .tb-feature-box h3 { font-size: 1.15rem; margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .04em; }
    .tb-feature-box p { color: var(--text-mute); margin: 0; font-size: .95rem; }

    /* ---------- Testimonials ---------- */
    .testimonial-card {
      padding: 2rem; border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      border: 1px solid var(--border);
      height: 100%;
      transition: all .3s ease;
    }
    .testimonial-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }
    .testimonial-card.featured { background: linear-gradient(180deg, rgba(255,61,154,.08), rgba(79,195,247,.06)); border-color: var(--border-strong); }
    .stars { color: #fbbf24; margin-bottom: 1rem; font-size: .95rem; letter-spacing: 2px; }
    .testimonial-card > p { color: var(--text); font-size: 1rem; line-height: 1.65; margin-bottom: 1.5rem; font-style: italic; }
    .tm-user { display: flex; align-items: center; gap: .8rem; }
    .avatar {
      width: 44px; height: 44px; border-radius: 50%;
      display: inline-flex; align-items: center; justify-content: center;
      color: #fff; font-weight: 700; font-size: .9rem;
    }
    .tm-user strong { display: block; color: #fff; }
    .tm-user small { color: var(--text-mute); font-size: .82rem; }

    /* ---------- Verify CTA ---------- */
    .credit-section { padding: 5rem 0; }
    .credit-container {
      position: relative;
      padding: 4rem 2rem;
      border-radius: var(--radius-lg);
      background: linear-gradient(135deg, rgba(255,61,154,.10), rgba(79,195,247,.08));
      border: 1px solid var(--border-strong);
      text-align: center; overflow: hidden;
      box-shadow: var(--shadow-strong);
    }
    .credit-container::before {
      content: ''; position: absolute; inset: 0; padding: 1px; border-radius: inherit;
      background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
      pointer-events: none;
    }
    .credit-halo {
      position: absolute; inset: -50% -20% auto -20%;
      background: radial-gradient(50% 50% at 50% 50%, rgba(255,61,154,.35), transparent 60%),
                  radial-gradient(50% 50% at 70% 30%, rgba(79,195,247,.25), transparent 60%);
      filter: blur(50px); z-index: 0;
    }
    .credit-container > * { position: relative; z-index: 1; }
    .micro-tag {
      display: inline-flex; align-items: center;
      padding: .4rem .9rem; border-radius: 999px;
      background: rgba(10,11,24,.6); border: 1px solid var(--border-strong);
      font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute); font-weight: 600;
      margin-bottom: 1.25rem;
    }
    .credit-container h2 { font-size: clamp(1.75rem, 3.5vw, 2.8rem); line-height: 1.15; max-width: 780px; margin: 0 auto 1rem; }
    .credit-text { color: var(--text-mute); max-width: 640px; margin: 0 auto 2rem; font-size: 1.02rem; }
    .credit-text a { color: var(--cyan-2); font-weight: 600; }
    .credit-btn { margin-bottom: 1.5rem; }
    .credit-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; color: var(--text-mute); font-size: .9rem; }
    .credit-benefits i { color: var(--cyan-2); margin-right: .4rem; }

    /* ---------- FAQ ---------- */
    .custom-accordion .accordion-item {
      background: rgba(255,255,255,.03);
      border: 1px solid var(--border);
      border-radius: var(--radius) !important;
      margin-bottom: 1rem; overflow: hidden;
    }
    .custom-accordion .accordion-button {
      background: transparent; color: #fff;
      font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.15rem;
      padding: 1.35rem 1.5rem;
      box-shadow: none !important;
      display: flex; align-items: center; gap: 1rem;
    }
    .custom-accordion .accordion-button:not(.collapsed) { background: linear-gradient(90deg, rgba(255,61,154,.08), rgba(79,195,247,.06)); color: #fff; }
    .custom-accordion .accordion-button::after {
      filter: invert(1) brightness(1.2);
    }
    .custom-accordion .q-num {
      display: inline-flex; align-items: center; justify-content: center;
      width: 36px; height: 36px; border-radius: 10px;
      background: var(--grad); color: #fff; font-family: 'Manrope', sans-serif; font-size: .82rem; font-weight: 700;
      flex: none;
    }
    .custom-accordion .accordion-body { color: var(--text-mute); padding: 0 1.5rem 1.5rem; }
    .custom-accordion .accordion-body p { margin-bottom: .9rem; font-size: .96rem; line-height: 1.65; }
    .custom-accordion .accordion-body strong { color: #fff; }

    /* ---------- Newsletter ---------- */
    .newsletter-section { padding: 3rem 0 5rem; }
    .newsletter-card {
      padding: 2.5rem; border-radius: var(--radius-lg);
      background: linear-gradient(135deg, rgba(255,61,154,.08), rgba(79,195,247,.06));
      border: 1px solid var(--border-strong);
      display: flex; align-items: center; justify-content: space-between; gap: 2rem;
      flex-wrap: wrap;
    }
    .newsletter-card h3 { font-size: 1.8rem; margin-bottom: .35rem; }
    .newsletter-card p { color: var(--text-mute); margin: 0; }
    .newsletter-form { display: flex; gap: .5rem; flex: 1 1 400px; max-width: 520px; }
    .newsletter-form input {
      flex: 1; padding: .9rem 1.2rem; border-radius: 999px;
      background: rgba(10,11,24,.6); border: 1px solid var(--border-strong);
      color: #fff; font-family: inherit;
    }
    .newsletter-form input:focus { outline: none; border-color: var(--cyan-2); }

    /* ---------- Footer ---------- */
    .site-footer {
      padding: 4rem 0 2rem;
      border-top: 1px solid var(--border);
      background: linear-gradient(180deg, transparent, rgba(0,0,0,.4));
    }
    .footer-grid h6 { color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; margin-bottom: 1rem; font-family: 'Manrope', sans-serif; font-weight: 700; }
    .footer-grid ul { list-style: none; padding: 0; margin: 0; }
    .footer-grid ul li { margin-bottom: .5rem; }
    .footer-grid ul li a { color: var(--text-mute); font-size: .95rem; }
    .footer-grid ul li a:hover { color: var(--cyan-2); }
    .footer-grid p { color: var(--text-mute); font-size: .95rem; margin-bottom: .5rem; }
    .brand-block { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1rem; text-decoration: none; }
    .brand-block img { width: 44px; height: 44px; object-fit: contain; }
    .brand-block span { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.2rem; color: #fff; }
    .footer-blurb { color: var(--text-mute); font-size: .95rem; margin-bottom: 1rem; }
    .socials { display: flex; gap: .5rem; }
    .socials a {
      width: 40px; height: 40px; border-radius: 12px;
      display: inline-flex; align-items: center; justify-content: center;
      background: rgba(255,255,255,.04); border: 1px solid var(--border);
      color: var(--text-mute); transition: all .25s ease;
    }
    .socials a:hover { color: #fff; border-color: var(--pink-2); background: rgba(255,61,154,.12); transform: translateY(-2px); }
    .risk-note { font-size: .82rem !important; color: var(--text-dim) !important; margin-top: 1rem !important; }
    .footer-bottom {
      border-top: 1px solid var(--border);
      padding-top: 1.5rem; margin-top: 2.5rem;
      display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
      color: var(--text-dim); font-size: .85rem;
    }
    .text-pink { color: var(--pink-2); }

    /* ---------- Back to top ---------- */
    .back-to-top {
      position: fixed; right: 22px; bottom: 22px;
      width: 46px; height: 46px; border-radius: 50%;
      background: var(--grad); color: #fff; border: 0;
      display: none; align-items: center; justify-content: center;
      box-shadow: var(--shadow-soft); z-index: 90; cursor: pointer;
      transition: transform .25s ease;
    }
    .back-to-top:hover { transform: translateY(-3px); }
    .back-to-top.show { display: inline-flex; }

    /* ---------- Responsive ---------- */
    @media (max-width: 991px) {
      section { padding: 4.5rem 0; }
      .stats-strip { grid-template-columns: repeat(2, 1fr); }
      .stat + .stat { border-left: 0; }
      .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--border); padding-top: 1rem; }
      .hero-visual { height: 400px; margin-top: 2rem; }
      .want-wrapper { grid-template-columns: 1fr; }
      .glass-nav { border-radius: 22px; padding: .8rem 1rem; }
      .navbar-nav { margin-top: 1rem; align-items: stretch !important; }
      .navbar-nav .nav-link { padding: .75rem 1rem; }
    }

    @media (max-width: 575px) {
      .hero { padding: 3rem 0 2rem; }
      .hero-title { font-size: 2.6rem; }
      .stats-strip { grid-template-columns: 1fr 1fr; padding: 1.25rem; }
      .credit-container { padding: 3rem 1.25rem; }
      .newsletter-card { padding: 1.75rem; }
      .float-chip { font-size: .72rem; padding: .4rem .7rem; }
      .hero-logo-wrap { width: 240px; height: 240px; }
      .hero-logo { width: 220px; height: 220px; }
      .orbit-a { width: 320px; height: 320px; }
      .orbit-b { width: 260px; height: 260px; -webkit-mask: radial-gradient(circle, transparent 125px, #000 126px, #000 130px, transparent 131px); mask: radial-gradient(circle, transparent 125px, #000 126px, #000 130px, transparent 131px); }
    }
    
    
    
    
    .hero-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

@media(max-width:576px){
    .hero-title{
        font-size:auto !important;
    }
}

.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
}

.grad-text {
  background: linear-gradient(90deg, #6d5dfc, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-text-alt {
  background: linear-gradient(135deg, #ff3d9a 0%, #b45cd1 45%, #4fc3f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.show {
  animation: reveal 0.8s ease forwards;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}