:root {
  --bg: #f6f4f1;
  --surface: #ffffff;
  --ink: #1f2428;
  --muted: #5a646b;
  --accent: #1f6f8b;
  --accent-dark: #155567;
  --sand: #efe7dd;
  --stone: #e1e6e8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

header {
  background: var(--surface);
  border-bottom: 1px solid var(--stone);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  gap: 12px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
  background: var(--sand);
  padding: 6px 10px;
  border-radius: 999px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 36px 0 60px;
}

.section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0 6%;
}

.split {
  display: flex;
  flex: 1;
  min-width: 280px;
  gap: 24px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1;
  min-width: 260px;
}

.panel.surface {
  background: var(--surface);
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(31, 36, 40, 0.08);
}

.panel.sand {
  background: var(--sand);
  padding: 24px;
  border-radius: 18px;
}

.panel.stone {
  background: var(--stone);
  padding: 24px;
  border-radius: 18px;
}

.hero {
  background: var(--surface);
}

.hero-image {
  background-color: #d9e3e6;
  border-radius: 22px;
  overflow: hidden;
}

.image-frame {
  background-color: #dde6ea;
  border-radius: 16px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  background: var(--surface);
  border-radius: 16px;
  padding: 18px;
  flex: 1;
  min-width: 240px;
  box-shadow: 0 8px 24px rgba(31, 36, 40, 0.08);
}

.card h3 {
  margin-top: 12px;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  font-size: 0.85rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cta.secondary {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
}

.cta.inline-link {
  background: transparent;
  color: var(--accent-dark);
  padding: 0;
}

.cta-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stacked-panel {
  margin-top: 18px;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--stone);
}

.pricing-item:last-child {
  border-bottom: none;
}

.form-wrapper {
  background: var(--surface);
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(31, 36, 40, 0.12);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cbd4d8;
  font-size: 1rem;
  font-family: inherit;
}

footer {
  background: var(--surface);
  padding: 28px 6%;
  border-top: 1px solid var(--stone);
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 0.92rem;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--accent-dark);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(21, 85, 103, 0.35);
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: var(--surface);
  border: 1px solid var(--stone);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 30;
  box-shadow: 0 10px 30px rgba(31, 36, 40, 0.12);
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.muted {
  color: var(--muted);
}

.bg-callout {
  background-color: #3e4a52;
  background-image: url("https://images.unsplash.com/photo-1501183638710-841dd1904471?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 36px;
  color: #fff;
}

.bg-process {
  background-color: #4a5a5f;
  background-image: url("https://images.unsplash.com/photo-1507089947368-19c1da9775ae?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 36px;
  color: #fff;
}

.bg-calm {
  background-color: #55656d;
  background-image: url("https://images.unsplash.com/photo-1501045661006-fcebe0257c3f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 36px;
  color: #fff;
}

.small {
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
