@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;900&family=Roboto+Condensed:wght@700;900&family=Material+Symbols+Outlined:wght@400&display=swap";:root{--red:#cf0e25;--blue:#043776;--gold:#ffae0d;--ink:#121212;--muted:#617087;--line:#e8e8ee;--bg:#fff}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}#root{min-height:100vh}body{color:var(--ink);background:var(--bg);font-family:Roboto,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1120px,100% - 2rem);margin:0 auto}.section-gap{padding:4rem 0}.site-header{border-bottom:1px solid var(--line);z-index:40;background:#fff;position:sticky;top:0}.header-inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;min-height:74px;display:flex}.brand-link{letter-spacing:.02em;color:var(--red);text-transform:uppercase;-webkit-text-stroke:.5px var(--red);white-space:nowrap;font-family:Roboto Condensed,sans-serif;font-size:clamp(1.1rem,4vw,1.55rem);font-weight:900}.header-right{flex-shrink:0;align-items:center;gap:1.2rem;display:flex}.main-nav{gap:1.2rem;display:flex}@media (width<=480px){.header-right{gap:.75rem}.main-nav{gap:.65rem}.nav-link{font-size:.78rem!important}.header-inner{min-height:64px}}@media (width<=360px){.main-nav{display:none}}.nav-link{color:#333;font-size:.95rem;font-weight:700}.nav-link-active{color:var(--red)}.hero-section{color:#fff;background:linear-gradient(160deg,#cf0e25 0%,#9f0b1f 100%);padding:5rem 0 4rem}.hero-inner{text-align:center}.hero-inner h1{letter-spacing:-.01em;margin:0;font-family:Roboto Condensed,sans-serif;font-size:clamp(3.2rem,10vw,8rem);font-weight:900;line-height:.96}.hero-tagline{letter-spacing:.06em;margin:1rem 0 0;font-family:Roboto Condensed,sans-serif;font-size:clamp(1.2rem,2.8vw,2rem);font-weight:700}.hero-copy{max-width:760px;margin:1.4rem auto 0;font-size:clamp(1rem,1.8vw,1.25rem);line-height:1.6}.hero-cta{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:2rem;display:flex}.btn{border-radius:12px;justify-content:center;align-items:center;min-width:150px;padding:.8rem 1.3rem;font-weight:700;display:inline-flex}.btn-gold{background:var(--gold);color:#1d1d1d}.btn-outline-light{border:2px solid #ffffffd9}.btn-outline{border:2px solid var(--line)}.hero-image{border:8px solid #fff;border-radius:24px;width:min(980px,100%);margin-top:2.2rem;box-shadow:0 16px 48px #00000047}.section-intro{text-align:center;margin-bottom:2rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin:0 0 .4rem;font-size:.78rem;font-weight:700}.page-title{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.feature-grid{grid-template-columns:1fr;gap:1.3rem;display:grid}.feature-list{flex-direction:column;gap:.8rem;display:flex}.feature-item{text-align:left;background:#fff;border:1px solid #0000}.feature-item-active{border-color:#e8e8ee;box-shadow:0 12px 28px #00000014}.feature-head{align-items:center;gap:.8rem;display:flex}.feature-head h3{margin:0}.feature-item p{color:var(--muted);margin:.6rem 0 0}.feature-icon-wrap{color:var(--red);background:#cf0e2514}.feature-item-active .feature-icon-wrap{background:var(--red);color:#fff}.progress-track{background:#f2f2f7;border-radius:999px;height:4px;margin-top:.8rem}.progress-fill{background:linear-gradient(90deg,#cf0e25 0%,#ffae0d 100%);height:100%}.feature-image-wrap{width:100%}.feature-image{aspect-ratio:3/2;object-fit:cover;border:1px solid #f0f0f4;border-radius:18px;width:100%;box-shadow:0 18px 32px #0000001a}.product-grid,.blog-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.product-card,.contact-card,.empty-state{border:1px solid var(--line);background:#fff;border-radius:16px;padding:1rem}.product-card h2{margin:.7rem 0 .4rem;font-size:1.2rem}.product-image,.blog-post-image{object-fit:cover;aspect-ratio:4/3;border-radius:10px;width:100%}.price{color:var(--red);margin-bottom:.8rem;font-weight:700}.text-link{color:var(--blue);font-weight:700}.post-date{color:var(--muted);align-items:center;gap:.75rem;font-size:.82rem;display:flex}.post-reading-time{align-items:center;gap:.25rem;display:inline-flex}.post-reading-time:before{content:"·"}.post-nav{border-top:1px solid var(--line);justify-content:space-between;gap:1rem;margin:2.5rem 0 1.5rem;padding-top:1.5rem;display:flex}.post-nav__prev,.post-nav__next{flex:1}.post-nav__next{text-align:right}.blog-post{max-width:760px}.blog-post p{color:#3a4557;line-height:1.7}.blog-post-heading{color:#1a2230;margin:2rem 0 .5rem;font-size:1.4rem;font-weight:700;line-height:1.3}.blog-post-list{color:#3a4557;margin:.5rem 0 1rem;padding-left:1.25rem;line-height:1.7}.blog-post-list li{margin-bottom:.35rem}.error-text{color:#be123c;font-weight:700}.site-footer{border-top:1px solid var(--line);margin-top:2rem}.footer-inner{color:#657086;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1.2rem 0 1.6rem;font-size:.9rem;display:flex}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24}.legacy-home-frame{border:0;width:100%;min-height:100vh;display:block}@media (width>=980px){.feature-grid{grid-template-columns:1.05fr 1fr;gap:2.2rem}}@media (width<=720px){.main-nav{gap:.7rem}.nav-link{font-size:.83rem}}.sl-footer{background:#043776;border-top:4px solid #cf0e25;padding:2.5rem 2rem}.sl-footer__inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.sl-footer__brand{letter-spacing:.04em;color:#fff;margin-bottom:.25rem;font-family:Roboto Condensed,sans-serif;font-size:1.2rem;font-weight:900;text-decoration:none;display:block}.sl-footer__copy{color:#fff6;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.72rem}.sl-footer__links{flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;display:flex}.sl-footer__links a{text-transform:uppercase;letter-spacing:.05em;color:#ffffffa6;font-size:.825rem;font-weight:600;text-decoration:none;transition:color .15s}.sl-footer__links a:hover{color:#ffae0d}@media (width>=768px){.sl-footer__inner{text-align:left;flex-direction:row;justify-content:space-between}}.cart-backdrop{-webkit-backdrop-filter:blur(2px);z-index:90;background:#0a0a0e8c;position:fixed;inset:0}.cart-drawer{z-index:100;background:#fff;flex-direction:column;width:min(440px,100vw);max-width:100vw;height:100dvh;display:flex;position:fixed;top:0;right:0;box-shadow:-20px 0 60px #0000002e}@supports not (height:100dvh){.cart-drawer{height:100vh}}.cart-drawer__header{border-bottom:1px solid #ececf0;flex-shrink:0;justify-content:space-between;align-items:flex-end;padding:1.5rem 1.5rem 1.25rem;display:flex}.cart-drawer__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#cf0e25;margin:0 0 .25rem;font-family:Roboto,sans-serif;font-size:.7rem;font-weight:700}.cart-drawer__title{color:#043776;text-transform:uppercase;margin:0;font-family:Roboto Condensed,sans-serif;font-size:1.65rem;font-weight:900;line-height:1}.cart-drawer__close{cursor:pointer;color:#5a6474;background:#f3f4f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,color .15s;display:flex}.cart-drawer__close:hover{color:#121212;background:#e6e8ee}.cart-drawer__close:focus-visible{outline-offset:2px;outline:3px solid #fdb913}.cart-drawer__close .material-symbols-outlined{font-size:1.2rem}.cart-drawer__body{flex:1;padding:0;overflow-y:auto}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3.5rem 1.5rem;display:flex}.cart-empty__icon{color:#cf0e25;background:#fff5f5;border:2px solid #cf0e2526;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.cart-empty__icon .material-symbols-outlined{font-size:2.25rem}.cart-empty__heading{color:#043776;text-transform:uppercase;margin:.25rem 0 0;font-family:Roboto Condensed,sans-serif;font-size:1.5rem;font-weight:900}.cart-empty__body{color:#5a6474;max-width:280px;margin:0;font-size:.95rem;line-height:1.55}.cart-empty__cta{color:#fff;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:#043776;border:none;border-radius:100px;margin-top:.75rem;padding:.75rem 1.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:700;transition:background .15s,transform .15s}.cart-empty__cta:hover{background:#052b5e;transform:scale(1.03)}.cart-list{margin:0;padding:.5rem 1.5rem 1rem;list-style:none}.cart-item{border-bottom:1px solid #ececf0;gap:1rem;padding:1.25rem 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item__image{background:linear-gradient(145deg,#cf0e25 0%,#8a0719 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;padding:.5rem;display:flex;overflow:hidden}.cart-item__image img{object-fit:contain;filter:drop-shadow(0 4px 8px #00000040);width:100%;height:100%}.cart-item__main{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.cart-item__head{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.cart-item__name{color:#121212;margin:0;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:700;line-height:1.3}.cart-item__remove{cursor:pointer;color:#9098a6;background:0 0;border:none;align-items:center;margin:-.15rem;padding:.15rem;transition:color .15s;display:flex}.cart-item__remove:hover{color:#cf0e25}.cart-item__remove:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #cf0e25}.cart-item__remove .material-symbols-outlined{font-size:1.05rem}.cart-item__price{color:#5a6474;margin:0;font-size:.85rem;font-weight:500}.cart-item__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.cart-item__line-total{color:#cf0e25;margin:0;font-family:Roboto Condensed,sans-serif;font-size:1.05rem;font-weight:900}.qty-stepper{background:#f3f4f7;border-radius:100px;align-items:center;padding:.2rem;display:inline-flex}.qty-stepper button{cursor:pointer;color:#3a4557;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,color .15s;display:flex}.qty-stepper button:hover:not(:disabled){color:#cf0e25;background:#fff}.qty-stepper button:disabled{opacity:.4;cursor:not-allowed}.qty-stepper button:focus-visible{outline-offset:1px;outline:2px solid #cf0e25}.qty-stepper button .material-symbols-outlined{font-size:1rem}.qty-stepper__value{color:#121212;text-align:center;min-width:26px;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:700}.cart-drawer__footer{background:#fafafb;border-top:1px solid #ececf0;flex-direction:column;flex-shrink:0;gap:.875rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.cart-summary{flex-direction:column;gap:.25rem;display:flex}.cart-summary__row{color:#3a4557;justify-content:space-between;align-items:baseline;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:600;display:flex}.cart-summary__value{color:#043776;letter-spacing:-.01em;font-family:Roboto Condensed,sans-serif;font-size:1.5rem;font-weight:900}.cart-summary__note{color:#9098a6;margin:0;font-size:.75rem}.cart-checkout{color:#1a1a1a;cursor:pointer;letter-spacing:.02em;text-transform:uppercase;background:#ffae0d;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1.05rem 1.5rem;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:900;transition:background .18s,transform .15s,box-shadow .18s;display:flex;box-shadow:0 6px 24px #ffae0d66}.cart-checkout:hover{background:#e89c00;transform:scale(1.02);box-shadow:0 10px 32px #ffae0d8c}.cart-checkout:active{transform:scale(.98)}.cart-checkout:focus-visible{outline-offset:3px;outline:3px solid #052b6e}.cart-checkout .material-symbols-outlined{font-size:1.05rem}.cart-drawer__trust{color:#9098a6;justify-content:center;align-items:center;gap:.4rem;margin:0;font-size:.72rem;display:flex}.cart-drawer__trust .material-symbols-outlined{color:#16a34a;font-size:.95rem}@media (width<=480px){.cart-drawer__header{padding:1.1rem 1.1rem .875rem}.cart-drawer__title{font-size:1.4rem}.cart-list{padding:.4rem 1.1rem .875rem}.cart-drawer__footer{gap:.75rem;padding:.875rem 1.1rem 1.1rem}.cart-checkout{padding:.95rem 1.25rem;font-size:.9rem}.cart-item{gap:.875rem;padding:1rem 0}.cart-item__image{width:72px;height:72px}.cart-summary__value{font-size:1.3rem}}.checkout-modal__overlay{-webkit-backdrop-filter:blur(3px);z-index:200;background:#0a0a0ea6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.checkout-modal{background:#fff;border-radius:18px;flex-direction:column;width:min(880px,100%);max-height:calc(100dvh - 2rem);display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}@supports not (height:100dvh){.checkout-modal{max-height:calc(100vh - 2rem)}}.checkout-modal__header{border-bottom:1px solid #ececf0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;display:flex}.checkout-modal__title{color:#043776;letter-spacing:.01em;margin:0;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:800}.checkout-modal__close{cursor:pointer;color:#5b5b66;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:inline-flex}.checkout-modal__close:hover{color:#111;background:#f4f4f7}.checkout-modal__close:focus-visible{outline-offset:2px;outline:3px solid #fdb913}.checkout-modal__close .material-symbols-outlined{font-size:1.25rem}.checkout-modal__body{background:#fafafc;flex:auto;overflow-y:auto}.checkout-modal__error{text-align:center;color:#cf0e25;padding:2rem;font-family:Roboto,sans-serif;font-size:.95rem;line-height:1.6}.checkout-modal__error code{background:#cf0e2514;border-radius:4px;padding:.125rem .375rem;font-size:.85em}.checkout-modal__retry{color:#fff;cursor:pointer;background:#043776;border:0;border-radius:8px;margin-top:1rem;padding:.625rem 1.25rem;font-family:Roboto,sans-serif;font-weight:700}.checkout-modal__retry:hover{background:#032a5a}@media (width<=640px){.checkout-modal__overlay{padding:.5rem}.checkout-modal{border-radius:14px;max-height:calc(100dvh - 1rem)}.checkout-modal__header{padding:1rem 1.25rem}}.floating-cart{z-index:90;color:#fff;cursor:pointer;background:#cf0e25;border:0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 30px #cf0e2559,0 4px 12px #00000026}.floating-cart:hover{background:#b00c1f;transform:translateY(-2px);box-shadow:0 14px 36px #cf0e256b,0 6px 16px #0000002e}.floating-cart:focus-visible{outline-offset:3px;outline:3px solid #fdb913}.floating-cart:active{transform:translateY(0)}.floating-cart__icon{font-size:1.625rem;line-height:1}.floating-cart__badge{color:#052b6e;background:#fdb913;border:2px solid #fff;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:800;display:inline-flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #0003}@media (width<=640px){.floating-cart{width:56px;height:56px;bottom:1rem;right:1rem}.floating-cart__icon{font-size:1.5rem}}.cart-button{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .12s,color .15s;display:inline-flex;position:relative}.cart-button--light{color:#043776;background:#f3f4f7}.cart-button--light:hover{background:#e6e8ee;transform:scale(1.05)}.cart-button--dark{color:#fff;background:#ffffff26;border:1px solid #ffffff40}.cart-button--dark:hover{background:#ffffff38;transform:scale(1.05)}.cart-button:active{transform:scale(.96)}.cart-button__icon{font-size:1.3rem}.cart-button__badge{color:#fff;letter-spacing:.02em;background:#cf0e25;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-family:Roboto,sans-serif;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 0 0 2px #fff}.cart-button--dark .cart-button__badge{color:#1a1a1a;background:#ffae0d;box-shadow:0 0 0 2px #cf0e25}.blog-index__subtitle{color:var(--muted);margin:.5rem 0 0;font-size:1rem}.blog-featured-section{margin-bottom:3rem}.blog-featured-card{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:1fr;transition:box-shadow .2s;display:grid;overflow:hidden}.blog-featured-card:hover,.blog-featured-card:focus-within{box-shadow:0 12px 32px #0000001a}@media (width>=768px){.blog-featured-card{grid-template-columns:1fr 1fr}}.blog-featured-card__link{display:block}.blog-featured-card__body{flex-direction:column;justify-content:center;gap:.75rem;padding:1.75rem 1.75rem 2rem;display:flex}.blog-featured-card__label{margin:0}.blog-featured-card__title{margin:0;font-size:clamp(1.3rem,3vw,1.9rem);line-height:1.2}.blog-featured-card__title-link{color:var(--ink);transition:color .15s}.blog-featured-card__title-link:hover{color:var(--red)}.blog-featured-card__excerpt{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.blog-featured-card__cta{align-self:flex-start;min-width:0;margin-top:.5rem;padding:.65rem 1.25rem;font-size:.9rem}.blog-card__cover{aspect-ratio:16/9;background:linear-gradient(135deg,#cf0e25 0%,#043776 100%);position:relative;overflow:hidden}.blog-card__cover--featured{aspect-ratio:4/3;height:100%}@media (width>=768px){.blog-card__cover--featured{aspect-ratio:unset;min-height:280px}}.blog-card__img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.blog-featured-card:hover .blog-card__img,.blog-card:hover .blog-card__img{transform:scale(1.03)}.blog-card__cover-overlay{pointer-events:none;background:linear-gradient(#0000 40%,#0000002e 100%);position:absolute;inset:0}.blog-recent-section__heading{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 1.25rem;font-size:1.1rem;font-weight:700}.blog-card{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.blog-card:hover,.blog-card:focus-within{box-shadow:0 8px 24px #00000017}.blog-card__cover-link{flex-shrink:0;display:block}.blog-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.1rem 1.25rem 1.4rem;display:flex}.blog-card__title{margin:0;font-size:1.1rem;line-height:1.3}.blog-card__title-link{color:var(--ink);transition:color .15s}.blog-card__title-link:hover{color:var(--red)}.blog-card__excerpt{color:var(--muted);flex:1;margin:0;font-size:.875rem;line-height:1.55}.blog-card__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.78rem;display:flex}.blog-card__author{color:var(--ink);font-weight:600}.blog-card__dot{background:var(--muted);border-radius:50%;flex-shrink:0;width:3px;height:3px}.blog-card__reading-time{white-space:nowrap}@media (width<=479px){.blog-featured-card__body{padding:1.25rem 1.1rem 1.5rem}}.checkout-return{background:#fdf8f8;justify-content:center;align-items:center;min-height:calc(100dvh - 200px);padding:4rem 1.5rem;display:flex}@supports not (height:100dvh){.checkout-return{min-height:calc(100vh - 200px)}}.checkout-return__inner{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:20px;width:100%;max-width:540px;padding:3rem 2rem;box-shadow:0 8px 30px #0000000f}.checkout-return__icon{color:#043776;background:#04377614;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:inline-flex}.checkout-return__icon .material-symbols-outlined{font-variation-settings:"FILL" 1;font-size:2.25rem}.checkout-return__icon--success{color:#228b22;background:#228b221a}.checkout-return__icon--error{color:#cf0e25;background:#cf0e251a}.checkout-return__spinner{border:4px solid #04377626;border-top-color:#043776;border-radius:50%;width:48px;height:48px;margin:0 auto 1.25rem;animation:.8s linear infinite checkout-spin}@keyframes checkout-spin{to{transform:rotate(360deg)}}.checkout-return__title{color:#043776;text-transform:uppercase;letter-spacing:.01em;margin:0 0 .75rem;font-family:Roboto,sans-serif;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:900}.checkout-return__body{color:#374151;margin:0 0 1rem;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.65}.checkout-return__total{color:#111827;margin:.5rem 0 1.5rem;font-family:Roboto,sans-serif;font-size:1.0625rem}.checkout-return__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.checkout-return__btn{color:#043776;background:#fff;border:1.5px solid #0000001f;border-radius:100px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .18s,transform .15s,border-color .18s;display:inline-flex}.checkout-return__btn:hover{background:#f4f4f7;transform:translateY(-1px)}.checkout-return__btn--primary{color:#fff;background:#cf0e25;border-color:#cf0e25}.checkout-return__btn--primary:hover{background:#b00b1f;border-color:#b00b1f}.page-hero{clip-path:polygon(0 0,100% 0,100% calc(100% - 52px),0 100%);background:linear-gradient(155deg,#cf0e25 0%,#8a0719 100%);margin-bottom:-26px;padding:4.5rem 2rem 6.5rem;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(at 15% 60%,#ffffff12 0%,#0000 55%),radial-gradient(at 90% 10%,#0000002e 0%,#0000 50%);position:absolute;inset:0}.page-hero:after{content:"BB";color:#ffffff09;letter-spacing:-.04em;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Roboto Condensed,sans-serif;font-size:clamp(10rem,22vw,18rem);font-weight:900;line-height:1;position:absolute;bottom:-2.5rem;right:-1.5rem}.page-hero__inner{z-index:1;max-width:1120px;margin:0 auto;position:relative}.page-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffae0d;background:#ffae0d1f;border:1px solid #ffae0d59;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin:0 0 1rem;padding:.3rem .875rem;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:700;display:inline-flex}.page-hero__title{color:#fff;letter-spacing:-.01em;text-transform:uppercase;margin:0;font-family:Roboto Condensed,sans-serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:900;line-height:.96}.page-hero__sub{color:#ffffffc7;max-width:560px;margin:1.1rem 0 0;font-family:Roboto,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6}@media (width<=768px){.page-hero{clip-path:polygon(0 0,100% 0,100% calc(100% - 40px),0 100%);margin-bottom:-20px;padding:3.5rem 1.5rem 5.5rem}}@media (width<=480px){.page-hero{clip-path:polygon(0 0,100% 0,100% calc(100% - 32px),0 100%);margin-bottom:-16px;padding:2.75rem 1.25rem 4.5rem}.page-hero__title{font-size:clamp(2.25rem,11vw,3.5rem)}.page-hero__sub{margin-top:.875rem;font-size:.95rem}.page-hero__eyebrow{margin-bottom:.75rem}}.contact-page{background:#f7f7f9;padding:4rem 2rem 6rem}.contact-page__inner{grid-template-columns:1fr 340px;align-items:start;gap:2.5rem;max-width:1120px;margin:0 auto;display:grid}.contact-form{background:#fff;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 4px 24px #00000012}.contact-form__heading{color:#043776;text-transform:uppercase;letter-spacing:.01em;margin:0 0 .25rem;font-family:Roboto Condensed,sans-serif;font-size:1.75rem;font-weight:900}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form__field{flex-direction:column;gap:.4rem;display:flex}.contact-form__label{letter-spacing:.06em;text-transform:uppercase;color:#3a4557;font-family:Roboto,sans-serif;font-size:.8rem;font-weight:700}.contact-form__label span{color:#cf0e25;margin-left:1px}.contact-form__input,.contact-form__select,.contact-form__textarea{color:#121212;background:#f9f9fb;border:1.5px solid #e2e5ec;border-radius:10px;outline:none;width:100%;padding:.825rem 1rem;font-family:Roboto,sans-serif;font-size:.975rem;transition:border-color .18s,box-shadow .18s,background .18s}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{background:#fff;border-color:#cf0e25;box-shadow:0 0 0 3px #cf0e251a}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#aab0bb}.contact-form__select-wrap{position:relative}.contact-form__select{appearance:none;cursor:pointer;padding-right:2.5rem}.contact-form__select-icon{color:#9098a6;pointer-events:none;font-size:1.25rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.contact-form__textarea{resize:vertical;min-height:140px;line-height:1.6}.contact-form__field.has-error .contact-form__input,.contact-form__field.has-error .contact-form__select,.contact-form__field.has-error .contact-form__textarea{background:#fff8f8;border-color:#cf0e25}.contact-form__error{color:#cf0e25;margin:0;font-size:.78rem;font-weight:600}.contact-form__submit{color:#1a1a1a;cursor:pointer;letter-spacing:.02em;background:#ffae0d;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:900;transition:background .18s,transform .15s,box-shadow .18s;display:flex;box-shadow:0 6px 24px #ffae0d66}.contact-form__submit:hover{background:#e89c00;transform:scale(1.02);box-shadow:0 10px 32px #ffae0d80}.contact-form__submit:active{transform:scale(.98)}.contact-form__submit .material-symbols-outlined{font-size:1.1rem}.contact-form__note{color:#9098a6;text-align:center;margin:0;font-size:.75rem}.contact-form__alert{color:#9a0a1a;background:#fff5f5;border:1px solid #cf0e2540;border-left:4px solid #cf0e25;border-radius:8px;align-items:center;gap:.625rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;display:flex}.contact-form__alert .material-symbols-outlined{flex-shrink:0;font-size:1.1rem}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-form__submit:disabled:hover{background:#ffae0d;transform:none;box-shadow:0 6px 24px #ffae0d66}.contact-form__spinner{border:2.5px solid #1a1a1a40;border-top-color:#1a1a1a;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite cf-spin}@keyframes cf-spin{to{transform:rotate(360deg)}}.contact-success{text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:3.5rem 2.5rem;display:flex;box-shadow:0 4px 24px #00000012}.contact-success__icon{color:#16a34a;background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.contact-success__icon .material-symbols-outlined{font-size:2.5rem}.contact-success__heading{color:#043776;text-transform:uppercase;margin:0;font-family:Roboto Condensed,sans-serif;font-size:2rem;font-weight:900}.contact-success__body{color:#5a6474;max-width:380px;margin:0;font-size:1rem;line-height:1.65}.contact-success__reset{color:#5a6474;cursor:pointer;background:0 0;border:1.5px solid #e2e5ec;border-radius:8px;margin-top:.5rem;padding:.65rem 1.5rem;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:600;transition:border-color .18s,color .18s}.contact-success__reset:hover{color:#cf0e25;border-color:#cf0e25}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-info__card{background:#043776;border-radius:16px;flex-direction:column;gap:.4rem;padding:1.5rem;display:flex}.contact-info__card--accent{text-align:center;background:linear-gradient(135deg,#cf0e25 0%,#8a0719 100%);align-items:center;gap:.75rem;padding:2rem 1.5rem}.contact-info__label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin:0;font-family:Roboto,sans-serif;font-size:.7rem;font-weight:700}.contact-info__email{color:#ffae0d;word-break:break-all;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .15s}.contact-info__email:hover{color:#ffd26b}.contact-info__value{color:#ffffffd9;margin:0;font-family:Roboto,sans-serif;font-size:.925rem;font-weight:500;line-height:1.55}.contact-info__icon{color:#ffffffe6;font-size:2.5rem}.contact-info__tagline{color:#fff;text-transform:uppercase;letter-spacing:.03em;margin:0;font-family:Roboto Condensed,sans-serif;font-size:1.35rem;font-weight:900;line-height:1.2}@media (width<=960px){.contact-page__inner{grid-template-columns:1fr}.contact-info{grid-template-columns:1fr 1fr;display:grid}.contact-info__card--accent{grid-column:1/-1}}@media (width<=600px){.contact-page{padding:3rem 1.25rem 4.5rem}.contact-form{border-radius:16px;gap:1.25rem;padding:1.5rem 1.25rem}.contact-form__heading{font-size:1.45rem}.contact-form__row{grid-template-columns:1fr;gap:1rem}.contact-info{grid-template-columns:1fr;gap:.875rem}.contact-info__card{padding:1.25rem}.contact-form__input,.contact-form__select,.contact-form__textarea{font-size:16px}.contact-form__submit{min-height:52px;padding:.95rem 1.5rem}}@media (width<=360px){.contact-page{padding:2.5rem 1rem 4rem}.contact-form{padding:1.25rem 1rem}}.hero-section{text-align:center;color:#fff;background:linear-gradient(155deg,#cf0e25 0%,#9c0a1c 100%);padding:3rem 2rem 4rem;overflow:hidden}.hero-section__inner{flex-direction:column;align-items:center;gap:1.5rem;max-width:1120px;margin:0 auto;display:flex}.hero-section__brand{letter-spacing:0;color:#fff;-webkit-text-stroke:1.5px #fff;margin:0;font-family:Roboto Condensed,sans-serif;font-size:clamp(3.7rem,10vw,7.5rem);font-weight:1000;line-height:1}.hero-section__tagline{letter-spacing:.04em;color:#fff;margin:0;font-family:Roboto,sans-serif;font-size:clamp(1.1rem,2.7vw,3.1rem);font-weight:900}.hero-section__body{color:#ffffffeb;max-width:980px;margin:0;font-family:Roboto,sans-serif;font-size:clamp(1rem,2.5vw,1.8rem);font-weight:500;line-height:1.65}.hero-section__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.hero-section__btn{letter-spacing:.02em;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;padding:.875rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:900;text-decoration:none;transition:transform .15s,box-shadow .15s,background .2s;display:inline-flex}.hero-section__btn--gold{color:#1a1a1a;background:#ffae0d;box-shadow:0 8px 28px #ffae0d73}.hero-section__btn--gold:hover{background:#e89c00;transform:scale(1.04);box-shadow:0 12px 36px #ffae0d8c}.hero-section__btn--gold:active{transform:scale(.97);box-shadow:0 4px 16px #ffae0d59}.hero-section__btn--gold:focus-visible{outline-offset:3px;outline:3px solid #fff}.hero-section__btn--outline{color:#fff;background:0 0;border:2.5px solid #ffffffbf}.hero-section__btn--outline:hover{background:#ffffff1f;border-color:#fff;transform:scale(1.03)}.hero-section__btn--outline:active{background:#ffffff14;transform:scale(.97)}.hero-section__btn--outline:focus-visible{outline-offset:3px;outline:3px solid #fdb913}.hero-section__image-wrap{width:100%;max-width:1100px;margin-top:calc(1rem + 10px)}.hero-section__image{border:10px solid #fffffff2;border-radius:24px;width:100%;display:block;box-shadow:0 24px 80px #00000059}@media (width<=900px){.hero-section__image{border-width:8px}}@media (width<=640px){.hero-section{padding:3rem 1.25rem 2.75rem}.hero-section__inner{gap:1.25rem}.hero-section__body{padding:0 .25rem}.hero-section__actions{flex-direction:column;gap:.75rem;width:100%;max-width:320px}.hero-section__btn{width:100%;min-height:48px;padding:.95rem 1.5rem}.hero-section__image{border-width:6px;border-radius:18px}.hero-section__image-wrap{margin-top:.5rem}}@media (width<=360px){.hero-section{padding:2.5rem 1rem}.hero-section__brand{font-size:3.2rem}}.how-to-play{background:#fffbfb;padding:5rem 2rem}.how-to-play__inner{max-width:1120px;margin:0 auto}.how-to-play__header{text-align:center;margin-bottom:3rem}.how-to-play__heading{color:#043776;margin:0 0 .75rem;font-family:Roboto,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:900}.how-to-play__sub{color:#043776;margin:0;font-family:Roboto,sans-serif;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700}.how-to-play__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.how-to-play__card{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.how-to-play__step-badge{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#ba0819;border-radius:100px;justify-content:center;align-items:center;margin-bottom:.25rem;padding:.3rem .875rem;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:700;display:inline-flex}.how-to-play__img{aspect-ratio:1;object-fit:cover;border-radius:16px;width:100%;max-width:260px;box-shadow:0 8px 28px #0000001f}.how-to-play__step-title{color:#043776;margin:0;font-family:Roboto,sans-serif;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700}.how-to-play__step-desc{color:#6b7280;max-width:280px;margin:0;font-family:Roboto,sans-serif;font-size:clamp(.95rem,1.5vw,1.0625rem);font-weight:400;line-height:1.65}@media (width<=1023px) and (width>=600px){.how-to-play{padding:4.5rem 1.5rem}.how-to-play__grid{gap:1.75rem}}@media (width<=599px){.how-to-play{padding:3.5rem 1.25rem}.how-to-play__grid{grid-template-columns:1fr;gap:2.5rem}.how-to-play__img{max-width:220px}}.fs{background:radial-gradient(circle at 10% 10%,#cf0e250f 0%,#0000 45%),radial-gradient(circle at 90% 85%,#ffae0d14 0%,#0000 45%),#fff;padding:5rem 2rem}.fs__inner{max-width:1120px;margin:0 auto}.fs__header{text-align:center;margin-bottom:2.5rem}.fs__heading{color:#043776;margin:0 0 .75rem;font-family:Roboto,sans-serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:900}.fs__heading-accent{color:#cf0e25}.fs__sub{color:#043776;margin:0;font-family:Roboto,sans-serif;font-size:clamp(1rem,2vw,1.25rem);font-weight:600}.fs__stats{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:3rem;display:flex}.fs__stat-pill{text-align:center;background:#fff;border:2px solid #cf0e2526;border-radius:16px;min-width:140px;padding:1.25rem 2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #00000014}.fs__stat-pill:hover{transform:translateY(-2px);box-shadow:0 8px 28px #cf0e251f}.fs__stat-value{color:#cf0e25;font-family:Roboto,sans-serif;font-size:2rem;font-weight:900;display:block}.fs__stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.1em;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:700}.fs__body{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.fs__list{flex-direction:column;gap:.75rem;display:flex}.fs__item{all:unset;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 2px 16px #0000000f}.fs__item:hover{background:#cf0e2508;border-color:#cf0e2533}.fs__item--active{background:#cf0e2508;border-color:#cf0e25;box-shadow:0 6px 28px #cf0e2526}.fs__icon{color:#fff;background:linear-gradient(135deg,#cf0e25,#7d060f);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 4px 12px #cf0e254d}.fs__icon .material-symbols-outlined{font-size:1.5rem}.fs__item-text{flex:1;min-width:0}.fs__item-title{color:#111827;margin:0 0 .375rem;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700}.fs__item-desc{color:#6b7280;margin:0 0 .75rem;font-family:Roboto,sans-serif;font-size:.9375rem;line-height:1.65}.fs__progress{background:#00000014;border-radius:100px;height:3px;overflow:hidden}.fs__progress-fill{background:linear-gradient(90deg,#cf0e25,#ffae0d);border-radius:100px;width:0%;height:100%;animation:4s linear forwards fs-progress}@keyframes fs-progress{0%{width:0%}to{width:100%}}.fs__image-col{justify-content:center;align-items:center;display:flex;position:sticky;top:5.5rem}.fs__image{aspect-ratio:4/3;object-fit:cover;border-radius:24px;width:100%;display:block;box-shadow:0 16px 56px #0000002e}@media (width<=1023px){.fs{padding:4rem 1.5rem}.fs__body{gap:2rem}}@media (width<=768px){.fs__body{grid-template-columns:1fr;gap:1.75rem}.fs__image-col{order:-1;position:static}.fs__image{max-height:320px}.fs__stat-pill{min-width:110px;padding:1rem 1.5rem}.fs__stat-value{font-size:1.6rem}.fs__item{gap:1rem;padding:1.125rem}.fs__icon{width:44px;height:44px}.fs__item-title{font-size:1.05rem}.fs__item-desc{font-size:.9rem}}@media (width<=480px){.fs{padding:3.5rem 1.25rem}.fs__stats{gap:.625rem}.fs__stat-pill{flex:1;min-width:95px;max-width:130px;padding:.875rem 1.25rem}}.product-cta{background:radial-gradient(at 8% 0,#ff3c3c8c 0%,#0000 50%),radial-gradient(at 92% 100%,#50000ab3 0%,#0000 50%),linear-gradient(145deg,#cf0e25 0%,#7d060f 100%);align-items:center;min-height:100vh;padding:5rem 2rem;display:flex}.product-cta__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1120px;margin:0 auto;display:grid}.product-cta__images{flex-direction:column;gap:1rem;display:flex}.product-cta__viewport{aspect-ratio:1;background:#ffffff17;border:1.5px solid #ffffff2e;border-radius:22px;outline:none;width:100%;position:relative;overflow:hidden}.product-cta__viewport:focus-visible{border-color:#ffae0d;box-shadow:0 0 0 3px #ffae0d66}.product-cta__viewport-glow{pointer-events:none;z-index:1;background:radial-gradient(circle at 30% 15%,#ffffff1a 0%,#0000 60%);position:absolute;inset:0}.product-cta__track{cursor:grab;width:100%;height:100%;display:flex}.product-cta__track:active{cursor:grabbing}.product-cta__slide{-webkit-user-select:none;user-select:none;flex:0 0 100%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-cta__main-img{object-fit:contain;filter:drop-shadow(0 20px 40px #00000073);pointer-events:none;-webkit-user-drag:none;width:80%;height:80%}.product-cta__nav{z-index:5;color:#1a1a1a;cursor:pointer;opacity:0;background:#ffffffeb;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .2s,background .18s,transform .15s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 20px #0003}.product-cta__viewport:hover .product-cta__nav,.product-cta__viewport:focus-within .product-cta__nav{opacity:1}.product-cta__nav:hover{background:#fff;transform:translateY(-50%)scale(1.06)}.product-cta__nav:active{transform:translateY(-50%)scale(.95)}.product-cta__nav--prev{left:.875rem}.product-cta__nav--next{right:.875rem}.product-cta__nav .material-symbols-outlined{font-variation-settings:"wght" 600;font-size:1.5rem}.product-cta__thumbs{grid-template-columns:repeat(5,1fr);gap:.625rem;display:grid}.product-cta__thumb{aspect-ratio:1;cursor:pointer;background:#ffffff17;border:2px solid #ffffff38;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:0;transition:border-color .2s,background .2s,transform .18s,box-shadow .2s;display:flex;overflow:hidden}.product-cta__thumb:hover{background:#ffffff29;border-color:#ffffff80;transform:translateY(-2px)}.product-cta__thumb.active{background:#ffffff29;border-color:#ffae0d;box-shadow:0 0 0 2px #ffae0d66,0 6px 18px #00000038}.product-cta__thumb img{object-fit:contain;width:80%;height:80%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-cta__info{flex-direction:column;gap:1.5rem;padding-top:.5rem;display:flex}.product-cta__badge{color:#ffae0d;letter-spacing:.05em;text-transform:uppercase;background:#ffae0d26;border:1px solid #ffae0d66;border-radius:100px;align-items:center;gap:.4rem;width:fit-content;padding:.375rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.product-cta__badge .material-symbols-outlined{font-size:.875rem}.product-cta__heading-group{flex-direction:column;gap:.75rem;display:flex}.product-cta__heading{color:#fff;text-transform:uppercase;margin:0;font-family:Roboto,sans-serif;font-size:clamp(1.875rem,3.5vw,2.625rem);font-weight:900;line-height:1.05}.product-cta__sub{color:#ffffffd9;margin:0;font-size:1rem;font-weight:600;line-height:1.65}.product-cta__options{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.product-cta__option{cursor:pointer;text-align:left;background:#ffffff14;border:1.5px solid #ffffff38;border-radius:14px;flex-direction:column;gap:.2rem;padding:1rem 1.125rem;transition:background .2s,border-color .2s;display:flex}.product-cta__option:not(:disabled):hover{background:#ffffff26}.product-cta__option.active{background:#ffffff24;border-color:#ffffffc7;box-shadow:0 0 0 2px #ffffff38,inset 0 1px #ffffff1f}.product-cta__option:disabled{opacity:.38;cursor:not-allowed}.product-cta__option-label{color:#fff;font-size:.9375rem;font-weight:700}.product-cta__option-sublabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem}.product-cta__option-price{color:#ffae0d;margin-top:.3rem;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:900}.product-cta__option-soon{color:#ffffff8c;background:#ffffff1f;border-radius:100px;width:fit-content;margin-top:.3rem;padding:.2rem .6rem;font-size:.7rem}.product-cta__features{flex-direction:column;gap:.625rem;display:flex}.product-cta__feature{background:#ffffff12;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:.875rem;padding:.875rem 1rem;transition:background .2s;display:flex}.product-cta__feature:hover{background:#ffffff1c}.product-cta__feature-icon{color:#ffae0d;background:#ffae0d33;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.product-cta__feature-icon .material-symbols-outlined{font-size:1.125rem}.product-cta__feature-text{color:#fffffff2;font-size:.9375rem;font-weight:700}.product-cta__actions{flex-direction:column;gap:.875rem;margin-top:.25rem;display:flex}.product-cta__btn{color:#1a1a1a;cursor:pointer;letter-spacing:.02em;background:#ffae0d;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:1.125rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:900;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 8px 32px #ffae0d73}.product-cta__btn:hover{background:#e89c00;transform:scale(1.02);box-shadow:0 12px 40px #ffae0d8c}.product-cta__btn:active{transform:scale(.97)}.product-cta__btn .material-symbols-outlined{font-size:1.125rem}.product-cta__trust{text-align:center;color:#fff6;margin:0;font-size:.8rem}@media (width<=1023px) and (width>=768px){.product-cta{padding:4.5rem 1.5rem}.product-cta__container{gap:2.25rem}.product-cta__heading{font-size:clamp(1.6rem,3vw,2.25rem)}}@media (width<=767px){.product-cta{min-height:auto;padding:3.5rem 1.25rem}.product-cta__container{grid-template-columns:1fr;gap:2rem}.product-cta__viewport{max-width:420px;margin:0 auto}.product-cta__nav{opacity:1;background:#ffffffd9}.product-cta__thumbs{width:100%;max-width:420px;margin:0 auto}.product-cta__options{gap:.625rem}.product-cta__option{padding:.875rem}.product-cta__btn{min-height:52px}}@media (width<=480px){.product-cta__heading{font-size:clamp(1.6rem,7vw,2rem)}.product-cta__nav{width:40px;height:40px}}@media (width<=360px){.product-cta{padding:3rem 1rem}.product-cta__option{padding:.75rem .625rem}.product-cta__option-label{font-size:.85rem}.product-cta__option-sublabel{font-size:.62rem}.product-cta__option-price{font-size:1rem}}.testimonials{background:#fdf8f8;border-top:1px solid #0000000d;padding:4.5rem 0;overflow:hidden}.testimonials__header{text-align:center;max-width:1120px;margin:0 auto;padding:0 2rem 3rem}.testimonials__label{letter-spacing:.14em;text-transform:uppercase;color:#cf0e25;margin:0 0 .5rem;font-family:Roboto,sans-serif;font-size:.72rem;font-weight:700}.testimonials__heading{color:#043776;margin:0 0 2rem;font-family:Roboto,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900}.testimonials__trust-strip{background:#fff;border:1px solid #00000014;border-radius:100px;align-items:center;display:inline-flex;overflow:hidden;box-shadow:0 4px 20px #00000012}.testimonials__trust-pill{align-items:center;gap:.5rem;padding:.75rem 1.75rem;display:flex}.testimonials__trust-divider{background:#00000014;flex-shrink:0;width:1px;height:36px}.testimonials__trust-num{color:#111827;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:900}.testimonials__trust-label{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;font-family:Roboto,sans-serif;font-size:.72rem;font-weight:600}.testimonials__stars-sm{color:#ffae0d;gap:1px;display:flex}.testimonials__stars-sm .material-symbols-outlined{font-size:.875rem}.testimonials__marquee{position:relative}.testimonials__marquee:before,.testimonials__marquee:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.testimonials__marquee:before{background:linear-gradient(90deg,#fdf8f8,#0000);left:0}.testimonials__marquee:after{background:linear-gradient(270deg,#fdf8f8,#0000);right:0}.testimonials__track{gap:1.25rem;width:max-content;padding:.5rem 0 1.5rem;animation:38s linear infinite marqueeScroll;display:flex}.testimonials__track:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tcard{background:#fff;border:1px solid #0000000f;border-radius:20px;flex-shrink:0;width:320px;padding:1.625rem 1.625rem 1.375rem;transition:transform .22s,box-shadow .22s;position:relative;box-shadow:0 4px 20px #0000000d}.tcard:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0000001a}.tcard:before{content:"“";color:#ffae0d40;pointer-events:none;font-family:Roboto,sans-serif;font-size:5rem;line-height:1;position:absolute;top:.5rem;right:1.25rem}.tcard__stars{color:#ffae0d;gap:2px;margin-bottom:.875rem;display:flex}.tcard__stars .material-symbols-outlined{font-size:1.125rem}.tcard__quote{color:#374151;margin:0 0 1.25rem;font-family:Roboto,sans-serif;font-size:.9375rem;line-height:1.65}.tcard__author{border-top:1px solid #0000000f;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.tcard__author-info{flex:auto;min-width:0}.tcard__avatar{color:#fff;background:linear-gradient(135deg,#cf0e25,#7d060f);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Roboto,sans-serif;font-size:.8rem;display:flex}.tcard__name{color:#111827;white-space:nowrap;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:700}.tcard__meta{color:#9ca3af;font-family:Roboto,sans-serif;font-size:.75rem}.tcard__tag{color:#cf0e25;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:#cf0e2514;border-radius:100px;margin-left:auto;padding:.25rem .625rem;font-family:Roboto,sans-serif;font-size:.68rem;font-weight:700}@media (width<=768px){.testimonials{padding:3.5rem 0}.testimonials__header{padding:0 1.25rem 2.5rem}.testimonials__trust-strip{border-radius:16px;flex-wrap:wrap;justify-content:center}.testimonials__marquee:before,.testimonials__marquee:after{width:60px}.tcard{width:280px;padding:1.375rem 1.375rem 1.125rem}}@media (width<=480px){.testimonials__trust-pill{padding:.625rem 1.25rem}.testimonials__trust-divider{display:none}.tcard{width:260px}}.social-grid{background:#fff;padding:4rem 0;overflow:hidden}.social-grid__inner{text-align:center;max-width:1120px;margin:0 auto;padding:0 2rem}.social-grid__label{letter-spacing:.14em;text-transform:uppercase;color:#cf0e25;margin:0 0 .5rem;font-family:Roboto,sans-serif;font-size:.72rem;font-weight:700}.social-grid__heading{color:#043776;letter-spacing:-.02em;margin:0 0 .25rem;font-family:Roboto Condensed,Roboto,sans-serif;font-size:clamp(2.5rem,5.5vw,3.75rem);font-weight:900;line-height:1}.social-grid__heading-accent{background:#cf0e25;border-radius:2px;width:56px;height:4px;margin:.6rem auto 1rem;display:block}.social-grid__sub{color:#6b7280;margin:0 0 2.25rem;font-family:Roboto,sans-serif;font-size:1rem}.social-grid__sub-accent{color:#cf0e25;font-weight:600}.social-grid__scroll-wrap{box-sizing:border-box;max-width:1120px;margin:0 auto 2rem;padding:0 2rem;position:relative}.social-grid__scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.875rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.social-grid__scroll::-webkit-scrollbar{display:none}.social-grid__photo-wrap{aspect-ratio:1;scroll-snap-align:start;border-radius:12px;flex:0 0 calc(25% - .66rem);overflow:hidden}.social-grid__photo{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.social-grid__photo-wrap:hover .social-grid__photo{transform:scale(1.05)}.social-grid__arrow{cursor:pointer;z-index:2;color:#043776;opacity:.65;background:#ffffffd1;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:opacity .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001f}.social-grid__arrow:hover{opacity:1;background:#fff}.social-grid__arrow .material-symbols-outlined{font-size:1.25rem}.social-grid__arrow--left{left:2rem}.social-grid__arrow--right{right:2rem}.social-grid__ig-btn{color:#fff;background:#0095f6;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.social-grid__ig-btn:hover{background:#007fd4}.social-grid__ig-btn .material-symbols-outlined{font-size:1.125rem}.social-grid__trust{color:#9ca3af;margin:.75rem 0 0;font-family:Roboto,sans-serif;font-size:.8rem}@media (width<=900px){.social-grid__photo-wrap{flex:0 0 calc(50% - .44rem)}}@media (width<=768px){.social-grid{padding:3.5rem 0}.social-grid__inner,.social-grid__scroll-wrap{padding:0 1.25rem}.social-grid__arrow--left{left:.5rem}.social-grid__arrow--right{right:.5rem}}@media (width<=540px){.social-grid__photo-wrap{flex:0 0 calc(75% - .44rem)}.social-grid__arrow{display:none}}.contact-section{background:#f6f8fc;padding:4rem 2rem}.contact-section__inner{grid-template-columns:1fr;gap:2.5rem;max-width:1120px;margin:0 auto;display:grid}.contact-section__heading{color:#043776;margin:0 0 .875rem;font-family:Roboto,sans-serif;font-size:clamp(1.75rem,4vw,2.25rem)}.contact-section__body{color:#6b7280;margin:0;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.7}.contact-section__card{background:#fff;border:1px solid #0000000f;border-radius:16px;padding:1.75rem;box-shadow:0 4px 20px #0000000d}.contact-section__card-label{text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:.5rem;font-family:Roboto,sans-serif;font-size:.7rem;font-weight:600;display:block}.contact-section__email{color:#cf0e25;font-family:Roboto,sans-serif;font-size:1.125rem;text-decoration:none;transition:color .2s;display:block}.contact-section__email:hover{color:#043776}.contact-section__card-helper{color:#9ca3af;margin:.625rem 0 0;font-family:Roboto,sans-serif;font-size:.875rem;line-height:1.55}@media (width>=768px){.contact-section__inner{grid-template-columns:1fr 1fr}}@media (width<=480px){.contact-section{padding:3rem 1.25rem}.contact-section__inner{gap:1.75rem}.contact-section__card{padding:1.5rem}.contact-section__email{word-break:break-all;font-size:1rem}}.site-footer-bb{background:#043776;border-top:4px solid #cf0e25;padding:2.5rem 2rem}.site-footer-bb__inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:1120px;margin:0 auto;display:flex}.site-footer-bb__brand{color:#fff;letter-spacing:.04em;margin-bottom:.375rem;font-family:Roboto,sans-serif;font-size:1.25rem;text-decoration:none;display:block}.site-footer-bb__copy{color:#ffffff73;text-transform:uppercase;letter-spacing:.1em;margin:0;font-family:Roboto,sans-serif;font-size:.75rem}.site-footer-bb__nav{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer-bb__nav a{text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.site-footer-bb__nav a:hover{color:#ffae0d}@media (width>=768px){.site-footer-bb__inner{text-align:left;flex-direction:row;justify-content:space-between}}.legal-page{background:#f7f7f9;padding:4rem 2rem 6rem}.legal-article{flex-direction:column;gap:0;max-width:760px;margin:0 auto;display:flex}.legal-article__updated{letter-spacing:.06em;text-transform:uppercase;color:#9098a6;margin:0 0 2.5rem;font-family:Roboto,sans-serif;font-size:.8rem;font-weight:600}.legal-highlight{background:#fff;border-left:4px solid #cf0e25;border-radius:0 12px 12px 0;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 12px #0000000d}.legal-highlight .material-symbols-outlined{color:#cf0e25;flex-shrink:0;margin-top:2px;font-size:1.5rem}.legal-highlight p{color:#2d3748;margin:0;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.65}.legal-highlight strong{color:#cf0e25}.legal-section{border-bottom:1px solid #eaecf0;padding:2rem 0}.legal-section:last-child{border-bottom:none}.legal-section__heading{color:#043776;text-transform:uppercase;letter-spacing:.01em;align-items:baseline;gap:.875rem;margin:0 0 1rem;font-family:Roboto Condensed,sans-serif;font-size:clamp(1.25rem,3vw,1.6rem);font-weight:900;display:flex}.legal-section__num{color:#cf0e25;letter-spacing:.1em;opacity:.8;flex-shrink:0;padding-top:4px;font-family:Roboto Condensed,sans-serif;font-size:.75rem;font-weight:900}.legal-section p{color:#3a4557;margin:0 0 .875rem;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.75}.legal-section p:last-child{margin-bottom:0}.legal-section ul,.legal-section ol{color:#3a4557;flex-direction:column;gap:.3rem;margin:.5rem 0 .875rem;padding-left:1.5rem;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.75;display:flex}.legal-section a{color:#cf0e25;text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:color .15s}.legal-section a:hover{color:#9a0a1a}@media (width<=640px){.legal-page{padding:2.75rem 1.25rem 4.5rem}.legal-section{padding:1.5rem 0}.legal-section__heading{flex-flow:wrap;gap:.5rem}.legal-section p,.legal-section ul,.legal-section ol{font-size:.95rem}.legal-highlight{margin-bottom:1.75rem;padding:1rem 1.125rem}.legal-highlight p{font-size:.95rem}}@media (width<=360px){.legal-page{padding:2.5rem 1rem 4rem}.legal-section ul,.legal-section ol{padding-left:1.25rem}}
