* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f4f0;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #1d3b57;
  text-decoration: none;
}

a:hover,
button:hover {
  filter: brightness(0.95);
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  background: #efe8df;
  border-bottom: 1px solid #e1d6c9;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  color: #6a4e2f;
  background: #f4e6d4;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  padding: 64px 0 40px;
}

.section {
  padding: 56px 0;
}

.section.alt {
  background: #ffffff;
}

.audio-backdrop {
  background-color: #2a2f33;
  background-image: url("https://images.unsplash.com/photo-1470229722913-7c0e2dbbafd3?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f4f0;
}

.audio-backdrop a {
  color: #f7f4f0;
}

.audio-backdrop .subtle {
  color: #e7ded3;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > .split-text,
.split > .split-media {
  flex: 1 1 320px;
}

.split-text h1,
.split-text h2 {
  margin-bottom: 16px;
  line-height: 1.2;
}

.split-text p {
  margin-bottom: 16px;
}

.media-frame {
  background-color: #e6dfd5;
  border-radius: 20px;
  overflow: hidden;
  padding: 8px;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.tag-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.tag {
  background: #e9dccc;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #1d3b57;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
}

.btn.alt {
  background: #6a4e2f;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #1d3b57;
  color: #1d3b57;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #1d3b57;
}

.testimonial {
  background: #f0e7dd;
  padding: 18px;
  border-radius: 14px;
  margin-top: 14px;
}

.sticky-cta {
  position: sticky;
  top: 24px;
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.form-wrapper {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d8cfc4;
  border-radius: 10px;
  font-size: 1rem;
  background: #faf7f4;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.footer {
  background: #1d3b57;
  color: #ffffff;
  padding: 32px 0;
}

.footer a {
  color: #f5e8d6;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.disclaimer {
  font-size: 0.85rem;
  margin-top: 16px;
  color: #f0e7dd;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  z-index: 20;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.subtle {
  color: #5b544a;
  font-size: 0.9rem;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.flex-1 {
  flex: 1;
}
