* {
  box-sizing: border-box;
}

:root {
  --paper: #f4f6f8;
  --paper-2: #e7ecef;
  --ink: #111111;
  --muted: #3f4140;
  --line: #c9cbc7;
  --line-strong: #111111;
  --white: #ffffff;
  --signal: #b8322b;
  --green: #2f6f4e;
  --gold: #95711f;
  --shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
  --max: 1280px;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.footer-brand {
  width: 180px;
  display: inline-flex;
}

.brand-logo {
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.landing-page {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  flex: 1 0 auto;
}

.hero-banner {
  min-height: calc(100svh - 104px);
  padding: 34px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(500px, 600px);
  justify-content: space-between;
  gap: 96px;
  align-items: start;
}

.hero-copy {
  max-width: 520px;
  display: grid;
  gap: 24px;
}

.brand-row {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-mark {
  width: 2.3rem;
  height: 2.3rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(17, 17, 17, 0.22));
}

h1 {
  max-width: 520px;
  margin: 0;
  font-size: 4.35rem;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.subcopy {
  width: min(520px, 100%);
  margin: 0;
  color: var(--muted);
  font-size: 1.25rem;
}

.highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlights li {
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 168px;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-1px);
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.resume-stack {
  position: relative;
  width: min(100%, 580px);
  height: 500px;
}

.resume-sheet {
  position: absolute;
  width: 280px;
  height: 370px;
  padding: 1.35rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.resume-sheet-front {
  left: 44%;
  top: 50%;
  transform: translate(-50%, -46%);
  z-index: 3;
}

.resume-sheet-mid {
  right: 0;
  top: 2.5rem;
  z-index: 2;
  transform: rotate(2deg);
}

.resume-sheet-back {
  left: 0;
  bottom: 0.8rem;
  z-index: 1;
  transform: rotate(-3deg);
  opacity: 0.78;
}

.resume-header-bar {
  height: 4rem;
  margin: -1.35rem -1.35rem 1.2rem;
  border-radius: 8px 8px 0 0;
  background: var(--ink);
}

.sheet-line {
  height: 0.55rem;
  width: 72%;
  margin-bottom: 0.85rem;
  background: var(--line);
}

.sheet-line.wide {
  width: 92%;
  height: 0.75rem;
  background: #9ea6a2;
}

.sheet-line.short {
  width: 48%;
}

.sheet-block {
  height: 5.5rem;
  margin: 1.1rem 0;
  background:
    linear-gradient(var(--paper-2), var(--paper-2)) 0 0 / 100% 0.55rem no-repeat,
    linear-gradient(var(--paper-2), var(--paper-2)) 0 1.35rem / 88% 0.55rem no-repeat,
    linear-gradient(var(--paper-2), var(--paper-2)) 0 2.7rem / 96% 0.55rem no-repeat,
    linear-gradient(var(--paper-2), var(--paper-2)) 0 4.05rem / 70% 0.55rem no-repeat;
}

.sheet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin: 1rem 0 1.35rem;
}

.sheet-grid div {
  height: 4.5rem;
  background: var(--paper-2);
}

.status-chip {
  position: absolute;
  z-index: 4;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

.chip-one {
  top: 2rem;
  right: 4rem;
}

.chip-two {
  left: 2rem;
  top: 42%;
}

.chip-three {
  right: 1rem;
  bottom: 4rem;
}

.site-footer {
  padding: 32px 0;
  background: #000000;
  color: #ffffff;
  margin-top: auto;
}

.footer-shell {
  width: min(100% - 32px, 1160px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #d8d8d8;
  font-size: 0.92rem;
}

.footer-shell a {
  color: #ffffff;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.footer-links a {
  color: #ffffff;
  font-weight: 800;
}

.policy-page {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  flex: 1 0 auto;
  padding: 36px 0 72px;
}

.policy-shell {
  padding-bottom: 48px;
}

.policy-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.policy-kicker {
  margin: 48px 0 12px;
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.policy-updated {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.policy-nav a {
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.policy-nav a:hover,
.policy-nav a:focus-visible {
  border-color: var(--line-strong);
  outline: none;
}

.policy-copy {
  max-width: 760px;
  margin-top: 40px;
  display: grid;
  gap: 44px;
}

.policy-section {
  display: grid;
  gap: 14px;
  scroll-margin-top: 32px;
}

.policy-copy h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
}

.policy-copy h3 {
  margin: 10px 0 0;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.25;
}

.policy-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.policy-copy ul {
  margin: 2px 0 0 22px;
  padding: 0;
  color: var(--muted);
  line-height: 1.72;
}

.policy-copy li + li {
  margin-top: 10px;
}

.policy-copy a {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .hero-banner {
    grid-template-columns: minmax(0, 440px) minmax(420px, 1fr);
    gap: 48px;
  }

  .hero-copy,
  h1,
  .subcopy {
    max-width: 440px;
  }

  h1 {
    font-size: 3.95rem;
  }

  .hero-visual {
    min-height: 440px;
  }

  .resume-stack {
    width: min(100%, 480px);
    height: 420px;
  }

  .resume-sheet {
    width: 238px;
    height: 320px;
  }

  .chip-one {
    right: 1rem;
  }

  .chip-two {
    left: 0;
  }

  .chip-three {
    right: 0;
  }
}

@media (max-width: 980px) {
  .landing-page {
    width: min(100% - 24px, var(--max));
  }

  .hero-banner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0 44px;
  }

  h1 {
    font-size: 3.6rem;
  }

  .subcopy {
    font-size: 1.08rem;
  }

  .cta-row {
    display: grid;
  }

  .cta {
    width: 100%;
  }

  .hero-visual {
    min-height: 360px;
  }

  .resume-stack {
    height: 350px;
  }

  .resume-sheet {
    width: 220px;
    height: 290px;
    padding: 1rem;
  }

  .resume-header-bar {
    height: 3.2rem;
    margin: -1rem -1rem 1rem;
  }

  .status-chip {
    display: none;
  }
}

@media (max-width: 620px) {
  .policy-page {
    width: min(100% - 24px, 980px);
  }

  h1 {
    font-size: 2.85rem;
  }
}

@media (max-width: 540px) {
  .footer-shell {
    width: min(100% - 24px, 1160px);
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
