* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1d1f26;
  background: #f6f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #2a4b9b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #e5e2dc;
}

.nav-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ad-label {
  padding: 6px 10px;
  background: #f0eadf;
  border-radius: 12px;
  font-size: 12px;
  color: #4a463f;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 48px 6% 32px;
  background: #ffffff;
}

.hero-text {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero-visual {
  flex: 1 1 320px;
  min-width: 280px;
  background: #d9d6cf;
  border-radius: 18px;
  overflow: hidden;
}

.hero h1 {
  font-size: 40px;
  margin: 0 0 16px;
  line-height: 1.15;
}

.hero p {
  margin: 0 0 18px;
  font-size: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #2a4b9b;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #2a4b9b;
  color: #2a4b9b;
  background: transparent;
  cursor: pointer;
}

.section {
  padding: 44px 6%;
}

.section.alt {
  background: #ffffff;
}

.section-title {
  font-size: 26px;
  margin-bottom: 18px;
}

.magazine-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.col {
  flex: 1 1 280px;
  min-width: 260px;
}

.panel {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 24px rgba(26, 27, 34, 0.08);
}

.panel img {
  border-radius: 12px;
  margin-bottom: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0eadf;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #4a463f;
}

.pricing-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

.price-card {
  flex: 1 1 260px;
  min-width: 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #efe7db;
}

.price-card h3 {
  margin: 0 0 8px;
}

.price {
  font-size: 22px;
  font-weight: 700;
  color: #2a4b9b;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: stretch;
}

.form-card {
  flex: 1 1 300px;
  min-width: 280px;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc3b5;
  font-size: 14px;
  background: #ffffff;
}

textarea {
  min-height: 90px;
}

.inline-note {
  font-size: 14px;
  color: #4a463f;
}

.story-image {
  background: #d9d6cf;
  border-radius: 16px;
  overflow: hidden;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #1d1f26;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 18px;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(29, 31, 38, 0.2);
  z-index: 40;
}

.footer {
  background: #1d1f26;
  color: #f7f4ed;
  padding: 36px 6%;
}

.footer a {
  color: #f7f4ed;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 180px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(26, 27, 34, 0.15);
  max-width: 320px;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid #2a4b9b;
  background: #2a4b9b;
  color: #ffffff;
  cursor: pointer;
}

.cookie-actions .reject {
  background: transparent;
  color: #2a4b9b;
}

.split-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border-radius: 18px;
  background: #f0eadf;
}

.split-banner img {
  border-radius: 14px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial {
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border-left: 4px solid #2a4b9b;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-narrow {
  max-width: 840px;
}

.full-bleed {
  background: #ffffff;
  padding: 0 6% 44px;
}

.full-bleed img {
  border-radius: 0;
}

.page-hero {
  padding: 36px 6% 20px;
  background: #ffffff;
}

.simple-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.simple-card {
  flex: 1 1 280px;
  min-width: 260px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #efe7db;
}

.section-image {
  background: #d9d6cf;
  border-radius: 16px;
  overflow: hidden;
}

.no-margin {
  margin: 0;
}
