* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1d1f;
  background: #f6f4f0;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px 80px;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0 12px;
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  background: #1d1d1f;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-links a {
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom: 1px solid #1d1d1f;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 32px 0 10px;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-text h1 {
  font-size: 2.6rem;
  margin: 0;
}

.hero-text p {
  margin: 0;
  max-width: 520px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cta-button,
.ghost-cta,
.pill-cta {
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cta-button {
  background: #2c4a52;
  color: #ffffff;
}

.ghost-cta {
  background: transparent;
  border: 1px solid #2c4a52;
  color: #2c4a52;
}

.pill-cta {
  background: #efe8dd;
  color: #2c4a52;
}

.cta-button:hover,
.ghost-cta:hover,
.pill-cta:hover {
  transform: translateY(-1px);
}

.hero-media,
.media-card {
  flex: 1;
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #d8d2c8;
}

.section {
  padding: 56px 0;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1;
  min-width: 280px;
}

.split .media-card {
  flex: 1;
}

.split h2 {
  margin-top: 0;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.highlight {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.card .media-card {
  min-height: 180px;
}

.price {
  font-weight: 700;
  color: #2c4a52;
  font-size: 1.1rem;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.form-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c8c4bc;
  font-size: 1rem;
  background: #f9f7f3;
}

.form-hint {
  display: none;
  color: #a13a2b;
  font-weight: 600;
}

.bg-panel {
  min-height: 280px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-color: #cfc8bd;
  padding: 28px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
}

.bg-atm-row {
  background-image: url("https://images.unsplash.com/photo-1474631245212-32dc3c8310c6?w=1400&q=80");
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.stat {
  flex: 1 1 160px;
  background: #efe8dd;
  border-radius: 16px;
  padding: 16px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #2c4a52;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  background: #1d1d1f;
  color: #ffffff;
  padding: 18px;
  border-radius: 16px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1;
}

.site-footer {
  margin-top: 60px;
  padding-top: 32px;
  border-top: 1px solid #d8d2c8;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.disclaimer {
  background: #efe8dd;
  padding: 16px;
  border-radius: 14px;
}

@media (max-width: 900px) {
  .hero,
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    max-width: none;
  }
}
