/*
Theme Name: Vorv Wellness
Version: 1.5.0
Text Domain: vorv-wellness
*/
:root{ --brand:#00E5B0; --brand-ink:#0F172A; --accent:#FF2E88; --lux:#FFD700; --text:#111827; --muted:#6B7280; --bg:#ffffff; --bg-alt:#0B1220; --footer:#1E293B; --radius:18px; --ring: rgba(0,229,176,.35); --topbar-h: 36px; }
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg)}
a{color:var(--brand);text-decoration:none}
a:hover{color:var(--accent);text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.topbar{position:sticky;top:0;z-index:100;background:var(--brand-ink);height:var(--topbar-h);display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}
.topbar .container{display:flex;justify-content:flex-end;gap:16px;font-size:13px;color:#E5E7EB}
.topbar a{color:#D1FAE5}
.topbar a:hover{color:#A7F3D0}
.topbar .sep{opacity:.5}
.header{position:sticky;top:var(--topbar-h);z-index:90;background:var(--brand-ink);border-bottom:1px solid rgba(255,255,255,.1)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;height:72px}
.header .menu{display:flex;gap:24px;list-style:none;margin:0;padding:0}
.header a{color:#F8FAFC}
.header .menu a{color:#F8FAFC;font-weight:600}
.header .menu a:hover{color:var(--brand)}
.custom-logo{max-height:48px;width:auto}
.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center;padding:64px 0}
.hero-card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius);padding:24px;box-shadow:0 12px 36px rgba(0,0,0,.06)}
.hero h1{font-size:46px;line-height:1.1;margin:0 0 12px;color:#0F172A}
.hero p{font-size:18px;color:var(--muted);margin:0 0 24px}
.badge{display:inline-block;background:rgba(0,229,176,.1);border:1px solid var(--ring);border-radius:999px;padding:6px 12px;font-size:12px;color:#0F172A;font-weight:700}
.section{padding:64px 0}
.section.alt{background:var(--bg-alt);color:#E5E7EB}
.grid{display:grid;gap:20px}
.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius);padding:22px;box-shadow:0 12px 36px rgba(0,0,0,.06)}
.card.dark{background:linear-gradient(180deg,#10182B,#0B1220);border-color:#1F2A44;color:#E5E7EB}
.footer{padding:36px 0;border-top:1px solid rgba(255,255,255,.06);background:var(--footer);color:#E5E7EB}
.footer h4{color:#F8FAFC;margin:0 0 8px}
.footer .menu a{color:#D1FAE5}
.footer .menu a:hover{color:#A7F3D0}
.footer small,.footer p,.footer a{color:#CBD5E1}
.footer a:hover{color:#FFFFFF}
.notice{font-size:12px;color:#A8B1C3}
.floating-cta{position:fixed;right:20px;bottom:24px;height:56px;min-width:56px;padding:0 18px;border-radius:999px;background:var(--brand);color:#00100A;display:flex;align-items:center;gap:10px;font-weight:800;box-shadow:0 14px 34px rgba(0,229,176,.35);z-index:120}
.floating-cta:hover{transform:translateY(-1px)}
.floating-cta .bubble{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(0,0,0,.12)}
@media(max-width:640px){.floating-cta span{display:none}}
