* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d1f22;
  background: #f7f6f3;
  line-height: 1.6;
}

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

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

.site-header {
  padding: 24px 6vw 8px;
}

.nav-asym {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-brand {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-disclosure {
  font-size: 0.85rem;
  background: #1d1f22;
  color: #f7f6f3;
  padding: 6px 10px;
  border-radius: 18px;
}

.hero {
  padding: 64px 6vw 80px;
  background-size: cover;
  background-position: center;
  color: #f7f6f3;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 20, 23, 0.65);
}

.hero-inner {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 320px;
  max-width: 560px;
}

.hero-card {
  flex: 1 1 280px;
  background: #f7f6f3;
  color: #1d1f22;
  padding: 20px;
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}

.offset-card {
  transform: translateY(30px);
}

.hero-card-text {
  margin-top: 14px;
  font-weight: 600;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
  background-color: #2a2f35;
}

.asym-section {
  padding: 80px 6vw;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.asym-section.reverse {
  flex-direction: row-reverse;
}

.asym-left {
  flex: 1 1 320px;
}

.asym-right {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-list {
  margin: 0;
  padding-left: 18px;
}

.cards-section {
  padding: 80px 6vw;
  background: #ffffff;
}

.section-head {
  max-width: 520px;
  margin-bottom: 30px;
}

.card-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.info-card {
  flex: 1 1 240px;
  background: #f3f3f0;
  padding: 18px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.insight {
  padding: 90px 6vw;
  background-size: cover;
  background-position: center;
  color: #f7f6f3;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1518779578993-ec3579fee39f?w=1400&q=80");
  background-color: #1a232b;
}

.insight-content {
  max-width: 560px;
  background: rgba(17, 20, 23, 0.7);
  padding: 26px;
  border-radius: 20px;
}

.trust-section {
  padding: 80px 6vw;
}

.trust-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.trust-quote {
  flex: 1 1 280px;
  font-size: 1.1rem;
}

.trust-stats {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat {
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
}

.form-section {
  padding: 90px 6vw;
  background: #f1ece4;
}

.form-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.form-copy {
  flex: 1 1 280px;
}

.benefit-list {
  padding-left: 18px;
}

.lead-form {
  flex: 1 1 280px;
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
}

.lead-form input,
.lead-form select {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7c7c7;
  font-size: 1rem;
}

.form-note {
  font-size: 0.85rem;
  color: #4d4f54;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.primary {
  background: #1d1f22;
  color: #ffffff;
}

.btn.secondary {
  background: #f7f6f3;
  color: #1d1f22;
  border: 1px solid #1d1f22;
}

.btn.ghost {
  background: transparent;
  color: #1d1f22;
  border: 1px solid #1d1f22;
}

.text-link {
  text-decoration: underline;
}

.image-frame {
  background: #d8d3c8;
  border-radius: 20px;
  overflow: hidden;
}

.page-hero {
  padding: 70px 6vw 40px;
}

.page-hero-inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.story-section {
  padding: 70px 6vw;
  background: #ffffff;
}

.story-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.story-grid div {
  flex: 1 1 200px;
  background: #f3f3f0;
  padding: 18px;
  border-radius: 16px;
}

.highlight-box {
  background: #1d1f22;
  color: #f7f6f3;
  padding: 18px;
  border-radius: 16px;
}

.service-list {
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border-radius: 22px;
  padding: 20px;
}

.service-row.reverse {
  flex-direction: row-reverse;
}

.service-content {
  flex: 1 1 260px;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 10px 0 16px;
}

.cta-panel {
  padding: 70px 6vw;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  background: #f1ece4;
}

.contact-section {
  padding: 70px 6vw;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.legal-section {
  padding: 70px 6vw;
  background: #ffffff;
}

.thanks-section {
  padding: 100px 6vw;
  display: flex;
  justify-content: center;
}

.thanks-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 24px;
  max-width: 520px;
}

.thanks-service {
  font-weight: 600;
}

.site-footer {
  padding: 50px 6vw;
  background: #1d1f22;
  color: #f7f6f3;
}

.footer-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.site-footer a {
  display: block;
  margin-bottom: 6px;
  color: #f7f6f3;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d4d0c8;
}

.footer-bottom {
  margin-top: 30px;
  font-size: 0.85rem;
  color: #b9b6b0;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1d1f22;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  color: #1d1f22;
  padding: 16px;
  border-radius: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 520px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-banner.hidden {
  display: none;
}

@media (max-width: 860px) {
  .hero-inner,
  .form-wrap,
  .trust-grid,
  .page-hero-inner {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
