* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Tahoma, sans-serif;
  color: #1d1d1f;
  background: #f7f4ef;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-bar {
  background: #f0e8db;
  border-bottom: 1px solid #e2d4c2;
}

.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
}

.logo {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 15px;
}

.ad-disclosure {
  font-size: 12px;
  padding: 6px 10px;
  background: #1d1d1f;
  color: #f7f4ef;
  border-radius: 999px;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.hero {
  padding: 56px 0 40px;
}

.hero-layout {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-text h1 {
  font-size: 42px;
  margin: 0;
  line-height: 1.2;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #2b3a34;
  color: #f7f4ef;
  font-weight: 600;
  border: 1px solid transparent;
}

.btn.secondary {
  background: transparent;
  color: #2b3a34;
  border-color: #2b3a34;
}

.hero-image {
  flex: 1 1 320px;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #d8c8b6;
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.magazine-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: stretch;
}

.magazine-panel {
  flex: 1 1 280px;
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.panel-image {
  background: #f0e8db;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
}

.panel-image img {
  width: 100%;
  height: 220px;
}

.split-story {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 0;
}

.split-story .story-text {
  flex: 1 1 320px;
}

.split-story .story-image {
  flex: 1 1 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #d2d4d1;
}

.story-image img {
  width: 100%;
  height: 320px;
}

.section {
  padding: 48px 0;
}

.section.alt {
  background: #efe7dc;
}

.section h2 {
  margin-top: 0;
  font-size: 30px;
}

.pricing-strip {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing-card {
  flex: 1 1 240px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eadfd2;
}

.pricing-card h3 {
  margin-top: 0;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #2b3a34;
}

.inline-cta {
  color: #2b3a34;
  text-decoration: underline;
  font-weight: 600;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial {
  padding: 18px 22px;
  border-left: 4px solid #2b3a34;
  background: #ffffff;
}

.form-wrap {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.form-card {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-card label {
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbbdaf;
  font-family: inherit;
}

.sidebar-list {
  flex: 1 1 280px;
}

.disclaimer {
  font-size: 14px;
  color: #4b4b4b;
  margin-top: 22px;
}

.footer {
  margin-top: auto;
  background: #1d1d1f;
  color: #f7f4ef;
  padding: 32px 0;
}

.footer .footer-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer a {
  color: #f7f4ef;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 22px;
  display: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
  z-index: 100;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 90px;
  background: #2b3a34;
  color: #f7f4ef;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 90;
}

.page-header {
  padding: 42px 0 10px;
}

.page-header h1 {
  margin: 0;
  font-size: 36px;
}

.content-columns {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.content-columns article {
  flex: 2 1 360px;
}

.content-columns aside {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
}

.policy-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.policy-list p {
  margin: 0;
}

@media (max-width: 720px) {
  .hero-text h1 {
    font-size: 34px;
  }

  .floating-cta {
    right: 12px;
    bottom: 80px;
  }
}
