
:root{--navy:#101b2e;--navy2:#1d2b43;--red:#cf202d;--red2:#b91925;--text:#172033;--muted:#667085;--line:#e7eaf0;--soft:#f6f8fb;--white:#fff;--shadow:0 14px 40px rgba(16,24,40,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}
.topbar{background:#0c1422;color:#e9eef5;font-size:13px}.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.top-contact{display:flex;gap:10px;align-items:center}.top-contact a:hover{color:#fff}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(16,24,40,.04)}.header-inner{min-height:84px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{display:block;width:auto;max-width:205px;height:auto;max-height:58px;object-fit:contain}.main-menu{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:15px;font-weight:700}.main-menu a{white-space:nowrap}.main-menu a:not(.nav-cta):hover{color:var(--red)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff!important;border-radius:7px;padding:12px 20px;font-weight:800;border:0;cursor:pointer;transition:.2s ease}.nav-cta:hover,.btn:hover{background:var(--red2);transform:translateY(-1px)}.menu-toggle{display:none;margin-left:auto;border:1px solid #d8dde6;background:#fff;color:var(--text);border-radius:7px;width:44px;height:44px;font-size:24px;cursor:pointer}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}.hero-slide{display:none}.hero-slide.active{display:block}.hero-inner{min-height:570px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:55px;padding:55px 0}.hero-copy{padding:20px 0}.eyebrow{display:inline-block;color:var(--red);font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.hero .eyebrow{color:#e6aeb2}.hero h1{font-size:clamp(42px,5vw,66px);line-height:1.03;letter-spacing:-1px;margin:0 0 20px;max-width:690px}.hero p{font-size:18px;max-width:650px;color:#e6ebf2;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn-outline{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.45);color:#fff;border-radius:7px;padding:11px 19px;font-weight:800}.hero-media{height:390px;border-radius:18px;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.12);background:#22324b}.hero-media img{width:100%;height:100%;object-fit:cover;display:block}.hero-dots{position:absolute;bottom:22px;left:0;right:0;display:flex;justify-content:center;gap:8px}.hero-dot{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.4);padding:0}.hero-dot.active{background:#fff}
.section{padding:78px 0}.section.soft{background:var(--soft)}.section-head{max-width:720px;margin-bottom:34px}.section-title{font-size:40px;line-height:1.12;margin:6px 0 12px}.section-lead{color:var(--muted);font-size:17px;margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.card-image{width:100%;height:220px;object-fit:cover;display:block;background:#eef2f6}.card-body{padding:22px}.card h3{font-size:21px;line-height:1.25;margin:9px 0}.muted{color:var(--muted)}.badge{display:inline-block;background:#fff0f1;color:var(--red2);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800}.text-link{font-weight:800;color:var(--red2)}.text-link:hover{text-decoration:underline}
.feature-image{width:100%;height:430px;object-fit:cover;border-radius:16px;display:block;box-shadow:var(--shadow);background:#eef2f6}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px}.stat{padding:22px;border:1px solid var(--line);border-radius:12px;background:#fff;text-align:center}.stat strong{display:block;font-size:32px;color:var(--red)}.stat span{font-size:13px;color:var(--muted)}
.arrival{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center}.arrival img{width:100%;height:360px;object-fit:cover;border-radius:16px}.cta-band{background:linear-gradient(110deg,var(--red),#a81520);color:#fff}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:34px;line-height:1.15;margin:0 0 8px}.cta-band p{margin:0;color:#ffe8ea}.btn-white{background:#fff;color:var(--red2)!important}.btn-white:hover{background:#f5f5f5}
.product-card .card-image{height:240px}.product-card .card-body{display:flex;flex-direction:column;height:220px}.product-card .buy{margin-top:auto}.service-card .card-body{min-height:215px}.empty{padding:35px;text-align:center;border:1px dashed #cbd3df;border-radius:12px;color:var(--muted)}
.footer{background:#0d1625;color:#cbd4df;padding:58px 0 18px}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1.2fr 1fr;gap:35px}.footer h4{color:#fff;margin:0 0 15px}.footer-logo{display:block;width:auto;max-width:200px;max-height:62px;object-fit:contain}.footer-brand{font-size:21px;font-weight:800;color:#fff}.footer p{margin:8px 0}.footer-links a{display:block;margin:7px 0}.footer-links a:hover{color:#fff}.social{display:flex;gap:9px;margin-top:18px}.social a{width:38px;height:38px;border:1px solid #536174;border-radius:50%;display:grid;place-items:center;color:#fff;transition:.2s}.social a:hover{background:#fff;color:#0d1625}.social svg{width:18px;height:18px;fill:currentColor;stroke:currentColor}.social .ig rect,.social .ig circle{fill:none}.footer-cta{display:inline-flex;margin-top:8px}.copy{border-top:1px solid #2c3748;margin-top:38px;padding-top:18px;font-size:13px;display:flex;justify-content:space-between;gap:20px}.whatsapp{position:fixed;right:22px;bottom:22px;width:60px;height:60px;border-radius:50%;background:#25d366;display:grid;place-items:center;z-index:120;box-shadow:0 10px 28px rgba(0,0,0,.25)}.whatsapp svg{width:34px;height:34px;fill:#fff}
.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #ccd4df;border-radius:8px;font:inherit;background:#fff}.form textarea{min-height:150px;resize:vertical}.form button{font:inherit}.map{width:100%;min-height:410px;border:0;border-radius:14px;box-shadow:var(--shadow)}.post{max-width:900px}.post-hero{width:100%;height:450px;object-fit:cover;border-radius:16px}.sharebar{display:flex;gap:9px;flex-wrap:wrap;margin:22px 0}.pill{display:inline-flex;align-items:center;border:1px solid #d9dfe7;padding:8px 13px;border-radius:999px;background:#fff;font-weight:700}.rating{color:#e39b00;letter-spacing:2px}.comment{padding:18px;border:1px solid var(--line);border-radius:10px;background:#fff;margin:12px 0}.gallery-card .card-image{height:260px}
@media(max-width:1050px){.main-menu{gap:18px}.hero-inner{gap:30px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.topbar-inner{display:block;padding:8px 0}.top-contact{margin-top:3px}.header-inner{min-height:72px}.menu-toggle{display:block}.main-menu{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid var(--line);padding:15px 4%;box-shadow:0 10px 25px rgba(0,0,0,.08);flex-direction:column;align-items:stretch;gap:0}.menu-open .main-menu{display:flex}.main-menu a{padding:11px 0}.main-menu .nav-cta{text-align:center;margin-top:5px}.hero-inner,.split,.arrival{grid-template-columns:1fr}.hero-inner{min-height:auto;padding:58px 0 72px}.hero-media{height:320px}.hero h1{font-size:43px}.section{padding:58px 0}.grid-3{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner{display:block}.cta-inner .btn{margin-top:20px}.copy{display:block}.copy span{display:block;margin-top:5px}}
@media(max-width:520px){.container{width:min(94%,1180px)}.brand img{max-width:175px;max-height:50px}.hero h1{font-size:37px}.hero p{font-size:16px}.hero-media{height:245px}.section-title{font-size:31px}.grid-4,.stats,.footer-grid{grid-template-columns:1fr}.feature-image{height:280px}.product-card .card-body{height:auto}.cta-band h2{font-size:28px}.whatsapp{width:54px;height:54px;right:16px;bottom:16px}}
