/*
Theme Name: Pharmver Lite
Theme URI: https://pharmver.com
Author: Ian C & ChatGPT
Author URI: https://pharmver.com
Description: Minimal WordPress theme for Pharmver with a white navbar card over a gradient hero, feature icons, and built‑in Contact page. Auto‑creates core pages on activation.
Version: 1.0.8
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: pharmver-lite
*/
:root{
  --bg:#0b1220;
  --fg:#f5f7fa;
  --muted:#a3b1c6;
  --accent:#6cc0ff;
  --card:#121a2b;
  --link:#8cd2ff
}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,'Helvetica Neue',Arial,'Apple Color Emoji','Segoe UI Emoji';background:#0b1220;color:var(--fg);line-height:1.6}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:24px}
.top-gradient{background:#0b1220;padding:14px 0 28px}
.site-header{background:#fff;color:#0b1220;border-radius:16px;box-shadow:0 10px 30px rgba(2,8,23,.15);padding:12px 18px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;gap:10px;align-items:center}
.site-header .brand-title a{color:#0b1220}
.site-header .custom-logo{height:28px;width:auto}
.custom-logo-link{display:inline-flex;align-items:center}
.brand-logo{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#37b,#7bf);display:inline-block}
.brand-title{font-weight:700}
.nav ul{list-style:none;margin:0;padding:0;display:flex;gap:20px;align-items:center}
.nav li{margin:0}
.nav a{display:block;padding:8px 10px;border-radius:10px;text-decoration:none;color:#0b1220;opacity:.9}
.nav a:hover{background:#eef2f7;opacity:1}
.hero{margin-top:12px;padding:120px 32px 56px;background:radial-gradient(1400px 600px at 10% -10%, #8ec9ff 0%, rgba(142,201,255,0.35) 40%, rgba(111,184,255,0.10) 70%, rgba(111,184,255,0) 100%);border-radius:28px}
.hero h1{font-size:clamp(42px,6vw,64px);font-weight:800;letter-spacing:-.02em;margin:0 0 14px}
.hero p{font-size:18px;color:#cfe7ff;max-width:900px;margin:0 0 16px}
.btn{display:inline-block;padding:14px 24px;border-radius:999px;background:linear-gradient(180deg,var(--accent),#4fb2ff);color:#041727;font-weight:700;cursor:pointer;border:0;box-shadow:0 2px 0 rgba(0,0,0,.2);transition:transform .06s ease,box-shadow .06s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 3px 0 rgba(0,0,0,.25)}
.btn:active{transform:translateY(0);box-shadow:0 1px 0 rgba(0,0,0,.15)}
.btn + .btn{display:inline-block;padding:14px 24px;border-radius:999px;background:linear-gradient(180deg,var(--accent),#4fb2ff);color:#041727;font-weight:700;cursor:pointer;border:0;box-shadow:0 2px 0 rgba(0,0,0,.2);transition:transform .06s ease,box-shadow .06s ease}
.btn.outline{background:#0f172a;color:#e6edf7;border:1px solid rgba(255,255,255,.12)}
.card{background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:20px;margin:16px 0}
.features{display:grid;grid-template-columns:1fr;gap:22px;margin:28px 0}
@media (min-width:900px){ .features{grid-template-columns:repeat(2,1fr);} }
@media (min-width:1200px){ .features{grid-template-columns:repeat(4,1fr);} }
.feature{background:#0f172a;border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:18px}
.feature .icon{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#7ec9ff,#4aa8ff);box-shadow:inset 0 0 0 1px rgba(255,255,255,.2);margin-bottom:10px}
.feature h3{margin:0 0 8px}
.feature p{margin:0;color:#b7c7de;min-height:64px}
.footer{padding:24px 0;color:var(--muted);font-size:14px}
.form-group{margin-bottom:14px}
label{display:block;margin-bottom:6px}
input[type="text"],input[type="email"],textarea{width:100%;padding:10px;border-radius:10px;border:1px solid #2b3a55;background:#0f172a;color:#e2e8f0}
input[type="checkbox"]{transform:scale(1.2)}
.notice{padding:12px;border-radius:10px;margin-bottom:12px}
.notice.success{background:#0a4220;border:1px solid #19603a;color:#9be7bd}
.notice.error{background:#4a1212;border:1px solid #7a2020;color:#ffb3b3}


a,button,input[type=submit]{cursor:pointer}
