:root{--ink:#17151f;--paper:#fffaf0;--surface:#fff;--yellow:#ffd84d;--coral:#ff5e57;--blue:#3f80ff;--mint:#55d6a5;--muted:#716d7a;--line:#17151f;--shadow:8px 8px 0 #17151f;--radius:28px;color-scheme:light}
html[data-theme="dark"]{--ink:#f2efe8;--paper:#15141b;--surface:#2a2931;--yellow:#d9ad5b;--coral:#e78378;--blue:#829bff;--mint:#70b89a;--muted:#a7a3ad;--line:#57545e;--shadow:8px 8px 0 #09090d;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;transition:background .25s,color .25s}a{color:inherit}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;z-index:99;background:var(--yellow);color:#17151f;padding:12px 18px;border:2px solid #17151f;border-radius:10px}.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,76px);border-bottom:2px solid var(--line);position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--paper) 92%,transparent);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:950;font-size:22px;letter-spacing:-.8px}.brand-mark{width:52px;height:52px;display:grid;place-items:center;background:var(--surface);border:2px solid var(--line);border-radius:15px;transform:rotate(-3deg)}.brand-mark img{width:46px;height:46px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:30px}.site-header nav>a{text-decoration:none;font-size:14px;font-weight:800}.site-header nav>a:hover{text-decoration:underline;text-decoration-thickness:3px;text-decoration-color:var(--coral);text-underline-offset:6px}.theme-toggle{width:43px;height:43px;border:2px solid var(--line);border-radius:50%;background:var(--surface);color:var(--ink);font-size:22px;cursor:pointer}.hero{min-height:750px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:5vw;padding:70px clamp(22px,7vw,110px);overflow:hidden;background-image:radial-gradient(color-mix(in srgb,var(--ink) 12%,transparent) 1.3px,transparent 1.3px);background-size:24px 24px}.hero-copy{max-width:700px}.eyebrow{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:900;letter-spacing:1.8px;margin:0 0 20px}.eyebrow span{display:block;width:27px;height:8px;background:var(--coral);border:2px solid var(--ink);transform:skew(-18deg)}.eyebrow.light{color:#f2efe8}.eyebrow.light span{border-color:#f2efe8}.hero h1,.legal-page h1{font-size:clamp(64px,8.2vw,128px);line-height:.82;letter-spacing:-7px;margin:0;font-weight:950}.hero h1 em,.legal-page h1 em{font-style:normal;color:var(--coral);-webkit-text-stroke:2px var(--ink);text-shadow:5px 5px 0 var(--ink)}.hero-lead{font-size:clamp(19px,2vw,25px);line-height:1.5;max-width:620px;color:var(--muted);margin:36px 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{min-height:56px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:24px;border:2px solid var(--line);border-radius:15px;text-decoration:none;font-weight:900;box-shadow:4px 4px 0 var(--line);transition:transform .15s,box-shadow .15s}.button:hover{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--line)}.button.primary{background:var(--coral);color:#17151f}.button.secondary{background:var(--surface)}.trust-line{font-size:13px;font-weight:800;color:var(--muted);margin-top:26px}.trust-line strong{color:var(--mint);font-size:18px}.trust-line span{padding:0 6px}.hero-visual{position:relative;display:grid;place-items:center;min-height:610px}.phone{width:min(365px,80vw);height:650px;background:#0d0c12;border:5px solid #17151f;border-radius:56px;box-shadow:13px 16px 0 var(--blue);overflow:hidden;position:relative;z-index:3;transform:rotate(3deg)}.phone-top{position:absolute;top:11px;left:50%;transform:translateX(-50%);z-index:5;width:98px;height:24px;background:#08070a;border-radius:20px}.phone img{width:100%;height:100%;object-fit:cover;object-position:top}.comic-shadow{position:absolute;width:470px;height:470px;background:var(--yellow);border:4px solid var(--ink);border-radius:43% 57% 61% 39%/49% 42% 58% 51%;transform:rotate(-9deg)}.burst{position:absolute;z-index:6;background:var(--yellow);color:#17151f;border:3px solid #17151f;padding:12px 15px;font-size:17px;font-weight:950;box-shadow:5px 5px 0 #17151f}.burst-one{top:66px;right:0;transform:rotate(9deg)}.burst-two{bottom:46px;left:0;background:var(--mint);transform:rotate(-8deg)}.ticker{overflow:hidden;background:var(--ink);color:var(--paper);border-block:3px solid var(--ink);padding:17px 0;font-size:16px;font-weight:950;letter-spacing:1.4px;white-space:nowrap}.ticker div{width:max-content;animation:ticker 22s linear infinite}.ticker b{color:var(--yellow);padding:0 27px}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:105px clamp(22px,7vw,110px)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:48px}.section h2,.standard h2,.about h2,.disclosure h2,.cta h2{font-size:clamp(42px,6vw,80px);line-height:.92;letter-spacing:-4px;margin:0;font-weight:950}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.step{min-height:340px;border:3px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);position:relative;color:#17151f}.step.coral{background:var(--coral)}.step.yellow{background:var(--yellow)}.step.blue{background:var(--blue)}.step-number{font-weight:950;font-size:14px;position:absolute;right:25px;top:22px;border:2px solid #17151f;border-radius:50%;width:40px;height:40px;display:grid;place-items:center;background:#fff}.step-icon{font-size:62px;font-weight:950;line-height:1;margin:20px 0 56px}.step h3{font-size:30px;margin:0 0 12px;text-transform:uppercase}.step p{font-size:16px;line-height:1.5;margin:0;font-weight:650}.standard{padding:35px clamp(22px,7vw,110px) 100px}.standard-card{background:#17151f;color:#f2efe8;border:3px solid #17151f;border-radius:42px;padding:70px;box-shadow:12px 12px 0 var(--yellow);display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.standard-card ul{list-style:none;margin:0;padding:0}.standard-card li{display:grid;gap:7px;border-top:1px solid #57545e;padding:20px 0}.standard-card li:first-child{border-top:0}.standard-card li b{font-size:19px;color:var(--yellow)}.standard-card li span{color:#bcb8c2;line-height:1.45}.about{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center}.about-art{min-height:500px;display:grid;place-items:center}.logo-sun{width:min(420px,75vw);aspect-ratio:1;background:var(--yellow);border:4px solid var(--ink);border-radius:50%;display:grid;place-items:center;box-shadow:18px 18px 0 var(--blue);position:relative}.logo-sun:before,.logo-sun:after{content:"";position:absolute;width:60px;height:17px;background:var(--coral);border:3px solid var(--ink)}.logo-sun:before{right:-62px;top:65px;transform:rotate(-35deg)}.logo-sun:after{left:-55px;bottom:70px;transform:rotate(-32deg)}.logo-sun img{width:82%;height:82%;object-fit:contain}.about-copy>p:not(.eyebrow){font-size:18px;line-height:1.65;color:var(--muted)}.status{margin-top:30px;display:flex;align-items:center;gap:14px;padding:18px;border:2px solid var(--line);border-radius:16px;background:var(--surface)}.status>span{width:14px;height:14px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 6px color-mix(in srgb,var(--mint) 20%,transparent)}.status div{display:grid;gap:3px}.status small{color:var(--muted)}.disclosure{margin:0 clamp(22px,7vw,110px) 100px;padding:55px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;border:3px solid var(--line);border-radius:30px;background:var(--surface);box-shadow:var(--shadow)}.disclosure h2{font-size:clamp(34px,4.3vw,60px)}.disclosure>p{font-size:17px;line-height:1.7;color:var(--muted)}.cta{background:var(--blue);color:#17151f;padding:85px clamp(22px,7vw,110px);display:flex;justify-content:space-between;align-items:end;gap:35px;border-block:3px solid #17151f}.cta .eyebrow.light{color:#17151f}.cta .eyebrow.light span{border-color:#17151f;background:var(--yellow)}.light-button{background:#fff;color:#17151f;border-color:#17151f;white-space:nowrap}footer{padding:50px clamp(22px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.footer-brand{width:max-content}.footer-links{justify-self:end;display:flex;gap:23px;font-weight:800;font-size:14px}.footer-links a:hover{text-decoration-color:var(--coral);text-decoration-thickness:3px}footer p{color:var(--muted)}footer small{grid-column:1/-1;border-top:1px solid color-mix(in srgb,var(--ink) 18%,transparent);padding-top:20px;color:var(--muted)}.legal-page{max-width:1000px;margin:auto;padding:90px 24px 120px}.legal-page h1{font-size:clamp(55px,8vw,100px)}.legal-intro{font-size:23px!important;max-width:700px}.legal-page section{padding:30px 0;border-top:2px solid color-mix(in srgb,var(--ink) 20%,transparent)}.legal-page section h2{font-size:25px;margin:0 0 10px}.legal-page section p,.legal-intro{font-size:17px;line-height:1.7;color:var(--muted)}.legal-page a{color:var(--blue);font-weight:800}.legal-note{padding:20px;background:color-mix(in srgb,var(--yellow) 35%,var(--surface));border:2px solid var(--line);border-radius:15px;font-weight:700;line-height:1.5}
@media(max-width:900px){.site-header nav>a{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{text-align:center;margin:auto}.hero-copy .eyebrow,.hero-actions{justify-content:center}.hero h1{font-size:clamp(66px,17vw,105px)}.hero-visual{margin-top:10px}.steps{grid-template-columns:1fr}.step{min-height:260px}.step-icon{margin-bottom:32px}.standard-card,.about,.disclosure{grid-template-columns:1fr}.standard-card{padding:44px 30px}.about-art{order:2}.disclosure{gap:25px}.cta{align-items:flex-start;flex-direction:column}.section-heading{display:block}.section h2{margin-top:10px}}
@media(max-width:560px){.site-header{height:76px}.brand-mark{width:44px;height:44px}.brand-mark img{width:40px;height:40px}.brand{font-size:19px}.hero{padding-inline:18px;min-height:auto}.hero h1{letter-spacing:-4px}.hero-lead{font-size:18px}.hero-actions .button{width:100%}.hero-visual{min-height:570px}.phone{height:560px;width:310px;border-radius:46px}.comic-shadow{width:345px;height:390px}.burst-one{right:-4px}.burst-two{left:-4px}.section{padding:78px 18px}.section h2,.standard h2,.about h2,.cta h2{letter-spacing:-2.5px}.standard{padding:10px 18px 80px}.standard-card{border-radius:26px;box-shadow:7px 7px 0 var(--yellow)}.about-art{min-height:390px}.disclosure{margin:0 18px 78px;padding:30px 24px}.cta{padding:70px 22px}footer{grid-template-columns:1fr}.footer-links{justify-self:start;flex-wrap:wrap}footer small{grid-column:1}.trust-line{line-height:1.7}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.button{transition:none}}

.cta-contact{display:grid;justify-items:end;gap:10px}.cta-contact>span{font-size:12px;font-weight:900;letter-spacing:.6px;text-transform:uppercase}.contact-email{color:#17151f;font-size:18px;font-weight:950;text-underline-offset:4px}.contact-email:hover{text-decoration-thickness:3px}.cta-contact .button{margin-top:4px}
@media(max-width:900px){.cta-contact{justify-items:start}}

/* Illustrative in-device preview: deliberately contains no retailer or live-sale data. */
.mock-screen{height:100%;padding:48px 22px 18px;background:#15141b;color:#f2efe8;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.mock-header{display:flex;align-items:flex-start;justify-content:space-between}.mock-header b{font-size:27px;line-height:.88;letter-spacing:-1.5px}.mock-header small{display:block;color:#a7a3ad;font-size:10px;margin-top:9px;font-weight:800}.phone .mock-header img{width:54px;height:54px;object-fit:contain}.mock-search{height:48px;border:2px solid #706d78;border-radius:15px;margin:18px 0 13px;padding:11px 15px;color:#f2efe8;font-size:21px}.mock-search span{font-size:13px;color:#bcb8c2;margin-left:8px}.mock-chips{display:flex;gap:7px}.mock-chips span{font-size:10px;font-weight:800;padding:8px 10px;border:1px solid #57545e;border-radius:9px}.mock-chips span:first-child{background:#687ec8;border-color:#829bff}.mock-trust{background:#46567f;border:1px solid #829bff;border-radius:13px;margin:16px 0;padding:11px;font-size:9px;letter-spacing:.3px}.mock-title{display:flex;align-items:center;justify-content:space-between;margin:14px 0 10px}.mock-title>b{font-size:20px}.mock-title>span{background:#d9ad5b;color:#17151f;padding:6px 9px;border-radius:15px;font-size:9px;font-weight:950}.mock-deal{background:#2a2931;border:2px solid #57545e;border-radius:19px;padding:15px;box-shadow:5px 6px 0 #08070a;margin-bottom:12px}.mock-row{display:flex;justify-content:space-between}.mock-row strong{color:#e78378;font-size:11px}.mock-deal h3{font-size:18px;margin:11px 0;line-height:1.05}.mock-deal mark{display:inline-block;background:#d9ad5b;color:#17151f;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:950}.mock-deal p{color:#bcb8c2;font-size:10px;line-height:1.35;margin:10px 0}.mock-deal footer{padding:7px 0 0;display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#70b89a}.mock-deal footer button{border:0;border-radius:14px;background:#46567f;color:#f2efe8;padding:7px 12px;font-size:9px}.mock-deal.compact{padding-bottom:13px}.mock-deal.compact h3{margin-bottom:8px}.mock-nav{position:absolute;left:0;right:0;bottom:0;background:#222129;padding:12px 22px;display:flex;justify-content:space-between}.mock-nav span{display:grid;place-items:center;color:#d2ced8;font-size:17px}.mock-nav small{font-size:7px;margin-top:4px}
