:root{
  --blue:#064c85;
  --blue-2:#0a64a7;
  --blue-dark:#03345d;
  --ink:#111820;
  --muted:#66717d;
  --grey-50:#f7f8fa;
  --grey-100:#eef1f4;
  --grey-200:#dce1e6;
  --grey-300:#c8d0d8;
  --grey-700:#3f4b57;
  --white:#fff;
  --shadow:0 18px 50px rgba(16,24,40,.10);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(6,76,133,.09)}
.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:112px;height:56px;object-fit:cover;object-position:center;border-radius:8px}
.site-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650;color:#44505c}
.site-nav a{transition:.2s;color}
.site-nav a:hover{color:var(--blue)}
.nav-cta{background:var(--blue)!important;color:white!important;padding:11px 17px;border-radius:10px;box-shadow:0 8px 20px rgba(6,76,133,.18)}
.menu-toggle{display:none;background:none;border:0;padding:6px;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;border-radius:10px}
.hero{background:linear-gradient(135deg,#f3f5f7 0%,#eef2f5 48%,#e9eef3 100%);position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(6,76,133,.12),rgba(6,76,133,0) 70%);right:-80px;top:-120px}
.hero-grid{min-height:620px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:74px;padding-block:78px}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--blue);margin-bottom:14px}
.eyebrow.light{color:#c9e5f9}
.hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px;max-width:680px}
.hero h1 span{color:var(--blue)}
.hero-copy>p{font-size:19px;color:#55616d;max-width:600px;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:11px;font-weight:750;font-size:14px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 24px rgba(6,76,133,.2)}
.btn-primary:hover{background:var(--blue-2)}
.btn-secondary{background:#fff;border-color:var(--grey-300);color:#28333e}
.btn-secondary:hover{box-shadow:0 10px 24px rgba(16,24,40,.08)}
.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;font-size:13px;font-weight:600;color:#61707c}
.hero-points span::before{content:"✓";color:var(--blue);font-weight:900;margin-right:6px}
.hero-card{position:relative;z-index:2;background:linear-gradient(155deg,#083d66,#07558f);padding:20px;border-radius:28px;box-shadow:0 35px 70px rgba(8,61,102,.25);transform:rotate(1deg)}
.hero-logo-wrap{background:#f7f5f1;border-radius:18px;overflow:hidden;aspect-ratio:1.26/1;display:flex;align-items:center;justify-content:center}
.hero-logo-wrap img{width:100%;height:100%;object-fit:cover}
.hero-card-footer{display:flex;justify-content:space-between;gap:20px;color:#fff;padding:18px 6px 2px;font-size:13px}
.hero-card-footer span{color:#b8d2e4}
.trust-strip{background:#fff;border-top:1px solid var(--grey-100);border-bottom:1px solid var(--grey-100)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:22px}
.trust-grid>div{display:flex;align-items:baseline;gap:9px;justify-content:center;border-right:1px solid var(--grey-200)}
.trust-grid>div:last-child{border-right:0}.trust-grid strong{font-size:16px;color:var(--blue)}.trust-grid span{font-size:12px;color:var(--muted)}
.section{padding:92px 0}.section-alt{background:var(--grey-50)}
.section-heading{margin-bottom:34px}.section-heading h2{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 12px}.section-heading p{color:var(--muted);max-width:640px;margin:0}
.split-heading{display:flex;justify-content:space-between;align-items:end;gap:30px}.stock-count{font-size:13px;color:var(--muted);padding-bottom:6px}
.toolbar{display:grid;grid-template-columns:1fr 220px 220px;gap:12px;margin-bottom:28px}
.search-field{position:relative}.search-field svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:19px;height:19px;fill:none;stroke:#82909d;stroke-width:1.8;stroke-linecap:round}
.toolbar input,.toolbar select{width:100%;height:48px;border:1px solid var(--grey-200);background:#fff;border-radius:11px;color:#27333d;outline:none;transition:border .2s,box-shadow .2s}.toolbar input{padding:0 16px 0 44px}.toolbar select{padding:0 38px 0 14px}.toolbar input:focus,.toolbar select:focus{border-color:#6aa4cc;box-shadow:0 0 0 4px rgba(6,76,133,.08)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--grey-200);border-radius:18px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border .22s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bfd0df}
.product-image{position:relative;background:#edf1f4;aspect-ratio:4/3;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.025)}
.badge{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.94);color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.08em;padding:7px 9px;border-radius:8px;text-transform:uppercase;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.product-body{padding:18px}.product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;color:var(--muted);font-size:11px;margin-bottom:8px}.product-body h3{font-size:17px;line-height:1.34;margin:0 0 11px;min-height:46px}.product-price{font-size:22px;color:var(--blue);font-weight:800;margin-bottom:15px}.product-actions{display:grid;grid-template-columns:1fr auto;gap:9px}.product-actions .btn{min-height:43px}.quick-view{width:43px;padding:0;background:#fff;border:1px solid var(--grey-200);border-radius:10px;cursor:pointer;color:#53616d;font-size:19px}.quick-view:hover{border-color:#9fb5c7;color:var(--blue)}
.empty-state{text-align:center;border:1px dashed var(--grey-300);padding:55px 20px;border-radius:18px;background:var(--grey-50)}.empty-state h3{margin:0 0 6px}.empty-state p{margin:0 0 18px;color:var(--muted)}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.about-visual{padding:38px;background:linear-gradient(145deg,#dfe5ea,#f7f8fa);border-radius:26px}.about-logo-card{background:#fff;border-radius:18px;box-shadow:0 20px 50px rgba(16,24,40,.12);overflow:hidden}.about-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.045em;margin:0 0 22px}.about-copy p{color:#596773;font-size:16px}.text-link{display:inline-flex;gap:8px;align-items:center;color:var(--blue);font-weight:800;margin-top:10px}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}
.centered{text-align:center;max-width:760px;margin-inline:auto;margin-bottom:42px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{padding:30px;border:1px solid var(--grey-200);border-radius:18px;background:#fff}.step-card>span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;background:#e8f1f7;color:var(--blue);font-weight:800;font-size:12px}.step-card h3{font-size:20px;margin:18px 0 8px}.step-card p{margin:0;color:var(--muted);font-size:14px}
.cta-section{padding:0 0 92px}.cta-card{background:linear-gradient(135deg,var(--blue-dark),var(--blue));border-radius:26px;color:#fff;padding:52px;display:flex;justify-content:space-between;align-items:center;gap:40px;box-shadow:0 28px 60px rgba(3,52,93,.2)}.cta-card h2{font-size:clamp(30px,4vw,46px);line-height:1.05;margin:0 0 10px;letter-spacing:-.035em}.cta-card p{margin:0;color:#c9dce9;max-width:650px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-white{background:#fff;color:var(--blue-dark)}.btn-outline-white{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.06)}
.site-footer{background:#111820;color:#d9e0e6;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr .8fr .8fr 1fr;gap:48px}.footer-brand img{width:124px;border-radius:8px;margin-bottom:18px}.footer-brand p{max-width:320px;color:#95a2ad}.site-footer h4{margin:4px 0 16px;font-size:13px;color:#fff}.site-footer a,.site-footer p{display:block;font-size:13px;margin:0 0 10px;color:#aeb8c1}.site-footer a:hover{color:#fff}.site-footer .muted{color:#7c8a96}.footer-bottom{border-top:1px solid #2d3740;margin-top:38px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#7e8b96;font-size:11px}
.product-modal{width:min(820px,calc(100% - 32px));border:0;padding:0;border-radius:20px;box-shadow:0 35px 90px rgba(0,0,0,.35);overflow:hidden}.product-modal::backdrop{background:rgba(8,16,24,.64);backdrop-filter:blur(5px)}.modal-close{position:absolute;right:14px;top:14px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.95);font-size:25px;line-height:1;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.12)}.modal-grid{display:grid;grid-template-columns:1fr 1fr}.modal-image{background:#eef2f5;min-height:380px}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-copy{padding:40px}.modal-copy .eyebrow{margin-bottom:8px}.modal-copy h3{font-size:28px;line-height:1.15;margin:0 0 12px}.modal-copy .modal-price{font-size:28px;color:var(--blue);font-weight:800;margin:0 0 18px}.modal-copy p{color:var(--muted);font-size:14px}.modal-copy .btn{margin-top:12px;width:100%}
@media(max-width:900px){.site-nav{display:none;position:absolute;left:20px;right:20px;top:70px;background:#fff;border:1px solid var(--grey-200);border-radius:14px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:4px}.site-nav.open{display:flex}.site-nav a{padding:10px 12px}.menu-toggle{display:block}.hero-grid{grid-template-columns:1fr;gap:45px;min-height:auto;padding-block:60px}.hero-card{max-width:620px}.toolbar{grid-template-columns:1fr 1fr}.search-field{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:42px}.about-visual{max-width:580px}.cta-card{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.trust-grid{grid-template-columns:repeat(2,1fr);row-gap:18px}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(-n+2){padding-bottom:18px;border-bottom:1px solid var(--grey-200)}}
@media(max-width:620px){.container{width:min(100% - 28px,1160px)}.nav-wrap{min-height:68px}.brand img{width:94px;height:47px}.hero-grid{padding-block:48px}.hero h1{font-size:48px}.hero-copy>p{font-size:17px}.hero-actions .btn{width:100%}.hero-points{display:grid;gap:8px}.section{padding:70px 0}.split-heading{align-items:start;flex-direction:column}.toolbar{grid-template-columns:1fr}.search-field{grid-column:auto}.product-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.cta-section{padding-bottom:70px}.cta-card{padding:34px 24px}.cta-actions,.cta-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.modal-grid{grid-template-columns:1fr}.modal-image{min-height:250px}.modal-copy{padding:26px}.trust-grid>div{flex-direction:column;gap:0;align-items:center}.hero-card-footer{flex-direction:column;gap:3px}}
