* {
  box-sizing: border-box;
}

:root {
  --primary: #628290;
  --primary-dark: #2b3f49;
  --primary-soft: #dce8ed;
  --surface-light: #f7fbfc;
  --text-dark: #142026;
  --text-light: #ffffff;
  --accent: #f6b24a;
  --border: #c7d8df;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-dark);
  background: var(--surface-light);
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(20, 32, 38, 0.96);
  color: var(--text-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
}

.brand span {
  color: var(--text-light);
  font-weight: 700;
  letter-spacing: 0.3px;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: var(--text-light);
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  cursor: pointer;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 0.95rem;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--accent);
}

.hero {
  position: relative;
  color: var(--text-light);
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(19, 31, 37, 0.85), rgba(98, 130, 144, 0.45));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.95fr);
  align-items: start;
}

.hero-copy {
  min-width: 0;
}

.hero-copy h1 {
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  margin: 0 0 0.9rem;
  line-height: 1.2;
}

.hero-copy p {
  max-width: 62ch;
  margin: 0;
}

.hero-form {
  display: flex;
  flex-direction: column;
  align-self: start;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text-dark);
  padding: 1.1rem;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.hero-form h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.25;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hero-form-note {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #2b3f49;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hero-form-note a {
  color: #1f6e8a;
  text-decoration: underline;
}

.hero-form > label {
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-form input[type="email"],
.hero-form input[type="text"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 0.35rem;
  margin-bottom: 0.65rem;
}

input,
textarea {
  border: 1px solid #8ea5b0;
  border-radius: 8px;
  padding: 0.7rem 0.75rem;
  font: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  padding: 0.72rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  min-height: 44px;
}

.btn-primary {
  background: var(--primary);
  color: var(--text-light);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #4f6a76;
}

.btn-ghost {
  background: transparent;
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn-light {
  background: #edf5f8;
  color: #102028;
}

.main-section {
  padding: 4rem 0;
}

.section-dark {
  background: var(--primary-dark);
  color: var(--text-light);
}

.section-accent {
  background: var(--primary-soft);
}

.section-head {
  margin-bottom: 1.3rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.7vw, 2.1rem);
}

.section-head p {
  margin: 0.55rem 0 0;
  max-width: 75ch;
}

.icon-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.icon-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.88);
}

.section-dark .icon-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.icon-card i {
  font-size: 1.4rem;
  color: #1b4a5d;
}

.section-dark .icon-card i {
  color: #ffd085;
}

.split {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
}

.card {
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #ffffff;
  padding: 1.1rem;
}

.section-dark .card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  margin-bottom: 0.6rem;
  padding-left: 1.8rem;
  position: relative;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1f6e8a;
  font-weight: 700;
}

.section-dark .checklist li::before {
  color: #ffd085;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #ffffff;
  padding: 0.8rem 0.95rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-index {
  background: #c8d9e1;
  border-top: 1px solid #b0c5cf;
}

.faq-index .section-head h2,
.faq-index .section-head p {
  color: #000000;
}

.faq-index .faq-list details,
.faq-index .faq-list summary,
.faq-index .faq-list p {
  color: #000000;
}

.interactive-stack {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.55rem;
}

.creative-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.creative-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.95rem 1rem;
  color: #0f1e24;
}

.creative-card h3 {
  margin: 0 0 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.02rem;
}

.creative-card i {
  color: #1f6e8a;
}

.section-dark .creative-card {
  background: rgba(255, 255, 255, 0.94);
  color: #000000;
}

.section-dark .interactive-panel {
  background: rgba(255, 255, 255, 0.96);
  color: #000000;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.65rem 0.95rem;
}

.section-dark .interactive-panel summary {
  color: #000000;
  cursor: pointer;
  font-weight: 600;
}

.section-dark .interactive-panel ul {
  margin: 0.55rem 0 0.15rem;
  padding-left: 1.2rem;
  color: #111111;
}

.setup-checklist {
  margin: 1.1rem 0 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #ffffff;
}

.setup-legend {
  font-weight: 700;
  padding: 0 0.35rem;
  color: #000000;
}

.setup-row {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin-bottom: 0.55rem;
  cursor: pointer;
  color: #000000;
}

.setup-row input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.section-accent .interactive-panel.setup-extra {
  margin-top: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: #000000;
}

.section-accent .interactive-panel.setup-extra summary {
  color: #000000;
  cursor: pointer;
  font-weight: 600;
}

.section-accent .interactive-panel.setup-extra p {
  color: #000000;
  margin: 0.55rem 0 0;
}

.interactive-panel.setup-extra {
  margin-top: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: #000000;
}

.interactive-panel.setup-extra summary {
  color: #000000;
  cursor: pointer;
  font-weight: 600;
}

