* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1f2933;
  background: #f6f4f1;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: #ffffff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-right: 1px solid #e4e2de;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-sub {
  font-size: 14px;
  color: #52606d;
}

.ad-label {
  font-size: 12px;
  color: #8a6d3b;
  background: #fff4d6;
  padding: 10px 12px;
  border-radius: 8px;
  line-height: 1.4;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
}

.nav a {
  padding: 8px 0;
  border-bottom: 1px solid #ede9e3;
}

.sidebar-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content {
  flex: 1;
  padding: 40px 6vw 80px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero {
  gap: 32px;
}

.split {
  display: flex;
  gap: 36px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h1 {
  font-size: 38px;
  margin: 0;
  line-height: 1.15;
}

.hero-text p {
  font-size: 17px;
  margin: 0;
  color: #3e4c59;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f2933;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.button.secondary {
  background: #ffffff;
  color: #1f2933;
  border: 1px solid #cbd2d9;
}

.text-link {
  font-weight: 600;
  color: #1b4d89;
}

.media-frame {
  background: #d9e2ec;
  border-radius: 22px;
  overflow: hidden;
  flex: 1 1 320px;
  min-height: 260px;
  display: flex;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.note-band {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.08);
}

.feature-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.feature-card {
  flex: 1 1 220px;
  background: #fdf7f0;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
  background: #eaded1;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 18px;
  border-left: 2px solid #bcccdc;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.08);
}

.service-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  background: #d3e0ea;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.quote-band {
  background: #1f2933;
  color: #ffffff;
  padding: 32px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 15px;
}

.form-section {
  background: #ffffff;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

select,
input,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cbd2d9;
  font-size: 15px;
  font-family: inherit;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-row .field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta {
  position: sticky;
  bottom: 24px;
  margin: 0 24px 24px auto;
  width: fit-content;
  z-index: 2;
}

.sticky-cta .button {
  background: #114b5f;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #d7d2cb;
  font-size: 13px;
  color: #52606d;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: none;
  gap: 16px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
  z-index: 10;
}

.cookie-banner.show {
  display: flex;
  flex-direction: column;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.banner-note {
  background: #f2f4f7;
  padding: 16px;
  border-radius: 14px;
}

.background-block {
  background: #fef9f2;
  padding: 28px;
  border-radius: 22px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.background-block .media-frame {
  min-height: 210px;
}

.contact-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.06);
}

@media (max-width: 960px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e4e2de;
  }

  .sticky-cta {
    margin: 0 auto 24px;
  }
}
