:root{
  --bg: #0c1412;                 /* deep evergreen/charcoal */
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --line: rgba(255,255,255,.14);

  --accent: #9BC6AE;             /* sage */
  --accent2: #D6E8DD;            /* pale sage */
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --radius: 18px;
  --max: 1100px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}


*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(1200px 700px at 15% -10%, rgba(155,198,174,.22), transparent 60%),
    radial-gradient(900px 600px at 70% 5%, rgba(214,232,221,.14), transparent 55%),
    radial-gradient(1200px 900px at 40% 120%, rgba(155,198,174,.10), transparent 55%),
    var(--bg);
  line-height:1.55;
}

a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 22px}
.nav{
  position:sticky; top:0; z-index:50;
  background: rgba(11,18,32,.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:16px}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none}
.brand-mark{
  width:38px; height:38px; border-radius:12px;
  background: linear-gradient(135deg, rgba(155,198,174,.90), rgba(214,232,221,.85));
  box-shadow: 0 10px 30px rgba(102,242,194,.15);
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.18);
}
.brand-mark svg{opacity:.95}
.brand-name{font-weight:750; letter-spacing:.2px}
.brand-sub{font-size:12px; color:var(--muted); margin-top:1px}
.menu{display:flex; flex-wrap:wrap; gap:10px}
.menu a{
  padding:8px 10px; border-radius:12px;
  text-decoration:none; color:var(--muted);
  border:1px solid transparent;
}
.menu a:hover{color:var(--text); border-color:var(--line); background: rgba(255,255,255,.05)}
.menu a.active{color:var(--text); border-color:rgba(155,198,174,.40); background: rgba(155,198,174,.10)}

.btn{
  appearance:none; border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: var(--text);
  padding:12px 14px;
  border-radius: 14px;
  cursor:pointer;
  font-weight:650;
  text-decoration:none;
  display:inline-flex; align-items:center; gap:10px;
  transition: transform .08s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22)}
.btn:active{transform: translateY(1px)}
.btn.primary{
  background: linear-gradient(135deg, rgba(155,198,174,.95), rgba(214,232,221,.85));
  border-color: rgba(255,255,255,.22);
  color: rgba(7,12,22,.95);
}
.btn.primary:hover{filter: brightness(1.05)}
.btn.small{padding:9px 12px; border-radius:12px; font-size:14px}

.hero{padding:46px 0 24px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
@media(max-width: 900px){
  .hero-grid{grid-template-columns:1fr}
}

.card{
  background: var(--card);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card{padding:28px}
.kicker{
  display:inline-flex; gap:8px; align-items:center;
  padding:6px 10px; border-radius: 999px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.kicker b{color:var(--text)}
h1{margin:14px 0 10px; font-size: clamp(34px, 4vw, 54px); line-height:1.08}
.lede{font-size:18px; color: var(--muted); max-width: 62ch}
.hero-actions{display:flex; flex-wrap:wrap; gap:10px; margin-top:18px}
.hero-meta{display:flex; flex-wrap:wrap; gap:12px; margin-top:16px; color:var(--muted); font-size:14px}
.pill{
  padding:8px 10px; border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.visual{
  position:relative;
  overflow:hidden;
  padding:0;
  min-height: 320px;
}
.visual-inner{
  padding:22px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.bottle{
  width:100%;
  max-width: 360px;
  margin: 0 auto;
  filter: drop-shadow(0 28px 40px rgba(0,0,0,.4));
}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  font-size: 13px;
  color: rgba(7,12,22,.90);
  background: rgba(102,242,194,.88);
  border:1px solid rgba(255,255,255,.25);
  padding:7px 10px; border-radius:999px;
  width:max-content;
}

.section{padding:24px 0}
.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
@media(max-width: 900px){ .grid3{grid-template-columns:1fr} }
.feature{padding:18px}
.feature h3{margin:0 0 6px}
.feature p{margin:0; color:var(--muted)}
.icon{
  width:38px; height:38px; border-radius:14px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  margin-bottom: 10px;
}

.split{
  display:grid; grid-template-columns: 1fr 1fr; gap:14px;
}
@media(max-width:900px){.split{grid-template-columns:1fr}}
.pad{padding:18px}
h2{margin:0 0 8px; font-size: 24px}
ul{margin:10px 0 0; padding-left: 18px; color: var(--muted)}
.note{
  font-size: 13px; color: var(--muted);
  border-top:1px solid var(--line);
  padding:14px 18px;
}
.footer{
  margin-top:22px;
  border-top:1px solid var(--line);
  padding:18px 0;
  color: var(--muted);
  font-size: 14px;
}
.footer a{color: var(--muted)}
.footer a:hover{color: var(--text)}
.toast{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: rgba(255,255,255,.92);
  color: rgba(7,12,22,.92);
  border-radius: 14px;
  padding: 10px 12px;
  display:none;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  max-width: calc(var(--max) - 40px);
}
.toast.show{display:flex; align-items:center; gap:10px}
.toast code{background: rgba(0,0,0,.06); padding:2px 6px; border-radius:10px}
