:root {
  color-scheme: dark;
  --bg: #090b10;
  --panel: #10141c;
  --ink: #f6f8fb;
  --muted: #b6c0ce;
  --line: rgba(255, 255, 255, 0.14);
  --accent: #4ec7f2;
  --accent-strong: #eaf85b;
  --max: 1160px;
  --header: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(78, 199, 242, 0.06), transparent 30%),
    radial-gradient(circle at 80% 8%, rgba(234, 248, 91, 0.08), transparent 24%);
  z-index: -1;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 42px);
  background: rgba(9, 11, 16, 0.78);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(9, 11, 16, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #f7fbff, #8edcf8 48%, #111720 49%);
  color: #090b10;
  font-weight: 950;
  letter-spacing: 0;
}

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

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a,
.nav-toggle,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 800;
}

.site-nav a {
  padding: 0 14px;
  color: var(--muted);
}

.site-nav a:hover,
.text-link:hover {
  color: var(--ink);
}

.nav-cta {
  color: #091015 !important;
  background: var(--accent-strong);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 0 14px;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header));
  display: grid;
  align-items: center;
  overflow: hidden;
}

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

.hero img {
  object-fit: cover;
  transform: scale(1.04);
  animation: hero-settle 1400ms ease forwards;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.82) 36%, rgba(5, 7, 10, 0.16) 76%),
    linear-gradient(0deg, rgba(9, 11, 16, 0.9), transparent 34%);
}

.hero-content {
  position: relative;
  width: min(650px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 84px);
  padding: 72px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(46px, 8vw, 92px);
  line-height: 0.91;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 4.7vw, 58px);
  line-height: 0.98;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.hero-content p:not(.eyebrow) {
  max-width: 570px;
}

.hero-actions,
.cta-strip {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  border: 1px solid var(--line);
  padding: 0 18px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #061017;
  background: var(--accent);
  border-color: var(--accent);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 10vw, 120px) 0;
}

.intro-grid,
.split-feature,
.finance-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.proof-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.proof-list div,
.finance-steps div,
.contact-panel,
.quote-form {
  background: rgba(16, 20, 28, 0.86);
}

.proof-list div {
  padding: 28px;
}

.proof-list span,
.service-row span,
.finance-steps span {
  color: var(--accent-strong);
  font-weight: 950;
}

.proof-list strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 21px;
}

.proof-list p,
.finance-steps p {
  margin-bottom: 0;
  font-size: 15px;
}

.service-band {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-block: 1px solid var(--line);
}

.service-band a {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease;
}

.service-band a:hover {
  color: var(--ink);
  background: rgba(78, 199, 242, 0.13);
}

.feature-image {
  overflow: hidden;
  border: 1px solid var(--line);
}

.feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 600ms ease;
}

.feature-image:hover img {
  transform: scale(1.04);
}

.check-list {
  margin: 28px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  color: var(--muted);
  padding-left: 26px;
  position: relative;
}

.check-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 8px;
  background: var(--accent-strong);
}

.text-link {
  color: var(--accent);
  font-weight: 900;
}

.cta-strip {
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta-strip h2 {
  margin-bottom: 8px;
}

.cta-strip p:last-child {
  margin-bottom: 0;
}

.page-hero {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(76px, 12vw, 144px) 0 clamp(42px, 7vw, 84px);
}

.page-hero h1 {
  font-size: clamp(44px, 7vw, 82px);
}

.service-list {
  padding-top: 0;
}

.service-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.service-row:last-child {
  border-bottom: 1px solid var(--line);
}

.service-row h2 {
  margin-bottom: 8px;
  font-size: clamp(26px, 3.2vw, 42px);
}

.service-row p {
  margin-bottom: 0;
  font-size: 16px;
}

.service-row a {
  color: var(--accent);
  font-weight: 900;
}

.finance-steps {
  display: grid;
  gap: 14px;
}

.finance-steps div {
  padding: 26px;
  border: 1px solid var(--line);
}

.finance-steps strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 20px;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #0b0f16;
  color: var(--ink);
  padding: 14px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.quote-form button {
  width: fit-content;
}

.contact-panel {
  border: 1px solid var(--line);
  padding: clamp(24px, 4vw, 38px);
}

.contact-panel h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.contact-panel a {
  color: var(--accent);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 24px clamp(18px, 4vw, 42px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

.site-footer a {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-settle {
  to {
    transform: scale(1);
  }
}

@media (max-width: 840px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    left: 18px;
    right: 18px;
    top: calc(var(--header) + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(9, 11, 16, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    justify-content: center;
  }

  .hero {
    min-height: 690px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.66) 64%, rgba(5, 7, 10, 0.28)),
      linear-gradient(90deg, rgba(5, 7, 10, 0.82), rgba(5, 7, 10, 0.18));
  }

  .hero-content {
    align-self: end;
    margin: 0 auto;
    padding-bottom: 46px;
  }

  .intro-grid,
  .split-feature,
  .finance-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

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

  .service-row a {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero-actions,
  .button,
  .quote-form button {
    width: 100%;
  }

  .service-band {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 43px;
  }
}
