*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--black:#0b0b0b;--white:#f7f3ee;--accent:#e85d3a;--accent-hover:#d04e2d;--accent-on-light:#e85d3a;--accent-light:rgba(232,93,58,.12);--gray-100:#ede8e2;--gray-200:#d5d0ca;--gray-400:#8a8580;--gray-600:#5a5650;--gray-800:#2a2825;--section-dark:#0b0b0b;--section-light:#f7f3ee;--section-alt:#ede8e2;--font-display:"Fraunces",serif;--font-body:"Outfit",sans-serif;--font-mono:"JetBrains Mono",monospace;--container:1140px;--container-narrow:780px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:40px;--space-xl:64px;--space-2xl:100px;--space-3xl:140px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--black);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body:after{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");opacity:.025;pointer-events:none;z-index:10000}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.1}h1{font-size:clamp(2.8rem,7vw,5.5rem);letter-spacing:-.03em}h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.02em}h3{font-size:clamp(1.3rem,2.5vw,1.75rem);letter-spacing:-.01em}p{font-size:1.125rem;line-height:1.7}.text-sm{font-size:.94rem}.text-lg{font-size:1.25rem}.text-accent{color:var(--accent)}.text-muted{color:var(--gray-400)}.text-dark{color:var(--black)}.font-mono{font-family:var(--font-mono)}.container{max-width:var(--container)}.container,.container-narrow{margin:0 auto;padding:0 var(--space-lg)}.container-narrow{max-width:var(--container-narrow)}section{position:relative;padding:var(--space-3xl) 0}.section-dark{background:var(--section-dark);color:var(--white)}.section-light{background:var(--section-light);color:var(--black)}.section-alt{background:var(--section-alt);color:var(--black)}.section-accent{background:var(--accent);color:var(--white)}.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:600;font-size:1.05rem;padding:16px 36px;border-radius:60px;border:none;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;letter-spacing:.01em}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 20px rgba(232,93,58,.3)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px rgba(232,93,58,.4)}.btn-outline{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn-outline:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.btn-white{background:#fff;color:var(--black)}.btn-white:hover{background:var(--white);transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.btn-arrow:after{content:"\2192";font-size:1.2em;transition:transform .2s}.btn-arrow:hover:after{transform:translateX(4px)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 0;transition:all .35s ease}nav.scrolled{background:hsla(0,0%,4%,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:14px 0;border-bottom:1px solid hsla(33,36%,95%,.18)}nav .container{display:flex;justify-content:space-between;align-items:center}.nav-brand{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:var(--white);text-decoration:none;transition:background-color .25s ease}.nav-brand:hover{background:hsla(33,36%,95%,.08)}.nav-brand-logo{width:34px;height:34px;border-radius:8px;flex-shrink:0;display:block}.nav-cta{font-family:var(--font-body);font-weight:600;font-size:.9rem;padding:10px 24px;background:#3d82f5;color:#fff;border:none;border-radius:60px;cursor:pointer;text-decoration:none;transition:all .25s;box-shadow:0 4px 16px rgba(61,130,245,.3)}.nav-cta:hover{background:#2d72e5;transform:translateY(-1px);box-shadow:0 6px 24px rgba(61,130,245,.4)}#hero{min-height:100vh;display:flex;align-items:center;padding-top:160px;padding-bottom:var(--space-2xl);position:relative;overflow:hidden}#hero:before{content:"";position:absolute;top:-30%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,rgba(232,93,58,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.hero-content{position:relative;z-index:2;width:100%}.hero-label{font-family:var(--font-mono);font-size:.82rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-md);display:flex;align-items:center;gap:12px}.hero-label:before{content:"";display:inline-block;width:32px;height:1px;background:var(--accent)}.hero-title{font-size:clamp(2.8rem,7.6vw,6.2rem);font-weight:900;line-height:1.06;letter-spacing:-.03em;margin-bottom:var(--space-lg);max-width:900px}.hero-title .asterisk{color:var(--accent);font-style:italic}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6;color:var(--gray-400);max-width:580px;margin-bottom:var(--space-md);font-weight:300}.hero-book-cover{width:min(150px,34vw);height:auto;border-radius:8px;border:1px solid hsla(33,36%,95%,.18);box-shadow:0 10px 28px rgba(0,0,0,.35);margin-bottom:var(--space-lg)}.hero-cta-group{gap:var(--space-md)}.hero-cta-group,.hero-proof{display:flex;align-items:center;flex-wrap:wrap}.hero-proof{margin-top:var(--space-lg);gap:var(--space-lg)}.hero-proof-item{font-family:var(--font-mono);font-size:.82rem;color:var(--gray-400);letter-spacing:.02em}.hero-proof-item strong{color:var(--white);font-weight:600}.hero-proof-link{color:var(--accent);text-decoration:none;border-bottom:none;transition:color .2s ease}.hero-proof-link:hover{color:var(--accent-hover);text-decoration:none}.hero-proof-link:focus-visible{outline:2px solid rgba(232,93,58,.7);outline-offset:4px;border-radius:2px}.hero-format{font-family:var(--font-mono);font-size:.75rem;color:var(--gray-500);letter-spacing:.06em;margin-top:var(--space-md)}#stats{padding:var(--space-xl) 0;border-top:1px solid hsla(33,36%,95%,.18);border-bottom:1px solid hsla(33,36%,95%,.18)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-lg);gap:var(--space-lg);text-align:center}.stat-item{padding:var(--space-md)}.stat-number{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--accent);letter-spacing:-.03em;line-height:1;margin-bottom:var(--space-xs)}.stat-label{font-size:.9rem;color:var(--gray-400);font-weight:400}#problem{padding:var(--space-3xl) 0}.problem-header{max-width:700px;margin-bottom:var(--space-xl)}.section-label{font-family:var(--font-mono);font-size:.82rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-sm);display:block}.section-label-accent{color:var(--accent)}.section-alt .section-label-accent,.section-light .section-label-accent{color:var(--accent-on-light)}.section-label-dark{color:var(--gray-400)}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}.problem-card{padding:var(--space-lg);border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;transition:all .3s}.problem-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.06)}.problem-card-number{font-family:var(--font-display);font-size:3rem;font-weight:300;color:var(--gray-200);line-height:1;margin-bottom:var(--space-sm)}.problem-card h3{margin-bottom:var(--space-sm);color:var(--black)}.problem-card p{color:var(--gray-600);font-size:1rem;line-height:1.6}#solution{padding:var(--space-3xl) 0}.solution-header{text-align:center;max-width:650px;margin:0 auto var(--space-xl)}.solution-header p{margin-top:var(--space-md)}.pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-md);gap:var(--space-md)}.pillar{padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-lg);background:rgba(232,93,58,.05);border:1px solid rgba(232,93,58,.12);position:relative;overflow:hidden}.pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent);opacity:0;transition:opacity .3s}.pillar:hover:before{opacity:1}.pillar-step{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--accent-on-light);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-md)}.pillar h3{margin-bottom:var(--space-sm)}.pillar p{font-size:1rem;line-height:1.6}.solution-cta{text-align:center;margin-top:var(--space-2xl)}#midpage-cta{padding:var(--space-2xl) 0;text-align:center}#midpage-cta h2{color:#fff;margin-bottom:var(--space-md)}#midpage-cta p{color:var(--black);margin-bottom:var(--space-lg);max-width:500px;margin-left:auto;margin-right:auto}#author{padding:var(--space-3xl) 0}.author-grid{display:grid;grid-template-columns:380px 1fr;grid-gap:var(--space-2xl);gap:var(--space-2xl);align-items:start}.author-photo,.author-photo-wrap{position:relative}.author-photo{width:100%;aspect-ratio:3/4;border-radius:var(--radius-lg);overflow:hidden}.author-photo img{width:100%;height:100%;object-fit:cover;display:block}.author-photo-placeholder{width:100%;height:100%;background:var(--gray-800);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--gray-400);font-family:var(--font-mono);font-size:.82rem;border:2px dashed var(--gray-600);border-radius:var(--radius-lg)}.author-photo-placeholder svg{width:48px;height:48px;stroke:var(--gray-400);fill:none;stroke-width:1.5}.story-link-wrap{margin-top:0;margin-bottom:var(--space-md)}.story-link{border:0;background:transparent;color:var(--accent);font-family:var(--font-mono);font-size:.9rem;letter-spacing:.08em;text-transform:none;text-decoration:none;cursor:pointer;padding:0;transition:color .2s ease,opacity .2s ease}.story-link:hover{color:var(--accent-hover)}.story-link:focus-visible{outline:2px solid rgba(232,93,58,.7);outline-offset:6px;border-radius:2px}.story-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:clamp(18px,3.5vw,40px);background:rgba(7,7,8,.86);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.story-modal-panel{position:relative;width:min(100%,920px);border-radius:var(--radius-lg);border:1px solid hsla(33,36%,95%,.16);background:linear-gradient(165deg,rgba(35,32,29,.97),rgba(18,16,15,.97));box-shadow:0 26px 80px rgba(0,0,0,.55);padding:clamp(12px,2vw,20px)}.story-modal-video{border-radius:calc(var(--radius-lg) - 4px);overflow:hidden;background:#000}.story-modal-video video{display:block;width:100%;max-height:min(78vh,720px)}.story-modal-close{position:absolute;top:8px;right:8px;width:38px;height:38px;border-radius:999px;border:1px solid hsla(33,36%,95%,.22);background:rgba(10,9,8,.75);color:var(--white);cursor:pointer;display:grid;place-items:center;transition:border-color .2s ease,background-color .2s ease}.story-modal-close svg{width:15px;height:15px;display:block}.story-modal-close path{stroke:currentColor;stroke-width:2.25;stroke-linecap:round}.story-modal-close:hover{border-color:rgba(232,93,58,.9);background:rgba(232,93,58,.18)}.story-modal-close:focus-visible{outline:2px solid rgba(232,93,58,.85);outline-offset:2px}.author-photo-credit{font-family:var(--font-mono);font-size:.76rem;color:var(--gray-400);margin-top:var(--space-sm);text-align:center}.author-content h2{margin-bottom:var(--space-md)}.author-bio{font-size:1.125rem;color:var(--gray-400);margin-bottom:var(--space-sm);line-height:1.75}.author-bio strong{color:var(--white);font-weight:600}.proof-grid{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-lg)}.proof-item{display:flex;align-items:flex-start;gap:10px;font-size:1rem;color:var(--gray-400);line-height:1.5}.proof-item:before{content:"";flex-shrink:0;width:6px;height:6px;margin-top:8px;background:var(--accent);border-radius:50%}.proof-item-text{display:inline;min-width:0}.proof-item strong{color:var(--white);font-weight:500}.proof-inline-link{color:var(--accent);text-decoration:none;transition:color .2s ease}.proof-inline-link:hover{color:var(--accent-hover);text-decoration:none}.proof-inline-link:focus-visible{outline:2px solid rgba(232,93,58,.7);outline-offset:4px;border-radius:2px}#chapters{padding:var(--space-3xl) 0 var(--space-xl) 0}.chapters-header{max-width:600px;margin-bottom:var(--space-lg)}.chapter-intro{margin-bottom:var(--space-xl)}.chapter-intro-label{font-family:var(--font-mono);font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-on-light);margin-bottom:14px}.chapter-intro-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.chapter-intro-list li{font-size:1rem;color:var(--gray-600);padding-left:22px;position:relative;line-height:1.55}.chapter-intro-list li:before{content:"→";position:absolute;left:0;color:var(--accent-on-light);font-size:.85rem}.chapter-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-sm);gap:var(--space-sm);margin-bottom:var(--space-xl)}.chapter-item{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-sm);transition:background .2s}.chapter-item:hover{background:rgba(232,93,58,.04)}.chapter-num{font-family:var(--font-mono);font-size:.82rem;color:var(--accent-on-light);font-weight:500;min-width:28px;line-height:1.6}.chapter-content{display:flex;flex-direction:column;gap:4px}.chapter-title{font-weight:600;font-size:1.12rem;color:var(--black)}.chapter-summary{font-size:1rem;color:var(--gray-600);line-height:1.55;font-weight:400}.bonus-block{padding:var(--space-lg);background:var(--black);border-radius:var(--radius-md);color:var(--white);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-md)}.bonus-block h3{font-size:1.2rem}.bonus-block p{color:var(--gray-400);font-size:.95rem;margin-top:4px}.bonus-list{display:flex;gap:var(--space-md);flex-wrap:wrap}.bonus-tag{font-family:var(--font-mono);font-size:.78rem;padding:6px 14px;background:var(--gray-800);color:var(--gray-200);border-radius:60px}.callout-strip{margin-top:var(--space-xl);padding:var(--space-lg);text-align:center;border:2px dashed var(--gray-200);border-radius:var(--radius-md)}.callout-strip p{font-family:var(--font-display);font-size:1.3rem;font-weight:600;font-style:italic;color:var(--gray-600)}#reviews{padding:var(--space-xl) 0;border-top:1px solid hsla(33,36%,95%,.18);border-bottom:1px solid hsla(33,36%,95%,.18)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}.review-card{background:#2c2925;border-radius:var(--radius-lg);padding:calc(var(--space-md) + 6px);display:flex;flex-direction:column;gap:var(--space-md)}.review-mark{font-family:var(--font-display);font-size:4.2rem;line-height:1;color:var(--accent);margin-bottom:-12px}.review-quote{font-size:1.12rem;line-height:1.65;color:hsla(33,36%,95%,.78);font-style:normal;flex:1 1}.reviewer{display:flex;flex-direction:row;align-items:center;gap:12px;padding-top:var(--space-md);border-top:1px solid hsla(33,36%,95%,.12)}.reviewer-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.reviewer-name{font-weight:700;font-size:.98rem;color:var(--white);line-height:1.25}.reviewer-location{font-size:.88rem;color:hsla(33,36%,95%,.5);margin-top:3px}@media (max-width:768px){.reviews-grid{grid-template-columns:1fr;gap:var(--space-md)}.review-card{padding:var(--space-md);gap:var(--space-sm)}.review-mark{font-size:3.6rem}.review-quote{font-size:1.04rem;line-height:1.6}.reviewer-avatar{width:44px;height:44px}.reviewer-name{font-size:.9rem}.reviewer-location{font-size:.8rem}}#faq{padding:var(--space-3xl) 0}.faq-header{max-width:500px;margin-bottom:var(--space-xl)}.faq-list{max-width:780px}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-question{width:100%;background:none;border:none;padding:24px 0;font-family:var(--font-body);font-size:1.1rem;font-weight:600;color:var(--black);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);line-height:1.4}.faq-question:hover{color:var(--accent)}.faq-icon{flex-shrink:0;width:24px;height:24px;position:relative;transition:transform .3s}.faq-icon:after,.faq-icon:before{content:"";position:absolute;background:currentColor;border-radius:2px;transition:transform .3s}.faq-icon:before{top:50%;left:4px;width:16px;height:2px;transform:translateY(-50%)}.faq-icon:after{top:4px;left:50%;width:2px;height:16px;transform:translateX(-50%)}.faq-item.open .faq-icon:after{transform:translateX(-50%) rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s}.faq-item.open .faq-answer{max-height:300px}.faq-answer-inner{padding-bottom:22px;color:var(--gray-600);font-size:1rem;line-height:1.65;max-width:640px}#final-cta{padding:var(--space-3xl) 0;text-align:center}.final-cta-content{max-width:700px;margin:0 auto}.final-cta-book-cover{width:min(180px,46vw);height:auto;margin:0 auto var(--space-md);display:block}.final-cta-content h2{margin-bottom:var(--space-md)}.final-cta-content .subtitle{font-size:1.2rem;color:var(--gray-400);margin-bottom:var(--space-xl);line-height:1.7}.guarantee{margin-top:var(--space-xl);font-family:var(--font-mono);font-size:.86rem;color:var(--gray-400);display:flex;align-items:center;justify-content:center;gap:8px}.guarantee svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2;flex-shrink:0;display:block;align-self:center}footer{padding:var(--space-xl) 0;border-top:1px solid hsla(33,36%,95%,.18)}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-md)}.footer-left{font-family:var(--font-mono);font-size:.82rem;color:var(--gray-400)}.footer-right{display:flex;gap:var(--space-lg)}.footer-right a{font-family:var(--font-mono);font-size:.82rem;color:var(--accent);text-decoration:none;text-underline-offset:.16em;transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.footer-right a:focus-visible,.footer-right a:hover{color:var(--accent-hover);text-decoration:none}.footer-right a:focus-visible{outline:2px solid var(--accent-light);outline-offset:4px;border-radius:var(--radius-sm)}@media (max-width:1024px){.author-grid{grid-template-columns:300px 1fr;gap:var(--space-xl)}.problem-grid{gap:var(--space-md)}.chapter-list,.pillars,.problem-grid{grid-template-columns:1fr}}@media (max-width:768px){:root{--space-3xl:80px;--space-2xl:60px;--space-xl:40px}p{font-size:1.06rem;line-height:1.72}h1{line-height:1.14}h2{line-height:1.17}h3,h4{line-height:1.2}.hero-title{font-size:clamp(2.4rem,9.6vw,3.35rem);line-height:1.1}.hero-subtitle{font-size:1.2rem}.author-bio,.faq-answer-inner,.final-cta-content .subtitle,.proof-item,.review-quote{font-size:1.08rem}.chapter-title{font-size:1.16rem}.chapter-summary{font-size:1.08rem;line-height:1.62}.guarantee,.hero-proof-item,.reviewer-location,.reviewer-name{font-size:1rem}.guarantee{align-items:flex-start}.guarantee svg{align-self:flex-start;margin-top:2px}.chapter-intro-list{gap:14px}.chapter-intro-list li{font-size:1.08rem;line-height:1.62}.author-grid{grid-template-columns:1fr}.author-photo{max-width:300px}.author-photo-credit{text-align:left}.proof-grid,.stats-grid{grid-template-columns:1fr}.stats-grid{gap:var(--space-md)}.stat-item{padding:var(--space-sm)}.bonus-block,.footer-content,.hero-cta-group{flex-direction:column;align-items:flex-start}nav{padding:19px 0}nav.scrolled{padding:13px 0}.nav-brand{width:40px;height:40px;border-radius:10px}.nav-brand-logo{width:28px;height:28px;border-radius:7px}.nav-cta{font-size:.82rem;padding:9px 18px}.faq-question{padding:18px 0}.faq-answer-inner{padding-bottom:16px}.container{padding:0 var(--space-md)}.story-link{font-size:.84rem}.story-modal{padding:14px}.story-modal-panel{padding:10px}.story-modal-close{top:6px;right:6px;width:34px;height:34px}}@media (max-width:480px){h2{font-size:1.8rem}.hero-label{font-size:.72rem;letter-spacing:.1em}}.success-page{min-height:100vh;display:grid;place-items:center;padding:var(--space-xl) var(--space-md);background:radial-gradient(circle at 15% 18%,rgba(232,93,58,.2),transparent 40%),radial-gradient(circle at 85% 85%,rgba(232,93,58,.14),transparent 44%),var(--section-dark)}.success-shell{width:min(100%,720px);display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.success-brand{width:52px;height:52px;border-radius:14px;border:1px solid hsla(33,36%,95%,.22);background:hsla(33,36%,95%,.03);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.success-brand:hover{border-color:rgba(232,93,58,.8);background:rgba(232,93,58,.12);transform:translateY(-1px)}.success-brand-logo{width:34px;height:34px;border-radius:9px;display:block}.success-card{background:linear-gradient(165deg,rgba(44,41,37,.94),rgba(24,22,20,.96));border:1px solid hsla(33,36%,95%,.15);border-radius:var(--radius-lg);box-shadow:0 24px 70px rgba(0,0,0,.45);padding:clamp(22px,4.2vw,42px)}.success-card-loading{min-height:320px}.success-badge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;padding:7px 12px;margin-bottom:var(--space-sm)}.success-badge-loading,.success-badge-pending{color:#f7d26a;border-color:hsla(44,90%,69%,.4);background:hsla(44,90%,69%,.12)}.success-badge-verified{color:#8be3af;border-color:rgba(139,227,175,.45);background:rgba(139,227,175,.14)}.success-badge-error{color:#ff9e9e;border-color:hsla(0,100%,81%,.45);background:hsla(0,100%,81%,.14)}.success-title{font-size:clamp(2rem,5vw,3rem);letter-spacing:-.02em;line-height:1.08;color:var(--white);margin-bottom:var(--space-sm)}.success-message{color:hsla(33,36%,95%,.86);max-width:38ch;margin-bottom:var(--space-md)}.success-state-note{border-left:2px solid hsla(33,36%,95%,.2);padding-left:var(--space-sm);margin-bottom:var(--space-lg)}.success-state-note p{font-size:.96rem;color:hsla(33,36%,95%,.66);line-height:1.6}.success-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.success-primary-action,.success-secondary-action{min-height:52px}.success-primary-action[disabled]{opacity:.74;cursor:wait;transform:none}.success-secondary-action{border-color:rgba(232,93,58,.7);color:var(--accent)}@media (max-width:768px){.success-page{align-items:start;padding-top:max(90px,var(--space-xl))}.success-shell{gap:var(--space-md)}.success-card{border-radius:16px}.success-actions .btn{width:100%;justify-content:center}}