:root {
  --ink: #15201e;
  --muted: #60706d;
  --paper: #f8faf7;
  --white: #ffffff;
  --line: #dbe3df;
  --teal: #0f766e;
  --teal-dark: #0b4f4a;
  --gold: #d9a441;
  --coral: #d9634f;
  --shadow: 0 18px 55px rgba(18, 35, 32, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 250, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px clamp(18px, 4vw, 64px);
  color: var(--white);
  background: var(--teal-dark);
  font-size: 0.9rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 64px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--coral));
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 900;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #263533;
  font-weight: 700;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.15;
}

.nav-cta {
  color: var(--white);
  background: var(--teal);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 118px);
  overflow: hidden;
  align-items: end;
  padding: clamp(34px, 7vw, 82px);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 28, 26, 0.88), rgba(8, 28, 26, 0.48), rgba(8, 28, 26, 0.2)),
    url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.hero-content {
  position: relative;
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 6vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.06rem, 1.6vw, 1.35rem);
}

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

.button {
  border: 1px solid transparent;
  cursor: pointer;
}

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

.secondary {
  color: var(--ink);
  background: var(--gold);
}

.ghost {
  color: var(--teal-dark);
  background: var(--white);
  border-color: var(--line);
}

.full {
  width: 100%;
}

.metrics {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.metrics div {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  font-size: 1.35rem;
}

.metrics span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: var(--ink);
}

.ticker span {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.9rem;
  font-weight: 800;
}

.authority-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(18px, 4vw, 64px);
  background: var(--line);
}

.authority-strip div {
  min-height: 132px;
  padding: 24px;
  background: var(--white);
}

.authority-strip strong,
.authority-strip span {
  display: block;
}

.authority-strip strong {
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.authority-strip span {
  color: var(--muted);
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 4vw, 64px);
}

.split,
.proof,
.apply {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.section p {
  color: var(--muted);
  font-size: 1rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.category-grid span {
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  font-weight: 800;
}

.deal-panel,
.contact-form {
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--teal-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.service-grid,
.steps,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.service-grid article,
.steps article,
.trust-grid article {
  min-height: 210px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.services {
  background: #edf3f0;
}

.trust-section {
  background: #fffaf0;
}

.steps span,
.trust-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--coral);
  font-weight: 900;
}

.proof {
  background: var(--ink);
  color: var(--white);
}

.proof p,
.proof .check-list {
  color: rgba(255, 255, 255, 0.78);
}

.proof-image {
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(15, 118, 110, 0.15), rgba(217, 99, 79, 0.14)),
    url("https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=1300&q=82") center / cover;
  border-radius: 8px;
}

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

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "+";
  color: var(--gold);
  font-weight: 900;
}

.apply {
  background: #fdfcf8;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-details {
  display: grid;
  max-width: 520px;
  gap: 4px;
  margin-top: 26px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-details strong {
  color: var(--teal-dark);
  font-size: 0.85rem;
  text-transform: uppercase;
}

.contact-details span,
.contact-details a {
  color: var(--muted);
  margin-bottom: 10px;
}

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

input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid #cbd6d2;
  border-radius: 8px;
  background: #fbfdfc;
  font: inherit;
}

textarea {
  resize: vertical;
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 30px;
  padding: 48px clamp(18px, 4vw, 64px);
  color: rgba(255, 255, 255, 0.78);
  background: #0c1715;
}

.footer h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1rem;
}

.footer a {
  display: block;
  margin-bottom: 8px;
}

.footer-brand {
  color: var(--white);
  margin-bottom: 18px;
}

@media (max-width: 980px) {
  .topbar {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 4px;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: calc(100vh - 76px);
  }

  .split,
  .proof,
  .apply,
  .authority-strip,
  .footer {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .brand {
    gap: 9px;
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding: 34px 18px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(8, 28, 26, 0.82), rgba(8, 28, 26, 0.66)),
      url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=82") center / cover;
  }

  .metrics,
  .service-grid,
  .steps,
  .trust-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .metrics div:last-child {
    border-bottom: 0;
  }

  .proof-image {
    min-height: 340px;
  }
}
