@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Montserrat:wght@600;700;800&display=swap");

:root {
  --aqua: #bfeffd;
  --cream: #f7f6f2;
  --gold: #d8ae2f;
  --green: #8ecb7a;
  --ink: #1e2d37;
  --coral: #d98a73;
  --white: #fffdf8;
  --muted: #61727d;
  --line: rgba(30, 45, 55, 0.14);
  --shadow: 0 18px 50px rgba(30, 45, 55, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Lora", Georgia, serif;
  line-height: 1.65;
}

body::before {
  content: none;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 46px;
  top: 12px;
  padding: 8px 12px;
  background: var(--ink);
  color: white;
  transform: translateY(-140%);
  z-index: 40;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  margin-left: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 246, 242, 0.92);
  backdrop-filter: blur(16px);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, white 0 18%, var(--gold) 19% 38%, var(--aqua) 39% 100%);
  box-shadow: 0 0 0 4px rgba(191, 239, 253, 0.45);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus {
  border-color: var(--gold);
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button.soft {
  border-color: rgba(30, 45, 55, 0.18);
  background: white;
  color: var(--ink);
}

main {
  margin-left: 0;
}

.section {
  padding: clamp(58px, 8vw, 108px) 22px;
  background: rgba(247, 246, 242, 0.62);
  backdrop-filter: blur(2px);
}

.section.alt {
  background: rgba(255, 253, 248, 0.82);
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding-top: 42px;
  padding-bottom: 70px;
  background:
    linear-gradient(rgba(247, 246, 242, 0.58), rgba(247, 246, 242, 0.58)),
    url("assets/eldorado-vodni-pozadi-1.webp") center / cover no-repeat;
}

.hero-copy {
  display: grid;
  gap: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: #3b6f73;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.55rem, 7vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

h3 {
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: #364a54;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.98rem;
}

.compact-copy { max-width: 860px; }
.compact-copy p:last-child { max-width: 760px; font-size: 1.12rem; }
.lead-magnet-preview { min-height: 520px; aspect-ratio: 3 / 4; text-align: center; }
.lead-magnet-preview > span, .thankyou-product-card > span { font-family: "Montserrat", Arial, sans-serif; font-size: clamp(1.5rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.15; }
.lead-magnet-preview small, .thankyou-product-card small { display: block; margin-top: 16px; font-size: .85rem; font-weight: 700; }
.native-lead-form { display: grid; gap: 12px; }
.native-lead-form label { font-family: "Montserrat", Arial, sans-serif; font-weight: 700; }
.native-lead-form input[type="email"] { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--ink); font: inherit; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-family: "Lora", Georgia, serif !important; font-size: .9rem; font-weight: 400 !important; }
.consent-row input { margin-top: 5px; }
.hidden-field { position: absolute; left: -9999px; }
.thankyou-product-card { min-height: 420px; aspect-ratio: 1 / 1; text-align: center; }
.sos-card-page { padding: 28px; background: #dff5f6; }
.sos-card { max-width: 760px; margin: 0 auto; padding: clamp(28px, 6vw, 64px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.sos-card h1 { font-size: clamp(3rem, 9vw, 6rem); }
.sos-steps { display: grid; gap: 18px; margin: 40px 0; padding-left: 26px; }
.sos-steps li { padding-left: 8px; }
.sos-steps strong, .sos-steps span { display: block; }
.sos-card blockquote { margin: 34px 0; padding: 24px; border-left: 5px solid var(--gold); background: var(--cream); font-size: 1.25rem; }
@media print { .print-button { display: none; } .sos-card-page { padding: 0; background: white; } .sos-card { box-shadow: none; border: 0; } }

.hero-visual {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(30, 45, 55, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(191, 239, 253, 0.34), rgba(255, 253, 248, 0.88));
  box-shadow: var(--shadow);
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #efe5dc;
}

.hero-visual figcaption {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.asset-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(30, 45, 55, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(191, 239, 253, 0.82), rgba(255, 253, 248, 0.68)),
    repeating-linear-gradient(45deg, rgba(30, 45, 55, 0.08) 0 1px, transparent 1px 18px);
  box-shadow: var(--shadow);
}

.asset-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(216, 174, 47, 0.55);
  border-radius: 8px;
}

.asset-placeholder span {
  position: relative;
  max-width: 76%;
  color: rgba(30, 45, 55, 0.74);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.portrait-frame {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.portrait-frame img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 6px;
  background: #efe5dc;
}

.portrait-frame figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.intro-grid,
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.kicker {
  margin: 0 0 10px;
  color: #4b806e;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
}

.stack {
  display: grid;
  gap: 16px;
}

.pillars,
.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards.one {
  grid-template-columns: 1fr;
}

.card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.card.featured {
  border-color: rgba(216, 174, 47, 0.55);
  background: linear-gradient(180deg, white, rgba(255, 215, 0, 0.08));
}

.card .button {
  margin-top: 12px;
}

.clean-list {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  color: #40545e;
}

.integration-box {
  display: grid;
  gap: 12px;
  border-style: dashed;
  background: rgba(255, 255, 255, 0.82);
}

.ghl-form-box {
  display: grid;
  gap: 14px;
}

.ghl-embed {
  width: 100%;
  min-height: 620px;
  border: 0;
  border-radius: 6px;
  background: white;
}

.payment-card {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.payment-card img {
  width: min(100%, 320px);
  height: auto;
}

.thankyou-product-slot {
  min-height: 340px;
  aspect-ratio: 1;
}

.card p,
.legal-page p,
.legal-page li {
  color: #40545e;
}

.mini {
  color: var(--muted);
  font-size: 0.94rem;
}

.quote-band {
  background: rgba(30, 45, 55, 0.91);
  color: white;
}

.quote-band p {
  max-width: 920px;
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  line-height: 1.28;
}

.quote-band small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", Arial, sans-serif;
}

.form-box {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(142, 203, 122, 0.55);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  margin-top: 18px;
}

label {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 12px 13px;
  border: 1px solid rgba(30, 45, 55, 0.22);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  color: #40545e;
  font-size: 0.92rem;
}

.checkbox input {
  width: 18px;
  min-height: 18px;
  margin-top: 5px;
}

.page-hero {
  padding: clamp(72px, 9vw, 130px) 22px clamp(42px, 6vw, 80px);
  background:
    linear-gradient(rgba(247, 246, 242, 0.64), rgba(247, 246, 242, 0.64)),
    url("assets/eldorado-vodni-pozadi-1.webp") center / cover no-repeat;
}

.page-hero .lead {
  max-width: 820px;
}

.legal-page {
  max-width: 880px;
}

.legal-page h2 {
  margin-top: 42px;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.legal-page h3,
.legal-page h4 {
  margin: 30px 0 0;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.legal-page blockquote {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: rgba(255, 215, 0, 0.09);
  color: #40545e;
}

.legal-page code {
  padding: 1px 5px;
  border-radius: 4px;
  background: rgba(30, 45, 55, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
}

.notice {
  padding: 18px 20px;
  border-left: 4px solid var(--coral);
  border-radius: 6px;
  background: rgba(217, 138, 115, 0.12);
}

.site-footer {
  margin-left: 0;
  padding: 36px 22px;
  border-top: 1px solid var(--line);
  background: rgba(30, 45, 55, 0.96);
  color: white;
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.84rem;
  text-decoration: none;
}

.cookie-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: min(520px, calc(100vw - 58px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.cookie-panel[hidden],
.cookie-settings[hidden] {
  display: none;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.cookie-settings {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.switch-row input {
  width: 42px;
}

@media (max-width: 900px) {
  .nav,
  .nav-links {
    align-items: flex-start;
  }

  .nav {
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero,
  .intro-grid,
  .two-col,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    max-width: 440px;
  }

  .pillars,
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .hero-visual {
    max-width: 100%;
  }

  .pillars,
  .cards,
  .cards.three {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.35rem, 14vw, 3.35rem);
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
