/* cybersecurityrockstar.com — root site. Trimmed design system (no funnel/checkout classes). */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  --primary: #15151B;         /* near-black */
  --secondary: #FE5500;       /* brand orange */
  --secondary-hover: #FF7732; /* orange hover/light */
  --accent: #CB4400;          /* deep orange accent */
  --text: #26252A;
  --bg: #F8F7F5;               /* seasalt */
  --bg-alt: #EEF0FC;           /* pale lavender, section-alternate only */
  --white: #FFFFFF;
  --muted: #6E6764;
  --font-head: 'Libre Baskerville', Georgia, serif;
  --font-body: 'Work Sans', system-ui, sans-serif;
  --maxw: 760px;
  --radius: 12px;
  --shadow: 0 10px 30px rgba(20,20,27,0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

h1, h2, h3 { font-family: var(--font-head); color: var(--primary); line-height: 1.22; font-weight: 700; letter-spacing: -0.01em; }
h1 { font-size: clamp(32px, 6vw, 52px); margin: 0 0 22px; }
h2 { font-size: clamp(24px, 4vw, 32px); margin: 0 0 20px; }
p { margin: 0 0 16px; }
strong { font-weight: 700; }
a { color: var(--secondary); }
a:hover { color: var(--secondary-hover); }

a:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--secondary);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
  html { scroll-behavior: auto; }
}

/* Nav */
.site-nav { text-align: center; padding: 28px 0; }
.site-nav img { height: 32px; }

/* Full-bleed section bands */
.band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 64px max(22px, calc(50vw - 380px));
}
.band--alt { background: var(--bg-alt); }
.band > :first-child { margin-top: 0; }
.band > :last-child { margin-bottom: 0; }

.center { text-align: center; }

/* Hero */
.hero { text-align: center; padding: 20px 0 10px; }
.hero .subhead { font-size: 21px; color: var(--text); max-width: 620px; margin: 0 auto; }

/* Founder section */
.founder h2 { text-align: left; }
.founder__grid { display: grid; grid-template-columns: 180px 1fr; gap: 32px; align-items: start; }
.founder__photo { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.chips { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.chips li {
  background: var(--white);
  border: 1px solid rgba(21,21,27,0.10);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}

.proof-line {
  font-style: italic;
  color: var(--muted);
  border-left: 3px solid var(--secondary);
  padding-left: 16px;
  margin: 26px 0 0;
}

/* Testimonials */
.testi-section h2, .testi-section .subhead { text-align: center; }
.testi-section .subhead { color: var(--muted); max-width: 520px; margin: 0 auto 36px; }
.testi-section { padding: 64px max(22px, calc(50vw - 580px)); }
.testi-section .wrap { max-width: 1160px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi {
  height: 100%;
  background: var(--white);
  border: 1px solid rgba(21,21,27,0.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testi__shot {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(21,21,27,0.08);
  background: var(--bg);
  text-align: center;
}
.testi__shot img { display: inline-block; max-width: 100%; height: auto; }
.testi__name { font-weight: 700; color: var(--primary); margin: 0; }
.testi__role { color: var(--muted); font-size: 15px; margin: -8px 0 0; }
.testi p.testi__quote { font-size: 16px; margin: 0; }

@media (max-width: 760px) {
  .founder__grid { grid-template-columns: 1fr; }
  .founder__photo { width: 140px; }
  .testi-grid { grid-template-columns: 1fr; }
}

/* Closing statement */
.closing h2 { max-width: 620px; margin-left: auto; margin-right: auto; }
.closing p { max-width: 560px; margin-left: auto; margin-right: auto; }

/* Footer */
.foot { background: var(--primary); color: rgba(248,247,245,0.75); text-align: center; padding: 40px 20px; font-size: 15px; }
.foot a { color: #fff; text-decoration: none; }
.foot a:hover { color: var(--secondary-hover); text-decoration: underline; }
.foot .foot-links { margin-bottom: 14px; }
.foot .foot-links a { margin: 0 10px; }
.foot .foot-copy { color: rgba(248,247,245,0.5); font-size: 13px; margin-top: 10px; }

/* Legal pages */
.legal { padding: 56px 0 24px; }
.legal h1 { font-size: clamp(28px, 4.4vw, 38px); }
.legal h2 { font-size: 22px; margin-top: 40px; }
.legal .updated { color: var(--muted); font-size: 15px; margin-bottom: 36px; }
.legal ul { padding-left: 22px; }
.legal li { margin-bottom: 8px; }

@media (max-width: 640px) {
  .band { padding: 44px 22px; }
}
