:root {
  --ink: #171a16;
  --muted: #64695f;
  --paper: #f5f2e9;
  --panel: #ffffff;
  --line: #dcd6c7;
  --accent: #168f95;
  --accent-2: #bd6b18;
  --warm: #d59d33;
  --dark: #111514;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(17, 21, 20, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(17, 21, 20, 0.92);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.brand {
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.site-nav a {
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 650;
  padding: 8px 10px;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  outline: none;
}

.hero {
  min-height: min(720px, 78svh);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: clamp(56px, 8vw, 112px) clamp(20px, 5vw, 72px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(9, 13, 12, 0.92) 0%, rgba(9, 13, 12, 0.72) 42%, rgba(9, 13, 12, 0.22) 76%),
    url("hero-lulzsec.jpg") center / cover no-repeat;
}

.hero-inner {
  max-width: 790px;
  min-width: 0;
  width: 100%;
}

.eyebrow {
  color: #f0c166;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: min(760px, 100%);
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 7vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 16px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: #ffffff;
  color: var(--dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.button.on-light {
  background: var(--dark);
  color: #ffffff;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: 2px solid rgba(22, 143, 149, 0.35);
  outline-offset: 2px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.proof-item {
  min-height: 92px;
  padding: 20px clamp(18px, 4vw, 44px);
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  display: block;
  margin-bottom: 4px;
}

.proof-item span {
  color: var(--muted);
  font-size: 0.95rem;
}

main section {
  padding: clamp(54px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.section-inner {
  max-width: 1160px;
  margin: 0 auto;
  min-width: 0;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 28px;
  min-width: 0;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.card {
  min-height: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 22px;
  box-shadow: 0 1px 0 rgba(17, 21, 20, 0.04);
}

.card h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.card p,
.card li {
  color: var(--muted);
}

.number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #fff0cf;
  color: #89510d;
  font-weight: 900;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.resource-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
}

.tag {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #e7f6f3;
  color: #0c666b;
  font-size: 0.78rem;
  font-weight: 850;
  padding: 5px 9px;
}

.resource-card a {
  margin-top: 18px;
  color: var(--accent);
  font-weight: 850;
  text-decoration: none;
}

.disclosure {
  border-left: 4px solid var(--warm);
  background: #fff7e5;
  color: #654313;
  padding: 14px 16px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.offer-panel {
  border-radius: var(--radius);
  background: var(--dark);
  color: #ffffff;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow);
}

.offer-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.metric {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 14px;
}

.metric strong {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
}

.metric span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.checklist {
  margin: 0;
  padding-left: 22px;
}

.checklist li + li {
  margin-top: 8px;
}

.site-footer {
  padding: 34px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: var(--muted);
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.page-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(50px, 8vw, 86px) clamp(20px, 5vw, 72px);
}

.page-shell h1 {
  color: var(--ink);
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.page-shell h2 {
  margin-top: 34px;
}

.page-shell p,
.page-shell li {
  color: var(--muted);
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    position: static;
  }

  .hero {
    min-height: 72svh;
    background:
      linear-gradient(90deg, rgba(9, 13, 12, 0.92) 0%, rgba(9, 13, 12, 0.75) 62%, rgba(9, 13, 12, 0.34) 100%),
      url("hero-lulzsec.jpg") 56% center / cover no-repeat;
  }

  .proof-strip,
  .steps,
  .resource-grid,
  .split,
  .metrics {
    grid-template-columns: 1fr;
  }

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .site-nav {
    width: 100%;
  }

  .site-nav a {
    padding-left: 0;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 340px;
    width: min(calc(100vw - 40px), 340px);
  }

  .button {
    width: 100%;
  }

  .hero {
    padding: 56px 20px 64px;
  }

  .hero-inner,
  .hero h1,
  .hero p,
  .hero .eyebrow {
    max-width: 340px;
    width: min(calc(100vw - 40px), 340px);
    white-space: normal;
  }

  .eyebrow {
    font-size: 0.72rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  h1 {
    font-size: clamp(2.1rem, 10vw, 2.7rem);
    line-height: 1;
  }

  .hero p {
    font-size: 1rem;
  }

  .proof-item {
    max-width: 100vw;
    overflow-wrap: break-word;
  }

  .proof-item strong,
  .proof-item span {
    display: block;
    max-width: 340px;
  }
}
