* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f5f8fa;
  color: #172331;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background: #12202f;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgb(7 17 28 / 60%);
}

.hero-inner,
.wrap {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0;
  color: white;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
}

.nav-links {
  display: flex;
  gap: 20px;
  color: rgb(255 255 255 / 78%);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

.hero-copy {
  max-width: 760px;
  padding: 56px 0;
}

.badge {
  display: inline-block;
  border: 1px solid rgb(255 255 255 / 25%);
  background: rgb(255 255 255 / 10%);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
}

h1 {
  margin: 18px 0 0;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.02;
}

.lead {
  max-width: 680px;
  color: rgb(255 255 255 / 84%);
  font-size: 19px;
  line-height: 1.65;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.primary {
  background: #e6344f;
  color: white;
}

.secondary {
  border: 1px solid rgb(255 255 255 / 35%);
  background: rgb(255 255 255 / 10%);
  color: white;
}

.bonus-grid,
.cards,
.incidents {
  display: grid;
  gap: 14px;
}

.hero-bonus {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 8px;
}

.hero-bonus div {
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 10%);
  border-radius: 6px;
  padding: 13px;
  font-size: 14px;
  font-weight: 700;
}

.band {
  background: white;
  border-bottom: 1px solid #d8e2ea;
}

.section {
  padding: 48px 0;
}

.section-title {
  margin: 4px 0 0;
  font-size: 30px;
  line-height: 1.15;
}

.eyebrow {
  margin: 0;
  color: #0f766e;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.bonus-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

.bonus-grid {
  grid-template-columns: repeat(3, 1fr);
}

.box,
.card,
.panel,
.form {
  border: 1px solid #d8e2ea;
  background: white;
  border-radius: 6px;
}

.box {
  background: #fbfdfe;
  padding: 16px;
}

.muted {
  color: #607080;
  line-height: 1.7;
}

.small {
  font-size: 12px;
}

.field-error {
  display: block;
  margin-top: 5px;
  color: #b00020;
  font-size: 12px;
  font-weight: 700;
}

.check-error {
  margin-top: 6px;
}

.cards {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  padding: 20px;
}

.incidents {
  grid-template-columns: repeat(3, 1fr);
}

.incident {
  overflow: hidden;
}

.incident img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  filter: brightness(1.12) contrast(1.04);
  background: #d8e2ea;
}

.incident-content {
  padding: 20px;
}

.two-col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  margin-top: 32px;
}

.panel {
  padding: 20px;
}

.rows {
  margin-top: 16px;
}

.row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #edf2f5;
}

.accessory {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  border: 1px solid #edf2f5;
  background: #fbfdfe;
  border-radius: 6px;
  padding: 12px;
}

.dark {
  background: #12202f;
  color: white;
}

.form-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
}

.form {
  padding: 20px;
  color: #172331;
}

.confirmation h3 {
  margin: 0 0 8px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

label span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

input,
select {
  width: 100%;
  min-height: 44px;
  margin-top: 5px;
  border: 1px solid #cfdae3;
  border-radius: 6px;
  padding: 0 12px;
  background: white;
  color: #172331;
  font: inherit;
}

.field-wide {
  display: block;
  margin-top: 12px;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
  border: 1px solid #d8e2ea;
  background: #fbfdfe;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
}

.check input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
  accent-color: #0f766e;
}

button {
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
  border: 0;
  border-radius: 6px;
  background: #e6344f;
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.notice {
  margin-bottom: 14px;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
}

.success {
  border: 1px solid #9bd8bd;
  background: #e9f8ef;
  color: #0f5f38;
}

.error {
  border: 1px solid #f0a4ad;
  background: #fff0f1;
  color: #9f1239;
}

.legal-page h1 {
  margin-top: 8px;
}

.legal-hero {
  background: #12202f;
  color: white;
  padding: 24px 0 56px;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 48px;
  font-weight: 700;
}

.legal-nav a {
  text-decoration: none;
}

.legal-content {
  max-width: 820px;
  border: 1px solid #d8e2ea;
  background: white;
  border-radius: 6px;
  padding: 28px;
  line-height: 1.7;
}

.legal-content h2 {
  margin: 28px 0 8px;
  font-size: 20px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 0;
}

.legal-spacer {
  margin-top: 12px !important;
}

footer {
  border-top: 1px solid #d8e2ea;
  background: white;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  color: #607080;
  font-size: 14px;
}

.footer nav {
  display: flex;
  gap: 16px;
  color: #172331;
  font-weight: 700;
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }

  .hero-bonus,
  .bonus-layout,
  .bonus-grid,
  .cards,
  .incidents,
  .two-col,
  .form-layout,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .footer {
    flex-direction: column;
  }
}
