* {
  box-sizing: border-box;
}

:root {
  --bg: #f6f4f1;
  --text: #1f2a32;
  --muted: #5a6b74;
  --accent: #1b5e62;
  --accent-soft: #d7eceb;
  --warm: #f0e5d6;
  --card: #ffffff;
  --line: #d9dee2;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

header {
  padding: 24px 6vw 12px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ad-label {
  font-size: 12px;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 4px 8px;
  border-radius: 999px;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 24px 6vw 48px;
}

.hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.hero-visual {
  flex: 1;
  min-height: 360px;
  background: var(--warm);
  border-radius: 28px;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: var(--accent);
}

.btn:hover {
  filter: brightness(0.96);
}

.split {
  display: flex;
  gap: 28px;
  padding: 48px 6vw;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.split-media {
  flex: 1;
  min-height: 280px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--accent-soft);
}

.split-media img {
  width: 100%;
  height: 100%;
}

.panel {
  background: var(--card);
  border-radius: 24px;
  padding: 28px;
  border: 1px solid var(--line);
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-media {
  width: 100%;
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--warm);
}

.card-media img {
  width: 100%;
  height: 100%;
}

.section-title {
  font-size: 28px;
  margin: 0;
}

.muted {
  color: var(--muted);
}

.cta-inline {
  color: var(--accent);
  text-decoration: underline;
  font-weight: 600;
}

.form-section {
  padding: 56px 6vw;
  background: #ffffff;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.field-half {
  flex: 1;
  min-width: 220px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-size: 16px;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.quote {
  background: var(--accent-soft);
  border-radius: 18px;
  padding: 18px 20px;
  font-style: italic;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: var(--accent);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

footer {
  padding: 36px 6vw 80px;
  background: #101a1f;
  color: #f4f5f6;
}

.footer-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #f4f5f6;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 320px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 16px;
  z-index: 10;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-bg {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.section-bg .panel {
  background: rgba(16, 26, 31, 0.72);
  border-color: rgba(255, 255, 255, 0.2);
}

.image-frame {
  background: #e6ecef;
}

@media (max-width: 900px) {
  .hero,
  .split {
    flex-direction: column;
  }

  .sticky-cta {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
