:root {
  --night: #07100b;
  --night-soft: #101a12;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.28);
  --text: #fff9ed;
  --muted: rgba(255, 249, 237, 0.72);
  --green: #14a15b;
  --leaf: #95bf3c;
  --red: #e52735;
  --sun: #f7bd26;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(7, 16, 11, 0.72), var(--night) 520px),
    var(--night);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: var(--night);
  background: var(--text);
  border-radius: 8px;
}

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

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 88svh;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
  text-align: center;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
  opacity: 0.64;
}

.hero-shade {
  background:
    radial-gradient(circle at center, rgba(7, 16, 11, 0.14), rgba(7, 16, 11, 0.86) 72%),
    linear-gradient(180deg, rgba(7, 16, 11, 0.58), rgba(7, 16, 11, 0.96));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 30px;
}

.hero-logo {
  width: 102px;
  height: 102px;
  margin-bottom: 22px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0;
  color: var(--sun);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 860px;
  margin: 12px 0 22px;
  font-size: 3.75rem;
  line-height: 1.03;
  text-wrap: balance;
}

.lead {
  max-width: 800px;
  margin: 0 0 30px;
  color: rgba(255, 249, 237, 0.84);
  font-size: 1.09rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 19px;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 36px rgba(229, 39, 53, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #c91f2c;
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 3px;
}

.button-secondary {
  color: var(--white);
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--night);
  background: var(--white);
  outline: none;
}

.countdown-shell {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(560px, 100%);
}

.countdown-shell > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 249, 237, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.countdown-shell > span::before,
.countdown-shell > span::after {
  width: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(247, 189, 38, 0.58));
}

.countdown-shell > span::after {
  background: linear-gradient(90deg, rgba(247, 189, 38, 0.58), transparent);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(500px, 100%);
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.countdown-item {
  position: relative;
  display: grid;
  gap: 2px;
  align-content: center;
  min-height: 54px;
  padding: 2px 12px;
}

.countdown-item + .countdown-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.countdown-item strong {
  color: var(--white);
  font-size: 1.88rem;
  font-weight: 760;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.countdown-item span {
  color: rgba(255, 249, 237, 0.58);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.video-section {
  position: relative;
  padding: 48px 20px 34px;
  background: linear-gradient(180deg, rgba(7, 16, 11, 0.98), rgba(7, 16, 11, 0.94));
  text-align: center;
}

.video-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.video-inner h2 {
  margin: 10px 0 28px;
  font-size: 2.25rem;
  line-height: 1.12;
  text-wrap: balance;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #020503;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.anchor-alias {
  display: block;
  position: relative;
  top: -24px;
  height: 0;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 60px 20px 70px;
  background:
    linear-gradient(180deg, rgba(7, 16, 11, 0.96), rgba(10, 18, 12, 1)),
    var(--night);
  text-align: center;
}

.contact-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.contact-inner h2 {
  margin: 10px 0 32px;
  font-size: 2.25rem;
  line-height: 1.12;
}

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

.info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 285px;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  backdrop-filter: blur(14px);
}

.info-card h3 {
  margin: 10px 0 10px;
  font-size: 1.24rem;
  line-height: 1.2;
  text-wrap: balance;
}

.info-card p:not(.card-label) {
  margin: 0 0 16px;
  color: var(--muted);
}

.info-card a {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  color: var(--white);
  font-weight: 900;
  overflow-wrap: anywhere;
  text-decoration-color: rgba(149, 191, 60, 0.52);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.info-card a:hover,
.info-card a:focus-visible {
  color: var(--sun);
  outline: none;
}

.info-card small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 249, 237, 0.62);
  font-size: 0.82rem;
}

.inline-action {
  margin: 0 auto;
  color: var(--sun) !important;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 32px 20px 36px;
  color: rgba(255, 249, 237, 0.72);
  background: #050b07;
  text-align: center;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-links a:last-child svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .hero-content {
    width: min(100% - 28px, 940px);
    padding: 66px 0 28px;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .lead {
    font-size: 1.02rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .hero {
    min-height: 92svh;
  }

  .hero-content {
    padding: 50px 0 24px;
  }

  .hero-logo {
    width: 78px;
    height: 78px;
    margin-bottom: 17px;
  }

  .hero h1 {
    font-size: 2.05rem;
  }

  .lead {
    font-size: 0.96rem;
  }

  .hero-actions {
    display: grid;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .countdown-shell {
    gap: 10px;
  }

  .countdown-item {
    min-height: 50px;
    padding: 2px 6px;
  }

  .countdown-item strong {
    font-size: 1.42rem;
  }

  .countdown-item span {
    font-size: 0.62rem;
  }

  .contact-section {
    padding: 46px 14px 54px;
  }

  .video-section {
    padding: 38px 14px 28px;
  }

  .video-inner h2 {
    font-size: 1.8rem;
  }

  .video-frame {
    border-radius: 14px;
  }

  .contact-inner h2 {
    font-size: 1.8rem;
  }

  .info-card {
    min-height: auto;
    padding: 23px 18px;
  }
}
