* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1b1f24;
  background: #f7f6f3;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1b1f24;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.top-bar {
  padding: 22px 0 10px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}

.nav-links a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ad-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5b6571;
}

.hero {
  position: relative;
  color: #f9f9f7;
  padding: 110px 0 80px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 14, 20, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(640px, 90%);
}

.hero h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 20px;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 32px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #f5c451;
  color: #1b1f24;
  font-weight: 600;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  color: #f9f9f7;
  border-color: #f9f9f7;
}

.section {
  padding: 70px 0;
}

.section-alt {
  background: #eef0f2;
}

.section-title {
  font-size: 28px;
  margin: 0 0 18px;
}

.asym-row {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-main {
  flex: 1.2;
}

.asym-side {
  flex: 0.8;
}

.note-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(20, 28, 38, 0.08);
}

.image-frame {
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
}

.frame-slate {
  background-color: #cfd6dc;
}

.frame-amber {
  background-color: #f6e2ba;
}

.frame-blue {
  background-color: #c7d7ea;
}

.frame-graphite {
  background-color: #d0d2d8;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(21, 28, 38, 0.08);
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #2b3a45;
}

.inline-link {
  border-bottom: 1px solid #1b1f24;
}

.form-shell {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(22, 30, 38, 0.1);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-grid label {
  font-size: 14px;
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #c9ced4;
  font-size: 15px;
  font-family: inherit;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer {
  margin-top: auto;
  padding: 40px 0 60px;
  background: #1b1f24;
  color: #f3f3f1;
}

.footer a {
  color: #f3f3f1;
}

.footer-grid {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 1 200px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  color: #1b1f24;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(16, 20, 28, 0.2);
  padding: 16px;
  max-width: 360px;
  z-index: 30;
  display: none;
}

.cookie-banner.active {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.cookie-banner .btn-outline {
  color: #1b1f24;
  border-color: #1b1f24;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #1b1f24;
  color: #f9f9f7;
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
  z-index: 25;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1564499118073-17b2391b6237?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2a3138;
}

.bg-river {
  background-image: url("https://images.unsplash.com/photo-1768413383772-82fc9a6f774f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2f3a44;
  color: #f9f9f7;
}

.bg-river .note-card {
  background: rgba(255, 255, 255, 0.9);
  color: #1b1f24;
}

.simple-header {
  padding: 80px 0 40px;
  background: #f1efe9;
}

.simple-header h1 {
  margin: 0 0 12px;
  font-size: 36px;
}

.content-block {
  padding: 26px 0;
  border-bottom: 1px solid #d7d7d7;
}

.content-block:last-child {
  border-bottom: none;
}

.contact-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(21, 30, 38, 0.1);
}

.thanks-box {
  background: #ffffff;
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(21, 30, 38, 0.1);
  max-width: 720px;
}

@media (max-width: 900px) {
  .asym-row,
  .asym-row.reverse {
    flex-direction: column;
  }

  .hero h1 {
    font-size: 34px;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
