/* ============================================================
   ADAM CHECKS — Nav, Hero, Feature mocks, Comparison
   ============================================================ */

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,251,248,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 24px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px;
  background: linear-gradient(145deg, var(--wa-green), var(--wa-deep));
  display: grid; place-items: center; box-shadow: inset 0 0 0 2px rgba(255,255,255,.25), var(--shadow-sm);
}
.nav-links { display: flex; gap: 28px; margin-left: 20px; }
.nav-links a { font-weight: 600; font-size: 15px; color: var(--ink-soft); transition: color .15s; }
.nav-links a:hover { color: var(--wa-deep); }

/* HERO */
.hero { position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 40px; align-items: center; padding: clamp(40px,6vw,80px) 0 clamp(56px,7vw,90px); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px;
  background: #fff; border: 1px solid var(--line); padding: 8px 15px 8px 9px; border-radius: 999px; color: var(--ink-soft);
  box-shadow: var(--shadow-sm); white-space: nowrap;
}
.hero-badge b { color: var(--wa-deep); }
.hero h1 { margin-top: 22px; }
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; align-items: center; }
.hero-num { font-weight: 800; font-family: var(--font-display); font-size: 18px; color: var(--wa-deep); white-space: nowrap; }
.hero-proof { display: flex; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.hero-proof .stat { }
.hero-proof .stat b { font-family: var(--font-display); font-size: 26px; display: block; line-height: 1; }
.hero-proof .stat span { font-size: 13px; color: var(--ink-soft); font-weight: 600; }
.hero-phone-wrap { display: grid; place-items: center; position: relative; }
.hero-blob {
  position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,211,102,.22), rgba(7,94,84,.08) 60%, transparent 70%);
  filter: blur(8px); z-index: 0;
}
.hero-phone-wrap .ac-phone { position: relative; z-index: 1; }
.float-chip {
  position: absolute; z-index: 3; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 10px 13px; box-shadow: var(--shadow-lg); font-weight: 800; font-size: 13.5px;
  display: flex; align-items: center; gap: 9px; animation: floaty 4s ease-in-out infinite;
}
.float-chip.f1 { top: 60px; left: -6px; }
.float-chip.f2 { bottom: 96px; right: -10px; animation-delay: 1.2s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* FEATURE MOCKS */
.fmock {
  width: min(380px, 100%); background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 22px; box-shadow: var(--shadow-lg);
}
.fmsg { padding: 9px 13px; border-radius: 12px; font-weight: 600; font-size: 13.5px; }
.fmsg-out { background: var(--bubble-out); border-bottom-right-radius: 4px; margin-left: auto; }
.fmock-verdict { background: var(--halal-bg); border-radius: 14px; padding: 14px; }
.fchip { flex: 1; text-align: center; font-weight: 800; font-size: 12.5px; padding: 8px 6px; border: 1.5px solid; border-radius: 10px; background: #fff; }

/* COMPARISON */
.cmp { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-md); }
.cmp-head, .cmp-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; }
.cmp-head { background: var(--paper-2); border-bottom: 1px solid var(--line); }
.cmp-col { padding: 18px 14px; text-align: center; font-weight: 800; font-size: 15px; position: relative; }
.cmp-col.cmp-hero { color: var(--wa-deep); }
.cmp-crown { display: block; color: var(--wa-green); font-size: 14px; margin-bottom: 2px; }
.cmp-row { border-bottom: 1px solid var(--line-soft); }
.cmp-row:last-child { border-bottom: none; }
.cmp-label { padding: 16px 18px; font-weight: 700; font-size: 15px; display: flex; align-items: center; }
.cmp-cell { padding: 16px 14px; text-align: center; display: grid; place-items: center; }
.cmp-cell.cmp-hero, .cmp-col.cmp-hero { background: linear-gradient(var(--halal-bg), var(--halal-bg)); }
.cmp-col.cmp-hero { background: #EAF9F0; }

/* responsive */
@media (max-width: 900px) {
  .hero-grid, .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-phone-wrap { order: -1; }
  .nav-links { display: none; }
}
@media (max-width: 760px) {
  #why .wrap, #features .reveal, #compare .wrap, #get .wrap { grid-template-columns: 1fr !important; gap: 32px !important; }
  #features .reveal > div { order: unset !important; }
  #how .wrap > div { grid-template-columns: 1fr !important; }
  .cmp-head, .cmp-row { grid-template-columns: 1.2fr .8fr .8fr .8fr; }
  .cmp-col, .cmp-cell { padding: 12px 6px; font-size: 13px; }
  .cmp-label { padding: 12px 10px; font-size: 13px; }
}
@media (max-width: 560px) {
  .hero-blob { width: 320px; height: 320px; }
  .float-chip.f1 { left: 0; top: 40px; }
  .float-chip.f2 { right: 0; bottom: 80px; }
  .hero-proof { gap: 16px; }
  .hero-proof .stat b { font-size: 22px; }
  .problem-card { transform: none !important; }
}
