:root{
  --bg:#0b1220;
  --card:#0f1a2e;
  --soft:#101d33;
  --text:#eaf0ff;
  --muted:#b9c4e6;
  --brand:#2ecc71;
  --brand2:#0ea5e9;
  --border: rgba(255,255,255,.12);
  --shadow: 0 18px 45px rgba(0,0,0,.35);
  --radius: 18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(46,204,113,.20), transparent 60%),
              radial-gradient(900px 600px at 90% 10%, rgba(14,165,233,.18), transparent 55%),
              var(--bg);
  color:var(--text);
}

a{color:inherit; text-decoration:none}
.container{max-width:1120px; margin:0 auto; padding:0 18px}

.topbar{
  background: rgba(255,255,255,.06);
  border-bottom: 1px solid var(--border);
  font-size:14px;
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
  gap:10px;
}
.topbar-left,.topbar-right{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.dot{opacity:.6}
.wa{color:var(--brand)}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(11,18,32,.62);
  border-bottom: 1px solid var(--border);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:12px;
}
.brand{display:flex; align-items:center; gap:12px}
.brand-mark{
  width:44px; height:44px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(46,204,113,.9), rgba(14,165,233,.8));
  font-weight:800;
}
.brand-name{font-weight:800; letter-spacing:.2px}
.brand-tag{font-size:12px; color:var(--muted); margin-top:2px}

.nav{display:flex; gap:18px; align-items:center}
.nav a{color:var(--muted); font-weight:600}
.nav a:hover{color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  background: linear-gradient(135deg, rgba(46,204,113,.95), rgba(14,165,233,.85));
  color:#06101e;
  font-weight:800;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}
.btn-sm{padding:10px 14px; font-size:14px}
.btn-ghost{
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow:none;
}
.btn-ghost:hover{background: rgba(255,255,255,.06)}

.burger{
  display:none;
  width:42px; height:42px; border-radius:12px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
}
.burger span{
  display:block; height:2px; width:18px; background: var(--text);
  margin:4px auto;
  opacity:.9;
}

/* Hero Slider */
.hero{position:relative}
.slider{position:relative; min-height: 78vh; overflow:hidden}
.slide{
  position:absolute; inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  opacity:0;
  transition: opacity .7s ease, transform 1.2s ease;
}
.slide.active{opacity:1; transform: scale(1)}
.overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(11,18,32,.92) 0%, rgba(11,18,32,.72) 45%, rgba(11,18,32,.35) 100%),
    linear-gradient(180deg, rgba(11,18,32,.55), rgba(11,18,32,.85));
}
.hero-content{
  position:relative;
  padding:72px 0 56px;
  max-width: 780px;
}
.hero h1{
  font-size: clamp(30px, 4.3vw, 52px);
  line-height:1.05;
  margin: 0 0 14px;
}
.hero p{
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height:1.6;
  margin:0 0 22px;
}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap}
.hero-badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px}
.badge{
  padding:8px 12px;
  border-radius: 999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight:700;
  font-size: 13px;
}

.slider-btn{
  position:absolute; top:50%; transform: translateY(-50%);
  width:46px; height:46px; border-radius: 14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.10);
  color: var(--text);
  font-size: 28px;
  display:grid; place-items:center;
  cursor:pointer;
  z-index:5;
}
.slider-btn:hover{background: rgba(255,255,255,.18)}
.prev{left:16px}
.next{right:16px}
.dots{
  position:absolute; left:0; right:0; bottom:14px;
  display:flex; justify-content:center; gap:8px;
  z-index:6;
}
.dotbtn{
  width:10px; height:10px; border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.14);
  cursor:pointer;
}
.dotbtn.active{background: linear-gradient(135deg, rgba(46,204,113,.95), rgba(14,165,233,.85));}

/* Sections */
.section{padding:72px 0}
.section-alt{background: rgba(255,255,255,.03); border-top:1px solid var(--border); border-bottom:1px solid var(--border)}
.section-head{margin-bottom:18px}
.section-head p{color:var(--muted); margin-top:8px}
h2{font-size: clamp(24px, 2.6vw, 34px); margin:0}
.lead{color:var(--muted); font-size: 18px; line-height:1.7}

