* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c2024;
  background-color: #f7f6f2;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem 6vw 1.25rem;
  background-color: #f0efe9;
  border-bottom: 1px solid #ddd8cf;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a5650;
  max-width: 380px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.95rem;
}

.site-nav a {
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  background-color: #ffffff;
  border: 1px solid #e0dbd2;
}

.main {
  flex: 1;
}

.section {
  padding: 4.5rem 6vw;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: #6a5f57;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

h3 {
  font-size: 1.35rem;
}

p {
  margin: 0;
  color: #3c3934;
  line-height: 1.6;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn,
.btn-secondary {
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 1px solid #1c2024;
  background-color: #1c2024;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-secondary {
  background-color: transparent;
  color: #1c2024;
}

.inline-link {
  text-decoration: underline;
}

.image-frame {
  background-color: #dfe5ea;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d4d8dd;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-card {
  display: flex;
  gap: 1.5rem;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 1.5rem;
  border: 1px solid #ece6dd;
  align-items: center;
}

.card-thumb {
  width: 140px;
}

.service-card .card-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.price {
  font-weight: 700;
  color: #1c2024;
}

.highlight-block {
  background-color: #fff5e6;
  border-radius: 22px;
  padding: 2.2rem;
  border: 1px solid #efdac1;
}

.numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.numbers .metric {
  flex: 1 1 160px;
  background-color: #fff;
  border-radius: 16px;
  padding: 1.2rem 1.4rem;
  border: 1px solid #e6ded4;
}

.bg-soft {
  background-color: #efeae2;
}

.bg-image-one {
  background-color: #1b252c;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-image-two {
  background-color: #20262c;
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.overlay {
  background-color: rgba(19, 24, 30, 0.55);
  border-radius: 24px;
  padding: 3rem;
}

.form-card {
  background-color: #fff;
  border-radius: 22px;
  padding: 2.4rem;
  border: 1px solid #e5dfd7;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 0.85rem;
  border-radius: 12px;
  border: 1px solid #cfc7bb;
  font-size: 1rem;
  font-family: inherit;
}

.sticky-cta {
  position: sticky;
  top: 1.5rem;
  align-self: flex-start;
  background-color: #1c2024;
  color: #fff;
  padding: 1.2rem 1.4rem;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.sticky-cta button {
  border: none;
  background-color: #fff;
  color: #1c2024;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  max-width: 360px;
  background-color: #ffffff;
  border-radius: 18px;
  border: 1px solid #e5dfd7;
  padding: 1.4rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 1rem;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 0.8rem;
}

.cookie-actions button {
  flex: 1;
  border-radius: 999px;
  padding: 0.6rem;
  border: 1px solid #1c2024;
  background-color: #1c2024;
  color: #fff;
  cursor: pointer;
}

.cookie-actions .reject {
  background-color: transparent;
  color: #1c2024;
}

.site-footer {
  background-color: #1f2327;
  color: #f7f6f2;
  padding: 3rem 6vw 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.footer-disclaimer {
  font-size: 0.9rem;
  color: #d7d1c6;
  line-height: 1.6;
}

.legal-note {
  font-size: 0.85rem;
  color: #cfc8be;
}

.simple-hero {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.two-column .col {
  flex: 1 1 320px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.pricing-table {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pricing-card {
  display: flex;
  gap: 1.5rem;
  background-color: #fff;
  border-radius: 20px;
  padding: 1.6rem;
  border: 1px solid #e6e0d7;
  align-items: center;
}

.pricing-card .card-text {
  flex: 1;
}

.contact-block {
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #e3ddd3;
}

.hero-image {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #d8d2c9;
  background-color: #e4e8ee;
}

.thanks-banner {
  background-color: #fff;
  border-radius: 24px;
  padding: 3rem;
  border: 1px solid #e6e0d7;
}

@media (max-width: 780px) {
  .sticky-cta {
    position: static;
  }

  .cookie-banner {
    right: 1rem;
    left: 1rem;
    max-width: none;
  }
}
