* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a32;
  background: #f6f4f1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-strip {
  background: #101820;
  color: #f3efe7;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.ad-label {
  background: #f3efe7;
  color: #101820;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.masthead {
  background: #fdfbf8;
  border-bottom: 1px solid #e3ded4;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.masthead-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 15px;
}

.nav a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a:focus {
  border-color: #1f2a32;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f2a32;
  color: #f6f4f1;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.cta-button.secondary {
  background: #f3efe7;
  color: #1f2a32;
  border: 1px solid #1f2a32;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 48px 24px;
  background: #fdfbf8;
}

.hero-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 620px;
}

.hero-text h1 {
  font-size: 38px;
  margin: 0;
  line-height: 1.2;
}

.hero-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.hero-media {
  background-color: #d9d3c8;
  border-radius: 20px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.magazine-strip {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: #5b646b;
}

.section {
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section.alt {
  background: #ffffff;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 640px;
}

.section-head h2 {
  margin: 0;
  font-size: 30px;
}

.section-head p {
  margin: 0;
  color: #4d585f;
  line-height: 1.6;
}

.magazine-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.magazine-card {
  flex: 1 1 260px;
  background: #fdfbf8;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.magazine-card .card-media {
  background-color: #dcd5c9;
  display: flex;
}

.magazine-card img {
  width: 100%;
  height: 180px;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-body h3 {
  margin: 0;
  font-size: 18px;
}

.price-tag {
  font-weight: 700;
  color: #1f2a32;
}

.split-band {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split-panel {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.split-panel img {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  background-color: #d9d3c8;
}

.quote {
  background: #1f2a32;
  color: #f6f4f1;
  padding: 22px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-wrap {
  background: #fdfbf8;
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 640px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c0b4;
  font-size: 15px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.two-col {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.two-col .form-row {
  flex: 1 1 240px;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #101820;
  color: #f3efe7;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.sticky-cta button {
  background: #f3efe7;
  color: #101820;
}

.footer {
  background: #101820;
  color: #f3efe7;
  padding: 32px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.disclaimer {
  font-size: 13px;
  color: #c9c0b4;
  line-height: 1.6;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 380px;
  background: #ffffff;
  color: #1f2a32;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 15, 15, 0.18);
  display: none;
  z-index: 50;
}

.cookie-banner p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 48px 24px 24px;
  background: #fdfbf8;
}

.page-hero h1 {
  margin: 0 0 12px 0;
  font-size: 34px;
}

.page-block {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal-text {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  line-height: 1.7;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background: #fdfbf8;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bg-ledger {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f4f1;
}

.bg-document {
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1f2a32;
}

.bg-overlay {
  background: rgba(16, 24, 32, 0.78);
  padding: 32px;
  border-radius: 18px;
}

.accent-link {
  color: #1f2a32;
  border-bottom: 1px solid #1f2a32;
  padding-bottom: 2px;
}

@media (min-width: 900px) {
  .hero-layout {
    flex-direction: row;
    align-items: center;
  }

  .hero-media {
    min-height: 360px;
    flex: 1 1 420px;
  }

  .hero-text {
    flex: 1 1 420px;
  }
}
