:root {
  --navy: #003c64;
  --blue: #8fd6ff;
  --orange: #ff7800;
  --gold: #ffc800;
  --paper: #ffffff;
  --line: 1px;
  --content-max: 1180px;
  --content-gutter: 20px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--navy);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--blue);
  background: var(--navy);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.brand,
.nav-links a,
.quick-links a,
.license-links a,
.payment-links a,
.footer a {
  transition: color 160ms ease;
}

.brand:hover,
.nav-links a:hover,
.quick-links a:hover,
.license-links a:hover,
.payment-links a:hover,
.footer a:hover {
  color: var(--orange);
}

.page {
  min-height: 100vh;
}

.nav,
.hero,
.section,
.footer {
  width: min(var(--content-max), calc(100% - (var(--content-gutter) * 2)));
  margin-right: auto;
  margin-left: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  border-bottom: var(--line) solid rgba(255, 200, 0, 0.72);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 0.98rem;
  font-weight: 900;
}

.nav-logo {
  display: block;
  width: 44px;
  height: auto;
}

.nav-links,
.quick-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  font-size: 0.9rem;
  font-weight: 900;
}

.nav-links {
  color: rgba(143, 214, 255, 0.78);
}

.quick-links {
  justify-content: flex-end;
}

.quick-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.quick-links svg {
  width: 23px;
  height: 23px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.quick-links svg text {
  fill: currentColor;
  stroke: none;
  font-size: 10px;
  font-weight: 900;
  text-anchor: middle;
}

.link-divider {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.94fr);
  min-height: 660px;
  border-bottom: var(--line) solid rgba(255, 200, 0, 0.72);
}

.hero-copy {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  align-items: flex-start;
  padding: clamp(40px, 5vw, 68px) clamp(20px, 4vw, 54px) clamp(40px, 5vw, 68px) 0;
}

.logo {
  display: block;
  width: min(100%, 340px);
  height: auto;
  margin-bottom: clamp(20px, 2.6vw, 30px);
}

.eyebrow,
.section-title {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--blue);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 560px;
  font-size: clamp(2.75rem, 3.6vw, 4rem);
}

