* {
  box-sizing: border-box;
}

:root {
  color: #13212b;
  background-color: #f6f5f2;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

body {
  margin: 0;
  color: #13212b;
  background-color: #f6f5f2;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  padding: 22px 6vw 10px;
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.85rem;
  color: #3f4c57;
  max-width: 340px;
}

.nav-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: 0.95rem;
  padding: 6px 0;
}

.menu-toggle {
  border: 1px solid #9aa6b1;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #ffffff;
}

.nav-collapsible {
  display: none;
  flex-basis: 100%;
  padding-top: 10px;
}

.nav-open .nav-collapsible {
  display: flex;
}

main {
  flex: 1;
}

.section {
  padding: 70px 6vw;
}

.tone-a {
  background-color: #ffffff;
}

.tone-b {
  background-color: #eef1f4;
}

.tone-c {
  background-color: #f9f0e8;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > .col {
  flex: 1 1 320px;
}

.hero h1 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.2;
  margin-top: 0;
}

.lead {
  font-size: 1.1rem;
  color: #384753;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background-color: #172a3a;
  color: #ffffff;
  gap: 8px;
}

.btn-outline {
  border: 1px solid #172a3a;
  color: #172a3a;
  background-color: transparent;
}

.inline-link {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(19, 33, 43, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a3c56;
}

.img-frame {
  background-color: #dfe6ec;
  border-radius: 18px;
  overflow: hidden;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-frame.fixed {
  height: 240px;
}

.bg-layer {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background-color: #dfe6ec;
}

.bg-layer .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.bg-layer .bg-content {
  position: relative;
  z-index: 2;
  padding: 36px;
  background: rgba(247, 247, 245, 0.88);
  border-radius: 22px;
}

.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.metric {
  flex: 1 1 180px;
  background-color: #fff;
  padding: 18px;
  border-radius: 16px;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 28px rgba(19, 33, 43, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c6d1db;
  font: inherit;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background-color: #1f3b4d;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(19, 33, 43, 0.25);
  z-index: 10;
}

.footer {
  padding: 40px 6vw 60px;
  background-color: #13212b;
  color: #f0f4f8;
}

.footer a {
  color: #f0f4f8;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-col {
  flex: 1 1 220px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d5dee6;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(19, 33, 43, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.two-col .col {
  flex: 1 1 320px;
}

.content-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 18px;
}

@media (max-width: 840px) {
  .nav-links {
    display: none;
  }

  .nav-open .nav-links {
    display: flex;
  }

  .ad-label {
    max-width: 100%;
  }
}
