*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #0e1a17;
  background: #f7f6f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 90%);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0;
  background: #f0efe8;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
  align-items: center;
}

.nav a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  border-color: #0e1a17;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #0e1a17;
  color: #f7f6f2;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.ghost-button {
  border: 1px solid #0e1a17;
  background: transparent;
  color: #0e1a17;
}

.section {
  padding: 72px 0;
}

.section.accent {
  background: #ffffff;
}

.section.deep {
  background: #111f1c;
  color: #f7f6f2;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.split.reverse {
  flex-direction: column-reverse;
}

.split > div {
  flex: 1;
}

.offset-card {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 18px 35px rgba(14, 26, 23, 0.12);
  position: relative;
  top: -24px;
}

.floating-card {
  background: #f7f6f2;
  padding: 20px 24px;
  border-radius: 14px;
  border: 1px solid #d7d3c8;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dde7e1;
  font-size: 0.85rem;
  font-weight: 600;
}

.grid-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-card,
.story-card,
.policy-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid #e4e0d6;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card strong {
  font-size: 1.2rem;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-price {
  font-size: 1.4rem;
  font-weight: 700;
}

.inline-link {
  border-bottom: 1px solid currentColor;
}

.media-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.media-stack img {
  border-radius: 16px;
}

.testimonial {
  background: #0e1a17;
  color: #f7f6f2;
  padding: 22px;
  border-radius: 16px;
}

.sticky-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sticky-card {
  position: sticky;
  top: 24px;
  align-self: flex-start;
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #d7d3c8;
}

.form-shell {
  background: #ffffff;
  padding: 32px;
  border-radius: 22px;
  border: 1px solid #e4e0d6;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid label {
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cfc9bc;
  font-family: inherit;
}

.footer {
  background: #0e1a17;
  color: #f7f6f2;
  padding: 32px 0 40px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #cfc9bc;
  border-radius: 18px;
  padding: 18px 20px;
  width: min(520px, 90%);
  display: none;
  box-shadow: 0 18px 40px rgba(14, 26, 23, 0.18);
  z-index: 10;
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.policy-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-title {
  font-size: clamp(2.3rem, 3vw, 3.4rem);
  margin: 12px 0 16px;
}

.muted {
  color: #4b5956;
}

.callout {
  font-weight: 600;
}

@media (min-width: 840px) {
  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .grid-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card,
  .story-card,
  .policy-card {
    flex: 1 1 calc(33% - 20px);
  }

  .pricing {
    flex-direction: row;
  }

  .sticky-wrap {
    flex-direction: row;
    align-items: flex-start;
  }

  .cookie-actions {
    flex-direction: row;
  }

  .footer-links {
    flex-direction: row;
    gap: 18px;
  }
}
