* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: light;
  --ink: #1c1c1c;
  --muted: #555;
  --soft: #f4f1ed;
  --accent: #2f5f7c;
  --accent-dark: #234a61;
  --warm: #efe6da;
  --glass: rgba(255, 255, 255, 0.7);
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  padding: 24px 6%;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.nav-brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nav-brand strong {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 8px;
  border-radius: 18px;
  background: var(--soft);
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 48px 6%;
  background: var(--soft);
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h1 {
  font-size: 2.5rem;
  line-height: 1.15;
}

.hero-text p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  background: var(--accent);
  color: #fff;
  padding: 12px 20px;
  border-radius: 26px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn.secondary {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.hero-visual {
  flex: 1 1 320px;
  min-height: 340px;
  border-radius: 20px;
  overflow: hidden;
  background: #d7dbe0;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 48px 6%;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
  background: var(--warm);
}

.split-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.split-text h2 {
  font-size: 2rem;
}

.split-text p {
  color: var(--muted);
}

.split-visual {
  flex: 1 1 320px;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  background: #d9e3e5;
}

.service-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 48px 6%;
  background: #fff;
}

.service-stack {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  display: flex;
  gap: 16px;
  background: var(--soft);
  padding: 16px;
  border-radius: 16px;
  align-items: center;
}

.service-image {
  width: 110px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
  background: #d5dce6;
  flex-shrink: 0;
}

.service-card h3 {
  font-size: 1.15rem;
}

.service-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.pricing-list {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--warm);
  padding: 24px;
  border-radius: 18px;
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 12px;
}

.pricing-item:last-child {
  border-bottom: none;
}

.pricing-item span {
  font-weight: 600;
}

.cta-inline {
  color: var(--accent-dark);
  text-decoration: underline;
}

.booking {
  padding: 48px 6%;
  background: var(--soft);
}

.booking-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.booking-info {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.booking-form {
  flex: 1 1 320px;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-form label {
  font-weight: 600;
}

.booking-form select,
.booking-form input,
.booking-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfd6dd;
  font-size: 0.95rem;
}

.booking-form button {
  align-self: flex-start;
}

.business-model {
  padding: 48px 6%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  background: #fff;
}

.business-model .model-card {
  flex: 1 1 320px;
  background: var(--soft);
  padding: 22px;
  border-radius: 16px;
}

.model-visual {
  flex: 1 1 320px;
  min-height: 260px;
  border-radius: 16px;
  background-color: #d6dee4;
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=800&q=80");
  background-size: cover;
  background-position: center;
}

.section-banner {
  padding: 36px 6%;
  background: var(--accent);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.section-banner .btn {
  background: #fff;
  color: var(--accent);
}

.footer {
  padding: 32px 6%;
  background: #0f1c23;
  color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer small {
  color: #c9d1d7;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sticky-cta {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 10;
}

.sticky-cta a {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 12px 18px;
  border-radius: 26px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-hero {
  padding: 48px 6%;
  background: var(--warm);
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.page-hero h1 {
  font-size: 2.2rem;
}

.page-hero .hero-visual {
  min-height: 240px;
}

.content-area {
  padding: 32px 6%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.list-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.list-card {
  flex: 1 1 260px;
  background: var(--soft);
  padding: 18px;
  border-radius: 14px;
}

.list-card strong {
  display: block;
  margin-bottom: 8px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border: 1px solid #d1d9e0;
  border-radius: 14px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid var(--accent);
  background: #fff;
  cursor: pointer;
}

.cookie-actions button.primary {
  background: var(--accent);
  color: #fff;
}

@media (max-width: 900px) {
  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
