* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2430;
  background: #f7f4f0;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.header {
  padding: 24px 0 12px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  background: #fde4c8;
  color: #5c2b00;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.hero {
  background-color: #1c2738;
  background-image: url("https://images.unsplash.com/photo-1503676260728-1c00da094a0b?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 20, 35, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 120px 0 100px;
}

.hero-title {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  margin: 0;
}

.hero-sub {
  max-width: 560px;
  font-size: 1.1rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  background: #f7c79c;
  color: #2c1b0f;
  font-weight: 600;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  border: 1px solid currentColor;
  color: inherit;
}

.section {
  padding: 72px 0;
}

.section-tight {
  padding: 56px 0;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.offset-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(21, 26, 38, 0.15);
  max-width: 420px;
  margin-left: auto;
}

.media-box {
  background: #d9e2ec;
  border-radius: 18px;
  overflow: hidden;
  flex: 1;
  min-width: 260px;
  height: 320px;
}

.media-box.tall {
  height: 420px;
}

.note {
  background: #f3efe7;
  padding: 18px 24px;
  border-radius: 14px;
  max-width: 520px;
}

.bg-panel {
  background-color: #2b3142;
  background-image: url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.bg-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 34, 0.65);
}

.bg-panel .container {
  position: relative;
  z-index: 1;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.price {
  font-weight: 700;
  color: #2c1b0f;
}

.cta-link {
  color: #0d4a7c;
  text-decoration: underline;
}

.form-panel {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 30px 60px rgba(16, 23, 36, 0.12);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ccd6e0;
  font-size: 1rem;
}

.form-status {
  font-size: 0.95rem;
  color: #8a2b2b;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #1f2430;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.footer {
  margin-top: auto;
  background: #1f2430;
  color: #ffffff;
  padding: 40px 0 60px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d7dce2;
  max-width: 620px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  color: #1f2430;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(18, 22, 34, 0.18);
  width: min(360px, 90%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.hidden {
  display: none;
}

.legal-hero {
  background: #e9e2d9;
  border-radius: 20px;
  padding: 40px;
}

.legal-hero .asym-row {
  gap: 24px;
}

.legal-hero .media-box {
  height: 240px;
}

.simple-section {
  padding: 48px 0 64px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  flex: 1 1 260px;
}
