* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: #3a5cff;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

img {
  display: block;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-bar {
  background: #f0ece6;
  padding: 18px 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  border: 1px solid #c2b8a9;
  border-radius: 999px;
  font-size: 0.75rem;
  background: #fff;
  color: #4a3c2a;
}

.hero {
  padding: 64px 0 40px;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-text h1 {
  font-size: 2.6rem;
  margin-bottom: 16px;
}

.hero-text p {
  max-width: 520px;
  font-size: 1.05rem;
}

.hero-media {
  flex: 1 1 320px;
  min-height: 360px;
  background: #d9d0c5;
  border-radius: 24px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: 56px 0;
}

.section-tight {
  padding: 36px 0;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 12px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.text-card {
  background: #fff;
  padding: 28px;
  color: #1c1c1c;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(23, 19, 12, 0.08);
}

.img-frame {
  background: #d9d0c5;
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
  flex: 1 1 280px;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  flex: 1 1 220px;
  box-shadow: 0 12px 24px rgba(20, 20, 20, 0.06);
}

.backdrop {
  background-size: cover;
  background-position: center;
  color: #fff;
}

.backdrop-one {
  background-image: url("https://images.unsplash.com/photo-1505691723518-36a5ac3be353?w=1400&q=80");
}

.backdrop-two {
  background-image: url("https://images.unsplash.com/photo-1494438639946-1ebd1d20bf85?w=1400&q=80");
}

.backdrop-overlay {
  background: rgba(10, 10, 10, 0.55);
  padding: 48px 24px;
}

.backdrop .section-title {
  color: #fff;
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.stat {
  flex: 1 1 200px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.08);
}

.service-card .service-body {
  padding: 20px;
  flex: 1;
}

.price-tag {
  font-weight: 700;
  color: #202a44;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #202a44;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  background: #3a4f73;
}

.btn.secondary {
  background: #fff;
  color: #202a44;
  border: 1px solid #c3c8d4;
}

.btn.secondary:hover,
.btn.secondary:focus {
  background: #f1f3f7;
}

.cta-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.layered {
  background: #efe9e1;
}

.layered .overlay-card {
  margin-top: -48px;
}

.form-wrapper {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(19, 19, 19, 0.1);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c5c5c5;
  font-size: 1rem;
}

.footer {
  padding: 36px 0 60px;
  background: #131313;
  color: #f5f2eb;
}

.footer a {
  color: #f5f2eb;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d1c7ba;
  margin-top: 14px;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.cookie-banner.show {
  display: block;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 120px;
  z-index: 15;
}

.page-header {
  padding: 48px 0 20px;
}

.page-header h1 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  margin-bottom: 8px;
}

.contact-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.muted {
  color: #5a5a5a;
}

@media (max-width: 860px) {
  .hero-text h1 {
    font-size: 2.1rem;
  }

  .sticky-cta {
    position: static;
    margin: 20px 0 0;
  }
}
