* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1d1c1a;
  background: #f6f4f0;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: #1d1c1a;
  text-decoration: none;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.top-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 12px;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.ad-label {
  max-width: 240px;
  font-size: 0.82rem;
  background: #efe7db;
  padding: 8px 10px;
  border-radius: 10px;
}

.hero {
  padding: 40px 0 20px;
}

.split {
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.panel h1,
.panel h2,
.panel h3 {
  font-weight: 600;
}

.hero-title {
  font-size: clamp(2.3rem, 3.5vw, 3.5rem);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0efe8;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  width: fit-content;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  background: #1d1c1a;
  color: #f6f4f0;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn.alt {
  background: #c28f5a;
  color: #1d1c1a;
}

.inline-link {
  text-decoration: underline;
  cursor: pointer;
}

.image-card {
  background: #e5ded5;
  border-radius: 18px;
  overflow: hidden;
  min-height: 280px;
}

.bg-cream-1 {
  background: #e5ded5;
}

.bg-cream-2 {
  background: #dad2c6;
}

.bg-cream-3 {
  background: #e0d8cc;
}

.bg-cream-4 {
  background: #ddd5c9;
}

.section {
  padding: 44px 0;
}

.section.alt {
  background: #efe7db;
}

.stat-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.stat {
  flex: 1;
  min-width: 160px;
  background: #f6f4f0;
  padding: 16px;
  border-radius: 16px;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1;
  min-width: 220px;
  background: #f6f4f0;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-image {
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  background: #dcd2c5;
}

.price {
  font-weight: 600;
}

.form-box {
  background: #f6f4f0;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #bdb4a9;
  font-size: 0.95rem;
  background: #fff;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 18px;
  background: #1d1c1a;
  color: #f6f4f0;
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 10;
}

.sticky-cta button {
  background: #c28f5a;
  color: #1d1c1a;
  border: none;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.footer {
  padding: 40px 0 80px;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.disclaimer {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #4d463f;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #f6f4f0;
  border: 1px solid #c9c0b6;
  padding: 16px;
  border-radius: 16px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  border: none;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  background: #1d1c1a;
  color: #f6f4f0;
}

.cookie-actions button.reject {
  background: #c28f5a;
  color: #1d1c1a;
}

.legal-content {
  padding: 40px 0;
}

.page-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 16px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1;
  min-width: 240px;
  background: #f6f4f0;
  padding: 18px;
  border-radius: 16px;
}

.notice {
  background: #efe7db;
  padding: 14px 16px;
  border-radius: 12px;
}

.background-panel {
  background: #e5ded5;
  border-radius: 20px;
  padding: 22px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1c1a;
  font-weight: 600;
  text-align: center;
}

.bg-learning {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

@media (max-width: 900px) {
  .split {
    flex-direction: column;
  }

  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    left: 16px;
    right: 16px;
    justify-content: space-between;
  }
}
