* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f252d;
  background: #f7f5f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  flex: 0 0 240px;
  background: #11151a;
  color: #f7f5f1;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand h1,
.brand h2 {
  font-size: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand span {
  font-size: 13px;
  color: #b7c2cf;
}

.side-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
}

.side-nav a {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.side-highlight {
  background: #1b2633;
  padding: 18px;
  border-radius: 12px;
  font-size: 14px;
}

.content {
  flex: 1;
  padding: 32px 6vw 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(12, 17, 22, 0.08);
}

.section.alt {
  background: #f1efe8;
}

.section.dark {
  background: #1b2633;
  color: #f7f5f1;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.split > div {
  flex: 1 1 280px;
}

.pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: #efc060;
  color: #1b1d20;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
  text-transform: uppercase;
}

.hero-title {
  font-size: 38px;
  line-height: 1.2;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn.primary {
  background: #1b2633;
  color: #f7f5f1;
}

.btn.secondary {
  background: transparent;
  border-color: #1b2633;
  color: #1b2633;
}

.btn.light {
  background: #f7f5f1;
  color: #1b2633;
  border-color: rgba(255, 255, 255, 0.5);
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ece7df;
}

.card.dark {
  background: #141a22;
  color: #f7f5f1;
  border-color: rgba(255, 255, 255, 0.1);
}

.price {
  font-size: 22px;
  font-weight: 700;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quote {
  font-style: italic;
  font-size: 16px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d6d0c7;
  font-size: 15px;
  font-family: inherit;
}

.footer {
  font-size: 14px;
  color: #5a6270;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer a {
  color: #5a6270;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10;
  background: #efc060;
  color: #1b1d20;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(24, 24, 24, 0.2);
  font-weight: 700;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 360px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #ece7df;
  box-shadow: 0 18px 40px rgba(12, 17, 22, 0.18);
  display: none;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.notice {
  font-size: 13px;
  color: #7a8491;
}

.image-frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ece7df;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  border: 1px solid #e5ded4;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.two-column > div {
  flex: 1 1 320px;
}

.text-muted {
  color: #6a7280;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.inline-cta {
  color: #0f3a5c;
  text-decoration: underline;
  font-weight: 600;
}

@media (max-width: 960px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    flex: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px;
  }

  .side-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .side-nav a {
    border-bottom: none;
  }
}

@media (max-width: 640px) {
  .content {
    padding: 24px;
  }

  .section {
    padding: 24px;
  }

  .hero-title {
    font-size: 30px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
