* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1a1a1a;
  --muted: #5f6368;
  --soft: #f4f2ef;
  --accent: #1d4ed8;
  --accent-dark: #0f2f8a;
  --warm: #f6ede5;
  --olive: #e5efe6;
}

body {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
input,
textarea {
  font: inherit;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6vw 12px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  border-bottom: 1px solid transparent;
}

.nav a:hover,
.nav a:focus {
  border-bottom-color: var(--ink);
}

.hero {
  display: flex;
  align-items: stretch;
  gap: 32px;
  padding: 40px 6vw 60px;
}

.hero-content {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.hero-card {
  background: var(--soft);
  padding: 24px;
  border-radius: 18px;
}

.hero-image {
  flex: 0.9;
  background: #cbd5e1;
  border-radius: 22px;
  overflow: hidden;
}

.section {
  padding: 60px 6vw;
}

.section-tight {
  padding: 40px 6vw;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1;
}

.panel-soft {
  background: var(--warm);
  border-radius: 20px;
  padding: 28px;
}

.panel-olive {
  background: var(--olive);
  border-radius: 24px;
  padding: 28px;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: var(--accent-dark);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  border: 1px solid var(--ink);
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

.btn.primary {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}

.btn.secondary {
  background: #ffffff;
  color: var(--accent-dark);
  border-color: var(--accent-dark);
}

.inline-link {
  color: var(--accent-dark);
  border-bottom: 1px solid var(--accent-dark);
  padding-bottom: 2px;
}

.inline-link:hover,
.inline-link:focus {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.form-shell {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 8px 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.floating-cta span {
  font-size: 0.9rem;
  color: var(--muted);
}

.footer {
  margin-top: auto;
  padding: 32px 6vw 48px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.legal {
  font-size: 0.85rem;
  color: var(--muted);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  z-index: 30;
}

.cookie-actions {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}

.media-frame {
  border-radius: 20px;
  overflow: hidden;
  background: #cbd5e1;
  height: 280px;
}

.media-frame.tall {
  height: 360px;
}

.section-bg-one {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-color: #1f2937;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.section-bg-two {
  background-image: url("https://images.pexels.com/photos/4944100/pexels-photo-4944100.jpeg");
  background-color: #1f2937;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.section-overlay {
  background: rgba(15, 23, 42, 0.65);
  padding: 40px;
  border-radius: 24px;
}

.muted {
  color: var(--muted);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

@media (max-width: 900px) {
  .hero,
  .split {
    flex-direction: column;
  }

  .floating-cta {
    right: 16px;
    left: 16px;
    justify-content: center;
  }
}
