* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1f24;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: #1c4ed8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0 12px;
  background: #f7f5f2;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1e1f24;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  font-size: 0.85rem;
  background: #fff2c5;
  color: #5a3d00;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #f0d28a;
}

.split-section {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 64px 0;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.split-media {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #e7e4df;
  padding: 16px;
  border-radius: 16px;
}

.split-media img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: #6b6f76;
}

h1, h2, h3 {
  line-height: 1.2;
  color: #111217;
}

h1 {
  font-size: clamp(2.2rem, 2vw + 1.6rem, 3.4rem);
}

h2 {
  font-size: clamp(1.6rem, 1.2vw + 1.2rem, 2.4rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #1c4ed8;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #111217;
}

.btn.light {
  background: #ffffff;
  color: #1c4ed8;
  border: 1px solid #c9d5ff;
}

.btn:hover {
  opacity: 0.9;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  background: #ffffff;
  border: 1px solid #e0dedb;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.9rem;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #e8e6e2;
}

.media-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8e6e2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.media-card img {
  width: 100%;
  height: 220px;
}

.media-card .card-body {
  padding: 16px;
}

.price {
  font-weight: 700;
  color: #1c4ed8;
  white-space: nowrap;
}

.highlight {
  background: #111217;
  color: #f7f5f2;
  padding: 20px;
  border-radius: 16px;
}

.testimonial {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #e8e6e2;
}

.form-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e8e6e2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d9d6d0;
  font-size: 1rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
}

.page-footer {
  padding: 48px 0 60px;
  background: #efedea;
  margin-top: 40px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #4a4f57;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border: 1px solid #e1dfdb;
  border-radius: 16px;
  padding: 18px 20px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-bg {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 24px;
  background: #e3e8f5;
}

.hero-bg img {
  width: 100%;
  height: 360px;
  border-radius: 16px;
}

.section-bg {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #e9e6e0;
  padding: 18px;
}

.section-bg img {
  width: 100%;
  height: 260px;
  border-radius: 12px;
}

.two-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.meta-note {
  font-size: 0.9rem;
  color: #5b616a;
}

.inline-link {
  font-weight: 600;
}

.simple-hero {
  padding: 64px 0 24px;
}

.simple-hero p {
  max-width: 720px;
}

.plain-section {
  padding: 48px 0;
}

.plain-section .split-media {
  background: #f1efeb;
}

@media (max-width: 900px) {
  .split-section,
  .split-section.reverse {
    flex-direction: column;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    position: static;
    margin: 20px 0;
  }
}
