* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f6f2;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: #141414;
  color: #f6f6f6;
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  line-height: 1.4;
  color: #d2d2d2;
  border-left: 3px solid #8bc9ff;
  padding-left: 10px;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}

.nav a {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.nav a:focus,
.nav a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.sidebar .cta-link {
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 12px;
  background: #8bc9ff;
  color: #111;
  font-weight: 600;
  text-align: center;
}

.content {
  flex: 1;
  padding: 38px 52px 120px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}

header.page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.page-header .headline {
  font-size: 34px;
  margin: 0;
}

.page-header .intro {
  max-width: 480px;
  font-size: 16px;
  line-height: 1.6;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split {
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.card .price {
  font-weight: 700;
  color: #0e4e6a;
}

.image-frame {
  background: #dbe4e8;
  border-radius: 18px;
  overflow: hidden;
  flex: 1;
  min-height: 220px;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.highlight {
  background: #fff3db;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 18px;
  border-radius: 12px;
  background: #0e4e6a;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.btn.secondary {
  background: #ffffff;
  color: #0e4e6a;
  border: 1px solid #0e4e6a;
}

.inline-link {
  color: #0e4e6a;
  font-weight: 600;
}

.pill-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pill {
  background: #e8eef2;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 13px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  font-size: 14px;
  background: #fff;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-row > div {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #0e4e6a;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  z-index: 20;
}

.footer {
  background: #111;
  color: #e6e6e6;
  padding: 26px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  max-width: 340px;
  display: none;
  z-index: 30;
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 13px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.cookie-actions .accept {
  background: #0e4e6a;
  color: #ffffff;
}

.cookie-actions .reject {
  background: #e5e5e5;
  color: #222;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
}

.notice {
  font-size: 12px;
  color: #5d5d5d;
}

.image-grid {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.image-grid .image-frame {
  flex: 1 1 180px;
  min-height: 160px;
}

@media (max-width: 980px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .sidebar .cta-link {
    margin-top: 0;
  }

  .content {
    padding: 28px 24px 120px;
  }

  .split {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
