* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2428;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.top-nav {
  background: #ffffff;
  border-bottom: 1px solid #e2ded7;
}

.top-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #6b5e52;
  background: #f1eee8;
  padding: 6px 10px;
  border-radius: 16px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 0 64px;
}

.hero-split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.hero-text,
.hero-visual {
  flex: 1 1 320px;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
}

.hero-visual {
  display: flex;
  align-items: stretch;
  background: #ded7cf;
  padding: 0;
  overflow: hidden;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  width: 100%;
}

.hero-text h1 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin: 0 0 12px;
}

.hero-text p {
  margin: 0 0 16px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  background: #2a3a2f;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.btn.alt {
  background: #d4c2a5;
  color: #2a3a2f;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  padding: 54px 0;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-section .text-block,
.split-section .media-block {
  flex: 1 1 320px;
}

.media-block {
  background: #ddd6cc;
  border-radius: 16px;
  overflow: hidden;
}

.img-shell {
  background-color: #d9d0c4;
  border-radius: 12px;
  overflow: hidden;
}

.img-shell.sand {
  background-color: #ded7cb;
}

.img-shell.stone {
  background-color: #d8cfc4;
}

.img-shell.clay {
  background-color: #d6cdbf;
}

.highlight {
  background: #2a3a2f;
  color: #ffffff;
  padding: 36px 0;
}

.bg-steps {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 28px;
}

.highlight .highlight-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.service-card img {
  width: 160px;
  height: 120px;
  border-radius: 12px;
}

.service-info {
  flex: 1 1 260px;
}

.price {
  font-weight: 700;
  color: #2a3a2f;
}

.form-section {
  background: #ffffff;
  padding: 46px 0 60px;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 28px;
  color: #ffffff;
}

.bg-insight p {
  margin: 0;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #f7f2ea;
  padding: 24px;
  border-radius: 16px;
}

.form-wrap label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d6cfc7;
  font-size: 0.95rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid #e2ded7;
  padding: 12px 0;
}

.sticky-cta .sticky-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.footer {
  margin-top: auto;
  background: #1f2428;
  color: #f1eee8;
  padding: 30px 0;
}

.footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.footer a {
  color: #f1eee8;
}

.policy-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #ffffff;
  border: 1px solid #e2ded7;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  padding: 16px;
  width: min(320px, 88vw);
  z-index: 20;
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 0.92rem;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 50px 0 30px;
}

.page-hero .hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-visual {
  flex: 1 1 320px;
  background-color: #d9d0c4;
  border-radius: 18px;
  overflow: hidden;
}

.page-copy {
  flex: 1 1 320px;
}

.legal-visual {
  background-color: #ded7cb;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 16px;
}

.simple-section {
  padding: 30px 0 50px;
}

.contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list {
  padding-left: 18px;
}

.notice {
  background: #f1eee8;
  border-left: 4px solid #2a3a2f;
  padding: 16px;
}
