@font-face {
  font-family: "Horizon";
  src: url("assets/fonts/horizon-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Monda";
  src: url("assets/fonts/monda-variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #0E0E0E;
  color: #FAFAFA;
  font-family: "Monda", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

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

a {
  color: #FAFAFA;
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-color: #DA1F26;
}

a:focus-visible {
  outline: 2px solid #FAFAFA;
  outline-offset: 3px;
}

p {
  max-width: 65ch;
}

h1,
h2 {
  margin: 0;
  font-family: "Horizon", "Monda", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
}

h1 span {
  display: block;
  color: #DA1F26;
}

h2 {
  max-width: 22ch;
  margin-bottom: 40px;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
}

.shell {
  width: min(100% - 64px, 1200px);
  margin-inline: auto;
}

.narrow-shell {
  max-width: 900px;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: #FAFAFA;
  color: #0E0E0E;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  padding: 36px 0 24px;
}

.brand {
  display: inline-block;
  width: min(100%, 330px);
}

.strapline {
  margin: 8px 0 0;
  color: rgba(250,250,250,.72);
  font-size: 16px;
}

.hero,
.jack-section,
.benefits,
.prices,
.terms,
.second-call,
.thanks-main section {
  padding: 96px 0;
}

.ruled {
  padding-top: 0;
}

.ruled .shell {
  padding-top: 96px;
  border-top: 1px solid rgba(250,250,250,.14);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.hero-grid > * {
  min-width: 0;
}

.hero-copy {
  animation: hero-in 200ms ease-out both;
}

.hero-intro {
  margin: 32px 0;
  font-size: 20px;
}

.deposit-button {
  display: inline-flex;
  min-height: 56px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #DA1F26;
  color: #FAFAFA;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0;
  cursor: pointer;
}

.deposit-button:active {
  transform: scale(.98);
}

.deposit-note {
  margin: 12px 0 0;
  color: rgba(250,250,250,.72);
  font-size: 16px;
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.hero-visual img {
  width: min(100%, 480px);
}

.jack-copy {
  max-width: 65ch;
}

.jack-copy p:first-of-type {
  margin-top: 0;
}

.jack-copy p {
  margin-bottom: 24px;
}

.attribution {
  color: rgba(250,250,250,.72);
  font-weight: 700;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.numbered-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 64px;
  max-width: 1000px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.numbered-list li {
  position: relative;
  min-width: 0;
  padding: 36px 0 36px 72px;
  border-top: 1px solid rgba(250,250,250,.14);
}

.numbered-list .num {
  position: absolute;
  top: 29px;
  left: 0;
  color: #DA1F26;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.numbered-list strong,
.numbered-list span {
  display: block;
}

.numbered-list strong {
  margin-bottom: 8px;
  font-size: 21px;
}

.numbered-list span {
  color: rgba(250,250,250,.72);
}

.deposit-button-mid {
  margin-top: 28px;
}

.scarcity {
  margin: 32px 0 0;
  color: #DA1F26;
  font-size: 24px;
  font-weight: 700;
}

.prices > .shell > p:first-of-type {
  margin-bottom: 32px;
}

.price-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(250,250,250,.14);
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(250,250,250,.14);
  font-weight: 700;
  text-align: left;
}

th,
td {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(250,250,250,.14);
  text-align: left;
  vertical-align: top;
}

thead th {
  color: rgba(250,250,250,.72);
  font-size: 16px;
}

tbody th {
  font-weight: 700;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.price-note {
  margin: 24px 0 0;
  font-size: 16px;
}

.terms ol,
.thanks-content ol {
  max-width: 65ch;
  margin: 0;
  padding-left: 30px;
}

.terms li,
.thanks-content li {
  padding: 0 0 20px 12px;
}

.terms li::marker,
.thanks-content li::marker {
  font-weight: 700;
}

.second-call p:first-of-type {
  margin: 0 0 28px;
}

.enquiry-links {
  margin: 20px 0 0;
}

.site-footer {
  padding: 64px 0;
  border-top: 1px solid rgba(250,250,250,.14);
}

.footer-logo {
  display: inline-block;
  width: min(100%, 220px);
  margin-bottom: 20px;
}

.site-footer p {
  margin: 6px 0;
  color: rgba(250,250,250,.72);
  font-size: 16px;
}

.brand-mark {
  display: block;
  margin-top: 24px;
  color: #DA1F26;
  font-weight: 700;
}

.thanks-main {
  min-height: 55vh;
}

.thanks-intro {
  margin: 32px 0 80px;
  font-size: 20px;
}

.thanks-content h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.back-link {
  display: inline-block;
  margin-top: 28px;
  font-weight: 700;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .shell {
    width: min(100% - 32px, 1200px);
  }

  .hero,
  .jack-section,
  .benefits,
  .prices,
  .terms,
  .second-call,
  .thanks-main section {
    padding: 64px 0;
  }

  .ruled {
    padding-top: 0;
  }

  .ruled .shell {
    padding-top: 64px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.1rem, 10.4vw, 4.75rem);
  }

  h2 {
    margin-bottom: 32px;
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-grid {
    gap: 48px;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .hero-visual img {
    width: min(100%, 420px);
  }

  .numbered-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .price-table-wrap {
    border: 1px solid rgba(250,250,250,.14);
  }

  th,
  td {
    padding: 12px 10px;
    font-size: 16px;
    word-break: normal;
  }

  .thanks-intro {
    margin-bottom: 64px;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 2.1rem;
  }

  .deposit-button {
    padding-inline: 18px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy {
    animation: none;
  }
}
