/* AZ Whitepage — Healthy Eating (Lifestyle) — unique design
   No images, mobile-first, Google Ads-safe, external JS only */
:root{
  --bg0:#0b0f1a;
  --bg1:#0f1630;
  --card:#121a33;
  --card2:#101a2a;
  --line:rgba(255,255,255,.10);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.60);
  --accent:#7cf7c3;
  --accent2:#8ab8ff;
  --accent3:#ffd27d;
  --danger:#ff6b6b;
  --ok:#65f7a1;
  --shadow:0 14px 36px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:26px;
  --pad:16px;
  --max:1120px;
  --tap:44px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 15% 15%, rgba(138,184,255,.18), transparent 60%),
    radial-gradient(900px 520px at 85% 20%, rgba(124,247,195,.16), transparent 55%),
    radial-gradient(900px 520px at 40% 90%, rgba(255,210,125,.12), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
a:focus,button:focus,input:focus,textarea:focus{outline:2px solid rgba(138,184,255,.55); outline-offset:2px}
img{max-width:100%}

.container{width:100%; max-width:var(--max); margin:0 auto; padding:0 16px}
.hidden{display:none !important}
.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0}

.topbar{
  position:sticky; top:0; z-index:40;
  backdrop-filter:saturate(160%) blur(10px);
  background:linear-gradient(180deg, rgba(11,15,26,.88), rgba(11,15,26,.62));
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  min-height:64px; gap:12px; padding:10px 0;
}
.brand{
  display:flex; align-items:center; gap:10px;
  min-width: 180px;
}
.logo{
  width:40px; height:40px; border-radius:14px;
  background:
    radial-gradient(16px 16px at 25% 30%, rgba(124,247,195,.95), rgba(124,247,195,0) 70%),
    radial-gradient(18px 18px at 70% 45%, rgba(138,184,255,.9), rgba(138,184,255,0) 72%),
    radial-gradient(18px 18px at 50% 78%, rgba(255,210,125,.92), rgba(255,210,125,0) 72%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}
.brand h1{
  font-size:14px; line-height:1.05; margin:0;
  letter-spacing:.2px;
}
.brand small{
  display:block; margin-top:3px;
  color:var(--muted2);
  font-weight:600;
}

.navlinks{
  display:none;
  gap:8px; align-items:center;
}
.navlinks a{
  padding:10px 12px; border-radius:14px;
  border:1px solid transparent;
  color:var(--muted);
  font-weight:650;
}
.navlinks a:hover{
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text);
}
.actions{
  display:flex; align-items:center; gap:10px;
}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  font-weight:700;
  min-height:var(--tap);
}
.pill .count{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:22px; height:22px; padding:0 6px;
  border-radius:999px;
  background:rgba(124,247,195,.14);
  border:1px solid rgba(124,247,195,.25);
  color:var(--text);
  font-size:12px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  min-height:var(--tap);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-weight:800;
  cursor:pointer;
  user-select:none;
}
.btn:hover{background:rgba(255,255,255,.07)}
.btn.primary{
  border-color:rgba(124,247,195,.28);
  background:linear-gradient(135deg, rgba(124,247,195,.18), rgba(138,184,255,.12));
}
.btn.primary:hover{filter:saturate(1.15)}
.btn.danger{
  border-color:rgba(255,107,107,.35);
  background:rgba(255,107,107,.10);
}
.btn.link{
  border-color:transparent;
  background:transparent;
  padding:10px 10px;
  border-radius:14px;
  color:var(--muted);
}
.btn.link:hover{background:rgba(255,255,255,.04); color:var(--text)}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  color:var(--muted);
  font-weight:750;
  font-size:13px;
}

.burger{
  width:44px; height:44px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  display:inline-flex; align-items:center; justify-content:center;
  cursor:pointer;
}
.burger span{
  width:18px; height:2px; background:rgba(255,255,255,.84);
  display:block; position:relative; border-radius:9px;
}
.burger span::before,.burger span::after{
  content:""; position:absolute; left:0; width:18px; height:2px;
  background:rgba(255,255,255,.84); border-radius:9px;
}
.burger span::before{top:-6px}
.burger span::after{top:6px}

.drawer{
  position:fixed; inset:0; z-index:80;
  display:none;
}
.drawer.active{display:block}
.drawer .overlay{
  position:absolute; inset:0;
  background:rgba(0,0,0,.55);
}
.drawer .panel{
  position:absolute; top:12px; right:12px; left:12px;
  border-radius:var(--radius2);
  background:linear-gradient(180deg, rgba(18,26,51,.98), rgba(16,26,42,.96));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:var(--shadow);
  padding:14px;
  max-width:520px;
  margin-left:auto;
}
.drawer .panel header{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px; margin-bottom:8px;
}
.drawer .panel header h3{margin:0; font-size:15px}
.drawer .menu{
  display:grid; gap:8px; margin-top:10px;
}
.drawer .menu a{
  padding:12px 12px; border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:var(--text);
  font-weight:800;
  min-height:var(--tap);
  display:flex; align-items:center; justify-content:space-between;
}
.drawer .menu a small{color:var(--muted2); font-weight:750}

