:root {
  --black: #07111e;
  --navy: #0d2742;
  --blue: #078cf5;
  --blue-dark: #0364bb;
  --white: #ffffff;
  --ice: #eef6ff;
  --soft: #f4f7fb;
  --line: #dce5ee;
  --ink: #122033;
  --muted: #5f6f80;
  --warning: #f2c94c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 99;
  padding: 10px 12px;
  background: var(--warning);
  color: var(--black);
  border-radius: 4px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 17, 30, 0.94);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--black);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.brand small {
  color: #b9d8f6;
  font-size: 0.84rem;
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  padding: 58px 0 42px;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(1.08) contrast(1.08);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 30, 0.96) 0%, rgba(7, 17, 30, 0.82) 45%, rgba(7, 17, 30, 0.35) 100%),
    linear-gradient(180deg, rgba(7, 17, 30, 0.3) 0%, rgba(7, 17, 30, 0.86) 100%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: end;
}

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

.hero-logo {
  width: min(520px, 100%);
  max-height: 170px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 18px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #76c8ff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: 4.35rem;
  line-height: 0.98;
  color: var(--white);
}

h2 {
  margin-bottom: 12px;
  font-size: 2.15rem;
  line-height: 1.08;
  color: var(--ink);
}

.hero-text {
  max-width: 650px;
  margin-bottom: 0;
  color: #e5f2ff;
  font-size: 1.24rem;
  line-height: 1.45;
}

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

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 13px 18px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background: var(--blue);
}

.btn-secondary {
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.trust-row span,
.service-pills span,
.mini-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 11px;
  border-radius: 999px;
  font-weight: 800;
}

.trust-row span {
  color: #dff0ff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-card {
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.hero-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.2rem;
}

.hero-card ol {
  margin: 0;
  padding-left: 20px;
}

.hero-card li {
  margin: 7px 0;
  color: var(--muted);
  font-weight: 800;
}

.mini-call {
  display: block;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 6px;
  color: var(--white);
  background: var(--blue);
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--black);
}

.photo-strip img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.section {
  padding: 68px 0;
}

.compact {
  background: var(--white);
}

.compact-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 32px;
  align-items: start;
}

.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-pills span {
  color: var(--navy);
  background: var(--ice);
  border: 1px solid #cbe5fb;
}

.proof-section {
  background: var(--soft);
}

.proof-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.proof-image img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(10, 26, 43, 0.18);
}

.proof-copy {
  max-width: 620px;
}

.proof-copy p,
.quote-copy p,
.final-inner p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.mini-stats span {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.quote-section {
  color: var(--white);
  background: var(--navy);
}

.quote-section h2,
.quote-section .eyebrow {
  color: var(--white);
}

.quote-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 34px;
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 100px;
}

.quote-copy p {
  color: #d9e8f6;
}

.phone-block {
  display: grid;
  gap: 2px;
  max-width: 340px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.phone-block small {
  color: #b7d7f4;
  font-weight: 800;
  text-transform: uppercase;
}

.phone-block strong {
  font-size: 1.7rem;
}

.quote-form {
  padding: 22px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.form-row {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.form-row.split {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label,
.consent {
  color: var(--navy);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 47px;
  padding: 10px 12px;
  border: 1px solid #c9d4de;
  border-radius: 6px;
  background: #fbfdff;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
a:focus,
button:focus {
  outline: 3px solid rgba(7, 140, 245, 0.35);
  outline-offset: 2px;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 6px 0 16px;
  font-size: 0.92rem;
}

.consent input {
  min-height: 20px;
  margin-top: 2px;
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-note.is-success {
  color: #1c7c54;
}

.form-note.is-error {
  color: #a73434;
}

.final-strip {
  background: var(--white);
}

.final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.final-inner div {
  max-width: 760px;
}

.site-footer {
  padding: 28px 0 92px;
  color: var(--white);
  background: var(--black);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer-grid a {
  color: #b9d8f6;
}

.mobile-cta {
  display: none;
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding: 42px 0;
  }

  .hero-layout,
  .compact-grid,
  .proof-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .quote-copy {
    position: static;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .photo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-strip img {
    height: 190px;
  }

  .final-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .site-header {
    position: static;
  }

  .header-call {
    display: none;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding: 30px 0 28px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(7, 17, 30, 0.94) 0%, rgba(7, 17, 30, 0.86) 100%);
  }

  .hero-logo {
    max-height: 120px;
  }

  h1 {
    font-size: 2.45rem;
  }

  .hero-text {
    font-size: 1.06rem;
  }

  .hero-actions .btn,
  .phone-block {
    width: 100%;
  }

  .hero-card {
    display: none;
  }

  .photo-strip img {
    height: 150px;
  }

  .section {
    padding: 48px 0;
  }

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

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(7, 17, 30, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-cta .btn {
    min-height: 48px;
    padding: 10px 12px;
  }
}