h2 {
  font-size: clamp(2.05rem, 4.5vw, 4.2rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.lede {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(143, 214, 255, 0.84);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 800;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: var(--line) solid var(--orange);
  border-radius: 6px;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
}

.button.primary,
.button.submit {
  color: var(--paper);
  background: var(--orange);
}

.button.secondary {
  color: var(--orange);
  background: transparent;
}

.hero-visual {
  min-height: 660px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  gap: clamp(26px, 4vw, 42px);
  padding: clamp(40px, 5vw, 68px) 0 clamp(40px, 5vw, 68px) clamp(20px, 4vw, 54px);
  background: transparent;
}

.field-photo {
  position: relative;
  margin: 0;
  display: grid;
  justify-items: start;
  gap: 12px;
}

.field-photo::after {
  display: none;
}

.field-photo img {
  display: block;
  width: min(100%, 340px);
  height: auto;
  border: 6px solid var(--gold);
  border-radius: 4px;
}

.field-photo figcaption {
  display: grid;
  gap: 5px;
  max-width: 360px;
  color: var(--blue);
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}

.field-photo figcaption strong {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.field-photo figcaption span {
  color: rgba(143, 214, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
}

.note {
  display: grid;
  gap: 10px;
  max-width: 430px;
  padding: clamp(20px, 3vw, 28px) 0;
  border-top: var(--line) solid rgba(255, 200, 0, 0.82);
  color: var(--blue);
}

.note span {
  color: var(--orange);
  font-size: clamp(0.95rem, 1.4vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.note strong {
  color: var(--blue);
  font-size: clamp(1.55rem, 2.7vw, 2.4rem);
  line-height: 1.08;
}

.note em {
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-style: normal;
  font-weight: 900;
  line-height: 0.92;
}

.note s {
  color: rgba(143, 214, 255, 0.72);
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
}

.section {
  padding: clamp(54px, 8vw, 92px) 0;
  border-bottom: var(--line) solid rgba(255, 200, 0, 0.72);
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-header p,
.contact-copy p {
  max-width: 460px;
  margin: 0;
  color: rgba(143, 214, 255, 0.78);
  font-size: 1.04rem;
  font-weight: 800;
}

.steps,
.services {
  display: grid;
  gap: 14px;
}

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

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

.step,
.service {
  border: var(--line) solid rgba(255, 200, 0, 0.4);
  border-radius: 8px;
  background: transparent;
}

.step {
  padding: 24px;
}

.step-number {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--orange);
  font-weight: 900;
}

.step p,
.service p {
  margin: 12px 0 0;
  color: rgba(143, 214, 255, 0.76);
  font-weight: 800;
}

.band {
  background: transparent;
  border-top: 0;
  border-bottom: var(--line) solid rgba(255, 200, 0, 0.72);
}

.service {
  min-height: 176px;
  padding: 20px;
  border-top-color: var(--accent);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 660px) minmax(320px, 480px);
  justify-content: space-between;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.contact-copy {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 20px;
  max-width: 560px;
  height: 100%;
  padding-top: 10px;
}

.contact-section .steps {
  grid-template-columns: 1fr;
  max-width: 560px;
  height: 100%;
  align-content: space-between;
  gap: 24px;
}

.contact-section .step {
  width: 100%;
  max-width: 560px;
  padding: 18px 22px;
}

.contact-section .step-number {
  margin-bottom: 14px;
}

.info-section {
  display: grid;
  justify-items: center;
  gap: clamp(26px, 5vw, 48px);
  text-align: center;
}

.contact-form {
  width: 100%;
  margin-top: 51px;
  padding: clamp(20px, 3vw, 28px);
  display: grid;
  gap: 13px;
  background: var(--paper);
  border: var(--line) solid var(--gold);
  border-radius: 8px;
  color: var(--navy);
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: var(--line) solid rgba(0, 60, 100, 0.36);
  border-radius: 4px;
  padding: 12px 13px;
  color: var(--navy);
  background: transparent;
  font: inherit;
  font-weight: 700;
  line-height: 1.25;
}

input[type="file"] {
  padding: 10px;
  cursor: pointer;
}

.field-hint {
  color: rgba(0, 60, 100, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--orange);
  outline: 4px solid rgba(255, 200, 0, 0.42);
}

.button:focus-visible,
.brand:focus-visible,
.nav-links a:focus-visible,
.quick-links a:focus-visible,
.license-links a:focus-visible,
.payment-links a:focus-visible {
  outline: 4px solid rgba(255, 200, 0, 0.65);
  outline-offset: 3px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.82;
}

.hidden {
  display: none;
}

.form-status {
  min-height: 1.25em;
  margin: 0;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.35;
}

.info-block {
  width: min(100%, 590px);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: var(--line) solid rgba(255, 200, 0, 0.82);
}

.info-block .section-title {
  margin-bottom: 0;
}

.license-links,
.payment-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-items: start;
  gap: 9px 14px;
}

.payment-links {
  gap: 9px 18px;
}

.license-links a,
.license-links span,
.payment-links a,
.payment-links span {
  width: fit-content;
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
}

.footer {
  padding: 20px 0 26px;
  border-top: var(--line) solid rgba(143, 214, 255, 0.3);
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 1100px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-visual {
    min-height: 0;
    border-top: var(--line) solid rgba(143, 214, 255, 0.24);
  }

  .section-header {
    display: grid;
  }

  .steps,
  .services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-copy {
    height: auto;
    padding-top: 0;
  }

  .contact-form {
    margin-top: 0;
  }

  .contact-section .steps {
    height: auto;
    align-content: start;
    gap: 14px;
  }
}

@media (max-width: 620px) {
  .nav {
    align-items: flex-start;
  }

  .quick-links {
    display: none;
  }

  .hero-copy {
    padding-top: 48px;
  }

  h1 {
    font-size: clamp(2.75rem, 16vw, 4.5rem);
  }

  .hero-visual {
    min-height: 0;
  }

  .steps,
  .services {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 20px;
  }
}
