/* =========================================================
   VIRAL BY DESIGN — Shared Site Stylesheet
   White-background, industry-vertical redesign
   ========================================================= */

:root{
  --ink:#14141A;
  --muted:#5B5A66;
  --line:#E7E6EF;
  --bg:#FFFFFF;
  --bg-soft:#F7F6FB;
  --accent:#4F3CE0;        /* primary violet */
  --accent-dark:#3B2BB0;
  --accent-soft:#EFEBFF;
  --gold:#C9962E;          /* badge / price accent */
  --green:#1E8E5A;
  --radius:16px;
  --shadow: 0 20px 45px -22px rgba(20,20,26,0.18);
  --shadow-sm: 0 8px 20px -12px rgba(20,20,26,0.16);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0; background:var(--bg); color:var(--ink);
  font-family:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.6; font-size:16px;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Inter', sans-serif; font-weight:800; line-height:1.15; margin:0; letter-spacing:-0.01em;}
p{margin:0 0 14px 0;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
.wrap-narrow{max-width:820px; margin:0 auto; padding:0 24px;}
section{padding:76px 0;}
@media(max-width:768px){ section{padding:48px 0;} }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:15px 30px; border-radius:999px; font-weight:700; font-size:15.5px;
  cursor:pointer; border:none; transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  font-family:'Inter', sans-serif;
}
.btn-primary{ background:var(--accent); color:#fff; box-shadow:0 14px 28px -12px rgba(79,60,224,0.55); }
.btn-primary:hover{ background:var(--accent-dark); transform:translateY(-2px); }
.btn-outline{ background:#fff; border:1.5px solid var(--line); color:var(--ink); }
.btn-outline:hover{ border-color:var(--accent); color:var(--accent); }
.btn-sm{ padding:10px 20px; font-size:13.5px; }

/* ---------- Nav ---------- */
.site-nav{
  position:sticky; top:0; z-index:50; background:rgba(255,255,255,0.92); backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line); padding:16px 0;
}
.site-nav .wrap{ display:flex; align-items:center; justify-content:space-between; gap:20px; }
.nav-logo{ font-weight:800; font-size:16px; letter-spacing:0.2px; display:flex; align-items:center; gap:8px;}
.nav-logo .dot{ width:9px; height:9px; border-radius:50%; background:var(--accent); display:inline-block;}
.nav-links{ display:flex; align-items:center; gap:28px; font-size:14.5px; font-weight:600; color:var(--muted); }
.nav-links a:hover{ color:var(--ink); }
.nav-cta{ display:flex; align-items:center; gap:16px; }
.nav-toggle{ display:none; }
@media(max-width:760px){
  .nav-links{ display:none; }
}

/* ---------- Breadcrumb ---------- */
.breadcrumb{ font-size:13px; color:var(--muted); padding:20px 0 0; }
.breadcrumb a{ color:var(--muted); }
.breadcrumb a:hover{ color:var(--accent); }

/* ---------- Hero ---------- */
.hero{ padding:72px 0 64px; }
.hero-eyebrow{
  display:inline-flex; align-items:center; gap:8px; background:var(--accent-soft); color:var(--accent-dark);
  font-size:12.5px; font-weight:700; letter-spacing:0.4px; text-transform:uppercase;
  padding:8px 16px; border-radius:999px; margin-bottom:22px;
}
.hero h1{ font-size:48px; max-width:820px; margin-bottom:20px; }
.hero h1 span{ color:var(--accent); }
@media(max-width:680px){ .hero h1{ font-size:32px; } }
.hero-sub{ font-size:18px; color:var(--muted); max-width:640px; margin-bottom:32px; }
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:36px; }

.industry-tags{ display:flex; flex-wrap:wrap; gap:10px; margin-top:8px; }
.industry-tag{
  display:inline-flex; align-items:center; gap:6px; background:#fff; border:1px solid var(--line);
  padding:9px 16px; border-radius:999px; font-size:13.5px; font-weight:600; color:var(--ink);
  transition:border-color .15s ease, color .15s ease;
}
.industry-tag:hover{ border-color:var(--accent); color:var(--accent-dark); }
.industry-tag.is-live{ background:var(--accent); color:#fff; border-color:var(--accent); }

.hero-trust{ display:flex; flex-wrap:wrap; gap:20px; margin-top:34px; font-size:13.5px; color:var(--muted); }
.hero-trust span{ display:flex; align-items:center; gap:7px; }

/* ---------- Section headers ---------- */
.section-head{ max-width:680px; margin:0 auto 40px; text-align:center; }
.section-head.left{ margin:0 0 32px 0; text-align:left; }
.eyebrow{
  display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:0.5px; text-transform:uppercase;
  color:var(--accent); margin-bottom:12px;
}
.section-head h2{ font-size:32px; }
.section-head p{ color:var(--muted); font-size:16px; margin-top:10px; }

/* ---------- Spotlight (newest product) ---------- */
.spotlight{
  background:var(--bg-soft); border:1px solid var(--line); border-radius:24px;
  padding:0; overflow:hidden; display:grid; grid-template-columns:1fr 1fr; align-items:stretch;
}
@media(max-width:860px){ .spotlight{ grid-template-columns:1fr; } }
.spotlight-copy{ padding:52px; display:flex; flex-direction:column; justify-content:center; }
.spotlight-visual{
  background:linear-gradient(155deg,#16213E 0%, #1B2A4A 55%, #0F1729 100%);
  display:flex; align-items:center; justify-content:center; padding:52px; min-height:340px;
}
.spotlight-badge{
  display:inline-flex; align-items:center; gap:6px; background:var(--gold); color:#1a1300;
  font-size:11.5px; font-weight:800; letter-spacing:0.5px; text-transform:uppercase;
  padding:6px 14px; border-radius:999px; margin-bottom:18px; width:fit-content;
}
.spotlight-copy h3{ font-size:30px; margin-bottom:14px; }
.spotlight-copy p.desc{ color:var(--muted); font-size:15.5px; margin-bottom:20px; }
.spotlight-meta{ display:flex; gap:18px; flex-wrap:wrap; margin-bottom:24px; font-size:13px; color:var(--muted); }
.spotlight-meta strong{ color:var(--ink); }
.spotlight-price{ display:flex; align-items:baseline; gap:10px; margin-bottom:24px; }
.spotlight-price .old{ text-decoration:line-through; color:var(--muted); font-size:18px; }
.spotlight-price .new{ font-size:34px; font-weight:800; color:var(--ink); }
.spotlight-mock{
  background:linear-gradient(155deg,#16213E 0%, #1B2A4A 55%, #0F1729 100%);
  border-radius:12px; padding:30px 24px; color:#F5F0E6; text-align:center; max-width:280px;
  box-shadow:0 30px 60px -20px rgba(0,0,0,0.55); border:1px solid rgba(255,255,255,0.1);
}
.spotlight-mock .k{ font-size:9px; letter-spacing:3px; text-transform:uppercase; color:#C9A227; margin-bottom:10px;}
.spotlight-mock .t{ font-weight:800; font-size:20px; line-height:1.2; margin-bottom:8px;}
.spotlight-mock .r{ width:34px; height:2px; background:#C9A227; margin:12px auto;}
.spotlight-mock .s{ font-size:10.5px; font-style:italic; color:#D8D2C2;}

/* ---------- Category grid (directory) ---------- */
.cat-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media(max-width:900px){ .cat-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:600px){ .cat-grid{ grid-template-columns:1fr; } }
.cat-card{
  border:1px solid var(--line); border-radius:18px; padding:28px; background:#fff;
  transition:box-shadow .15s ease, transform .15s ease, border-color .15s ease; display:flex; flex-direction:column;
}
.cat-card:hover{ box-shadow:var(--shadow-sm); transform:translateY(-3px); border-color:#DCD8F5; }
.cat-card .ic{
  width:46px; height:46px; border-radius:12px; background:var(--accent-soft); color:var(--accent-dark);
  display:flex; align-items:center; justify-content:center; font-size:21px; margin-bottom:16px;
}
.cat-card h4{ font-size:16.5px; margin-bottom:6px; }
.cat-card p{ font-size:13.5px; color:var(--muted); margin-bottom:14px; flex:1; }
.cat-status{ font-size:11.5px; font-weight:700; letter-spacing:0.3px; text-transform:uppercase; }
.cat-status.live{ color:var(--green); }
.cat-status.soon{ color:var(--muted); }
.cat-card .arrow{ font-size:13.5px; font-weight:700; color:var(--accent); margin-top:6px; }

/* ---------- Product cards (used on category pages) ---------- */
.product-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
@media(max-width:760px){ .product-grid{ grid-template-columns:1fr; } }
.product-card{
  border:1px solid var(--line); border-radius:18px; padding:28px; background:#fff;
  display:flex; flex-direction:column; transition:box-shadow .15s ease, transform .15s ease;
}
.product-card:hover{ box-shadow:var(--shadow-sm); transform:translateY(-3px); }
.product-thumb{ margin:-28px -28px 18px -28px; border-radius:18px 18px 0 0; overflow:hidden; }
.product-thumb img{ width:100%; height:170px; object-fit:cover; display:block; transition:transform .2s ease; }
.product-card:hover .product-thumb img{ transform:scale(1.03); }
.product-tags{ display:flex; gap:8px; margin-bottom:14px; flex-wrap:wrap; }
.pill{ font-size:10.5px; font-weight:800; letter-spacing:0.3px; text-transform:uppercase; padding:5px 11px; border-radius:999px; }
.pill-off{ background:#FDECEA; color:#C0392B; }
.pill-cat{ background:var(--accent-soft); color:var(--accent-dark); }
.product-card h3{ font-size:19px; margin-bottom:8px; }
.product-meta{ font-size:12.5px; color:var(--muted); margin-bottom:10px; }
.product-card p.desc{ font-size:14px; color:var(--muted); margin-bottom:18px; flex:1; }
.product-price{ display:flex; align-items:baseline; gap:8px; margin-bottom:16px; }
.product-price .old{ text-decoration:line-through; color:var(--muted); font-size:14px; }
.product-price .new{ font-size:22px; font-weight:800; color:var(--ink); }

/* ---------- Empty / coming soon state ---------- */
.empty-state{
  border:1.5px dashed var(--line); border-radius:20px; padding:64px 32px; text-align:center;
  background:var(--bg-soft);
}
.empty-state .ic{ font-size:36px; margin-bottom:16px; }
.empty-state h3{ font-size:22px; margin-bottom:10px; }
.empty-state p{ color:var(--muted); max-width:480px; margin:0 auto 22px; }

/* ---------- Category hero (smaller) ---------- */
.cat-hero{ padding:56px 0 40px; border-bottom:1px solid var(--line); }
.cat-hero .ic-lg{
  width:58px; height:58px; border-radius:16px; background:var(--accent-soft); color:var(--accent-dark);
  display:flex; align-items:center; justify-content:center; font-size:27px; margin-bottom:20px;
}
.cat-hero h1{ font-size:38px; margin-bottom:12px; }
.cat-hero p{ color:var(--muted); font-size:16.5px; max-width:640px; }

/* ---------- Footer ---------- */
footer{ background:var(--bg-soft); border-top:1px solid var(--line); padding:52px 0 30px; margin-top:20px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:34px; margin-bottom:36px; }
@media(max-width:760px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
.footer-brand{ font-weight:800; font-size:16px; margin-bottom:10px; }
.footer-tag{ color:var(--muted); font-size:13.5px; max-width:280px; }
.footer-col h5{ font-size:12px; text-transform:uppercase; letter-spacing:0.5px; color:var(--muted); margin-bottom:14px; }
.footer-col a{ display:block; font-size:13.5px; color:var(--ink); margin-bottom:10px; }
.footer-col a:hover{ color:var(--accent); }
.footer-bottom{
  border-top:1px solid var(--line); padding-top:22px; display:flex; justify-content:space-between;
  flex-wrap:wrap; gap:10px; font-size:12.5px; color:var(--muted);
}
.footer-bottom a{ color:var(--muted); margin-left:16px; }
.footer-bottom a:hover{ color:var(--accent); }

.small{ font-size:12.5px; color:var(--muted); }
.center{ text-align:center; }

/* ---------- Legal / policy pages ---------- */
.legal-content{ max-width:820px; margin:0 auto; }
.legal-updated{ font-size:13px; color:var(--muted); margin-bottom:32px; }
.legal-toc{ background:var(--bg-soft); border:1px solid var(--line); border-radius:14px; padding:22px 26px; margin-bottom:44px; }
.legal-toc h5{ font-size:12px; text-transform:uppercase; letter-spacing:0.5px; color:var(--muted); margin-bottom:14px; }
.legal-toc ol{ margin:0; padding-left:20px; }
.legal-toc li{ margin-bottom:8px; }
.legal-toc a{ font-size:14px; color:var(--accent-dark); font-weight:600; }
.legal-toc a:hover{ color:var(--accent); }
.legal-content h2{ font-size:23px; margin:44px 0 14px; scroll-margin-top:90px; }
.legal-content h2:first-of-type{ margin-top:0; }
.legal-content h3{ font-size:16px; margin:26px 0 10px; }
.legal-content p{ color:var(--muted); font-size:15px; margin-bottom:14px; }
.legal-content ul, .legal-content ol{ color:var(--muted); font-size:15px; margin:0 0 16px; padding-left:22px; }
.legal-content li{ margin-bottom:8px; }
.legal-content strong{ color:var(--ink); }
.legal-content a{ color:var(--accent-dark); font-weight:600; }
.legal-content a:hover{ color:var(--accent); }
.legal-placeholder{ background:#FFF7E6; color:#8a6413; padding:1px 5px; border-radius:4px; font-size:0.95em; }
.legal-callout{ background:var(--accent-soft); border:1px solid #DCD8F5; border-radius:12px; padding:18px 22px; margin:18px 0; font-size:14.5px; color:var(--ink); }
