:root{--navy:#100b31;--navy2:#16104a;--cyan:#22b2e8;--lime:#c8f24b;--coral:#ff5c43;--ink:#17192b;--muted:#656b7b;--line:#e5e7ec;--paper:#f7f8fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif;background:white}.home-header{background:var(--navy);color:white;position:sticky;top:0;z-index:20;box-shadow:0 4px 16px #0d092728}.header-main{max-width:1540px;margin:auto;min-height:64px;padding:11px 24px;display:flex;align-items:center;gap:28px}.home-brand{color:white;text-decoration:none;font-size:22px;font-weight:900;letter-spacing:-.04em;white-space:nowrap}.home-brand span{display:inline-grid;place-items:center;width:34px;height:34px;border:2px solid var(--lime);color:var(--lime);border-radius:50%;font-size:11px;letter-spacing:-.08em}.home-search{display:flex;flex:1;max-width:760px}.home-search input{width:100%;border:0;border-radius:7px 0 0 7px;padding:12px 14px}.home-search button{width:46px;border:0;border-radius:0 7px 7px 0;background:white;cursor:pointer;font-size:20px}.utility-nav{margin-left:auto;display:flex;align-items:center;gap:20px}.utility-nav a{color:#e7e4f5;text-decoration:none;font-size:12px}.lang-pill{background:var(--lime);color:var(--navy)!important;padding:5px 8px;border-radius:5px;font-weight:900}.mobile-menu{display:none;margin-left:auto;background:none;border:0;color:white;font-size:24px}.category-nav{height:46px;padding:0 24px;display:flex;align-items:center;gap:32px;overflow:auto;white-space:nowrap;border-top:1px solid #ffffff16}.category-nav a{color:white;text-decoration:none;font-size:12px;font-weight:650}.category-nav .accent{color:var(--lime)}.home-hero{max-width:1540px;height:min(440px,31vw);min-height:330px;margin:auto;background-image:url('/assets/home/hero.webp');background-size:cover;background-position:center right;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071128 0%,#071128f5 34%,#071128ad 48%,transparent 67%)}.hero-copy{position:relative;z-index:1;width:48%;height:100%;padding:52px 56px;display:flex;flex-direction:column;justify-content:center;color:white}.hero-copy>span{color:var(--lime);font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:900}.hero-copy h1{font-size:clamp(34px,3.3vw,58px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 14px}.hero-copy p{font-size:17px;color:#c9d8eb;max-width:560px}.hero-copy a{align-self:flex-start;margin-top:8px;background:var(--cyan);color:#06122c;text-decoration:none;padding:13px 18px;border-radius:7px;font-weight:850}.home-section{max-width:1420px;margin:auto;padding:76px 28px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-title span{text-transform:uppercase;color:#5f56cf;letter-spacing:.14em;font-size:11px;font-weight:900}.section-title h2{font-size:clamp(28px,3vw,44px);line-height:1.08;letter-spacing:-.035em;margin:6px 0}.section-title p{color:#a9acd0}.section-title>a{color:var(--navy);font-weight:800;text-decoration:none}.product-tabs{display:flex;gap:8px;overflow:auto;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:26px}.product-tabs button{border:0;background:white;padding:8px 13px;border-radius:100px;white-space:nowrap;cursor:pointer}.product-tabs button.active{background:var(--navy);color:white}.home-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-product{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:white;transition:.18s}.home-product:hover{transform:translateY(-3px);box-shadow:0 14px 36px #17192b14}.home-product>a{color:inherit;text-decoration:none}.home-product-image{height:280px;position:relative;background:#f8f9fa;display:grid;place-items:center}.home-product-image img{width:100%;height:100%;object-fit:contain;padding:22px}.home-product-image span{position:absolute;top:12px;left:12px;background:var(--lime);border-radius:100px;padding:4px 8px;font-size:10px;font-weight:850}.home-product-body{padding:17px}.home-product-body small{color:var(--muted)}.home-product-body h3{margin:3px 0 9px;font-size:18px}.home-product-body strong{display:block;color:var(--coral);font-size:20px}.home-product-body em{display:block;font-style:normal;margin-top:12px;color:#4740b4;font-weight:750;font-size:12px}.category-section{background:var(--navy);padding:72px max(28px,calc((100% - 1364px)/2))}.section-title.light{color:white}.home-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.home-category-grid a{height:190px;background-image:linear-gradient(90deg,#100b31d9,#100b315c),var(--image);background-size:cover;background-position:center;border:1px solid #ffffff24;border-radius:14px;display:flex;align-items:end;padding:22px;color:white;text-decoration:none;overflow:hidden}.home-category-grid span{font-size:24px;font-weight:900}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.payment-grid article{max-width:340px;margin:auto}.payment-visual{height:220px;background:#05132f;display:grid;place-items:center;border-radius:10px;overflow:hidden}.payment-visual.pink{background:#f4a5bf}.payment-visual img{width:100%;height:100%;object-fit:contain}.payment-grid h3{font-size:22px;margin-bottom:8px}.payment-grid p{color:var(--muted)}.faq-section{background:#e8f5fc;display:grid;grid-template-columns:minmax(0,700px) 330px;justify-content:center;align-items:center;gap:70px;padding:65px 28px}.faq-copy>span{color:#4772d8;font-weight:900;letter-spacing:.14em}.faq-copy h2{font-size:36px;line-height:1.1}.faq-copy details{border-bottom:1px solid #c8dce7;padding:13px 0}.faq-copy summary{font-weight:800;cursor:pointer}.faq-copy p{color:#546778}.faq-copy>a{display:inline-block;margin-top:24px;background:linear-gradient(90deg,#34216e,#c800d9);color:white;text-decoration:none;padding:11px 24px;border-radius:6px}.faq-section>img{width:100%;max-height:330px;object-fit:contain}.home-footer{background:#0d0927;color:white;padding:42px max(28px,calc((100% - 1364px)/2));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.home-footer p{color:#aaa7bf}.home-footer>div{display:flex;gap:20px}.home-footer>div a{color:white}.home-footer small{grid-column:1/-1;color:#77738f}.search-empty{grid-column:1/-1;text-align:center;padding:50px;color:var(--muted)}@media(max-width:1100px){.utility-nav a:not(.lang-pill){display:none}.home-product-grid{grid-template-columns:repeat(3,1fr)}.home-hero{height:390px}.hero-copy{width:58%}.payment-grid{gap:24px}}@media(max-width:800px){.home-header{position:relative}.header-main{padding:10px 14px;flex-wrap:wrap;gap:12px}.home-search{order:3;flex-basis:100%;max-width:none}.mobile-menu{display:block}.utility-nav{margin-left:0}.category-nav{display:none;height:auto;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:14px}.category-nav.open{display:flex}.home-hero{min-height:500px;height:auto;background-position:65% center}.home-hero:before{background:linear-gradient(0deg,#071128 0%,#071128ec 52%,#07112842 100%)}.hero-copy{width:100%;height:500px;padding:34px 24px;justify-content:end}.hero-copy h1{font-size:39px}.home-section{padding:55px 16px}.home-product-grid{grid-template-columns:repeat(2,1fr)}.home-product-image{height:230px}.home-category-grid{grid-template-columns:1fr}.payment-grid{grid-template-columns:1fr}.payment-grid article{width:100%;max-width:480px}.faq-section{grid-template-columns:1fr}.faq-section>img{max-height:240px}.home-footer{grid-template-columns:1fr}.home-footer>div{flex-wrap:wrap}}@media(max-width:500px){.home-brand{font-size:19px}.home-brand span{width:30px;height:30px}.section-title{display:block}.section-title>a{display:inline-block;margin-top:10px}.home-product-grid{grid-template-columns:1fr 1fr;gap:8px}.home-product-image{height:180px}.home-product-image img{padding:10px}.home-product-body{padding:11px}.home-product-body h3{font-size:15px}.home-product-body strong{font-size:17px}.home-product-body em{display:none}.home-category-grid a{height:145px}.faq-copy h2{font-size:29px}}
