* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1b1a;
  background-color: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 28px 80px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-disclosure {
  font-size: 12px;
  color: #4a423c;
  background: #efe7de;
  padding: 6px 10px;
  border-radius: 16px;
  align-self: flex-start;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h1 {
  font-size: 44px;
  margin: 0;
  line-height: 1.15;
}

.hero-text p {
  margin: 0;
  color: #3e3731;
  max-width: 480px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  background: #1d1b1a;
  color: #f7f4ef;
  padding: 12px 18px;
  border-radius: 24px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn.secondary {
  background: transparent;
  color: #1d1b1a;
  border: 1px solid #1d1b1a;
}

.hero-visual {
  flex: 1 1 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}

.img-frame {
  background-color: #e2dbd1;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual .img-frame {
  width: 100%;
  max-width: 420px;
  height: 420px;
}

.floating-card {
  position: absolute;
  bottom: -24px;
  left: 12px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  max-width: 240px;
  font-size: 13px;
}

.section-split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.section-split.reverse {
  flex-direction: row-reverse;
}

.section-split .text-block {
  flex: 1 1 320px;
}

.section-split .text-block h2,
.section-split .text-block h3 {
  margin-top: 0;
}

.section-split .visual-block {
  flex: 1 1 320px;
  display: flex;
  justify-content: center;
}

.stacked-panels {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.panel h3 {
  margin: 0;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 24px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card .img-frame {
  width: 100%;
  height: 160px;
}

.price {
  font-weight: 700;
}

.quote-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #efe7de;
  padding: 26px;
  border-radius: 24px;
}

.inline-link {
  color: #1d1b1a;
  border-bottom: 1px solid #1d1b1a;
}

.form-section {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 220px;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d3c8bc;
  font-size: 14px;
  font-family: inherit;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  border-top: 1px solid #d8cfc5;
  padding-top: 24px;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #1d1b1a;
  color: #f7f4ef;
  padding: 10px 14px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 20;
}

.sticky-cta button {
  background: #f7f4ef;
  color: #1d1b1a;
  border: none;
  border-radius: 18px;
  padding: 8px 12px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.section-divider {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.section-divider h2 {
  margin: 0;
  font-size: 32px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 15px;
}

.legal-page {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal-page h1 {
  margin-top: 0;
}

.notice {
  background: #efe7de;
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 13px;
}

.image-stack {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.image-stack .img-frame {
  flex: 1 1 200px;
  height: 160px;
}

.frame-hero {
  width: 100%;
  max-width: 420px;
  height: 420px;
}

.frame-medium {
  width: 100%;
  max-width: 420px;
  height: 320px;
}

.frame-tall {
  width: 100%;
  max-width: 420px;
  height: 360px;
}

@media (max-width: 860px) {
  .hero-text h1 {
    font-size: 34px;
  }

  .floating-card {
    position: static;
    box-shadow: none;
    margin-top: 12px;
  }

  .sticky-cta {
    position: static;
    margin: 0 28px 24px;
    align-self: flex-start;
  }
}