.hero{
  padding:28px 0 10px;
}
.heroGrid{
  display:grid; gap:14px;
}
.heroCard{
  border-radius:var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:var(--shadow);
  overflow:hidden;
}
.heroMain{
  padding:18px;
  position:relative;
}
.heroMain::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(400px 240px at 15% 25%, rgba(124,247,195,.20), transparent 60%),
    radial-gradient(420px 260px at 85% 35%, rgba(138,184,255,.18), transparent 62%),
    radial-gradient(420px 260px at 40% 105%, rgba(255,210,125,.12), transparent 62%);
  filter:blur(0px);
  z-index:0;
}
.heroMain > *{position:relative; z-index:1}
.kicker{
  display:flex; flex-wrap:wrap; gap:8px; align-items:center;
  margin:0 0 10px;
}
.title{
  margin:0;
  font-size:26px; line-height:1.08;
  letter-spacing:-.3px;
}
.subtitle{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.5;
  font-weight:650;
}
.heroCtas{
  display:flex; flex-direction:column; gap:10px;
  margin-top:14px;
}
.note{
  margin:12px 0 0;
  padding:12px 12px;
  border-radius:16px;
  border:1px dashed rgba(255,255,255,.18);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  line-height:1.45;
  font-weight:650;
}
.statRow{
  display:grid; grid-template-columns:1fr; gap:10px;
  padding:14px;
  border-top:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(18,26,51,.55), rgba(18,26,51,.25));
}
.stat{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.12);
  padding:12px;
}
.stat b{display:block; font-size:13px; color:var(--muted2)}
.stat span{display:block; margin-top:4px; font-size:16px; font-weight:900}

.section{
  padding:18px 0;
}
.sectionHead{
  display:flex; align-items:flex-end; justify-content:space-between; gap:10px;
  margin-bottom:12px;
}
.sectionHead h2{margin:0; font-size:18px}
.sectionHead p{margin:0; color:var(--muted); font-weight:650; line-height:1.4}
.grid{
  display:grid; gap:12px;
}
.card{
  border-radius:var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(18,26,51,.72), rgba(16,26,42,.55));
  box-shadow:var(--shadow);
  padding:14px;
}
.card h3{margin:0; font-size:16px}
.card p{margin:8px 0 0; color:var(--muted); line-height:1.5; font-weight:650}
.card .meta{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.card .meta .chip{
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  font-weight:750;
  font-size:13px;
}
.card .foot{
  display:flex; gap:10px; align-items:center; justify-content:space-between;
  margin-top:12px;
}
.price{
  font-weight:950;
  letter-spacing:.2px;
}
.small{font-size:13px; color:var(--muted2); font-weight:700}
.hr{height:1px; background:rgba(255,255,255,.10); margin:14px 0}

.form{
  display:grid; gap:10px;
}
.field{
  display:grid; gap:6px;
}
label{font-weight:800; color:var(--muted); font-size:13px}
input, textarea{
  width:100%;
  padding:12px 12px;
  min-height:var(--tap);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.16);
  color:var(--text);
  font-weight:650;
}
textarea{min-height:110px; resize:vertical}
.helper{color:var(--muted2); font-size:13px; line-height:1.45; font-weight:650}

.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.10);
}
.table th,.table td{
  text-align:left;
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,.10);
  vertical-align:top;
}
.table th{color:var(--muted); font-size:13px}
.table tr:last-child td{border-bottom:none}

.footer{
  margin-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.10);
  padding:20px 0;
}
.footerGrid{
  display:grid; gap:14px;
}
.footer h4{margin:0 0 6px; font-size:14px}
.footer p{margin:6px 0 0; color:var(--muted); font-weight:650; line-height:1.45}
.footer a{color:rgba(138,184,255,.92)}
.footer .fine{
  margin-top:12px;
  padding:12px;
  border-radius:18px;
  border:1px dashed rgba(255,255,255,.18);
  background:rgba(255,255,255,.03);
  color:var(--muted2);
  font-weight:650;
  line-height:1.5;
}
.footerBottom{
  margin-top:12px;
  display:flex; flex-direction:column; gap:8px;
  color:var(--muted2); font-weight:650;
}
.footerNav{
  display:flex; flex-wrap:wrap; gap:10px;
}

.toast{
  position:fixed; left:12px; right:12px; bottom:12px; z-index:90;
  display:none;
}
.toast.show{display:block}
.toast .box{
  max-width:720px;
  margin:0 auto;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(18,26,51,.98), rgba(16,26,42,.96));
  box-shadow:var(--shadow);
  padding:12px 12px;
  display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
}
.toast p{margin:0; color:var(--muted); font-weight:700; line-height:1.4}
.toast b{color:var(--text)}

@media (min-width:680px){
  .heroCtas{flex-direction:row}
  .statRow{grid-template-columns:1fr 1fr 1fr}
  .grid.grid--2{grid-template-columns:1fr 1fr}
  .footerGrid{grid-template-columns:1.2fr .9fr .9fr}
}
@media (min-width:980px){
  .navlinks{display:flex}
  .burger{display:none}
  .heroGrid{grid-template-columns:1.25fr .75fr}
  .grid.grid--3{grid-template-columns:1fr 1fr 1fr}
}
