:root{--blue:#064b9f;--deep:#073268;--red:#ef2634;--ink:#10203b;--muted:#5b6680;--line:#dfe7f2;--pale:#f3f8ff;--sans:'DM Sans',sans-serif;--head:'Plus Jakarta Sans',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font:16px/1.6 var(--sans);background:#fff}
a{text-decoration:none;color:inherit}
.topbar{background:var(--deep);color:#eaf3ff;display:flex;justify-content:center;gap:48px;padding:8px 5%;font-size:.85rem;font-weight:600}
header{height:82px;display:flex;align-items:center;max-width:1220px;margin:auto;padding:0 28px;gap:32px}
.brand{width:230px;height:72px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:none}
.brand img{width:100%;height:100%;object-fit:contain;transform:scale(2.35)}
nav{display:flex;gap:26px;margin-left:auto;font-weight:600;font-size:.94rem}
nav a:hover{color:var(--red)}
.header-chat{padding:10px 17px;border:1px solid var(--blue);border-radius:9px;color:var(--blue);font-weight:700;font-size:.9rem}
.menu{display:none;margin-left:auto;border:0;background:transparent;font-size:25px}
.hero{max-width:1220px;margin:auto;min-height:568px;padding:60px 28px 50px;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.14em;color:var(--red);margin:0 0 12px}
.hero h1,h2,h3{font-family:var(--head);line-height:1.2}
.hero h1{font-size:clamp(2.3rem,4.4vw,4.3rem);letter-spacing:-.055em;margin:0 0 22px}
.hero h1 em{font-style:normal;color:var(--blue)}
.lead{font-size:1.08rem;color:var(--muted);max-width:580px}
.actions{display:flex;gap:13px;margin-top:30px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:15px;padding:14px 21px;border-radius:10px;font-weight:700;transition:.2s}
.primary{background:var(--red);color:#fff;box-shadow:0 8px 20px #ef263437}
.primary:hover{background:#d81728;transform:translateY(-2px)}
.ghost{border:1px solid #c7d6e8;color:var(--blue)}
.note{font-size:.8rem;color:#77839b;margin-top:15px}
.hero-image{background:linear-gradient(140deg,#dff4ff,#e8eeff);min-height:410px;border-radius:30px;display:grid;place-items:center;position:relative;overflow:hidden}
.hero-image:after{content:'';width:290px;height:290px;background:#fff9;border-radius:50%;position:absolute;bottom:-85px;right:-50px}
.hero-image img{width:min(86%,400px);mix-blend-mode:multiply;position:relative;z-index:1;filter:drop-shadow(0 22px 16px #12365c2e)}
.hero-badge,.hero-info{position:absolute;z-index:2;background:#fff;padding:12px 15px;border-radius:12px;box-shadow:0 10px 25px #12365c18}
.hero-badge{top:25px;left:24px;color:var(--blue);display:grid;line-height:1.25}
.hero-badge small,.hero-info span{font-size:.75rem;color:var(--muted)}
.hero-info{bottom:24px;left:24px;display:grid;line-height:1.35}
.trust{background:var(--blue);color:#fff;display:grid;grid-template-columns:repeat(3,1fr);padding:27px max(5%,calc((100% - 1120px)/2));text-align:center;gap:25px}
.trust div{border-right:1px solid #ffffff3d;display:grid}
.trust div:last-child{border:0}
.trust b{font:800 1.3rem var(--head)}
.trust span{font-size:.82rem;color:#d8eaff}
.intro,.products,.testimonials,.location,.how{max-width:1164px;margin:0 auto;padding:110px 28px}
.intro{max-width:1000px;text-align:center}
.intro h2,.products h2,.testimonials h2,.how h2,.location h2{font-size:clamp(1.8rem,3vw,2.8rem);margin:0 0 18px;letter-spacing:-.04em}
.intro-copy{color:var(--muted);font-size:1.03rem;max-width:930px;margin:0 auto}
.intro-copy p{margin:0 0 13px}
.areas{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:28px}
.areas b{width:100%;font-family:var(--head)}
.areas span{padding:6px 11px;border:1px solid var(--line);border-radius:999px;font-size:.8rem;color:var(--blue);font-weight:600}
.products{background:linear-gradient(#f6faff,#fff);max-width:none;padding-left:max(28px,calc((100% - 1108px)/2));padding-right:max(28px,calc((100% - 1108px)/2))}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section-head h2{margin:0}
.link-button{border:0;background:transparent;color:var(--red);font:700 .95rem var(--sans);cursor:pointer}
.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
.tabs button{padding:9px 17px;border:1px solid var(--line);border-radius:99px;background:#fff;color:var(--muted);font-weight:700;cursor:pointer}
.tabs .active{border-color:var(--blue);background:var(--blue);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.product-grid article{background:#fff;border:1px solid #e7edf5;border-radius:16px;overflow:hidden;transition:.2s}
.product-grid article:hover{transform:translateY(-4px);box-shadow:0 12px 22px #17477713}
.product-grid article[hidden]{display:none}
.product-grid img{width:100%;aspect-ratio:1;object-fit:cover;display:block}
.product-grid article>div{padding:14px}
.category{color:var(--red);font-size:.68rem;letter-spacing:.08em;font-weight:800}
.product-grid h3{font-size:1rem;margin:4px 0}
.product-grid b{font-size:.95rem;color:var(--blue)}
.product-grid button{display:block;border:0;background:none;color:var(--blue);padding:9px 0 0;font-weight:700;font-family:var(--sans);font-size:.8rem;cursor:pointer}
.price-note{color:var(--muted);font-size:.8rem;text-align:center;margin:26px 0 0}
.how{text-align:center}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:36px}
.steps>div{border-top:2px solid var(--line);padding:23px 15px}
.steps i{font:800 1rem var(--head);color:var(--red);font-style:normal}
.steps h3{margin:8px 0;font-size:1.12rem}
.steps p{color:var(--muted);font-size:.93rem;margin:0}
.testimonials{padding-top:70px}
.rating{color:#d78800;background:#fff7df;padding:7px 10px;border-radius:8px;font-weight:700;font-size:.86rem}
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.quote-grid figure{margin:0;border:1px solid var(--line);padding:24px;border-radius:16px;background:#fff}
.quote-grid blockquote{margin:0 0 23px;font-size:1rem;color:#34415b}
.quote-grid figcaption{display:grid;font-size:.8rem}
.quote-grid figcaption span{color:var(--muted)}
.location{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.location>div>p:not(.eyebrow){color:var(--muted)}
.location ul{list-style:none;padding:0;margin:25px 0}
.location li{display:grid;border-bottom:1px solid var(--line);padding:10px 0}
.location li span,.location li a{color:var(--blue);font-weight:600}
.map{display:flex;min-height:310px;border-radius:22px;background:linear-gradient(135deg,#dceeff,#f8fbff);position:relative;align-items:center;justify-content:center;flex-direction:column;text-align:center;overflow:hidden;color:var(--blue)}
.map:before,.map:after{content:'';position:absolute;border:2px solid #b9d5ef;border-radius:42%;width:155%;height:38%;transform:rotate(-28deg)}
.map:before{top:12%}
.map:after{bottom:5%;transform:rotate(29deg)}
.map span,.map b,.map small{position:relative;z-index:1}
.map span{font-size:3.5rem}
.map b{font:800 1.25rem/1.35 var(--head)}
.map small{margin-top:9px;background:#fff;padding:6px 10px;border-radius:5px;font-weight:700}
.map:hover small{color:var(--red)}
footer{background:#092f62;color:#e8f2ff;padding:45px 28px 30px;text-align:center;display:grid;justify-items:center}
footer img{width:180px;height:72px;object-fit:contain;filter:brightness(0) invert(1) grayscale(1) brightness(5)}
footer p{margin:9px 0;color:#b8d0ed;font-size:.9rem}
footer div{display:flex;gap:20px;margin:20px 0;font-weight:700;font-size:.88rem}
footer small{font-size:.75rem;color:#9eb4cf}
.wa-float{position:fixed;right:20px;bottom:20px;z-index:3;border-radius:99px;background:#27a759;color:#fff;padding:13px 17px;box-shadow:0 7px 18px #135b3070;font-weight:800}
.wa-float span{margin-left:5px}
dialog{border:0;border-radius:20px;max-width:420px;padding:38px 30px;text-align:center;color:var(--ink);box-shadow:0 24px 70px #071b3d55}
dialog::backdrop{background:#061939a8}
.close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:1.8rem;cursor:pointer;color:var(--muted)}
.modal-icon{font-size:2.5rem}
dialog h2{font-size:1.65rem;margin:5px 0 10px}
dialog p:not(.eyebrow){color:var(--muted);font-size:.95rem;margin-bottom:23px}
@media(max-width:760px){.topbar{gap:7px;justify-content:space-between;font-size:.7rem}
.topbar span:last-child{display:none}
header{height:76px;padding:0 18px;gap:10px}
.brand{width:200px;height:66px}
.brand img{transform:scale(2.2)}
.menu{display:block}
.header-chat{display:none}
nav{display:none;position:absolute;left:0;right:0;top:76px;z-index:5;background:white;padding:18px;box-shadow:0 8px 20px #12234a18;flex-direction:column;margin:0}
nav.open{display:flex}
.hero{grid-template-columns:1fr;padding:40px 22px 28px;gap:28px;min-height:0}
.hero h1{font-size:2.45rem}
.lead{font-size:1rem}
.hero-image{min-height:320px;border-radius:22px}
.hero-image img{width:76%;max-height:300px;object-fit:contain}
.trust{padding:19px 12px;gap:10px}
.trust b{font-size:1rem}
.trust span{font-size:.67rem}
.intro,.products,.testimonials,.location,.how{padding:70px 22px}
.section-head{align-items:start}
.section-head .link-button{white-space:nowrap;font-size:.8rem;padding-top:13px}
.product-grid{grid-template-columns:repeat(2,1fr);gap:11px}
.product-grid article>div{padding:11px}
.product-grid h3{font-size:.88rem}
.product-grid b{font-size:.82rem}
.product-grid button{font-size:.72rem}
.tabs{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}
.tabs button{white-space:nowrap}
.steps,.quote-grid,.location{grid-template-columns:1fr}
.steps{gap:12px}
.steps>div{padding:18px 5px}
.quote-grid{gap:12px}
.location{gap:35px}
.map{min-height:230px}
.wa-float{right:14px;bottom:14px;padding:12px}
.wa-float span{display:none}
}
@media(max-width:380px){.hero h1{font-size:2.15rem}
.product-grid{grid-template-columns:1fr 1fr}
.actions .btn{padding:12px 15px}
}
.quote-grid figure{padding:0;overflow:hidden}
.quote-grid figure img{display:block;width:100%;aspect-ratio:1.35;object-fit:cover}
.quote-grid figcaption{padding:13px 15px;background:#fff}
.rating{display:inline-flex;align-items:center;gap:7px}
.rating span{letter-spacing:.05em}
.reviews-link{display:table;margin:26px auto 0;color:var(--blue);font-weight:700;font-size:.9rem}
.map{display:block;background:#dceeff}
.map:before,.map:after{display:none}
.map iframe{border:0;width:100%;height:100%;min-height:310px;filter:saturate(1.08) contrast(1.04)}
.map-link{position:absolute;left:22px;bottom:22px;z-index:1;display:grid;gap:2px;padding:12px 14px;background:#fffffff0;border-radius:12px;box-shadow:0 9px 22px #08275342;color:var(--blue);text-align:left}
.map-link span{font-size:1.3rem}
.map-link b{font:800 .95rem/1.35 var(--head)}
.map-link small{font-size:.72rem;font-weight:700;color:var(--red)}
.map-link:hover{transform:translateY(-2px)}
@media(max-width:760px){.quote-grid figure img{aspect-ratio:1.5}.map iframe{min-height:230px}.map-link{left:14px;bottom:14px}}
