@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--brand:#2563eb;--brand-dark:#1e3a8a;--brand-light:#eff6ff;--accent:#f59e0b;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--bg:#f9fafb;--white:#fff;--card-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--radius:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--brand);text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1100px;margin:0 auto;padding:0 24px}header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.nav{justify-content:space-between;height:68px}.brand,.nav{display:flex;align-items:center}.brand{font-weight:800;font-size:18px;letter-spacing:-.3px;color:var(--brand-dark);gap:10px}.nav-logo{height:48px;width:auto}.menu{display:flex;gap:4px;align-items:center}.menu a{padding:8px 14px;border-radius:8px;color:var(--muted);font-size:14px;font-weight:500;transition:all .15s}.menu a:hover{background:var(--bg);color:var(--text)}.nav-cart{padding:8px 14px;border-radius:8px;color:var(--muted)!important;font-size:14px;font-weight:500;display:flex;align-items:center;transition:all .15s}.nav-cart:hover{background:var(--bg);color:var(--text)!important}.menu .nav-cta{background:var(--brand);color:#fff!important;padding:9px 18px;border-radius:8px;font-weight:600;font-size:14px;margin-left:8px;transition:background .15s}.menu .nav-cta:hover{background:var(--brand-dark)!important}.burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text);cursor:pointer}.burger svg{width:20px;height:20px}.drawer{display:none;border-top:1px solid var(--border);background:var(--white);padding:8px 24px 16px}.drawer a{display:block;padding:12px 0;border-bottom:1px solid var(--border);color:var(--text);font-weight:500}.drawer a:last-child{border-bottom:none}section{scroll-margin-top:80px}.hero{background:linear-gradient(135deg,#0f172a,#1e3a8a 55%,#2563eb);padding:96px 0 80px;color:#fff;position:relative;overflow:hidden}.hero:before{top:-200px;right:-100px;width:600px;height:600px;background:hsla(0,0%,100%,.04)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero:after{bottom:-150px;left:-100px;width:400px;height:400px;background:hsla(0,0%,100%,.03)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;position:relative;z-index:1}.hero h1{font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.08;letter-spacing:-1.5px;margin-bottom:18px}.hero h1 span{color:#fbbf24}.hero-sub{font-size:17px;opacity:.8;line-height:1.7;max-width:460px;margin-bottom:32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:#f59e0b;color:#111827;padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;transition:all .15s;border:none;cursor:pointer}.btn-primary:hover{background:#d97706;color:#111827;transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);color:#fff;padding:14px 28px;border-radius:10px;font-weight:600;font-size:15px;transition:all .15s;cursor:pointer}.btn-outline:hover{background:hsla(0,0%,100%,.18)}.hero-stats{display:flex;gap:0;margin-top:40px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;overflow:hidden}.hero-stat{flex:1 1;padding:16px 20px;text-align:center;border-right:1px solid hsla(0,0%,100%,.12)}.hero-stat:last-child{border-right:none}.hero-stat-value{font-size:18px;font-weight:800;color:#fbbf24;display:block;margin-bottom:2px}.hero-stat-label{font-size:11px;opacity:.65;text-transform:uppercase;letter-spacing:.5px}.hero-image{display:flex;align-items:center;justify-content:center;position:relative}.hero-image-wrap{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:20px;padding:28px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.trust-bar{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 0}.trust-bar-inner{justify-content:center;gap:40px;flex-wrap:wrap}.trust-bar-inner,.trust-item{display:flex;align-items:center}.trust-item{gap:8px;font-size:13px;font-weight:600;color:var(--muted)}.trust-item span{font-size:16px}.products-section{padding:80px 0;background:var(--white)}.section-eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--brand);margin-bottom:8px}.section-title{font-size:clamp(24px,4vw,36px);font-weight:800;letter-spacing:-.5px;color:var(--text);margin-bottom:12px}.section-sub{font-size:16px;color:var(--muted);max-width:540px;line-height:1.7;margin-bottom:40px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--card-shadow);transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 24px rgba(37,99,235,.12);transform:translateY(-2px)}.product-img{background:var(--bg);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--border)}.product-body{padding:20px 24px 24px}.product-name{font-size:17px;font-weight:700;margin-bottom:6px}.product-desc{font-size:13.5px;color:var(--muted);margin-bottom:16px;line-height:1.5}.product-price{font-size:24px;font-weight:800;color:var(--text);margin-bottom:16px}.product-price span{font-size:14px;font-weight:500;color:var(--muted)}.qty-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.qty-label{font-size:13px;font-weight:600;color:var(--muted)}.qty-control{border:1px solid var(--border);border-radius:8px;overflow:hidden}.qty-btn,.qty-control{display:flex;align-items:center}.qty-btn{background:var(--bg);border:none;color:var(--text);width:34px;height:34px;cursor:pointer;font-size:16px;justify-content:center;transition:background .1s}.qty-btn:hover{background:var(--border)}.qty-num{min-width:36px;text-align:center;border:none;background:#fff;border-left:1px solid var(--border);border-right:1px solid var(--border);padding:0 4px;line-height:34px}.add-to-cart,.qty-num{font-weight:700;font-size:14px}.add-to-cart{width:100%;padding:12px;background:var(--brand);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background .15s}.add-to-cart:hover{background:var(--brand-dark)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-card{background:#fff;border-radius:16px;padding:32px;min-width:320px;max-width:400px;box-shadow:0 20px 60px rgba(0,0,0,.2);text-align:center}.modal-card h4{font-size:18px;font-weight:800;margin-bottom:6px}.modal-card p{color:var(--muted);font-size:14px;margin-bottom:24px}.modal-actions{display:flex;gap:10px;justify-content:center}.modal-btn{flex:1 1;padding:11px 16px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;border:none;transition:all .15s}.modal-btn.primary{background:var(--brand);color:#fff}.modal-btn.primary:hover{background:var(--brand-dark)}.modal-btn.secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.modal-btn.secondary:hover{background:var(--border)}.how-section{padding:80px 0;background:var(--bg)}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-top:40px}.step-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:24px 28px;box-shadow:var(--card-shadow);display:flex;gap:16px;align-items:flex-start}.step-num{width:40px;height:40px;border-radius:10px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;flex-shrink:0}.step-icon{font-size:22px;margin-bottom:2px}.step-title{font-size:15px;font-weight:700;margin-bottom:4px}.step-desc{font-size:13px;color:var(--muted);line-height:1.6}.why-section{padding:80px 0;background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:40px}.why-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:24px;text-align:center}.why-icon{font-size:32px;margin-bottom:12px}.why-stat{font-size:36px;font-weight:800;color:var(--brand);letter-spacing:-1px;margin-bottom:6px}.why-label{font-size:13px;color:var(--muted);line-height:1.5}.contact-section{padding:80px 0;background:var(--bg)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;margin-top:40px;align-items:start}.contact-info h3{font-size:20px;font-weight:700;margin-bottom:12px}.contact-info p{color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:20px}.contact-feature{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}.contact-feature-icon{width:36px;height:36px;background:var(--brand-light);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.contact-feature-text strong{display:block;font-size:13px;font-weight:700;margin-bottom:2px}.contact-feature-text span{font-size:12.5px;color:var(--muted)}.contact-form-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:28px;box-shadow:var(--card-shadow)}form{display:grid;grid-gap:12px;gap:12px}input,select,textarea{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:10px;font-family:inherit;font-size:14px;color:var(--text);background:var(--white);transition:border-color .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(37,99,235,.1)}textarea{min-height:120px;resize:vertical}.submit{background:var(--brand);color:#fff;border:none;border-radius:10px;padding:13px;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;transition:background .15s}.submit:hover{background:var(--brand-dark)}.cart-list{list-style:none;padding:0;margin:0 0 24px}.cart-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin-bottom:12px;box-shadow:var(--card-shadow)}.cart-item span{flex:1 1;color:var(--text);font-weight:500}.cart-qty{width:56px;border-radius:8px;border:1.5px solid var(--border);padding:6px 10px;font-size:14px;background:var(--white);color:var(--text)}.cart-total{text-align:right;font-size:1.2em;font-weight:700;color:var(--brand);margin-top:18px}.btn{display:inline-block;padding:10px 16px;border:1.5px solid var(--border);border-radius:10px;color:var(--text);font-weight:600;cursor:pointer;background:#fff;transition:all .15s;font-family:inherit}.btn:hover{background:var(--brand);color:#fff;border-color:var(--brand)}.btn.small{font-size:13px;padding:7px 14px}footer{background:#0f172a;color:hsla(0,0%,100%,.6);padding:40px 0 28px}.footer-inner{justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-brand,.footer-inner{display:flex;align-items:center}.footer-brand{font-size:16px;font-weight:800;color:#fff;gap:8px}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:hsla(0,0%,100%,.5);transition:color .15s}.footer-links a:hover{color:#fff}.footer-copy{font-size:12px;margin-top:24px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}#infowindow-content{display:none}gmp-map #infowindow-content{display:inline}gmp-place-autocomplete{position:absolute;height:30px;width:500px;top:10px;left:10px;box-shadow:4px 4px 5px 0 rgba(0,0,0,.2);color-scheme:light;border-radius:10px}#place-info{padding:20px}#copy-review-link{padding:10px 20px;background:var(--brand);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;margin-top:10px}#copy-review-link:hover{background:var(--brand-dark)}gmp-map{height:50vh;width:100%}@media (max-width:880px){.burger{display:flex}.menu{display:none}.hero-inner{grid-template-columns:1fr;text-align:center}.hero-sub{margin:0 auto 32px}.hero-actions{justify-content:center}.hero-stats{margin-top:32px}.contact-grid,.steps-grid,.why-grid{grid-template-columns:1fr}.hero-image{display:none}.footer-inner{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@media (max-width:600px){.hero{padding:64px 0 56px}.contact-section,.how-section,.products-section,.why-section{padding:56px 0}.hero-stats{flex-direction:column}.hero-stat{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.12)}.hero-stat:last-child{border-bottom:none}.trust-bar-inner{gap:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}