* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  background: #f7f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1e5b6a;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.9;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  background: #f3efe9;
  border-bottom: 1px solid #e2d9cf;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  position: relative;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a6a70;
}

.nav-toggle {
  display: none;
  background: #1f2a2e;
  color: #fff;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
}

.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}

.main-nav a {
  font-weight: 600;
}

.hero {
  padding: 60px 0 40px;
}

.hero-layout {
  display: flex;
  align-items: stretch;
  gap: 32px;
  position: relative;
}

.hero-text {
  flex: 1.1;
  background: #ffffff;
  padding: 36px;
  border-radius: 18px;
  box-shadow: 0 22px 40px rgba(31, 42, 46, 0.08);
}

.hero-text h1 {
  font-size: 2.6rem;
  margin: 0 0 18px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.btn {
  background: #1e5b6a;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  color: #1e5b6a;
  border: 2px solid #1e5b6a;
}

.hero-image {
  flex: 0.9;
  border-radius: 24px;
  overflow: hidden;
  background: #d7e2e4;
  transform: translateY(18px);
  box-shadow: -20px 30px 40px rgba(31, 42, 46, 0.12);
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.floating-note {
  position: absolute;
  right: 4%;
  bottom: -30px;
  background: #f7e9dc;
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: 0 16px 26px rgba(31, 42, 46, 0.12);
}

.section {
  padding: 70px 0;
  position: relative;
}

.bg-image-section {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #cdd8d8;
}

.bg-overlay {
  background: rgba(31, 42, 46, 0.75);
  color: #fff;
  padding: 50px;
  border-radius: 24px;
}

.section-muted {
  background: #f1efe9;
}

.asym-row {
  display: flex;
  gap: 32px;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-card {
  flex: 1;
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 18px 32px rgba(31, 42, 46, 0.08);
}

.image-frame {
  flex: 1;
  background: #d7e2e4;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  min-height: 280px;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.offset-block {
  margin-top: -30px;
  margin-left: 8%;
  width: 85%;
  background: #fff;
  padding: 24px 28px;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(31, 42, 46, 0.1);
}

.services-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 280px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 24px rgba(31, 42, 46, 0.08);
}

.service-card img {
  height: 180px;
}

.service-body {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price {
  font-weight: 700;
  color: #1e5b6a;
  font-size: 1.1rem;
}

.trust-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.trust-pill {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 999px;
  box-shadow: 0 12px 20px rgba(31, 42, 46, 0.08);
}

.testimonial {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 4px solid #1e5b6a;
}

.model-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.model-step {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 12px 18px rgba(31, 42, 46, 0.08);
}

.form-section {
  background: #1f2a2e;
  color: #fff;
}

.form-wrap {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.form-panel {
  flex: 1 1 320px;
  background: #ffffff;
  color: #1f2a2e;
  padding: 28px;
  border-radius: 18px;
}

.form-panel label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid #c8d2d4;
  font-family: inherit;
}

.form-panel button {
  width: 100%;
}

.form-aside {
  flex: 1 1 260px;
}

.footer {
  background: #f3efe9;
  padding: 40px 0;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 12px 0 24px;
}

.footer small {
  color: #5a6a70;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1e5b6a;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 16px 24px rgba(31, 42, 46, 0.18);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 18px 30px rgba(31, 42, 46, 0.12);
  z-index: 20;
  max-width: 320px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.page-hero {
  padding: 50px 0 30px;
}

.page-hero .asym-row {
  align-items: flex-start;
}

.legal-content {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 16px 24px rgba(31, 42, 46, 0.08);
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 12px 18px rgba(31, 42, 46, 0.08);
}

.thanks-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 18px 30px rgba(31, 42, 46, 0.1);
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .hero-layout,
  .asym-row {
    flex-direction: column;
  }

  .floating-note {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .main-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 12px 20px rgba(31, 42, 46, 0.12);
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 10;
  }

  .main-nav.open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
  }
}
