/*
Theme Name: AiVitaPlan Consumer
Theme URI: https://aivitaplan.com
Author: AiVitaPlan
Description: Consumer-facing WooCommerce theme for AiVitaPlan with white nav, rotating screenshots, and app CTAs.
Version: 1.0.0
Text Domain: aivitaplan
*/

:root{
  --brand:#0B5;
  --nav-h:72px;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;color:#0f172a}
a{color:#0b5; text-decoration:none}
a:hover{text-decoration:underline}
.container{width:min(1200px,92%);margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;height:var(--nav-h)}
.navbar{display:flex;align-items:center;justify-content:space-between;height:100%}
.brand{display:flex;align-items:center;gap:.75rem;font-weight:700}
.brand img{height:40px;width:40px;border-radius:10px}
.nav{display:flex;gap:1.25rem;align-items:center}
.nav a{color:#0f172a;font-weight:600}
.nav a.btn{padding:.6rem 1rem;border-radius:999px;background:#0ea5e9;color:#fff;text-decoration:none;box-shadow:0 6px 16px rgba(14,165,233,.25)}
.nav a.btn.secondary{background:#111827;color:#fff}
.nav .cart-count{background:#ef4444;color:#fff;border-radius:999px;padding:.15rem .5rem;margin-left:.25rem;font-size:.75rem}
.mobile-toggle{display:none; border:1px solid #e2e8f0; border-radius:10px; padding:.5rem .65rem; background:#fff}
@media(max-width:960px){
  .nav{display:none;position:fixed;inset:var(--nav-h) 0 auto 0;background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.25rem;flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .mobile-toggle{display:inline-flex}
}
.hero{padding:clamp(2rem,5vw,4rem) 0;background:linear-gradient(180deg,#fff, #f8fafc)}
.hero h1{font-size:clamp(2rem,5vw,3.25rem);line-height:1.1;margin:0 0 .75rem}
.hero .lede{color:#334155;max-width:820px}
.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}
.badges img{height:42px}
.carousel{margin:2rem auto;display:grid;grid-template-columns:1fr;gap:1rem;align-items:center}
.carousel .frame{width:100%;max-width:980px;border:1px solid #e2e8f0;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 32px rgba(2,6,23,.08);margin:0 auto}
.carousel img{width:100%;display:block}
.features{padding:3rem 0;background:#fff}
.features .row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.feature{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:1.25rem}
.feature h3{margin:.5rem 0 .25rem}
.pricing{padding:3rem 0;background:#fbfdff}
.pricing .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.card{border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem;background:#fff;box-shadow:0 10px 22px rgba(2,6,23,.05)}
.card .price{font-size:2rem;font-weight:800;margin:.25rem 0}
.card .cta{display:inline-block;margin-top:.75rem;padding:.6rem 1rem;border-radius:12px;background:#0ea5e9;color:#fff;text-decoration:none}
.footer{padding:2rem 0;border-top:1px solid #e2e8f0;color:#475569;background:#fff}
small.muted{color:#64748b}
@media(max-width:900px){ .features .row,.pricing .cards{grid-template-columns:1fr} }
