@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&family=Sora:wght@500;600;650;700&display=swap');
:root{color-scheme:dark;--bg:#080d18;--surface:#0e1626;--line:#233148;--text:#f3f6ff;--muted:#a3afc3;--blue:#5485ff;--cyan:#9bc6ff;--max:1240px;font-family:'DM Sans',sans-serif;color:var(--text);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}button,a{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--cyan);outline-offset:6px}::selection{background:#325fc0;color:white}.wrap{width:min(var(--max),calc(100% - 88px));margin:auto}.skip{position:fixed;top:-60px;left:20px;background:var(--blue);padding:10px;z-index:99}.skip:focus{top:10px}.topbar{height:88px;border-bottom:1px solid #ffffff0e;background:#080d18ed;position:sticky;top:0;z-index:20;backdrop-filter:blur(18px)}.nav{height:100%;display:flex;align-items:center;gap:44px}.brand{display:flex;align-items:center;gap:11px;white-space:nowrap;font-family:Manrope,sans-serif;font-weight:800;font-size:19px;letter-spacing:-.6px}.brand-icon{width:37px;height:37px;border-radius:8px;overflow:hidden;position:relative;background:#0a1023}.brand-icon img{position:absolute;width:57px;max-width:none;left:-10px;top:-2px}.nav-links{display:flex;gap:29px;align-items:center;margin-left:auto;font-size:14px;color:#bdc7d9}.nav-links a:hover,.footer a:hover{color:white}.nav-links a[aria-current=page]{color:var(--cyan)}.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;border:1px solid #6d96ff;border-radius:6px;background:#426fec;color:white;padding:15px 23px;font-size:15px;font-weight:650;min-height:50px;transition:background .2s,transform .2s}.button:hover{background:#5983f4;transform:translateY(-1px)}.button.secondary{background:transparent;border-color:#34425a}.button.secondary:hover{background:#172237}.button.small{padding:10px 17px;min-height:40px;font-size:14px;gap:15px}.menu-toggle{display:none;background:none;color:white;border:1px solid var(--line);border-radius:5px;padding:8px 12px;margin-left:auto}.eyebrow{text-transform:uppercase;letter-spacing:2.3px;font-size:12px;font-weight:650;color:#98b5f5;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:23px;height:1px;background:#6f9cff}.hero{position:relative;overflow:hidden;padding:86px 0 65px}.hero:before{content:'';position:absolute;width:800px;height:650px;right:-190px;top:-80px;pointer-events:none;background:radial-gradient(ellipse,#193e852b,transparent 70%)}.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.03fr;gap:52px;align-items:center}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(42px,4.7vw,68px);font-weight:650;letter-spacing:-3.1px;line-height:1.1;margin:25px 0}.hero h1 em{font-style:normal;color:#8dabff}.hero-copy>p{font-size:17px;line-height:1.8;color:var(--muted);max-width:470px}.actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.hero-note{display:flex;gap:10px;align-items:center;font-size:13px;color:var(--muted);margin-top:23px}.hero-note svg{width:17px;height:17px}.hero-media{position:relative;border:1px solid #375286;border-radius:10px;background:#0d1422;box-shadow:0 25px 90px #0007;transform:perspective(1300px) rotateY(-5deg)}.media-head{display:flex;align-items:center;justify-content:space-between;padding:17px 19px;border-bottom:1px solid var(--line);font-size:13px}.media-head strong{font-size:14px;font-weight:500}.media-head span{font-size:12px;color:#99a9c5}.hero-media img{width:100%;aspect-ratio:1.28;object-fit:cover;object-position:center}.media-foot{padding:14px 19px;display:flex;gap:9px;flex-wrap:wrap}.tag{font-size:12px;line-height:1.5;padding:5px 9px;border:1px solid #293954;border-radius:4px;color:#b6c6e2}.image-caption{font-size:12px;color:#8e9bb2;line-height:1.6;margin:13px 0 0}.hero-proof{margin-top:66px;padding-top:25px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px}.hero-proof>span{font-size:13px;color:#94a1b8}.proof-items{display:flex;gap:36px;color:#d3dcf1;font-size:14px}.proof-items span{display:flex;gap:9px;align-items:center}.proof-items b{color:#729cf6;font-weight:400}.section{padding:90px 0}.section-alt{background:#0c1220;border-block:1px solid #ffffff08}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:37px}.section-heading h2,h2{font-family:Manrope,sans-serif;font-weight:600;letter-spacing:-1.3px;font-size:38px;line-height:1.22;margin:15px 0}.section-heading p{max-width:360px;color:var(--muted);font-size:15px;line-height:1.75;margin:0}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.product-card{border:1px solid var(--line);border-radius:9px;background:#0c1423;overflow:hidden;transition:border-color .2s}.product-card:hover{border-color:#506c9c}.card-image{aspect-ratio:1.9;width:100%;object-fit:cover;border-bottom:1px solid var(--line);background:#101b2e}.card-content{padding:27px 29px}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#93a7cd;font-size:12px;text-transform:uppercase;letter-spacing:1.3px}.product-card h3{font-family:Manrope,sans-serif;font-size:25px;letter-spacing:-.7px;font-weight:650;margin:15px 0 11px}.product-card p{color:var(--muted);line-height:1.75;font-size:15px;margin:0;min-height:53px}.card-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;margin-top:22px;font-size:14px}.card-bottom span{color:#8f9fba;font-size:13px}.text-link{color:#a7c2ff;font-weight:550}.text-link:hover{color:white}.bundle{margin-top:25px;border:1px solid #2c4269;background:linear-gradient(115deg,#132544,#0d1626);padding:25px 29px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:8px}.bundle h3{font-size:20px;margin:7px 0}.bundle p{margin:0;color:var(--muted);font-size:15px;line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:43px}.step-no{font-family:Manrope;font-size:14px;color:#8baafd;padding-bottom:20px;border-bottom:1px solid #34415a}.steps h3{font-size:20px;margin:24px 0 12px;font-weight:550;letter-spacing:-.5px}.steps p{font-size:15px;color:var(--muted);line-height:1.8;margin:0}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px}.faq-intro p{color:var(--muted);line-height:1.8;max-width:340px}.faq-intro .text-link{display:inline-block;margin-top:13px}.faq-list details{border-bottom:1px solid var(--line);padding:23px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{cursor:pointer;font-size:17px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';font-size:25px;color:#7c9cd8;font-weight:400}.faq-list details[open] summary:after{content:'−'}.faq-list details p{font-size:15px;color:var(--muted);line-height:1.8;max-width:570px}.bottom-cta{padding:65px;text-align:center;background:radial-gradient(ellipse at top,#1c3461,#0e192b 80%);border:1px solid #2d4265;border-radius:9px}.bottom-cta h2{font-size:42px;margin:0 0 16px}.bottom-cta p{color:var(--muted);margin:0 0 25px;line-height:1.7}.footer{border-top:1px solid var(--line);padding:47px 0 27px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-links{display:flex;gap:27px;color:var(--muted);font-size:14px}.risk{font-size:12px;line-height:1.85;color:#8b99b1;border-top:1px solid #253046;margin-top:33px;padding-top:24px;max-width:1100px}.copyright{display:flex;justify-content:space-between;gap:25px;color:#7f8da6;font-size:12px;margin-top:25px}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:40px}.breadcrumbs a{color:#afc4ee}.product-hero{padding:55px 0 70px}.product-hero h1{font-size:clamp(40px,4vw,60px);line-height:1.1;font-family:Manrope;letter-spacing:-2px;margin:23px 0}.product-hero .intro{font-size:18px;line-height:1.8;color:var(--muted)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.product-layout img{width:100%;border-radius:9px;border:1px solid var(--line)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:35px}.feature{border-top:1px solid #365480;padding-top:23px}.feature h3{font-size:18px;font-weight:550}.feature p{font-size:15px;color:var(--muted);line-height:1.8}.reading{max-width:760px}.reading h1{font-family:Manrope;font-size:48px;letter-spacing:-1.7px;line-height:1.15;margin:25px 0}.reading h2{font-size:28px;margin-top:45px}.reading p,.reading li{font-size:17px;line-height:1.85;color:#b4c0d6}.reading a{color:#a8c2ff;text-decoration:underline;text-underline-offset:4px}.reading li{margin:10px 0}.guide-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.guide-card{border:1px solid var(--line);padding:29px;border-radius:8px;background:#101a2c}.guide-card h3{font-size:23px;letter-spacing:-.6px;line-height:1.35}.guide-card p{font-size:15px;line-height:1.8;color:var(--muted)}.legal-note{margin-top:32px;color:#8d9cb4;font-size:13px;line-height:1.8}
img{height:auto}.hero-media img{aspect-ratio:auto;height:auto;object-fit:contain}.brand-icon img{width:68px;height:auto;left:-15px;top:-4px}.card-image{height:auto;aspect-ratio:1.9}.chart-crop{position:relative;overflow:hidden;aspect-ratio:1.9;background:#091527}.chart-crop img{position:absolute;width:167%;max-width:none;height:auto;right:0;top:50%;transform:translateY(-50%);border:0;border-radius:0}.product-layout .chart-crop{aspect-ratio:1.15;border:1px solid var(--line);border-radius:9px}.hero h1{font-size:clamp(42px,4.5vw,65px)}
@media(min-width:1500px){.hero{padding-top:100px}.hero h1{font-size:70px}}
@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.nav{gap:20px}.nav-links{gap:20px}.hero-grid{gap:32px}.hero h1{font-size:52px}.proof-items{gap:20px}.hero-media{transform:none}.faq-layout{gap:40px}.product-layout{gap:35px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.topbar{height:73px}.brand{font-size:18px}.menu-toggle{display:block}.nav>.button{display:none}.nav-links{display:none;position:absolute;left:0;right:0;top:72px;background:#0c1423;padding:23px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);font-size:16px}.nav-links.open{display:flex}.nav-links a{padding:8px}.hero{padding:49px 0 42px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero h1{font-size:49px;letter-spacing:-2px;max-width:560px;margin:21px 0}.hero-copy>p{font-size:16px;max-width:550px}.hero-media img{aspect-ratio:1.45}.hero-proof{margin-top:36px;display:block}.proof-items{flex-wrap:wrap;gap:16px 24px;margin-top:18px;font-size:13px}.section{padding:57px 0}.section-heading{display:block;margin-bottom:27px}.section-heading h2,h2{font-size:32px;letter-spacing:-1px}.section-heading p{max-width:500px;margin-top:15px}.product-grid,.product-layout,.faq-layout,.guide-list{grid-template-columns:1fr}.card-content{padding:23px}.product-card h3{font-size:25px}.bundle{align-items:flex-start;flex-direction:column;padding:23px}.steps{grid-template-columns:1fr;gap:27px;margin-top:30px}.step-no{padding-bottom:13px}.steps h3{margin-top:16px}.faq-layout{gap:30px}.bottom-cta{padding:40px 22px}.bottom-cta h2{font-size:32px}.footer-top{align-items:flex-start;flex-direction:column}.footer-links{gap:19px;flex-wrap:wrap}.copyright{flex-direction:column;gap:8px}.features{grid-template-columns:1fr;gap:15px}.product-hero{padding:35px 0 45px}.product-layout{gap:32px}.reading h1{font-size:38px}.reading p,.reading li{font-size:16px}.hero-note{font-size:12px}.breadcrumbs{line-height:1.7;margin-bottom:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Brand lockup and product media */
.brand{gap:12px;letter-spacing:0}
.wordmark{display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.wordmark-main{font-family:Sora,Manrope,sans-serif;font-size:18px;font-weight:650;line-height:1;letter-spacing:.65px;color:#f3f6ff}
.wordmark-sub{font-family:Sora,Manrope,sans-serif;font-size:9px;font-weight:500;line-height:1;letter-spacing:5.6px;color:#91b4ff}
.brand-icon{width:40px;height:40px;border:1px solid #284478;border-radius:10px;background:#080e20}
.brand-icon img{width:76px;left:-19px;top:-4px}
.hero .eyebrow{font-size:10px;letter-spacing:1.65px;line-height:1.7}
.hero h1{font-size:clamp(44px,4.6vw,66px);font-weight:650;letter-spacing:-2.8px;line-height:1.13}
.hero-copy>p{max-width:495px}
.product-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.25fr);gap:52px;align-items:start}
.product-summary{padding-top:24px}
.product-hero h1{font-size:clamp(40px,4vw,56px)}
.product-hero .intro{font-size:17px;line-height:1.8}
.product-summary .legal-note{max-width:365px;margin-top:22px;font-size:12px}
.product-gallery{min-width:0}
.gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;font-size:12px;color:#9cacc5}
.gallery-heading>span:first-child{color:#d7e4ff;font-weight:500}
.gallery-heading>span:last-child{font-size:11px}
.gallery-stage{display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;width:100%;overflow:hidden;border:1px solid #324b75;border-radius:10px;background:radial-gradient(ellipse at top,#17294b,#080e19 75%);box-shadow:0 24px 60px #0003}
.gallery-stage video{display:block;width:100%;height:100%;max-height:100%;object-fit:contain;background:#060b13}
.gallery-image-open{position:relative;padding:0;border:0;background:transparent;width:100%;height:100%;cursor:zoom-in;color:white}
.product-layout .gallery-image-open img{width:100%;height:100%;max-height:100%;object-fit:contain;border:0;border-radius:0}
.expand-hint{position:absolute;bottom:12px;right:12px;padding:8px 10px;border-radius:5px;background:#0b1529ed;box-shadow:0 0 0 1px #526b9666;font-size:11px;font-weight:500}
.gallery-caption{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:14px 0}
.gallery-caption p{margin:0;color:#d2dcee;font-size:13px;line-height:1.5}
.gallery-caption>span{font-size:11px;white-space:nowrap;color:#8498bb;font-variant-numeric:tabular-nums}
.gallery-thumbnails{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.gallery-thumb{min-width:0;aspect-ratio:1.4;border:1px solid #2a3a55;border-radius:5px;padding:3px;background:#101a2a;overflow:hidden;cursor:pointer;position:relative;transition:border-color .2s}
.gallery-thumb:hover{border-color:#688abe}
.gallery-thumb[aria-pressed=true]{border-color:#90b7ff;box-shadow:0 0 0 1px #5485ff}
.product-layout .gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:2px;border:0;opacity:.65}
.gallery-thumb[aria-pressed=true] img,.gallery-thumb:hover img{opacity:1}
.video-thumb{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;background:linear-gradient(135deg,#1f3d6d,#0f1c32);color:#b4cdff}
.video-thumb-symbol{display:flex;align-items:center;justify-content:center;width:23px;height:23px;border:1px solid #709ad29c;border-radius:50%}
.video-thumb-symbol svg{width:13px;height:13px}
.video-thumb-label{font-size:8px;font-weight:600;letter-spacing:1px}
.product-gallery .image-caption{font-size:11px;line-height:1.65;max-width:590px}
.media-fallback{font-size:13px;line-height:1.6;color:#c7d6ee}.media-fallback a{text-decoration:underline;text-underline-offset:3px}
.dialog-open{overflow:hidden}
.image-dialog{width:calc(100vw - 48px);max-width:1500px;height:calc(100dvh - 48px);max-height:calc(100dvh - 48px);padding:18px;border:1px solid #3b5074;border-radius:12px;background:#0b1220;color:#f3f6ff;overflow:hidden}
.image-dialog::backdrop{background:#02050dea;backdrop-filter:blur(8px)}
.dialog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;height:38px}
.dialog-toolbar p{margin:0;font-size:13px;color:#b2c3e0;line-height:1.4}
.dialog-close{display:flex;align-items:center;gap:14px;border:1px solid #344869;border-radius:5px;background:#15213a;color:white;padding:8px 12px;white-space:nowrap;cursor:pointer;font-size:13px}
.dialog-close span{font-size:20px;line-height:1}
.product-layout .image-dialog>img{width:100%;height:calc(100% - 54px);object-fit:contain;border:0;border-radius:0}
@media(min-width:1500px){.hero h1{font-size:68px}}
@media(max-width:1050px){.product-layout{gap:30px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.product-hero h1{font-size:44px}.product-summary{padding-top:12px}.wordmark-main{font-size:16px}.nav-links{gap:17px}.hero .eyebrow{max-width:350px}.hero h1{font-size:51px}}
@media(max-width:760px){.brand{gap:10px}.wordmark-main{font-size:17px}.wordmark-sub{font-size:8px;letter-spacing:5px}.brand-icon{width:37px;height:37px}.brand-icon img{width:70px;left:-17px;top:-4px}.hero .eyebrow{max-width:330px;font-size:9px;letter-spacing:1.2px}.hero h1{font-size:clamp(34px,10.3vw,56px);letter-spacing:-2px}.product-layout{grid-template-columns:minmax(0,1fr);gap:32px}.product-summary{padding-top:0}.product-hero h1{font-size:42px}.product-hero .intro{font-size:16px}.product-summary .legal-note{margin-top:18px}.gallery-stage{aspect-ratio:16/11}.gallery-thumbnails{gap:7px}.gallery-thumb{aspect-ratio:1}.video-thumb-label{font-size:7px;letter-spacing:.3px}.video-thumb-symbol{width:20px;height:20px}.gallery-caption{gap:12px}.gallery-caption p{font-size:12px}.image-dialog{width:calc(100vw - 16px);height:calc(100dvh - 24px);max-height:calc(100dvh - 24px);padding:12px;border-radius:8px}.dialog-toolbar p{font-size:12px}.dialog-toolbar{gap:10px;height:45px}.product-layout .image-dialog>img{height:calc(100% - 61px)}}


.footer-logo{display:block;width:160px;flex-shrink:0}.footer-logo img{width:100%;height:auto;border-radius:8px}@media(max-width:760px){.footer-logo{width:136px}}

/* Consistent product covers and image-backed video previews */
.hero-media{transform:none;border-color:#304e7b;border-radius:14px;box-shadow:0 22px 70px #0005}
.hero-media>a{display:block;overflow:hidden;background:#051222}
.hero-media img{aspect-ratio:16/9;object-fit:contain;height:auto}
.media-head{padding:18px 20px}.media-head strong{font-family:Sora,Manrope,sans-serif;font-weight:600}.media-head span{color:#91b4ff}
.hero .eyebrow{font-size:12px;letter-spacing:1.3px}
.card-image{aspect-ratio:16/9;object-fit:contain;background:#061322}
.chart-crop{aspect-ratio:16/9}
.product-card{border-radius:12px}.card-top{font-size:12px}.card-top>span:last-child{color:#aec9ff}
.gallery-stage{aspect-ratio:16/9;border-radius:12px;background:#061322}
.gallery-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:3px 2px 9px;scroll-snap-type:x proximity}
.gallery-thumb{flex:0 0 88px;aspect-ratio:16/10;padding:0;border-radius:6px;scroll-snap-align:start}
.product-layout .gallery-thumb img{object-fit:cover;border-radius:4px;opacity:.76}
.video-thumb{display:block;background:#061322}
.video-thumb-symbol{position:absolute;inset:0;margin:auto;width:28px;height:28px;background:#061322e8;border:1px solid #d3e4ffb3;color:#fff;box-shadow:0 2px 12px #0009;pointer-events:none}
.video-thumb-symbol svg{width:14px;height:14px;margin-left:2px}
.gallery-thumb:hover .video-thumb-symbol{background:#3766d9}
.gallery-caption p{font-size:14px}.gallery-heading{font-size:14px}
@media(max-width:760px){.hero .eyebrow{font-size:12px;letter-spacing:.65px}.hero-media img,.gallery-stage{aspect-ratio:16/9}.gallery-thumb{flex-basis:78px}.hero .actions .button{font-size:14px;gap:12px;padding-inline:18px}.gallery-caption p{font-size:13px}}

/* Secure Whop checkout */
.checkout-section{scroll-margin-top:100px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:clamp(28px,6vw,88px);align-items:start}.checkout-intro h2{max-width:480px}.checkout-intro p{color:#aab7cc;line-height:1.8}.checkout-steps{padding-left:20px;color:#c4cee0;line-height:1.8}.checkout-steps li{margin:14px 0}.checkout-panel{min-width:0;padding:clamp(16px,3vw,28px);border:1px solid #283652;border-radius:20px;background:#0b1220;box-shadow:0 18px 60px #0003}.checkout-plans{padding:0;border:0;margin:0 0 24px}.checkout-plans legend{font-size:14px;font-weight:600;margin-bottom:12px;color:#dce5f6}.checkout-plans>div{display:flex;gap:8px;flex-wrap:wrap}.checkout-plans label{flex:1;min-width:90px;position:relative;cursor:pointer}.checkout-plans input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;margin:0}.checkout-plans span{display:block;text-align:center;padding:12px 8px;border:1px solid #32425e;border-radius:8px;font-size:14px;color:#b8c6dd}.checkout-plans input:checked+span{border-color:#6e9eff;background:#23447866;color:#fff}.checkout-plans input:focus-visible+span{outline:2px solid #b4ceff;outline-offset:3px}.checkout-mount{min-height:220px}.checkout-status{color:#b8c6dd;font-size:14px}.checkout-status[hidden]{display:none}.checkout-fallback{font-size:13px;color:#aab7cc;margin:22px 0 0;line-height:1.7}.checkout-fallback a{color:#a8c9ff;text-decoration:underline;text-underline-offset:3px}@media(max-width:800px){.checkout-layout{grid-template-columns:1fr}.checkout-intro h2{max-width:none}}
