* {
  box-sizing: border-box;
}

:root {
  --ink: #1c2430;
  --muted: #5c6b7a;
  --accent: #2e6f9e;
  --accent-2: #c97b3a;
  --bg: #f6f4f1;
  --paper: #ffffff;
  --soft: #eef2f6;
  --shadow: 0 18px 40px rgba(19, 28, 38, 0.12);
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 88px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.nav-brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  color: var(--muted);
  border: 1px solid #d6dbe1;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fafafa;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  position: relative;
}

.hero-text {
  flex: 1.1;
  padding: 24px;
  background: var(--paper);
  border-radius: 20px;
  box-shadow: var(--shadow);
  transform: translateY(12px);
}

.hero-media {
  flex: 1;
  background: #dfe6ee;
  border-radius: 28px;
  overflow: hidden;
  min-height: 320px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
}

.btn.secondary {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.grid-flow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 48px;
}

.asym-row {
  display: flex;
  gap: 28px;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}

.card {
  background: var(--paper);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
}

.card.highlight {
  border-left: 4px solid var(--accent-2);
}

.image-frame {
  background: #dbe3ec;
  border-radius: 18px;
  overflow: hidden;
  flex: 1;
}

.offset-panel {
  background: #f0eee9;
  padding: 24px;
  border-radius: 22px;
  transform: translateX(20px);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 250px;
  background: var(--paper);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card .price {
  font-weight: 700;
  color: var(--accent-2);
}

.form-shell {
  display: flex;
  gap: 22px;
  align-items: stretch;
  background: var(--paper);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

label {
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d6dbe1;
  font-size: 0.95rem;
  font-family: inherit;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.footer {
  margin-top: 64px;
  background: #101a24;
  color: #d9e2ec;
  padding: 36px 24px 48px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer a {
  color: #d9e2ec;
}

.disclaimer {
  font-size: 0.85rem;
  color: #b6c3cf;
  max-width: 420px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  box-shadow: var(--shadow);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: none;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  max-width: 320px;
  z-index: 6;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e7edf4;
  color: var(--muted);
  font-size: 0.8rem;
}

.legal-block {
  background: var(--paper);
  padding: 24px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  margin-top: 24px;
}

.notice {
  background: #eef5f9;
  border-left: 4px solid var(--accent);
  padding: 14px 16px;
  border-radius: 12px;
}

.bg-panel-one {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 24px;
  padding: 32px;
}

.bg-panel-two {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 24px;
  padding: 32px;
}

@media (max-width: 920px) {
  .hero,
  .asym-row,
  .form-shell {
    flex-direction: column;
  }

  .offset-panel {
    transform: none;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
