  :root {
    --ink: #191127;
    --paper: #f5f0e8;
    --cream: #f3f1ed;
    --accent: #883CF0;
    --gold: #7c3aed;
    --muted: #d6d6d6;
    --white: #ffffff;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--ink);
    color: var(--paper);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    cursor: none;
  }

  /* CUSTOM CURSOR */
  .cursor {
    position: fixed;
    width: 10px; height: 10px;
    background: var(--accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%,-50%);
    transition: transform 0.1s, width 0.3s, height 0.3s, background 0.3s;
    mix-blend-mode: difference;
  }
  .cursor-ring {
    position: fixed;
    width: 36px; height: 36px;
    border: 1px solid #3a1c63;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%,-50%);
    transition: transform 0.18s ease, width 0.3s, height 0.3s;
  }
  .cursor.hover { width: 20px; height: 20px; background: var(--gold); }
  .cursor-ring.hover { width: 60px; height: 60px; border-color: var(--gold); }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 24px 48px;
    background: linear-gradient(to bottom, #180f26, transparent);
  }
  .logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.15em;
    color: var(--paper);
  }
  .logo span { color: var(--accent); }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a {
    color: var(--muted); text-decoration: none;
    font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
    transition: color 0.3s;
  }
  .nav-links a:hover { color: var(--paper); }
  .nav-cta {
    background: var(--accent); color: var(--white);
    border: none; padding: 10px 24px;
    font-family: 'DM Sans', sans-serif; font-size: 12px;
    letter-spacing: 0.1em; text-transform: uppercase;
    cursor: none; transition: background 0.3s, transform 0.2s;
  }
  .nav-cta:hover { background: #883cf0e0; transform: translateY(-1px); }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
  }
  .hero-left {
    display: flex; flex-direction: column; justify-content: center;
    padding: 160px 64px 80px 64px;
    position: relative; z-index: 2;
  }
  .hero-eyebrow {
    font-size: 11px; letter-spacing: 0.25em;
    text-transform: uppercase; color: var(--accent);
    margin-bottom: 20px;
    display: flex; align-items: center; gap: 12px;
  }
  .hero-eyebrow::before {
    content: ''; display: block; width: 32px; height: 1px; background: var(--accent);
  }
  .hero-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(52px, 5vw, 80px);
    line-height: 1.05;
    margin-bottom: 12px;
  }
  .hero-title .alt { font-style: italic; color: var(--gold); }
  .hero-title .big {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(80px, 9vw, 130px);
    color: var(--paper); letter-spacing: -0.02em;
    display: block; line-height: 0.9;
  }
  .hero-sub {
    color: var(--muted); font-size: 15px; line-height: 1.7;
    max-width: 380px; margin: 28px 0 40px;
  }
  .hero-actions { display: flex; gap: 16px; align-items: center; }
  .btn-primary {
    background: var(--accent); color: var(--white);
    border: none; padding: 16px 36px;
    font-family: 'DM Sans', sans-serif; font-size: 13px;
    letter-spacing: 0.1em; text-transform: uppercase;
    cursor: none; transition: all 0.3s;
  }
  .btn-primary:hover { background: #883cf0e0; transform: translateY(-2px); }
  .btn-ghost {
    background: transparent; color: var(--paper);
    border: 1px solid #3a1c63; padding: 16px 36px;
    font-family: 'DM Sans', sans-serif; font-size: 13px;
    letter-spacing: 0.1em; text-transform: uppercase;
    cursor: none; transition: all 0.3s;
  }
  .btn-ghost:hover { border-color: var(--paper); }
  .hero-stats {
    display: flex; gap: 40px; margin-top: 60px;
    padding-top: 40px; border-top: 1px solid #5e309d;
  }
  .stat-num {
    font-family: 'Bebas Neue', sans-serif; font-size: 40px; color: var(--paper);
  }
  .stat-num span { color: var(--accent); }
  .stat-label { font-size: 11px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }

  .hero-right {
    position: relative; overflow: hidden;
  }
  .hero-img-wrap {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #23133a 0%, #684895 100%);
  }
  .hero-img-wrap::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .floating-card {
    position: absolute; background: rgba(241, 232, 245, 0.04);
    backdrop-filter: blur(20px); border: 1px solid #5d41858d;
    padding: 20px; border-radius: 2px;
  }
  .card-1 { bottom: 120px; left: -30px; width: 200px; }
  .card-2 { top: 140px; right: 30px; width: 180px; }
  .card-label { font-size: 10px; color: var(--muted); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 8px; }
  .card-value { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--gold); }
  .card-sub { font-size: 11px; color: var(--muted); margin-top: 4px; }

  .hero-visual-center {
    position: absolute; inset: 60px;
    display: flex; align-items: center; justify-content: center;
  }
  .ai-orb {
    width: 280px; height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #961ae833, transparent 60%),
                radial-gradient(circle at 70% 70%, #a34cc922, transparent 50%),
                radial-gradient(circle at 50% 50%, #251a2e, #0d0a0f);
    border: 1px solid rgba(222, 26, 232, 0.2);
    box-shadow: 0 0 80px rgba(153, 26, 232, 0.12), inset 0 0 60px rgba(188, 76, 201, 0.05);
    animation: orbPulse 4s ease-in-out infinite;
    display: flex; align-items: center; justify-content: center;
    position: relative;
  }
  .orb-inner {
    width: 180px; height: 180px; border-radius: 50%;
    border: 1px dashed rgba(188, 76, 201, 0.3);
    animation: orbSpin 12s linear infinite;
    display: flex; align-items: center; justify-content: center;
  }
  .orb-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--gold);
    position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
    box-shadow: 0 0 12px var(--gold);
  }
  .orb-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px; letter-spacing: 0.3em; color: var(--paper); opacity: 0.6;
  }
  @keyframes orbPulse {
    0%, 100% { box-shadow: 0 0 80px rgba(177, 26, 232, 0.12), inset 0 0 60px rgba(168, 76, 201, 0.05); }
    50% { box-shadow: 0 0 120px rgba(194, 26, 232, 0.2), inset 0 0 80px rgba(153, 76, 201, 0.1); }
  }
  @keyframes orbSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

  /* TICKER */
  .ticker { 
    background: var(--accent); padding: 14px 0; overflow: hidden;
    border-top: 1px solid #3a1c63;
  }
  .ticker-inner {
    display: flex; gap: 64px; white-space: nowrap;
    animation: tickerScroll 20s linear infinite;
  }
  .ticker-item {
    font-family: 'Bebas Neue', sans-serif; font-size: 14px;
    letter-spacing: 0.2em; color: white; opacity: 0.9;
    display: flex; align-items: center; gap: 16px;
  }
  .ticker-item::after { content: '◆'; opacity: 0.5; }
  @keyframes tickerScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* SECTION BASE */
  section { padding: 120px 64px; }
  .section-label {
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 16px;
    display: flex; align-items: center; gap: 12px;
  }
  .section-label::before { content: ''; display: block; width: 24px; height: 1px; background: var(--accent); }
  .section-title {
    font-family: 'DM Serif Display', serif; font-size: clamp(36px, 3.5vw, 56px);
    line-height: 1.1; margin-bottom: 20px;
  }
  .section-title em { font-style: italic; color: var(--gold); }

  /* FEATURES */
  .features { background: var(--ink); }
  .features-grid {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 1px; background: rgba(242, 232, 245, 0.06);
    margin-top: 80px; border: 1px solid #3a1c63;
  }
  .feat-card {
    background: var(--ink); padding: 48px 40px;
    transition: background 0.4s;
    position: relative; overflow: hidden;
  }
  .feat-card::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--gold));
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s;
  }
  .feat-card:hover { background: #1f1232; }
  .feat-card:hover::after { transform: scaleX(1); }
  .feat-icon {
    width: 48px; height: 48px; margin-bottom: 28px;
    color: var(--accent);
  }
  .feat-num {
    font-family: 'Bebas Neue', sans-serif; font-size: 64px;
    color: rgba(245,240,232,0.04); position: absolute;
    top: 20px; right: 30px; letter-spacing: -0.02em;
  }
  .feat-title {
    font-family: 'DM Serif Display', serif; font-size: 22px;
    margin-bottom: 14px; color: var(--paper);
  }
  .feat-desc { font-size: 14px; color: var(--muted); line-height: 1.7; }

  /* BEFORE/AFTER SLIDER */
  .comparison { background: #0d0d12; }
  .comparison-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center; margin-top: 60px;
  }
  .slider-wrap {
    position: relative; aspect-ratio: 4/5; overflow: hidden;
    border: 1px solid #3a1c63;
    cursor: none;
  }
  .slider-bg, .slider-fg {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
  }
  .slider-bg {
    background: linear-gradient(135deg, #251a2a 0%, #35213a 100%);
  }
  .slider-fg {
    background: linear-gradient(135deg, #44194e 0%, #2a0d26 100%);
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.05s;
  }
  .slider-label {
    position: absolute; font-family: 'Bebas Neue', sans-serif;
    font-size: 12px; letter-spacing: 0.2em; padding: 6px 12px;
    z-index: 3;
  }
  .label-before { bottom: 20px; left: 20px; background: rgba(232,75,26,0.8); color: white; }
  .label-after { bottom: 20px; right: 20px; background: rgba(201,168,76,0.8); color: var(--ink); }
  .slider-divider {
    position: absolute; top: 0; bottom: 0; width: 2px;
    background: white; z-index: 4; left: 50%;
    transform: translateX(-50%); cursor: none;
    transition: left 0.05s;
  }
  .slider-handle {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 40px; height: 40px; background: white;
    border-radius: 50%; z-index: 5;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.4);
    font-size: 12px; color: var(--ink); font-weight: 600;
  }
  .before-grid {
    display: grid; gap: 6px;
    grid-template-columns: repeat(3, 1fr);
  }
  .before-square {
    aspect-ratio: 1; background: rgba(232,75,26,0.15);
    border: 1px solid rgba(232,75,26,0.1);
    border-radius: 2px;
  }
  .after-grid {
    display: grid; gap: 6px;
    grid-template-columns: repeat(3, 1fr);
  }
  .after-square {
    aspect-ratio: 1;
    border-radius: 2px;
    background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(232,75,26,0.1));
    border: 1px solid rgba(201,168,76,0.15);
  }

  .comparison-text { padding: 20px 0; }
  .feature-list { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
  .fl-item {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 20px; border: 1px solid #3a1c63;
    transition: border-color 0.3s, background 0.3s;
  }
  .fl-item:hover {
    border-color: #5e309d;
    background: #23133a97;
  }
  .fl-icon {
    width: 36px; height: 36px; min-width: 36px;
    background: #1f1232; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--accent); font-size: 16px;
  }
  .fl-title { font-size: 14px; font-weight: 500; color: var(--paper); margin-bottom: 4px; }
  .fl-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

  /* HOW IT WORKS */
  .process { background: var(--ink); }
  .steps {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0; margin-top: 80px; position: relative;
  }
  .steps::before {
    content: ''; position: absolute; top: 28px; left: 10%; right: 10%;
    height: 1px; background: rgba(245,240,232,0.08); z-index: 0;
  }
  .step { padding: 0 30px; position: relative; z-index: 1; }
  .step-num {
    width: 56px; height: 56px; border-radius: 50%;
    border: 1px solid #3a1c63;
    background: var(--ink);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Bebas Neue', sans-serif; font-size: 22px;
    color: var(--paper); margin-bottom: 28px;
    transition: all 0.3s;
  }
  .step:hover .step-num {
    border-color: var(--accent); color: var(--accent);
    box-shadow: 0 0 24px #be52e50f;
  }
  .step-title { font-family: 'DM Serif Display', serif; font-size: 20px; margin-bottom: 12px; }
  .step-desc { font-size: 13px; color: var(--muted); line-height: 1.7; }

  /* PRICING */
  .pricing { background: #0d0d12; }
  .pricing-toggle {
    display: flex; align-items: center; gap: 16px; margin-top: 40px;
    font-size: 13px; color: var(--muted);
  }
  .toggle-track {
    width: 52px; height: 28px; background: rgba(245,240,232,0.08);
    border-radius: 14px; border: 1px solid rgba(245,240,232,0.1);
    position: relative; cursor: none; transition: background 0.3s;
  }
  .toggle-track.on { background: var(--accent); border-color: var(--accent); }
  .toggle-thumb {
    position: absolute; top: 3px; left: 3px;
    width: 20px; height: 20px; border-radius: 50%;
    background: white; transition: transform 0.3s;
  }
  .toggle-track.on .toggle-thumb { transform: translateX(24px); }
  .save-badge {
    background: #cb56f90a; color: var(--gold);
    border: 1px solid #3a1c63;
    padding: 3px 10px; font-size: 11px; letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .pricing-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1px; margin-top: 60px;
    background: rgba(234, 203, 253, 0.06);
    border: 1px solid #3a1c63;
  }
  .price-card {
    background: var(--ink); padding: 48px 40px;
    display: flex; flex-direction: column;
    transition: background 0.3s;
  }
  .price-card.featured { background: var(--accent); }
  .price-card:hover:not(.featured) { background: #1f1232; }
  .price-tier {
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--muted); margin-bottom: 32px;
  }
  .price-card.featured .price-tier { color: rgba(255,255,255,0.7); }
  .price-amount {
    font-family: 'Bebas Neue', sans-serif; font-size: 64px;
    line-height: 1; color: var(--paper); margin-bottom: 4px;
  }
  .price-card.featured .price-amount { color: white; }
  .price-per { font-size: 13px; color: var(--muted); margin-bottom: 40px; }
  .price-card.featured .price-per { color: rgba(255,255,255,0.6); }
  .price-features { list-style: none; flex: 1; }
  .price-features li {
    font-size: 13px; color: var(--muted); padding: 10px 0;
    border-bottom: 1px solid #3a1c63;
    display: flex; align-items: center; gap: 10px;
  }
  .price-card.featured .price-features li { color: rgba(255,255,255,0.8); border-color: #3a1c63; }
  .price-features li::before { content: '→'; color: var(--accent); font-size: 12px; }
  .price-card.featured .price-features li::before { color: rgba(255,255,255,0.7); }
  .price-btn {
    margin-top: 40px; padding: 14px;
    text-align: center; font-size: 12px;
    letter-spacing: 0.15em; text-transform: uppercase;
    cursor: none; border: none; transition: all 0.3s;
    font-family: 'DM Sans', sans-serif;
  }
  .price-btn-outline { background: transparent; color: var(--paper); border: 1px solid #3a1c63; }
  .price-btn-outline:hover { border-color: var(--paper); }
  .price-btn-solid { background: var(--ink); color: white; }
  .price-btn-solid:hover { background: rgba(10,10,15,0.8); }

  /* TESTIMONIAL */
  .testimonials { background: var(--ink); }
  .testi-wrap {
    display: grid; grid-template-columns: 1fr 2fr;
    gap: 80px; align-items: center; margin-top: 80px;
  }
  .testi-nav { display: flex; flex-direction: column; gap: 3px; }
  .testi-tab {
    padding: 20px 24px; background: transparent;
    border: none; border-left: 2px solid #3a1c63;
    text-align: left; cursor: none; transition: all 0.3s;
  }
  .testi-tab.active { border-left-color: var(--accent); background: #cb56f90a; }
  .testi-tab-name { font-size: 14px; color: var(--paper); margin-bottom: 4px; font-weight: 500; }
  .testi-tab-role { font-size: 11px; color: var(--muted); letter-spacing: 0.08em; }
  .testi-content { position: relative; }
  .testi-quote {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.4; color: var(--paper);
    margin-bottom: 32px;
  }
  .testi-quote::before {
    content: '"'; font-size: 80px; color: var(--accent); opacity: 0.3;
    line-height: 0; vertical-align: -0.4em; margin-right: 8px;
  }
  .testi-meta { display: flex; align-items: center; gap: 16px; }
  .testi-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--gold));
    display: flex; align-items: center; justify-content: center;
    font-family: 'Bebas Neue', sans-serif; font-size: 18px; color: white;
  }
  .testi-stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }

  /* FAQ */
  .faq { background: #180f26; }
  .faq-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 1px; margin-top: 60px;
    background: #1f1232;
    border: 1px solid #3a1c63;
  }
  .faq-item {
    background: var(--ink); padding: 36px 40px;
    cursor: none; transition: background 0.3s;
  }
  .faq-item:hover { background: #2a1647; }
  .faq-q {
    font-family: 'DM Serif Display', serif; font-size: 17px;
    margin-bottom: 14px; color: var(--paper);
    display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
  }
  .faq-toggle { color: var(--accent); font-size: 20px; flex-shrink: 0; transition: transform 0.3s; }
  .faq-item.open .faq-toggle { transform: rotate(45deg); }
  .faq-a { font-size: 14px; color: var(--muted); line-height: 1.7; display: none; }
  .faq-item.open .faq-a { display: block; }

  /* CTA */
  .cta-section {
    background: var(--accent); padding: 120px 64px;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center;
  }
  .cta-title {
    font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 6vw, 96px);
    line-height: 0.95; letter-spacing: -0.02em; color: white;
  }
  .cta-title em { font-style: italic; font-family: 'DM Serif Display', serif; opacity: 0.7; }
  .cta-right { display: flex; flex-direction: column; gap: 20px; }
  .cta-desc { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.7; }
  .cta-input-wrap {
    display: flex; border: 1px solid #3a1c63;
  }
  .cta-input {
    flex: 1; background: rgba(255,255,255,0.1);
    border: none; padding: 16px 20px;
    color: white; font-family: 'DM Sans', sans-serif; font-size: 14px;
    outline: none;
  }
  .cta-input::placeholder { color: rgba(255,255,255,0.4); }
  .cta-submit {
    background: var(--ink); color: var(--paper);
    border: none; padding: 16px 28px;
    font-family: 'DM Sans', sans-serif; font-size: 12px;
    letter-spacing: 0.1em; text-transform: uppercase;
    cursor: none; transition: background 0.3s;
  }
  .cta-submit:hover { background: #111; }

  /* FOOTER */
  footer {
    background: var(--ink); padding: 80px 64px 40px;
    border-top: 1px solid #3a1c63;
  }
  .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px; margin-bottom: 60px;
  }
  .footer-brand p { font-size: 13px; color: var(--muted); line-height: 1.7; margin-top: 20px; max-width: 280px; }
  .footer-col h4 {
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--paper); margin-bottom: 24px;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .footer-col ul li a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.3s; }
  .footer-col ul li a:hover { color: var(--paper); }
  .footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 40px; border-top: 1px solid #3a1c63;
    font-size: 12px; color: var(--muted);
  }

  /* ANIMATIONS */
  .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.7s ease; }
  .fade-in.visible { opacity: 1; transform: translateY(0); }
  .stagger-1 { transition-delay: 0.1s; }
  .stagger-2 { transition-delay: 0.2s; }
  .stagger-3 { transition-delay: 0.3s; }
  .stagger-4 { transition-delay: 0.4s; }

  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; }
    .hero-right { display: none; }
    nav { padding: 20px 24px; }
    .nav-links { display: none; }
    section { padding: 80px 24px; }
    .features-grid, .comparison-inner, .steps, .pricing-grid, .testi-wrap, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
    .cta-section { grid-template-columns: 1fr; padding: 80px 24px; }
    .hero-left { padding: 140px 24px 60px; }
  }