* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f5f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 6%;
  background: #efe9df;
  border-bottom: 1px solid #e0d8cc;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.ad-label {
  font-size: 0.75rem;
  color: #524a3e;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.nav-links a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus {
  border-color: #3c4a3b;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
  padding: 48px 6% 32px;
  background: #f1efe9;
}

.hero-text {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin: 0 0 16px;
}

.hero-text p {
  font-size: 1.05rem;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.primary-btn,
.secondary-btn,
.card-btn,
.form-btn,
.sticky-cta,
.inline-cta {
  cursor: pointer;
  border: none;
  padding: 12px 20px;
  font-size: 0.95rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.primary-btn {
  background: #3c4a3b;
  color: #fff;
}

.primary-btn:hover,
.primary-btn:focus {
  background: #2d382c;
}

.secondary-btn {
  background: #f4e3c4;
  color: #3c4a3b;
}

.secondary-btn:hover,
.secondary-btn:focus {
  background: #e9d5b0;
}

.hero-image {
  flex: 1 1 360px;
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #d8d4cc;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  padding: 40px 6%;
  background: #fff;
}

.split-section.alt {
  background: #f7f2ea;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1 1 320px;
}

.split-text h2 {
  margin-top: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.split-text .inline-cta {
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: #3c4a3b;
  font-weight: 600;
}

.split-text .inline-cta:hover,
.split-text .inline-cta:focus {
  color: #2d382c;
}

.split-image {
  flex: 1 1 320px;
  min-height: 240px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #d6d1c6;
}

.route-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 36px 6%;
  background: #f1efe9;
}

.route-card {
  flex: 1 1 280px;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e4dfd5;
}

.route-card h3 {
  margin-top: 0;
}

.route-visual {
  flex: 1 1 320px;
  min-height: 260px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #d6d1c6;
  background-image: url("https://images.unsplash.com/photo-1473625247510-8ceb1760943f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.services {
  padding: 42px 6%;
  background: #fff;
}

.services-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 220px;
  border-radius: 18px;
  background: #f7f2ea;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card img {
  border-radius: 12px;
  width: 100%;
  height: 160px;
  background-color: #d9d4c9;
}

.service-card strong {
  font-size: 1.05rem;
}

.price {
  font-weight: 600;
  color: #3c4a3b;
}

.card-btn {
  margin-top: auto;
  background: #3c4a3b;
  color: #fff;
}

.card-btn:hover,
.card-btn:focus {
  background: #2d382c;
}

.trust {
  padding: 40px 6%;
  background: #efe9df;
}

.trust-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trust-note {
  flex: 1 1 260px;
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e0d8cc;
}

.form-section {
  padding: 46px 6%;
  background: #fff;
}

.form-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.form-panel {
  flex: 1 1 320px;
  background: #f7f2ea;
  border-radius: 20px;
  padding: 24px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

select,
input {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7d0c4;
  font-size: 1rem;
}

.form-btn {
  background: #3c4a3b;
  color: #fff;
}

.form-btn:hover,
.form-btn:focus {
  background: #2d382c;
}

.footer {
  padding: 32px 6% 60px;
  background: #1f221f;
  color: #f6f2ea;
}

.footer a {
  color: #f6f2ea;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}

.footer small {
  display: block;
  opacity: 0.8;
  margin-top: 10px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #f4e3c4;
  color: #3c4a3b;
  z-index: 10;
}

.sticky-cta:hover,
.sticky-cta:focus {
  background: #e9d5b0;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border: 1px solid #d7d0c4;
  border-radius: 14px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-actions button {
  border: none;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  background: #3c4a3b;
  color: #fff;
}

.cookie-actions button.secondary {
  background: #f4e3c4;
  color: #3c4a3b;
}

.simple-page {
  padding: 42px 6% 60px;
  background: #fff;
}

.legal-block {
  max-width: 780px;
}

.legal-block h1 {
  margin-top: 0;
}

.legal-block ul {
  padding-left: 20px;
}

.contact-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #f7f2ea;
  border-radius: 18px;
  padding: 24px;
}

.contact-card div {
  flex: 1 1 240px;
}

.contact-image {
  flex: 1 1 280px;
  min-height: 220px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #d7d0c4;
}

.thanks-card {
  background: #f7f2ea;
  padding: 24px;
  border-radius: 18px;
  max-width: 640px;
}

@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
