:root { --accent: #f97316; --accent-dark: #ea580c; --accent-light: #fdba74; --accent-mid: #fb923c; }

    /* ── SPLIT HERO ─────────────────────────────────────────── */
    .sv-hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 72px; background: #020817; overflow: hidden; }
    @media (max-width: 900px) { .sv-hero { grid-template-columns: 1fr; } .sv-hero-right { display: none; } }
    .sv-hero-left { display: flex; flex-direction: column; justify-content: center; padding: 5rem 3rem 4rem max(4rem, 6vw); }
    .sv-hero-right { position: relative; display: flex; align-items: center; justify-content: center; background: rgba(249,115,22,.03); border-left: 1px solid rgba(249,115,22,.1); overflow: hidden; }
    .sv-hero-right::before { content:''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse at center, rgba(249,115,22,.07) 0%, transparent 60%); }
    .sv-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(249,115,22,.12); border: 1px solid rgba(249,115,22,.25); color: var(--accent-light); padding: .4rem 1rem; border-radius: 999px; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.5rem; }
    .sv-title { font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; color: #fff; margin-bottom: 1.25rem; }
    .sv-title em { font-style: normal; background: linear-gradient(135deg, var(--accent-mid), var(--accent), #fbbf24); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .sv-sub { font-size: 1.1rem; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 2rem; max-width: 480px; }
    .sv-cta-row { display: flex; gap: .875rem; flex-wrap: wrap; margin-bottom: 3rem; }
    .sv-btn-primary { padding: .8rem 1.8rem; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; border-radius: 999px; font-weight: 700; font-size: .95rem; box-shadow: 0 4px 20px rgba(249,115,22,.35); transition: transform .2s, box-shadow .2s; }
    .sv-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(249,115,22,.45); }
    .sv-btn-ghost { padding: .8rem 1.8rem; border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); border-radius: 999px; font-weight: 600; font-size: .95rem; transition: border-color .2s, color .2s; }
    .sv-btn-ghost:hover { border-color: rgba(255,255,255,.5); color: #fff; }
    .sv-trust { display: flex; gap: 2rem; flex-wrap: wrap; }
    .sv-trust-item { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: rgba(255,255,255,.4); }
    .sv-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }

    /* ── HERO MOCKUP (template builder) ─────────────────────── */
    .sv-mockup-wrap { position: relative; width: 100%; max-width: 480px; z-index: 1; padding: 1.5rem; }
    .sv-tmpl-builder { background: #1e293b; border-radius: 16px; border: 1px solid rgba(255,255,255,.08); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
    .sv-tmpl-chrome { padding: .7rem 1rem; border-bottom: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; gap: .75rem; }
    .sv-tmpl-dots { display: flex; gap: .3rem; }
    .sv-tmpl-dot { width: 9px; height: 9px; border-radius: 50%; }
    .sv-tmpl-dot-r { background: #ef4444; } .sv-tmpl-dot-y { background: #f59e0b; } .sv-tmpl-dot-g { background: #22c55e; }
    .sv-tmpl-bar { flex: 1; text-align: center; font-size: .65rem; color: rgba(255,255,255,.35); font-weight: 600; }
    .sv-tmpl-body { padding: 1.25rem; }
    .sv-tmpl-name-row { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
    .sv-tmpl-icon-lg { width: 40px; height: 40px; border-radius: 10px; background: rgba(249,115,22,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .sv-tmpl-name-txt { font-size: .95rem; font-weight: 700; color: #fff; }
    .sv-tmpl-name-sub { font-size: .65rem; color: rgba(255,255,255,.4); margin-top: .15rem; }
    .sv-tmpl-pattern { display: flex; gap: .5rem; margin-bottom: 1rem; }
    .sv-pat-tag { padding: .3rem .7rem; border-radius: 8px; font-size: .65rem; font-weight: 700; }
    .sv-pat-active { background: rgba(249,115,22,.18); border: 1px solid rgba(249,115,22,.35); color: var(--accent-mid); }
    .sv-pat-inactive { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
    .sv-slot-grid { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
    .sv-slot { display: flex; align-items: center; gap: .6rem; padding: .5rem .75rem; border-radius: 8px; border: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.03); }
    .sv-slot-color { width: 4px; height: 28px; border-radius: 2px; flex-shrink: 0; }
    .sv-slot-info { flex: 1; }
    .sv-slot-title { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.8); }
    .sv-slot-meta { font-size: .58rem; color: rgba(255,255,255,.35); margin-top: .1rem; }
    .sv-slot-badge { font-size: .55rem; font-weight: 700; padding: .2rem .5rem; border-radius: 6px; }
    .sv-gen-btn { width: 100%; padding: .65rem; border-radius: 10px; font-size: .8rem; font-weight: 700; border: none; cursor: pointer; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; display: flex; align-items: center; justify-content: center; gap: .4rem; }
    .sv-gen-pulse { display: inline-block; animation: sv-pulse 2s ease-in-out infinite; }
    @keyframes sv-pulse { 0%,100%{opacity:1} 50%{opacity:.5} }
    .sv-floating-badge { position: absolute; top: .75rem; right: 1rem; background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.3); border-radius: 8px; padding: .4rem .75rem; font-size: .6rem; color: #4ade80; font-weight: 700; display: inline-flex; align-items: center; gap: .35rem; animation: sv-float 3s ease-in-out infinite; z-index: 2; }
    @keyframes sv-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }

    /* ── TEMPLATE TYPES SECTION ─────────────────────────────── */
    .sv-types { padding: 5rem 0; background: #0f172a; }
    .sv-types-label { display: inline-flex; align-items: center; gap: .5rem; background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.2); color: var(--accent-mid); padding: .3rem .9rem; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 1rem; }
    .sv-types-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #fff; letter-spacing: -.02em; margin-bottom: .75rem; }
    .sv-types-sub { color: rgba(255,255,255,.5); font-size: 1rem; margin-bottom: 3rem; max-width: 600px; }
    .sv-types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
    @media (max-width: 768px) { .sv-types-grid { grid-template-columns: 1fr; } }
    .sv-type-card { border-radius: 16px; padding: 2rem; position: relative; overflow: hidden; }
    .sv-type-card::before { content:''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
    .sv-type-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: .85rem; }
    .sv-type-name { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; }
    .sv-type-desc { font-size: 1rem; font-weight: 800; letter-spacing: -.02em; margin-bottom: .75rem; }
    .sv-type-features { list-style: none; display: flex; flex-direction: column; gap: .4rem; }
    .sv-type-features li { font-size: .85rem; color: rgba(255,255,255,.55); padding-left: 1rem; position: relative; }
    .sv-type-features li::before { content: '›'; position: absolute; left: 0; color: rgba(255,255,255,.3); }
    .sv-type-tag { display: inline-flex; align-items: center; gap: .3rem; background: rgba(255,255,255,.08); border-radius: 6px; padding: .25rem .65rem; font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.6); margin-top: 1rem; }

    .sv-weekly { background: rgba(249,115,22,.07); border: 1px solid rgba(249,115,22,.15); }
    .sv-weekly::before { background: linear-gradient(90deg, #f97316, #fbbf24); }
    .sv-weekly .sv-type-icon { background: rgba(249,115,22,.15); color: var(--accent-mid); }
    .sv-weekly .sv-type-name, .sv-weekly .sv-type-desc { color: var(--accent-light); }

    .sv-monthly { background: rgba(14,165,233,.07); border: 1px solid rgba(14,165,233,.12); }
    .sv-monthly::before { background: linear-gradient(90deg, #0ea5e9, #3b82f6); }
    .sv-monthly .sv-type-icon { background: rgba(14,165,233,.15); color: #38bdf8; }
    .sv-monthly .sv-type-name, .sv-monthly .sv-type-desc { color: #7dd3fc; }

    .sv-rotation { background: rgba(139,92,246,.07); border: 1px solid rgba(139,92,246,.12); }
    .sv-rotation::before { background: linear-gradient(90deg, #8b5cf6, #ec4899); }
    .sv-rotation .sv-type-icon { background: rgba(139,92,246,.15); color: #c4b5fd; }
    .sv-rotation .sv-type-name, .sv-rotation .sv-type-desc { color: #c4b5fd; }

    /* ── STEPS SECTION ─────────────────────────────────────── */
    .sv-steps { padding: 5rem 0; background: linear-gradient(135deg, #020817 0%, #1a0f00 50%, #020817 100%); }
    .sv-steps-label { display: inline-flex; align-items: center; gap: .5rem; background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.2); color: var(--accent-mid); padding: .3rem .9rem; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 1rem; }
    .sv-steps-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #fff; letter-spacing: -.02em; margin-bottom: .75rem; }
    .sv-steps-sub { color: rgba(255,255,255,.5); font-size: 1rem; margin-bottom: 3rem; max-width: 600px; }
    .sv-steps-row { display: flex; align-items: flex-start; gap: 1.5rem; flex-wrap: wrap; }
    .sv-step-card { flex: 1; min-width: 240px; text-align: center; padding: 2.5rem 1.75rem; border-radius: 18px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); position: relative; transition: all .3s; }
    .sv-step-card:hover { transform: translateY(-4px); border-color: rgba(249,115,22,.2); background: rgba(249,115,22,.04); }
    .sv-step-num { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; font-size: 1.35rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; box-shadow: 0 4px 20px rgba(249,115,22,.3); }
    .sv-step-card h3 { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: .6rem; }
    .sv-step-card p { font-size: .9rem; color: rgba(255,255,255,.5); line-height: 1.65; }
    .sv-step-arrow { font-size: 1.5rem; color: rgba(249,115,22,.4); padding-top: 2.5rem; flex-shrink: 0; }
    @media (max-width: 768px) { .sv-step-arrow { display: none; } }
    .sv-step-icon { width: 48px; height: 48px; margin: 0 auto 1rem; border-radius: 12px; display: flex; align-items: center; justify-content: center; }

    /* ── FEATURE CARDS ─────────────────────────────────────── */
    .sv-features { padding: 5rem 0; background: #0f172a; }
    .sv-feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
    @media (max-width: 640px) { .sv-feat-grid { grid-template-columns: 1fr; } }
    .sv-feat-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 16px; padding: 1.75rem; display: flex; gap: 1.15rem; align-items: flex-start; transition: all .25s; }
    .sv-feat-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,.3); border-color: rgba(249,115,22,.2); }
    .sv-feat-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .sv-feat-body h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
    .sv-feat-body p { font-size: .875rem; color: rgba(255,255,255,.5); line-height: 1.65; }

    /* ── CTA ────────────────────────────────────────────────── */
    .sv-cta { padding: 6rem 0; background: linear-gradient(135deg, #0f172a 0%, #1a0f00 50%, #0f172a 100%); text-align: center; position: relative; overflow: hidden; }
    .sv-cta::before { content:''; position: absolute; top: 50%; left: 50%; width: 600px; height: 600px; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(249,115,22,.08) 0%, transparent 70%); pointer-events: none; }
    .sv-cta h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; }
    .sv-cta p { color: rgba(255,255,255,.55); font-size: 1.0625rem; margin-bottom: 2.5rem; position: relative; }
    .sv-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

    /* ── REDUCED MOTION ─────────────────────────────────────── */
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .sv-floating-badge { animation: none; }
    }
    @media (max-width: 768px) { footer .container > div:first-child { grid-template-columns: 1fr !important; } }
