.cc-hero{--cc-brand-color: rgba(255, 0, 0, .1);--cc-brand-color-dark: rgba(255, 0, 0, .05)}.cc-hero{position:relative;overflow:hidden;padding:100px 24px 80px;background:var(--color-stone-950);border-bottom:1px solid var(--color-stone-800)}.cc-hero-glow{position:absolute;inset:0;pointer-events:none;overflow:hidden}.cc-glow{position:absolute;border-radius:50%;filter:blur(120px);will-change:transform}.cc-glow--brand{width:500px;height:500px;top:-15%;left:-5%;background:radial-gradient(circle,var(--cc-brand-color),transparent 70%);animation:drift-1 18s ease-in-out infinite alternate}.cc-glow--gold{width:550px;height:550px;top:-10%;right:-8%;background:radial-gradient(circle,rgba(254,226,101,.15),transparent 70%);animation:drift-2 16s ease-in-out infinite alternate}.cc-hero-content{position:relative;z-index:1}.cc-hero-inner{max-width:720px;margin:0 auto;text-align:center}.cc-badge{display:inline-block;font-family:DM Mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.1em;color:var(--color-gold-light);border:1px solid rgba(230,200,0,.35);border-radius:50px;padding:6px 18px;margin-bottom:24px}.cc-updated{display:block;font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.03em;color:var(--color-stone-500);margin-bottom:20px}.cc-hero h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;color:var(--color-stone-50);line-height:1.15;margin-bottom:20px}.cc-hero-sub{font-size:1.05rem;line-height:1.65;color:var(--text-muted);max-width:600px;margin:0 auto 32px}.cc-hero-sub strong{color:var(--color-stone-150);font-weight:600}.cc-hero-cta{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:14px}.cc-hero .btn--ghost .btn__face{color:var(--color-stone-150);border-color:var(--color-stone-700)}.cc-hero .btn--ghost:hover .btn__face{border-color:var(--color-gold-light);color:var(--color-gold-light)}.cc-hero-note{display:block;font-size:.82rem;color:var(--text-muted);text-align:center}.cc-callout{background:var(--color-stone-100);padding:64px 24px}.cc-callout-inner{max-width:640px;margin:0 auto}.cc-callout-badge{display:inline-block;font-family:DM Mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.1em;color:var(--color-gold-text);background:#fee2652e;border-radius:50px;padding:5px 14px;margin-bottom:18px}.cc-callout h2{font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;color:var(--text-primary);margin-bottom:20px;letter-spacing:-.01em}.cc-callout-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:12px}.cc-callout-list li{font-size:.92rem;color:var(--text-secondary);line-height:1.6;padding-left:16px;position:relative}.cc-callout-list li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--color-gold)}.cc-callout-list li strong{color:var(--text-primary);font-weight:600}.cc-callout-link{font-size:.88rem;font-weight:600;color:var(--color-gold-text);text-decoration:none;transition:color .2s ease}.cc-callout-link:hover{color:var(--color-gold-text-hover)}.cc-compare{background:var(--color-white);padding:80px 24px;overflow:hidden}.cc-compare-inner{max-width:800px;margin:0 auto}.cc-compare h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:10px;letter-spacing:-.01em}.cc-compare-sub{font-size:1rem;color:var(--text-secondary);text-align:center;margin-bottom:40px}.cc-table-wrap{overflow-x:auto}.cc-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.88rem}.cc-table thead th{font-weight:600;color:var(--text-secondary);text-align:left;padding:14px 18px;border-bottom:2px solid var(--color-stone-200);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.cc-th-sv{color:var(--color-gold-text);border-left:3px solid var(--color-gold-light)}.cc-table tbody td,.cc-table tbody th{padding:14px 18px;color:var(--text-secondary);border-bottom:1px solid var(--color-stone-75);line-height:1.5}.cc-table tbody tr:last-child td,.cc-table tbody tr:last-child th{border-bottom:none}.cc-table tbody tr:nth-child(2n) td,.cc-table tbody tr:nth-child(2n) th{background:var(--color-stone-25)}.cc-table tbody td:last-child{border-left:3px solid var(--color-gold-light);background:#fee2650a}.cc-table tbody tr:nth-child(2n) td:last-child{background:#fee26512}.cc-table tbody td:first-child,.cc-table tbody th[scope=row]{font-weight:600;color:var(--text-primary);text-align:left}.cc-check{color:var(--color-success);font-weight:700;margin-right:6px}.cc-x{color:var(--color-error);font-weight:700;margin-right:6px;opacity:.6}.cc-neutral{color:var(--color-gold-text);font-weight:700;margin-right:6px}.cc-compare-summary{font-size:.92rem;color:var(--text-secondary);line-height:1.6;margin-top:24px;text-align:center}.cc-compare-summary strong{color:var(--text-primary);font-weight:600}.cc-compare-cards{display:none}@media(max-width:680px){.cc-table-wrap{display:none}.cc-compare-cards{display:flex;flex-direction:column;gap:12px}.cc-compare-card{background:var(--color-white);border:1px solid var(--color-stone-200);border-radius:12px;padding:16px;overflow:hidden}.cc-compare-label{display:block;font-size:.82rem;font-weight:600;color:var(--text-primary);margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--color-stone-75)}.cc-compare-row{font-size:.85rem;color:var(--text-secondary);padding:6px 0;display:flex;align-items:center;gap:6px}.cc-compare-row--sv{color:var(--text-secondary);background:#fee2650f;margin:4px -16px -16px;padding:10px 16px;border-top:1px solid rgba(230,200,0,.15)}.cc-compare-who{font-weight:600;min-width:80px;flex-shrink:0;font-size:.78rem;color:var(--text-muted)}.cc-compare-row--sv .cc-compare-who{color:var(--color-gold-text)}}.cc-migrate{background:var(--color-stone-100);padding:80px 24px}.cc-migrate-inner{max-width:680px;margin:0 auto}.cc-migrate h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:10px;letter-spacing:-.01em}.cc-migrate-sub{font-size:1rem;color:var(--text-secondary);text-align:center;margin-bottom:48px}.cc-steps{list-style:none;padding:0;margin:0 0 40px;display:flex;flex-direction:column;align-items:center}.cc-step{display:flex;gap:24px;align-items:flex-start;width:100%}.cc-step-number{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--color-gold-soft),var(--color-gold-pale));border:2px solid var(--color-gold-light)}.cc-step-number span{font-family:DM Mono,monospace;font-size:1.1rem;font-weight:500;color:var(--color-gold-text)}.cc-step-number--done{background:linear-gradient(135deg,var(--color-success-pale),var(--color-success-wash));border-color:var(--color-success-light);color:var(--color-success)}.cc-step-number--done svg{color:var(--color-success)}.cc-step-body{flex:1;padding-bottom:8px}.cc-step-body h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:6px;line-height:1.3}.cc-step-body p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:0}.cc-step-connector{display:flex;justify-content:center;padding-left:23px;margin:4px 0}@media(max-width:540px){.cc-step{flex-direction:column;align-items:flex-start;gap:12px}.cc-step-connector{padding-left:0;justify-content:flex-start;margin-left:23px}}.cc-reassurance{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;max-width:520px;margin:0 auto}.cc-reassurance li{font-size:.88rem;color:var(--text-secondary);line-height:1.6;display:flex;align-items:flex-start;gap:10px}.cc-reassurance li svg{flex-shrink:0;color:var(--color-success);margin-top:3px}.cc-migrate-link{margin-top:24px;text-align:center}.cc-migrate-link a{font-size:.88rem;font-weight:600;color:var(--color-gold-text);text-decoration:none;transition:color .2s}.cc-migrate-link a:hover{color:var(--color-gold-text-hover)}[data-theme=dark] .cc-migrate-link a{color:var(--color-gold-light)}[data-theme=dark] .cc-migrate-link a:hover{color:var(--color-gold)}.cc-testimonials{background:var(--color-white);border-top:1px solid var(--color-stone-200);padding:80px 24px}.cc-testimonials-header{text-align:center;margin-bottom:40px}.cc-testimonials-badge{display:inline-flex;align-items:center;gap:6px;background:#c9a00014;color:var(--color-gold-dark);border-radius:50px;padding:6px 16px;margin-bottom:16px;font-size:.8rem;font-weight:500}.cc-testimonials-header h2{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.cc-testimonials-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cc-testimonials .tcard{width:auto;flex-shrink:0;background:var(--color-stone-50);border:1px solid var(--color-stone-200);border-radius:16px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;transition:border-color .3s ease,box-shadow .3s ease;box-shadow:0 1px 4px #1c191708,0 4px 16px #1c19170a}.cc-testimonials .tcard:hover{border-color:var(--color-stone-300);box-shadow:0 2px 8px #1c19170d,0 8px 24px #1c19170f}.cc-testimonials .tcard-quote{display:flex;gap:12px;align-items:flex-start}.cc-testimonials .tcard-mark{color:var(--color-gold);flex-shrink:0;margin-top:2px;opacity:.5}.cc-testimonials .tcard blockquote{font-size:.9rem;color:var(--text-secondary);line-height:1.65;margin:0;padding:0}.cc-testimonials .tcard-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--color-stone-200)}.cc-testimonials .tcard-author img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--color-stone-200)}.cc-testimonials .tcard-meta{display:flex;flex-direction:column;gap:1px}.cc-testimonials .tcard-meta cite{font-style:normal;font-size:.82rem;font-weight:600;color:var(--text-primary)}.cc-testimonials .tcard-meta span{font-size:.72rem;color:var(--text-secondary)}@media(max-width:860px){.cc-testimonials-inner{grid-template-columns:1fr;max-width:480px}}.cc-cta{position:relative;overflow:hidden;background:var(--color-stone-50);padding:80px 24px;text-align:center}.cc-cta-gradient{position:absolute;inset:0;pointer-events:none;overflow:hidden}.cc-cta .blob{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform}.cc-cta .blob-1{width:500px;height:500px;top:-30%;right:-5%;background:radial-gradient(circle,rgba(254,226,101,.45),rgba(255,200,50,.15) 50%,transparent 70%);animation:drift-2 18s ease-in-out infinite alternate}.cc-cta .blob-2{width:450px;height:450px;bottom:-20%;left:-5%;background:radial-gradient(circle,rgba(254,200,60,.4),rgba(255,230,120,.12) 50%,transparent 70%);animation:drift-1 16s ease-in-out infinite alternate}.cc-cta-inner{position:relative;z-index:1;max-width:560px;margin:0 auto;text-align:center}.cc-cta h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.01em}.cc-cta p{font-size:1rem;color:var(--text-secondary);margin-bottom:32px;line-height:1.6}.cc-cta p strong{color:var(--text-primary);font-weight:600}.cc-cta-note{display:block;margin-top:14px;font-size:.82rem;color:var(--text-muted)}.also-comparing-text{font-size:.95rem;color:var(--text-secondary);line-height:1.6;text-align:center;margin-top:48px}.also-comparing-text a{color:var(--color-gold-text);text-decoration:underline;text-underline-offset:2px}.also-comparing-text a:hover{color:var(--color-gold-text-hover)}[data-theme=dark] .also-comparing-text{color:var(--color-stone-300)}[data-theme=dark] .also-comparing-text a{color:var(--color-gold-light)}[data-theme=dark] .cc-hero{background:var(--color-bg-dark)}[data-theme=dark] .cc-glow--brand{background:radial-gradient(circle,var(--cc-brand-color-dark),transparent 70%)}[data-theme=dark] .cc-glow--gold{background:radial-gradient(circle,rgba(254,226,101,.08),transparent 70%)}[data-theme=dark] .cc-callout{background:var(--color-stone-950)}[data-theme=dark] .cc-callout-badge{background:#fee26514}[data-theme=dark] .cc-callout-link{color:var(--color-gold-light)}[data-theme=dark] .cc-callout-link:hover{color:var(--color-gold-glow)}[data-theme=dark] .cc-compare{background:var(--color-stone-850)}[data-theme=dark] .cc-table thead th{border-bottom-color:var(--color-stone-800)}[data-theme=dark] .cc-table tbody td,[data-theme=dark] .cc-table tbody th{border-bottom-color:var(--color-stone-900)}[data-theme=dark] .cc-table tbody tr:nth-child(2n) td,[data-theme=dark] .cc-table tbody tr:nth-child(2n) th{background:var(--color-stone-900)}[data-theme=dark] .cc-table tbody td:last-child{background:#fee26508;border-left-color:var(--color-gold)}[data-theme=dark] .cc-table tbody tr:nth-child(2n) td:last-child{background:#fee2650d}[data-theme=dark] .cc-th-sv{border-left-color:var(--color-gold)}[data-theme=dark] .cc-compare-card{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] .cc-compare-label{border-bottom-color:var(--color-stone-800)}[data-theme=dark] .cc-compare-row--sv{background:#fee2650a;border-top-color:#e6c8001a}[data-theme=dark] .cc-compare-row--sv .cc-compare-who{color:var(--color-gold)}[data-theme=dark] .cc-migrate{background:var(--color-stone-950)}[data-theme=dark] .cc-step-number{background:linear-gradient(135deg,#fee26514,#fee2650a);border-color:var(--color-gold)}[data-theme=dark] .cc-step-number--done{background:linear-gradient(135deg,#22c55e14,#22c55e0a);border-color:var(--color-success-light)}[data-theme=dark] .cc-step-connector svg line{stroke:var(--color-stone-700)}[data-theme=dark] .cc-testimonials{background:var(--color-stone-850);border-top-color:var(--color-stone-800)}[data-theme=dark] .cc-testimonials-badge{background:#fee2651a;color:var(--color-gold-light)}[data-theme=dark] .cc-testimonials .tcard{background:var(--color-stone-900);border-color:var(--color-stone-750);box-shadow:none}[data-theme=dark] .cc-testimonials .tcard:hover{border-color:var(--color-stone-700);box-shadow:none}[data-theme=dark] .cc-testimonials .tcard-mark{opacity:.6}[data-theme=dark] .cc-testimonials .tcard-author{border-top-color:var(--color-stone-750)}[data-theme=dark] .cc-testimonials .tcard-author img{border-color:var(--color-stone-750)}[data-theme=dark] .cc-cta{background:var(--color-stone-950)}[data-theme=dark] .cc-cta .blob-1{background:radial-gradient(circle,rgba(254,226,101,.15),rgba(255,200,50,.05) 50%,transparent 70%)}[data-theme=dark] .cc-cta .blob-2{background:radial-gradient(circle,rgba(254,200,60,.12),rgba(255,230,120,.04) 50%,transparent 70%)}.cc-proof{padding:64px 24px;background:var(--color-stone-50)}.cc-proof-inner{max-width:720px;margin:0 auto}.cc-proof h2{font-size:clamp(1.3rem,2.5vw,1.6rem);font-weight:700;color:var(--text-primary);margin-bottom:24px;text-align:center}.cc-proof-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.cc-proof-card{display:flex;flex-direction:column;gap:6px;padding:20px;border:1px solid var(--color-stone-200);border-radius:12px;background:var(--color-white);text-decoration:none;transition:border-color .2s,box-shadow .2s}.cc-proof-card:hover{border-color:var(--color-gold);box-shadow:0 2px 12px #1c19170f}.cc-proof-result{font-size:1.1rem;font-weight:700;color:var(--color-gold-text)}.cc-proof-name{font-size:.88rem;font-weight:600;color:var(--text-primary)}.cc-proof-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.5}[data-theme=dark] .cc-proof{background:var(--color-stone-950)}[data-theme=dark] .cc-proof-card{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] .cc-proof-card:hover{border-color:var(--color-gold-deep);box-shadow:0 2px 12px #0000004d}@media(max-width:540px){.cc-proof-cards{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.cc-glow,.cc-cta .blob{animation:none}}
