@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#0c0f0e;--surface:#151a17;--line:#2b332e;--muted:#a2afa6;--green:#c1ff57}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--bg);color:#f4f6f2;font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,input,select,textarea{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,a,select,textarea,summary{outline-offset:5px}button{cursor:pointer}header{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:25px 5%}.brand{display:flex;align-items:center;font-weight:800;letter-spacing:-1px;font-size:22px}nav{display:flex;gap:34px;font-size:14px;color:#c9d0ca}nav a:hover{color:var(--green)}.nav-cta{border:1px solid #546044;padding:12px 18px;font-size:14px;border-radius:5px}.nav-cta span{margin-left:18px;color:var(--green)}main{max-width:1440px;margin:auto}.hero{position:relative;min-height:610px;display:flex;align-items:center;overflow:hidden;border-block:1px solid #263228}.hero-image{position:absolute;inset:0;background:#101d17 url('stadium.png') center right/cover no-repeat}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0c100ef5 0%,#0c100ede 30%,#0c100e22 75%),linear-gradient(0deg,#0c100e 0%,transparent 40%)}.hero-content{position:relative;padding:65px 5% 100px;width:66%;z-index:1}.eyebrow{color:var(--green);font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 20px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif}h1{font-size:clamp(76px,8vw,116px);line-height:.93;letter-spacing:-2px;text-transform:uppercase;margin-bottom:28px;font-weight:800}h1 em{font-style:normal;color:var(--green)}.intro{line-height:1.75;color:#c0cbc2;max-width:430px;margin-bottom:30px}.button{border:0;border-radius:4px;padding:17px 23px;background:var(--green);color:#121b0a;display:inline-flex;justify-content:space-between;gap:42px;align-items:center;font-weight:700}.button:hover{background:#d3ff8b}.hero-tags{display:flex;gap:23px;margin-top:27px;color:#c0cbc2;font-size:13px}.hero-tags span+span{border-left:1px solid #54604f;padding-left:23px}.hero-caption{position:absolute;bottom:24px;left:5%;right:5%;display:flex;justify-content:space-between;font-size:11px;color:#a4b29f;letter-spacing:2px}.services{padding:75px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}h2{font-size:49px;line-height:1.05;letter-spacing:-.6px;margin-bottom:0}.section-heading>p{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:0}.filters{display:flex;gap:8px;margin:30px 0 25px}.filters button{background:transparent;border:1px solid var(--line);color:#bdc7bf;border-radius:4px;padding:10px 18px;font-size:14px}.filters button.active{background:var(--green);border-color:var(--green);color:#111a09}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{padding:23px;background:linear-gradient(150deg,#1c241e,#111613);border:1px solid var(--line);border-radius:7px;display:flex;flex-direction:column;transition:transform .2s,border-color .2s}.card:hover{transform:translateY(-4px);border-color:#78886a}.card.featured{border-color:#7d9f48;background:linear-gradient(150deg,#273321,#131b13)}.card[hidden]{display:none}.card-top{min-height:48px;display:flex;flex-direction:column;align-items:start;gap:10px}.number{font-size:11px;letter-spacing:1.4px;color:#b0bcae}.badge{font-size:9px;background:#c1ff5720;color:var(--green);padding:5px 7px;letter-spacing:1px;border-radius:2px}.badge.muted{color:#aebbaf;background:#ffffff08}.mode-icon{font-family:Arial;font-size:48px;color:var(--green);height:89px;padding-top:24px;line-height:1}.card h3{font-size:30px;margin:21px 0 12px;letter-spacing:-.2px}.card p{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:28px}.card-bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:auto}.card small{font-size:11px;color:var(--muted);display:block;margin-bottom:7px}.card strong{font-size:27px}.card strong span{font-size:12px;font-weight:400;color:var(--muted)}.card-bottom button{height:42px;width:42px;background:#252e24;border:1px solid #43543b;border-radius:5px;color:var(--green);font-size:24px}.featured .card-bottom button{background:var(--green);color:#14200a}.price-note{font-size:12px;color:#8c998f;margin:20px 0 0;line-height:1.6}.how{border-block:1px solid var(--line);margin:10px 5% 0;padding:52px 0;display:grid;grid-template-columns:1fr 1.15fr;gap:65px}.how ol{list-style:none;padding:0;margin:0;display:grid;gap:27px}.how li{display:flex;gap:22px}.how li>span{color:var(--green);font-size:13px;padding-top:6px}.how h3{font-family:'DM Sans',Arial,sans-serif;font-size:17px;margin-bottom:7px;font-weight:600}.how li p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.faq{padding:70px 5% 85px;display:grid;grid-template-columns:1fr 1.15fr;gap:65px}.questions{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:21px 0}summary{cursor:pointer;font-size:15px;line-height:1.5}details p{color:var(--muted);font-size:14px;line-height:1.8;padding-top:15px;margin:0}footer{border-top:1px solid var(--line);padding:30px 5%;display:flex;align-items:center;gap:30px;max-width:1440px;margin:auto}footer .brand{font-size:19px}footer p{font-size:13px;color:var(--muted);margin:0}footer small{font-size:11px;color:#8c998f;margin-left:auto}dialog{width:min(500px,calc(100% - 28px));border:1px solid #536245;border-radius:12px;padding:28px;background:#141b16;color:#f4f6f2;max-height:90vh}dialog::backdrop{background:#000b;backdrop-filter:blur(6px)}.dialog-head{display:flex;align-items:start;justify-content:space-between}.dialog-head button{background:none;border:0;color:#d8e2d7;font-size:22px}.dialog-head .eyebrow{padding-top:8px}dialog h2{font-size:38px}.dialog-intro{color:var(--muted);font-size:14px;margin-top:13px}label{display:block;font-size:14px;margin:19px 0 8px}label span{color:var(--muted)}select,textarea{width:100%;background:#0b120d;border:1px solid #3b493d;color:#f4f6f2;border-radius:5px;padding:12px;min-height:46px}textarea{resize:vertical;min-height:80px}textarea[hidden]{display:none}.total{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.total strong{font-size:32px;color:var(--green)}.notice{font-size:12px;color:var(--muted);line-height:1.65;margin-top:15px}.copy{width:100%}#feedback{font-size:13px;color:var(--green);line-height:1.6;margin:12px 0 0}
@media(min-width:1600px){.hero{border-radius:10px}.hero-image{background-position:center}}
@media(max-width:1100px){.cards{grid-template-columns:repeat(2,1fr)}.card-top{flex-direction:row;justify-content:space-between;min-height:25px}.hero-content{width:80%}.hero{min-height:580px}h1{font-size:90px}}
@media(max-width:650px){header{padding:20px 5%;flex-wrap:wrap}.brand{font-size:20px}nav{gap:23px;order:3;width:100%;justify-content:center;border-top:1px solid var(--line);padding-top:17px}.nav-cta{padding:10px;font-size:12px}.nav-cta span{margin-left:5px}.hero{min-height:570px}.hero-content{width:100%;padding-top:52px;padding-bottom:95px}.hero-image{background-position:65% center}.hero-image:after{background:linear-gradient(90deg,#0c100ee8,#0c100e66),linear-gradient(0deg,#0c100e,transparent 60%)}h1{font-size:76px}.intro{font-size:15px;max-width:345px}.hero-caption{font-size:9px;letter-spacing:1px}.services{padding-top:48px;padding-bottom:42px}.section-heading{align-items:start;flex-direction:column}h2{font-size:41px}.section-heading>p{font-size:14px}.section-heading>p br{display:none}.filters button{padding:10px 13px;font-size:13px}.cards{grid-template-columns:1fr;gap:15px}.card{padding:23px}.card h3{font-size:33px}.mode-icon{height:66px;padding-top:16px;font-size:42px}.card p{margin-bottom:20px}.how,.faq{grid-template-columns:1fr;gap:32px;padding-block:40px}.how h2 br{display:none}footer{flex-wrap:wrap;gap:17px}footer small{width:100%;margin-left:0}dialog{padding:22px}.eyebrow{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}
/* FUTBoostLab launch preparation */
.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.card .minimum{color:#d0e8b5;font-size:14px;font-weight:600;margin-top:auto;margin-bottom:20px}.card .pending-price{font-size:17px}.card-bottom{margin-top:0}.policy{margin:0 5% 60px;padding-top:35px;border-top:1px solid var(--line)}.policy-intro{color:var(--muted);max-width:760px;line-height:1.7;margin-top:20px}.policy details{max-width:900px}.package-detail{font-size:15px;line-height:1.7;color:#d0e8b5;margin:20px 0 0}.check-label{display:flex;align-items:flex-start;gap:12px;line-height:1.6;padding:14px;border:1px solid #536245;border-radius:5px}.check-label[hidden]{display:none}.check-label input{width:20px;height:20px;flex:0 0 20px;margin-top:2px;accent-color:var(--green)}.check-label span{color:#e1eadc}.total strong{font-size:20px}.badge,.number,.card small,.hero-caption,.hero-tags,.price-note,footer small{font-size:12px}.card-top{min-height:60px}footer>a:not(.brand){font-size:14px;color:#c5d0c2}
@media(max-width:1000px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}header{flex-wrap:wrap}nav{gap:20px}}
@media(max-width:650px){.cards{grid-template-columns:1fr}.card-top{min-height:35px;flex-wrap:wrap}nav{flex-wrap:wrap;gap:18px}.hero-caption{font-size:12px;letter-spacing:0}}
/* Customer experience and support */
.experience{margin:0 5%;padding:30px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:35px}.order-count{display:flex;align-items:center;gap:16px}.order-count strong{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:56px;color:var(--green);line-height:1}.order-count span{font-size:16px;max-width:80px}.experience p{font-size:14px;color:var(--muted);line-height:1.7;margin:0}.experience a{margin-left:auto;font-size:14px;border-bottom:1px solid #738b55;padding-bottom:6px}.experience a span{margin-left:12px}.reviews{margin:0 5%;padding:55px 0;display:grid;grid-template-columns:1fr 1.15fr;gap:65px;border-bottom:1px solid var(--line)}.reviews>div>p:not(.eyebrow){color:var(--muted);line-height:1.7;margin-top:20px}.review-empty{padding:26px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.review-empty h3{font-size:29px;margin-bottom:15px}.review-empty p{font-size:15px;line-height:1.7;color:var(--muted)}.review-status{font-size:12px;color:#c6d6b6}.chat-launcher{position:fixed;right:25px;bottom:25px;z-index:20;display:flex;align-items:center;gap:10px;padding:16px 21px;border:1px solid #d2ff87;background:var(--green);color:#132008;border-radius:40px;font-size:15px;font-weight:700;box-shadow:0 8px 25px #0005}.support-chat{position:fixed;inset:auto 20px 20px auto;margin:0;width:390px;max-width:calc(100vw - 32px);padding:0;max-height:calc(100dvh - 40px);overflow:auto}.chat-head{padding:23px;background:#21301e;display:flex;align-items:start;justify-content:space-between;gap:15px}.chat-head .eyebrow{font-size:12px;margin-bottom:10px}.chat-head h2{font-size:31px}.chat-head p:last-child{color:#bccdb3;font-size:13px;margin:12px 0 0}.chat-head button{background:transparent;border:0;color:white;font-size:22px;padding:4px}.chat-body{padding:22px}.chat-welcome{line-height:1.7;font-size:16px}.chat-notice{color:#c6d6b6;font-size:13px;line-height:1.5}.chat-topics{display:flex;flex-wrap:wrap;gap:8px}.chat-topics button{border:1px solid #4e6443;background:#1d281b;color:#dce8d5;border-radius:20px;padding:9px 12px;font-size:14px;text-align:left}.chat-topics button:hover{border-color:var(--green)}.chat-answer{padding:14px;background:#222e1e;border-radius:6px;margin-top:16px;color:#dce8d5;font-size:14px;line-height:1.7}.chat-compose{padding:0 22px 22px}.chat-compose label{font-size:14px;margin-top:0}.chat-compose textarea{min-height:65px;opacity:1;color:#a6b0a3;font-size:14px}.chat-compose button{width:100%;padding:12px;margin-top:10px;background:#293025;color:#a3ae9c;border:1px solid #414b3a;border-radius:5px;cursor:not-allowed;font-size:14px}.chat-compose p{font-size:12px;line-height:1.6;color:var(--muted);margin:12px 0 0}footer{padding-bottom:100px}
@media(max-width:900px){.experience{flex-wrap:wrap;gap:20px}.experience a{margin-left:0}.reviews{grid-template-columns:1fr;gap:25px}}
@media(max-width:650px){.chat-launcher{right:16px;bottom:16px;padding:13px 18px}.support-chat{right:16px;bottom:16px;max-height:calc(100dvh - 32px)}.experience{align-items:flex-start;flex-direction:column}.experience p br{display:none}.reviews{padding:40px 0}.order-count strong{font-size:50px}}
/* Customer feedback */
.reviews{display:block}.reviews-heading{max-width:740px}.reviews-heading>p:not(.eyebrow){color:var(--muted);line-height:1.7}.review-summary{display:flex;align-items:center;gap:20px;margin:24px 0 15px}.review-summary strong{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;color:var(--green);font-size:46px;line-height:1}.review-summary span{font-size:14px;line-height:1.7;color:#d3decf}.reviews-heading .review-source-note{font-size:12px;color:var(--muted);line-height:1.7}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.review-card{margin:0;padding:24px;border:1px solid var(--line);border-radius:7px;background:var(--surface);display:flex;flex-direction:column}.review-card figcaption{display:flex;flex-direction:column;gap:6px}.review-card figcaption span{font-size:14px;color:#e5eddc}.review-card time{font-size:12px;color:var(--muted)}.review-card blockquote{font-size:16px;line-height:1.75;margin:22px 0;color:#edf2e9}.review-card>p{font-size:12px;color:#b5c6a5;margin:auto 0 0;padding-top:10px}
@media(max-width:1000px){.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.review-grid{grid-template-columns:1fr}.review-summary{gap:14px}.review-summary strong{font-size:40px}}
/* Launch readiness: extend the existing theme and responsive layout. */
[hidden]{display:none!important}body{overflow-wrap:anywhere}header,main,footer{min-width:0}h1{line-height:1;letter-spacing:-1px}h2{line-height:1.12}.brand{white-space:nowrap;letter-spacing:-.8px}header nav{gap:22px}.nav-support{background:none;border:0;color:inherit;font:inherit;padding:0;cursor:pointer}.nav-support:hover{color:var(--green)}.menu-toggle{display:none}.hero{min-height:530px}.hero-content{padding-top:48px;padding-bottom:78px}.experience .order-count span{max-width:110px}.card{min-width:0}.card-bottom{margin-top:auto;align-items:stretch;flex-direction:column;gap:18px}.card-bottom button{width:100%;height:auto;min-height:46px;font-size:14px;padding:12px 14px;display:flex;justify-content:space-between;gap:16px}.card p,.how li p,.intro,details p,.policy-intro{font-size:16px}.review-rating{font-size:14px;margin-top:18px;color:#d5e9be;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.review-rating>span{font-size:20px;color:var(--green)}.review-rating small{font-size:12px;color:var(--muted);width:100%}.review-card blockquote{margin-top:15px}.loyalty{margin:0 5% 50px;padding:30px;background:#1a2317;border:1px solid #3b5031;border-radius:7px;display:flex;align-items:center;gap:30px}.loyalty>div{flex:1}.loyalty h2{font-size:38px}.loyalty p:not(.eyebrow){max-width:600px;color:var(--muted);line-height:1.7;margin:16px 0 0}.loyalty .button{font-size:14px;gap:20px}.secondary-button{width:100%;padding:13px;min-height:44px;margin-top:10px;border:1px solid #485f3b;border-radius:5px;background:transparent;color:#d1e2c6;font-size:14px}footer{flex-wrap:wrap}footer nav{display:flex;flex-wrap:wrap;gap:22px;font-size:14px}footer small{width:100%;margin:0}#config{overscroll-behavior:contain;max-height:calc(100dvh - 28px);overflow:auto}#config select,#config textarea{font-size:16px;min-width:0;max-width:100%}.filters{flex-wrap:wrap}.support-chat{z-index:40;display:flex;flex-direction:column;max-height:min(720px,calc(100dvh - 110px));width:390px;inset:auto 24px 96px auto;background:#141b16;border:1px solid #536245;border-radius:12px;box-shadow:0 16px 55px #0009;overflow:hidden}.chat-head{flex-shrink:0;padding:19px}.chat-head h2{font-size:30px}.chat-head button{min-width:44px;min-height:44px;font-size:26px}.chat-head p:last-child{font-size:12px}.chat-log{flex:1;min-height:100px;max-height:300px;overflow:auto;overscroll-behavior:contain;padding:18px;display:flex;flex-direction:column;gap:14px}.chat-message{padding:13px 15px;border-radius:12px;background:#23301f;max-width:94%;flex-shrink:0}.chat-message p{font-size:15px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 7px}.chat-message small{font-size:12px;color:#adbea1;line-height:1.5;display:block}.chat-message.customer{background:#c1ff57;color:#162009;align-self:flex-end;border-bottom-right-radius:3px}.chat-message.customer small{color:#344e1c}.chat-message.agent,.chat-message.system{border-bottom-left-radius:3px}.support-chat .chat-topics{padding:0 18px 14px;gap:7px;flex-shrink:0}.support-chat .chat-topics button{font-size:12px;min-height:38px}.chat-compose{padding:14px 18px 18px;border-top:1px solid var(--line);flex-shrink:0}.chat-compose textarea{font-size:16px;min-height:58px;max-height:100px;resize:none}.chat-actions{display:flex;gap:10px;justify-content:space-between}.chat-compose .chat-actions button{width:auto;min-height:44px;cursor:pointer;font-size:13px;padding:10px 12px}.chat-compose #chat-send{background:var(--green);color:#17220b;border-color:var(--green);min-width:96px}.chat-compose #chat-send:disabled{opacity:.6;cursor:wait}.chat-compose #chat-clear{background:transparent;color:#c1cdb9}.chat-compose #chat-error{color:#ffb8ad}.chat-compose label{margin:0 0 8px}a,button,summary{touch-action:manipulation}.chat-launcher{min-height:48px}#main-nav a,#main-nav button{min-height:44px;display:flex;align-items:center}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--green);outline-offset:4px}
@media(max-width:1100px){header nav{order:3;width:100%;justify-content:center}.hero-content{width:85%}}
@media(max-width:800px){.loyalty{flex-direction:column;align-items:stretch}.loyalty .button{align-self:start}.hero-content{width:100%}.hero{min-height:500px}.hero-content h1{font-size:clamp(52px,11vw,82px)}}
@media(max-width:650px){header{gap:12px}.menu-toggle{display:flex;align-items:center;gap:12px;background:transparent;border:1px solid #495d3e;color:#e1eadb;border-radius:5px;padding:10px 12px;min-height:44px;margin-left:auto;font-size:14px}.nav-cta{display:none}#main-nav{display:none;order:3;width:100%;justify-content:flex-start;gap:4px;border-top:1px solid var(--line);padding-top:12px}#main-nav.is-open{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}#main-nav a,#main-nav button{font-size:15px;padding:8px;justify-content:flex-start}.hero{min-height:480px}.hero-content{padding:40px 5% 75px}.hero-content h1{font-size:clamp(48px,13vw,76px);line-height:1.02;letter-spacing:-1px}.hero-tags{flex-wrap:wrap;gap:14px}.hero-tags span+span{padding-left:14px}.hero-caption{flex-wrap:wrap;gap:8px;font-size:12px}.loyalty{padding:24px}.loyalty h2{font-size:34px}.loyalty .button{width:100%;align-self:stretch;white-space:normal}.support-chat{right:12px;bottom:82px;width:calc(100vw - 24px);max-width:420px;max-height:calc(100dvh - 98px)}.chat-head{padding:14px}.chat-head h2{font-size:26px}.chat-log{max-height:240px;min-height:65px;padding:14px}.chat-compose{padding:10px 14px 14px}.support-chat .chat-topics{padding:0 14px 10px}.chat-compose #chat-disclaimer{font-size:12px;margin-top:8px}.review-summary{flex-wrap:wrap}footer nav{order:initial;border:0;padding-top:0;justify-content:flex-start;gap:16px}footer nav a,footer nav button{min-height:44px;display:flex;align-items:center}h2{font-size:clamp(30px,9vw,41px)}.eyebrow{font-size:12px;letter-spacing:1.5px}.price-note{font-size:13px}.experience p{font-size:14px}}
@media(max-height:550px){.support-chat{bottom:12px;max-height:calc(100dvh - 24px)}.chat-head .eyebrow,.support-chat .chat-topics{display:none}.chat-head p:last-child{margin-top:6px}.chat-log{min-height:45px}.chat-head{padding:10px 14px}.chat-compose textarea{min-height:44px;height:44px}.chat-compose #chat-disclaimer{margin-top:5px}}

/* FutBoostLab identity and focused launch hero. */
.brand{gap:10px;letter-spacing:-.8px;white-space:nowrap}.lab-mark{width:40px;height:40px;flex-shrink:0}.brand>.brand-word{color:#f4f6f2}.brand-word>span{color:var(--green);font-weight:500}.nav-cta{background:var(--green);color:#14200a;border-color:var(--green);font-weight:700;white-space:nowrap}.nav-cta span{color:inherit}.hero{min-height:570px}.hero-content{width:80%;padding-top:64px;padding-bottom:82px}.hero-content h1{font-size:clamp(58px,7.3vw,100px);line-height:1;letter-spacing:-1.6px}.hero .intro{max-width:550px;font-size:17px}.hero-image:after{background:linear-gradient(90deg,#0c100efa 0%,#0c100ee6 36%,#0c100e33 100%),linear-gradient(0deg,#0c100e 0%,transparent 55%)}.hero-caption{letter-spacing:1.6px}.card h3{line-height:1.12}.review-rating .feedback-label{font-size:13px;color:var(--muted)}.reviews-heading{margin-bottom:28px}.review-card blockquote{margin-bottom:0}.total strong{white-space:nowrap}.card .badge{font-size:11px}.card .number,.card small{font-size:12px}
@media(max-width:1100px){header{gap:18px}.hero-content{width:95%}}
@media(max-width:650px){header{padding:18px 5%;gap:10px}.brand{font-size:21px}.lab-mark{width:34px;height:34px}.nav-cta{display:flex;order:2;width:100%;justify-content:space-between;padding:12px 16px}.hero{min-height:480px}.hero-content{width:100%;padding:38px 5% 74px}.hero-content h1{font-size:clamp(43px,10.8vw,67px);letter-spacing:-.6px}.hero .intro{font-size:16px}.hero-content .button{width:100%}.hero-caption{font-size:10px;letter-spacing:1px}.hero-tags{font-size:12px}.hero-tags span+span{padding-left:12px}footer .brand{font-size:21px}.total{gap:15px}}

.brand .brand-word{color:#f4f6f2}.brand .brand-word>span{color:var(--green)}
.checkout-shell{max-width:1060px;padding:55px 5% 80px;min-height:70vh}.checkout-shell h1{font-size:clamp(40px,6vw,64px);line-height:1.05}.checkout-shell>p{color:var(--muted);line-height:1.7}.checkout-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:28px;margin-top:32px}.checkout-summary,.checkout-fields{background:var(--surface);border:1px solid var(--line);padding:28px;border-radius:8px;min-width:0}.checkout-summary{align-self:start}.checkout-summary h2{font-size:34px;margin-bottom:20px}.checkout-summary p{line-height:1.7;color:var(--muted)}.checkout-summary .total{margin:26px 0}.checkout-summary>a,.check-label a{color:var(--green);text-decoration:underline}.checkout-fields input[type=email]{width:100%;background:#0b120d;color:inherit;border:1px solid #3b493d;border-radius:5px;padding:12px;font-size:16px}.field-help{font-size:13px;color:var(--muted);line-height:1.6;margin:10px 0 22px}.checkout-fields .check-label{line-height:1.6;font-size:14px}.checkout-fields #pay-button{width:100%;margin-top:20px}.checkout-fields .check-label input{flex-shrink:0}#checkout-error{color:#ffb8ad;line-height:1.7}#order-result{overflow-wrap:anywhere}#order-result .secondary-button{display:block;width:max-content;max-width:100%;margin-top:20px}button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:700px){.checkout-layout{grid-template-columns:1fr}.checkout-shell{padding-top:30px}.checkout-summary,.checkout-fields{padding:22px}.checkout-summary h2{font-size:30px}.checkout-shell .total strong{font-size:24px}}.checkout-summary .checkout-value{color:#d0e8b5}.result-next{margin-top:32px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.result-next h2{font-size:30px;margin-bottom:16px}.result-next p{line-height:1.7;color:var(--muted)}[hidden]{display:none!important}