.interactive-panel.setup-extra p {
  color: #000000;
  margin: 0.55rem 0 0;
}

.highlight-split-section {
  background: #ffffff;
  padding: 3.5rem 0 4rem;
}

.highlight-split-title {
  margin: 0 auto 2.5rem;
  text-align: center;
  font-weight: 300;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  letter-spacing: 0.04em;
  color: #e57373;
}

.highlight-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.highlight-split-col {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-split-blob {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.highlight-split-blob--pink {
  width: min(92vw, 340px);
  height: min(92vw, 340px);
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  background: rgba(244, 143, 177, 0.45);
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}

.highlight-split-blob--cream {
  width: min(96vw, 420px);
  height: min(70vw, 300px);
  right: 50%;
  top: 50%;
  transform: translate(48%, -50%);
  background: rgba(255, 249, 196, 0.55);
  border-radius: 40% 60% 65% 35% / 45% 35% 65% 55%;
}

.highlight-split-photo {
  position: relative;
  z-index: 1;
  width: min(78vw, 300px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0 12%;
  box-shadow: 0 18px 40px rgba(43, 63, 73, 0.18);
}

.highlight-split-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-split-copy {
  position: relative;
  z-index: 1;
  max-width: 52ch;
  margin-left: auto;
  padding: clamp(1rem, 3vw, 2rem);
  color: #000000;
  font-size: clamp(0.95rem, 2.1vw, 1.05rem);
  line-height: 1.7;
  text-align: right;
}

.highlight-split-copy p {
  margin: 0;
}

@media (max-width: 820px) {
  .highlight-split-grid {
    grid-template-columns: 1fr;
  }

  .highlight-split-col {
    min-height: 0;
  }

  .highlight-split-photo {
    margin: 0 auto;
  }

  .highlight-split-blob--pink {
    transform: translate(-50%, -50%);
  }

  .highlight-split-blob--cream {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(96vw, 360px);
    height: min(55vw, 260px);
  }

  .highlight-split-copy {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    max-width: none;
  }
}

@media (max-width: 320px) {
  .highlight-split-section {
    padding: 2.25rem 0 2.5rem;
  }

  .highlight-split-title {
    margin-bottom: 1.5rem;
    font-size: 1.35rem;
  }

  .highlight-split-photo {
    width: 220px;
  }

  .highlight-split-blob--pink {
    width: 260px;
    height: 260px;
  }
}

.site-footer {
  background: #111f25;
  color: var(--text-light);
  padding: 2.2rem 0 1.2rem;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #f0f6f8;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffd085;
}

.legal {
  margin-top: 1rem;
  font-size: 0.92rem;
}

.contact-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.contact-form textarea {
  min-height: 130px;
}

.gdpr-row {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0.8rem 0;
}

.gdpr-row input {
  margin-top: 0.15rem;
}

.map-wrap iframe {
  width: 100%;
  border: 0;
  min-height: 300px;
  border-radius: 14px;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  background: #ffffff;
  color: var(--text-dark);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(17, 27, 32, 0.22);
  padding: 1rem;
  display: none;
}

.cookie-banner.visible {
  display: block;
}

.cookie-banner a {
  color: #1f6e8a;
  text-decoration: underline;
}

.hero-email-consent {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0.35rem 0 0.75rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #2b3f49;
  min-width: 0;
}

.hero-email-consent input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  min-width: 1.05rem;
  margin: 0.2rem 0 0;
  flex-shrink: 0;
  accent-color: var(--primary);
}

.hero-email-consent label {
  cursor: pointer;
  flex: 1;
  min-width: 0;
}

.hero-email-consent a {
  color: #1f6e8a;
  text-decoration: underline;
}

.hero-form .btn-primary {
  margin-top: 0.2rem;
  align-self: stretch;
}

.contact-form .gdpr-row label a {
  color: #1f6e8a;
  text-decoration: underline;
}

.legal-compact {
  font-size: 0.88rem;
  opacity: 0.95;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.cookie-settings {
  display: none;
  margin-top: 0.9rem;
  border-top: 1px solid #dbe6eb;
  padding-top: 0.9rem;
}

.cookie-settings.open {
  display: block;
}

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
}

.toggle-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

@media (max-width: 900px) {
  .hero-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .main-nav {
    display: none;
    width: 100%;
  }

  .main-nav.open {
    display: block;
  }

  .header-inner {
    flex-wrap: wrap;
    padding: 0.6rem 0;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.5rem 0 0.8rem;
  }
}

@media (max-width: 420px) {
  .container {
    width: 94%;
  }

  .hero {
    min-height: 620px;
  }

  .btn {
    width: 100%;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 15px;
  }

  .brand span {
    font-size: 0.88rem;
  }

  .hero-copy h1 {
    font-size: 1.5rem;
  }
}
