/* Shared product landing for HashGuard / DiskHealth / SecureWipe */

:root {
  --navy: #0c1f3d;
  --navy-soft: #152a4a;
  --blue: #1e5a8a;
  --accent: #c9a227;
  --white: #ffffff;
  --cream: #f7f5f0;
  --gray-100: #f0f2f6;
  --gray-200: #e2e6ed;
  --gray-500: #6b7a90;
  --gray-700: #3d4f66;
  --text: #1a2b42;
  --ok: #1a7a4c;
  --danger: #b33a3a;
  --cyan: #0891b2;
  --shadow: 0 20px 50px rgba(12, 31, 61, 0.12);
  --radius: 16px;
  --font: "DM Sans", system-ui, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --max: 1100px;
  --hero-accent: #22d3ee;
}

body[data-product="hashguard"] { --hero-accent: #a78bfa; }
body[data-product="diskhealth"] { --hero-accent: #2dd4bf; }
body[data-product="securewipe"] { --hero-accent: #f87171; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
code {
  font-family: var(--mono);
  font-size: 0.85em;
  background: var(--gray-100);
  padding: 0.15em 0.4em;
  border-radius: 6px;
}
.container { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; }

.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(12, 31, 61, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.9rem 0;
}
.logo { color: var(--white); font-weight: 700; letter-spacing: 0.04em; font-size: 0.95rem; }
.logo b { color: var(--hero-accent); font-weight: 600; }
.nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.nav a { color: #9fb0c7; font-size: 0.88rem; font-weight: 500; }
.nav a:hover { color: var(--hero-accent); }
.menu-btn { display: none; border: none; background: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

.hero {
  padding: 4.25rem 0 3.25rem;
  background:
    radial-gradient(ellipse 70% 55% at 75% 10%, color-mix(in srgb, var(--hero-accent) 22%, transparent), transparent),
    linear-gradient(165deg, var(--navy) 0%, #0a1830 55%, var(--navy-soft) 100%);
  color: var(--white);
}
.hero-tag {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--hero-accent);
  font-weight: 600;
}
.hero-crumb { font-size: 0.85rem; color: #8a9bb0; margin: 0.55rem 0 0; }
.hero-crumb a { color: #c9d6e8; border-bottom: 1px solid color-mix(in srgb, var(--hero-accent) 40%, transparent); }
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.8vw, 3.05rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0.75rem 0 1rem;
  max-width: 780px;
}
.hero h1 em { font-style: italic; color: var(--hero-accent); }
.hero-desc { max-width: 640px; color: #b8c5d6; font-size: 1.05rem; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.3rem 0; }
.hero-chips span {
  font-size: 0.75rem; font-weight: 600;
  padding: 0.35rem 0.8rem; border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--hero-accent) 40%, transparent);
  color: var(--hero-accent);
  background: color-mix(in srgb, var(--hero-accent) 10%, transparent);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.4rem 0; }
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center;
  padding: 0.9rem 1.4rem; border-radius: 12px;
  font-weight: 600; font-size: 0.92rem;
  transition: transform 0.2s;
}
.btn-primary {
  background: var(--hero-accent);
  color: #042f2e;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--hero-accent) 30%, transparent);
}
body[data-product="securewipe"] .btn-primary { color: #1a0505; }
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost {
  border: 1px solid rgba(255,255,255,0.25);
  color: #dbe4f0;
  background: rgba(255,255,255,0.04);
}
.hero-note {
  font-size: 0.9rem; color: #b8c5d6; max-width: 620px;
  padding: 1rem 1.15rem; background: rgba(0,0,0,0.25);
  border-radius: var(--radius); border-left: 4px solid var(--hero-accent);
}

.section { padding: 3.75rem 0; }
.section-alt { background: var(--cream); }
.section-head { max-width: 700px; margin-bottom: 2rem; }
.kicker {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--cyan);
  font-weight: 600;
}
body[data-product="hashguard"] .kicker { color: #7c3aed; }
body[data-product="diskhealth"] .kicker { color: #0f766e; }
body[data-product="securewipe"] .kicker { color: #b91c1c; }
.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 400;
  margin: 0.5rem 0;
}
.section-head p { color: var(--gray-500); }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
}
.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1.45rem;
  box-shadow: var(--shadow);
}
.section-alt .card { box-shadow: none; }
.card h3 { font-size: 1.05rem; margin: 0 0 0.4rem; color: var(--navy); }
.card p { color: var(--gray-500); font-size: 0.95rem; margin: 0; }
.card-icon {
  display: inline-flex; width: 2rem; height: 2rem;
  align-items: center; justify-content: center;
  border-radius: 8px; margin-bottom: 0.7rem;
  background: color-mix(in srgb, var(--hero-accent) 15%, #fff);
  font-weight: 700; color: var(--navy);
}

.steps-ol {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--gray-700);
}
.steps-ol li { margin: 0.45rem 0; }

.gdpr-banner {
  margin-top: 1.5rem;
  padding: 1.25rem 1.4rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy), #152a4a);
  color: #dbe4f0;
  border: 1px solid rgba(201, 162, 39, 0.28);
  font-size: 0.95rem;
  line-height: 1.6;
}
.gdpr-banner strong { color: #fff; }
.gdpr-banner a { color: var(--accent); font-weight: 600; }

.cta-box {
  background: var(--navy);
  color: #fff;
  border-radius: 20px;
  padding: 2.25rem;
  box-shadow: var(--shadow);
}
.cta-box h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0.4rem 0 0.7rem;
}
.cta-box p { color: #b8c5d6; max-width: 560px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }

.footer {
  border-top: 1px solid var(--gray-200);
  padding: 1.2rem 0;
  background: var(--gray-100);
}
.footer-inner {
  display: flex; flex-wrap: wrap; gap: 1rem 1.5rem;
  font-size: 0.88rem; color: var(--gray-500);
}
.footer a:hover { color: var(--blue); }

.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.15rem;
}
.price-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.price-card.featured {
  border-color: color-mix(in srgb, var(--hero-accent) 50%, #ccc);
  box-shadow: 0 14px 36px color-mix(in srgb, var(--hero-accent) 12%, transparent);
}
.price { font-family: var(--serif); font-size: 2.1rem; color: var(--navy); margin: 0.3rem 0; }
.price-note { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 0.7rem; }
.price-card ul { margin-left: 1.1rem; color: var(--gray-700); font-size: 0.95rem; }
.price-card li { margin: 0.3rem 0; }

@media (max-width: 760px) {
  .menu-btn { display: block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; background: var(--navy);
    padding: 1rem 1.25rem 1.25rem;
  }
  .nav.open { display: flex; }
  .header-inner { position: relative; }
}
