* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1e1e1e;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6%;
  background: #14110f;
  color: #fef9f3;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  border-radius: 20px;
  background: #f4a261;
  color: #1e1e1e;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 60px 6% 40px;
  background: #2b1f16;
  color: #fef9f3;
  gap: 28px;
}

.hero-inner {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-copy {
  flex: 1 1 320px;
}

.hero-title {
  font-size: 2.6rem;
  margin-bottom: 12px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  padding: 12px 22px;
  border-radius: 30px;
  background: #e76f51;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  border: 1px solid #fef9f3;
  color: #fef9f3;
}

.hero-media {
  flex: 1 1 300px;
}

.media-frame {
  background: #3a2a1d;
  border-radius: 18px;
  overflow: hidden;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: 56px 6%;
}

.section.alt {
  background: #fff8ef;
}

.section.dark {
  background: #1a1412;
  color: #fef9f3;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 12px;
}

.section-lead {
  max-width: 760px;
}

.story-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.story-card {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.story-card.dark {
  background: #2f2219;
  color: #fef9f3;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #f4a261;
  color: #1e1e1e;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .copy {
  flex: 1 1 320px;
}

.split .visual {
  flex: 1 1 300px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
}

.benefits {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}

.benefit-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pricing-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing-card {
  flex: 1 1 250px;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.pricing-card h3 {
  margin-top: 0;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #e76f51;
}

.form-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  max-width: 620px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d3c9c0;
  font-size: 1rem;
  font-family: inherit;
}

.inline-link {
  color: #e76f51;
  font-weight: 600;
}

.footer {
  margin-top: auto;
  background: #14110f;
  color: #fef9f3;
  padding: 32px 6%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer a {
  color: #f4a261;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #2a9d8f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff8ef;
  padding: 16px 6%;
  display: none;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.small-note {
  font-size: 0.9rem;
  opacity: 0.85;
}

.two-column {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.two-column > div {
  flex: 1 1 280px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
}

.section-divider {
  height: 3px;
  width: 70px;
  background: #e76f51;
  margin: 12px 0 20px;
}
