* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1d;
  background-color: #f6f3ef;
  line-height: 1.6;
}

a {
  color: #1f4e79;
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: 2px solid #1f4e79;
  outline-offset: 2px;
}

header {
  background-color: #efe9e1;
  border-bottom: 1px solid #ddd2c6;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
  gap: 16px;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.ad-label {
  font-size: 0.85rem;
  color: #594a3a;
  background-color: #e4dbcf;
  padding: 6px 10px;
  border-radius: 18px;
}

nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px 6% 32px;
  background-color: #f0ebe3;
}

.hero-text,
.hero-media {
  flex: 1 1 360px;
}

.hero h1 {
  font-size: 2.6rem;
  margin: 0 0 16px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn {
  padding: 12px 18px;
  border-radius: 26px;
  border: none;
  background-color: #1f4e79;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.btn.alt {
  background-color: #ffffff;
  color: #1f4e79;
  border: 1px solid #1f4e79;
}

.section {
  padding: 46px 6%;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .content,
.split .media {
  flex: 1 1 320px;
}

.image-frame {
  background-color: #d9cfc2;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame.narrow {
  max-width: 420px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.cards.spaced {
  margin-top: 24px;
}

.card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.card h3 {
  margin: 0;
}

.card .price {
  font-weight: 700;
  color: #1f4e79;
}

.inline-cta {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
}

.form-area {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.form-area form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-area label {
  font-weight: 600;
}

.form-area input,
.form-area select,
.form-area textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cbbfaf;
  font-size: 1rem;
}

.bg-band {
  position: relative;
  padding: 50px 6%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #e7ddd0;
}

.bg-band .bg-image {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  z-index: 0;
}

.bg-band .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-band .content {
  position: relative;
  z-index: 1;
}

footer {
  background-color: #1d1d1d;
  color: #f6f3ef;
  padding: 34px 6%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer a {
  color: #f6f3ef;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.disclaimer {
  font-size: 0.9rem;
  color: #e7ddd0;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  max-width: 320px;
  z-index: 20;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.simple-hero {
  padding: 34px 6%;
  background-color: #efe9e1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.simple-hero h1 {
  margin: 0;
  font-size: 2rem;
}

.notice {
  background-color: #f6f3ef;
  border-left: 4px solid #1f4e79;
  padding: 14px 16px;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-item {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.pricing-item strong {
  font-size: 1.05rem;
}
