* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a33;
  background: #f7f8fa;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 48px 0 96px;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-bar {
  padding: 24px 0;
  background: #ffffff;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a6670;
  max-width: 280px;
}

.split {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-col,
.split .media-col {
  flex: 1 1 320px;
}

.eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7c8892;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 16px;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

p {
  color: #2f3b45;
  margin-bottom: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f2a33;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #1f2a33;
}

.btn.secondary {
  background: transparent;
  color: #1f2a33;
}

.text-link {
  font-weight: 600;
  border-bottom: 1px solid #1f2a33;
  padding-bottom: 2px;
}

.media-frame {
  background-color: #e3e8ec;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
}

.panel-background {
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 48px;
  color: #ffffff;
}

.panel-background p {
  color: #f1f5f9;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 16px 32px rgba(23, 34, 44, 0.08);
}

.card-image {
  background-color: #edf1f4;
  border-radius: 12px;
  overflow: hidden;
  height: 160px;
}

.price-tag {
  font-weight: 700;
  color: #1f2a33;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2f5;
  color: #54616b;
  font-size: 0.85rem;
}

.form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 34px rgba(23, 34, 44, 0.12);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ccd4db;
  font-size: 1rem;
  font-family: inherit;
  background: #ffffff;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-rail {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 30px rgba(23, 34, 44, 0.1);
}

.footer {
  background: #10161c;
  color: #d6dde4;
  padding: 48px 0;
}

.footer a {
  color: #d6dde4;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 220px;
}

.disclaimer {
  font-size: 0.85rem;
  color: #c6ced7;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: min(360px, 90%);
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 36px rgba(20, 30, 40, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-banner.hidden {
  display: none;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(23, 34, 44, 0.1);
}

@media (max-width: 768px) {
  .split {
    flex-direction: column;
    align-items: stretch;
  }

  .panel-background {
    padding: 32px;
  }

  .sticky-rail {
    position: static;
  }
}