.grid-2{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: center;
}
.about-media, .shipping-media{
  position:relative;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow: var(--shadow);
}
.about-media img, .shipping-media img{
  width:100%; height: 420px; object-fit: cover; display:block;
}
.about-badge{
  position:absolute; bottom:14px; left:14px;
  padding:10px 12px;
  border-radius: 14px;
  border:1px solid var(--border);
  background: rgba(11,18,32,.70);
  font-weight:800;
}
.stats{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.stat{
  padding:12px 14px;
  border-radius: 16px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  min-width: 140px;
}
.stat-num{font-size:20px; font-weight:900}
.stat-label{font-size:13px; color:var(--muted); margin-top:4px}

.trust{padding:18px 0}
.trust-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:-26px;
}
.trust-card{
  padding:16px 16px;
  border-radius: 18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.trust-title{font-weight:900}
.trust-text{color:var(--muted); margin-top:6px; font-size:14px}

.subhead{margin: 18px 0 12px; color: var(--text)}
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.card img{width:100%; height: 170px; object-fit: cover; display:block}
.card-body{padding:14px}
.card h4{margin:0 0 6px}
.card p{margin:0; color:var(--muted); font-size:14px; line-height:1.5}

.list{padding-left: 18px; color: var(--muted); line-height:1.9}
.list strong{color:var(--text)}

.chips{display:flex; flex-wrap:wrap; gap:10px; margin: 12px 0 18px}
.chip{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  font-weight:800;
  color: var(--text);
}

.cta{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:18px;
  border-radius: 18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  align-items:center;
}
.cta p{color:var(--muted); margin:6px 0 0}
.cta-actions{display:flex; gap:10px; flex-wrap:wrap}

.contact-card{
  margin-top:14px;
  padding:16px;
  border-radius: 18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
}
.contact-row{
  display:grid;
  grid-template-columns: 110px 1fr;
  gap:10px;
  padding:10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact-row:last-child{border-bottom:none}
.label{color:var(--muted); font-weight:800}

.form{
  padding:18px;
  border-radius: 18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 36px rgba(0,0,0,.22);
}
.form h3{margin:0 0 10px}
label{display:block; margin-top:12px; color: var(--muted); font-weight:700; font-size:14px}
input, textarea{
  margin-top:8px;
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(11,18,32,.55);
  color: var(--text);
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(46,204,113,.55)}
.form-hint{color:var(--muted); font-size:12px; margin-top:10px}

.footer{
  border-top:1px solid var(--border);
  background: rgba(255,255,255,.04);
  padding: 26px 0;
}
.footer-inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap:12px;
  align-items:center;
}
.footer-brand{font-weight:900}
.footer-text{color:var(--muted); margin-top:6px}
.footer-links{display:flex; gap:12px; flex-wrap:wrap; justify-content:center}
.footer-links a{color:var(--muted); font-weight:700}
.footer-links a:hover{color:var(--text)}
.footer-copy{color:var(--muted); text-align:right}

.mini-note{
  margin-top:14px;
  padding:12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  color: var(--muted);
}

.fab{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:80;
  padding:12px 14px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg, rgba(46,204,113,.95), rgba(14,165,233,.85));
  color:#06101e;
  font-weight:900;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}

@media (max-width: 980px){
  .grid-2{grid-template-columns: 1fr; gap:18px}
  .about-media img, .shipping-media img{height: 320px}
  .cards{grid-template-columns: repeat(2, 1fr)}
  .trust-grid{grid-template-columns: 1fr; margin-top: 12px}
  .footer-inner{grid-template-columns: 1fr; text-align:center}
  .footer-copy{text-align:center}
}

@media (max-width: 720px){
  .nav{
    position:absolute;
    top:64px; right:18px;
    flex-direction:column;
    padding:12px;
    border-radius: 18px;
    border:1px solid var(--border);
    background: rgba(11,18,32,.92);
    display:none;
    width: min(260px, calc(100vw - 36px));
  }
  .nav.open{display:flex}
  .burger{display:block}
  .cards{grid-template-columns: 1fr}
  .slider{min-height: 74vh}
}