/* TOKENS */
:root {
  --mint:     #4EC9C3;
  --mint-dk:  #2B8580;
  --mint-dkr: #1E3A38;
  --mint-lt:  #DFF7F6;
  --rose:     #F07FA8;
  --rose-dk:  #C75A87;
  --rose-lt:  #FEF0F5;
  --rose-mid: #F9C6DB;
  --ink:      #1E3A38;
  --ink-2:    #3D5C59;
  --ink-3:    #7A9896;
  --bg:       #F7FFFD;
  --surface:  #FFFFFF;
  --muted:    #EFF9F8;
  --border:   #D0EFED;
  --border-2: #B8E4E2;
  --sh1: 0 1px 4px rgba(30,58,56,.06);
  --sh2: 0 4px 16px rgba(30,58,56,.09), 0 1px 4px rgba(30,58,56,.04);
  --sh3: 0 8px 32px rgba(30,58,56,.11), 0 2px 8px rgba(30,58,56,.05);
  --r8: 8px; --r12: 12px; --r16: 16px; --r20: 20px; --r24: 24px; --r99: 9999px;
  --ease: cubic-bezier(.4,0,.2,1);
}

/* ─────────────────────────────────────────────
   RESET + BASE
───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }

/* LANGUAGE */
[data-en] { display: none; }
html[data-lang="en"] [data-en] { display: inline; }
html[data-lang="en"] div[data-en] { display: block; }
html[data-lang="en"] [data-cs] { display: none; }

/* SCROLL REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-left  { opacity: 0; transform: translateX(-28px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(28px);  transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.delay-5 { transition-delay: .5s; }

/* LAYOUT */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.section { padding: 104px 40px; }

/* TYPOGRAPHY */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .75rem; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--rose-dk); margin-bottom: 14px;
}
.eyebrow i { display: inline-block; width: 20px; height: 1.5px; background: var(--rose); flex-shrink: 0; }
.sh { margin-bottom: 52px; }
.sh.center { text-align: center; }
.sh.center .eyebrow { justify-content: center; }
.sh.center .st, .sh.center .sd { margin-left: auto; margin-right: auto; }
.st {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  line-height: 1.08; letter-spacing: -.025em;
  max-width: 540px; margin-bottom: 16px; color: var(--ink);
}
.sd { font-size: 1.0625rem; color: var(--ink-2); max-width: 520px; line-height: 1.85; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; font-family: 'Jost', sans-serif; font-weight: 600;
  border-radius: var(--r99); border: none; cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s;
  white-space: nowrap; letter-spacing: .01em;
}
.btn-sm  { font-size: .8125rem; padding: 8px 20px; }
.btn-lg  { font-size: 1rem; padding: 14px 34px; }
.btn-rose  { background: var(--rose);  color: #fff; box-shadow: 0 4px 14px rgba(240,127,168,.35); }
.btn-rose:hover  { background: var(--rose-dk);  transform: translateY(-2px); box-shadow: 0 8px 22px rgba(240,127,168,.45); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--border-2); }
.btn-ghost:hover { border-color: var(--mint); color: var(--mint-dk); transform: translateY(-2px); }

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: 72px; display: flex; align-items: center;
  background: rgba(247,255,253,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.nav.scrolled { border-color: var(--border); box-shadow: var(--sh1); }
.nav-in {
  width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

/* Logo */
.logo-wrap { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.logo-img {
  width: 48px; height: 48px; border-radius: var(--r12); overflow: hidden;
  border: 2px solid var(--mint); outline: 2px solid rgba(78,201,195,.2); outline-offset: 1px;
  background: linear-gradient(135deg, var(--mint-lt), var(--rose-lt));
  flex-shrink: 0;
}
.logo-img img { width: 100%; height: 100%; object-fit: cover; }
.logo-text { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.35rem; color: var(--ink); line-height: 1; }
.logo-text em { font-style: normal; color: var(--mint-dk); }

/* Nav links */
.nav-links { list-style: none; display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  text-decoration: none; color: var(--ink-2); font-size: .8rem; font-weight: 500;
  padding: 7px 10px; border-radius: var(--r8);
  transition: color .2s, background .2s;
  display: flex; align-items: center; gap: 4px; white-space: nowrap;
}
.nav-links > li > a:hover { color: var(--mint-dk); background: var(--mint-lt); }
.nav-links > li > a svg { width: 10px; height: 10px; transition: transform .25s; }
.nav-links > li:hover > a svg { transform: rotate(180deg); }

/* Dropdown */
.nav-drop {
  position: absolute; top: calc(100% + 2px); left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r16); padding: 8px; min-width: 236px;
  box-shadow: var(--sh3); opacity: 0; visibility: hidden;
  transition: opacity .2s, transform .2s;
}
.nav-links > li:hover .nav-drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-drop a {
  display: flex; align-items: center; gap: 11px;
  padding: 9px 13px; border-radius: var(--r8);
  text-decoration: none; color: var(--ink); font-size: .875rem;
  transition: background .15s, color .15s;
}
.nav-drop a:hover { background: var(--mint-lt); color: var(--mint-dk); }
.drop-ico {
  width: 30px; height: 30px; flex-shrink: 0;
  background: var(--mint-lt); border-radius: var(--r8);
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; border: 1px solid var(--border);
}

/* Nav right */
.nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.lang-toggle {
  display: flex; background: var(--muted); border: 1px solid var(--border);
  border-radius: var(--r99); padding: 2px;
}
.lang-btn {
  padding: 5px 12px; border-radius: var(--r99); font-size: .75rem; font-weight: 600;
  cursor: pointer; border: none; background: transparent; color: var(--ink-3);
  transition: all .2s; font-family: 'Jost', sans-serif;
}
.lang-btn.active { background: var(--mint); color: #fff; box-shadow: 0 2px 6px rgba(78,201,195,.3); }

/* HERO */
.hero {
  padding-top: 72px; min-height: 100vh;
  display: flex; align-items: center; position: relative; overflow: hidden;
  background-image: url('../img/hero-bg.webp');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

/* ── Hero background image ── */

.hero-bg-overlay {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(
    105deg,
    rgba(247,255,253,.97) 0%,
    rgba(232,255,254,.93) 35%,
    rgba(247,255,253,.75) 60%,
    rgba(247,255,253,.45) 100%
  );
  pointer-events: none;
}
.hero-dots { z-index: 1; }
.hero-in { z-index: 2; }

/* Blobs */
.hero::before {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(78,201,195,.13) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -100px; left: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(240,127,168,.1) 0%, transparent 65%);
  pointer-events: none;
}

/* Dot grid */
.hero-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(78,201,195,.07) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 65% 70% at 70% 40%, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 65% 70% at 70% 40%, black 0%, transparent 70%);
  pointer-events: none;
}
.hero-in {
  max-width: 1180px; width: 100%; margin: 0 auto;
  padding: 20px 40px 40px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center; position: relative; z-index: 1;
}

/* Hero badge */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--rose-lt); border: 1px solid var(--rose-mid);
  border-radius: var(--r99); padding: 6px 16px;
  font-size: .75rem; font-weight: 600; color: var(--rose-dk);
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px;
}
.badge-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--rose);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.75); } }

.hero-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 700;
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  line-height: 1.02; letter-spacing: -.035em; color: var(--ink); margin-bottom: 20px;
}
.hero-title .accent { color: var(--mint-dk); font-style: italic; }
.hero-desc { font-size: 1.05rem; color: var(--ink-2); line-height: 1.85; margin-bottom: 36px; max-width: 460px; }
.hero-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }

/* Trust bar */
.hero-trust {
  display: flex; align-items: center; gap: 28px;
  margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--border-2);
}
.ti { display: flex; flex-direction: column; gap: 3px; }
.ti-num { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.7rem; color: var(--ink); line-height: 1; }
.ti-lbl { font-size: .6875rem; font-weight: 500; letter-spacing: .08em; color: var(--ink-3); text-transform: uppercase; }
.ti-div { width: 1px; height: 36px; background: var(--border-2); flex-shrink: 0; }

/* Hero pills */
.hero-right { display: flex; flex-direction: column; gap: 13px; }

/* HOW IT WORKS */
.how-bg { background: var(--ink); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.how-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r20); padding: 36px 28px; position: relative;
  transition: background .25s, border-color .25s, transform .25s;
}
.how-card:hover { background: rgba(255,255,255,.07); border-color: rgba(78,201,195,.25); transform: translateY(-4px); }
.how-num {
  font-family: 'Cormorant Garamond', serif; font-weight: 700;
  font-size: 5rem; color: rgba(240,127,168,.35); line-height: 1; margin-bottom: 14px;
  letter-spacing: -.03em;
}
.how-ico {
  width: 48px; height: 48px; border-radius: var(--r12);
  background: rgba(240,127,168,.12); border: 1px solid rgba(240,127,168,.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.how-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.25rem; color: #fff; margin-bottom: 10px; }
.how-body { font-size: .875rem; color: rgba(255,255,255,.52); line-height: 1.75; }
.how-arrow { position: absolute; top: 50%; right: -16px; transform: translateY(-50%); font-size: 1.4rem; color: rgba(78,201,195,.25); pointer-events: none; }
.how-card:last-child .how-arrow { display: none; }

/* SERVICES */
.svc-bg { background: var(--muted); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.scard {
  background: var(--surface); border: 1.5px solid var(--border);
  border-radius: var(--r20); padding: 32px;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.scard::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--mint), var(--rose));
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.scard:hover { box-shadow: var(--sh3); transform: translateY(-5px); border-color: var(--mint); }
.scard:hover::before { transform: scaleX(1); }
.scard-ico {
  width: 46px; height: 46px; flex-shrink: 0;
  background: var(--mint-lt); border-radius: var(--r12);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 18px; border: 1px solid var(--border);
}

.scard-title { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.3rem; line-height: 1.2; margin-bottom: 6px; color: var(--ink); }
.scard-sub { font-size: .8rem; font-weight: 500; color: var(--ink-3); margin-bottom: 10px; font-style: italic; }
.scard-desc { font-size: .875rem; color: var(--ink-2); line-height: 1.75; margin-bottom: 16px; }
.scard-list { display: flex; flex-direction: column; gap: 7px; padding-top: 16px; border-top: 1px solid var(--border); flex-grow: 1; }
.scard-item { display: flex; align-items: flex-start; gap: 8px; font-size: .8rem; color: var(--ink-2); line-height: 1.5; }
.scard-item::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--mint); flex-shrink: 0; margin-top: 6px; }

/* PRICE */
.price-bg { background: var(--surface); }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.pcat {
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--r20); overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}
.pcat:hover { box-shadow: var(--sh2); transform: translateY(-3px); }
.pcat-hd {
  display: flex; align-items: center; gap: 12px; padding: 16px 22px;
  background: linear-gradient(135deg, var(--mint-dk), var(--mint));
}
.pcat-hd-ico { font-size: 1.1rem; }
.pcat-hd-title { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.1rem; color: #fff; }
.prow {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 11px 22px; border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.prow:last-child { border-bottom: none; }
.prow:hover { background: var(--mint-lt); }
.prow-name { font-size: .875rem; color: var(--ink); line-height: 1.4; flex: 1; }
.prow-val {
  font-size: .75rem; font-weight: 600; color: var(--mint-dk);
  white-space: nowrap; background: var(--mint-lt);
  padding: 4px 12px; border-radius: var(--r99); border: 1px solid var(--border-2);
}
.price-note {
  margin-top: 24px; padding: 16px 22px;
  background: rgba(78,201,195,.06); border-left: 4px solid var(--mint);
  border-radius: 0 var(--r12) var(--r12) 0;
  font-size: .8125rem; color: var(--ink-2); font-style: italic; line-height: 1.65;
}

/* WHY US */
.why-bg { background: var(--muted); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-feats { display: flex; flex-direction: column; gap: 22px; margin-top: 32px; }
.wf { display: flex; align-items: flex-start; gap: 14px; }
.wf-num {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: var(--r8);
  background: linear-gradient(135deg, var(--mint-lt), var(--rose-lt));
  border: 1.5px solid var(--border-2);
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 600; color: var(--mint-dk);
}
.wf-title { font-size: .9375rem; font-weight: 600; margin-bottom: 5px; color: var(--ink); }
.wf-body { font-size: .875rem; color: var(--ink-2); line-height: 1.72; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wst {
  background: var(--surface); border: 1.5px solid var(--border);
  border-radius: var(--r20); padding: 28px 20px; text-align: center;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.wst:hover { border-color: var(--mint); box-shadow: var(--sh2); transform: translateY(-3px); }
.wst-num { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 2.5rem; line-height: 1; margin-bottom: 8px; color: var(--mint-dk); letter-spacing: -.02em; }
.wst-lbl { font-size: .75rem; font-weight: 500; color: var(--ink-2); text-transform: uppercase; letter-spacing: .08em; }

/* REVIEWS */
.rev-bg { background: var(--surface); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rcard {
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--r20); overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow .25s, transform .25s;
}
.rcard:hover { box-shadow: var(--sh3); transform: translateY(-5px); }

/* Photo area — replace placeholder with real <img> */
.rcard-photo {
  width: 100%; height: 220px; position: relative; overflow: hidden; flex-shrink: 0;
  background: linear-gradient(135deg, var(--mint-lt) 0%, var(--rose-lt) 100%);
}
.rcard-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s var(--ease);
}
.rcard:hover .rcard-photo img { transform: scale(1.04); }

/* Placeholder shown when no real photo */
.rcard-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  color: var(--ink-3);
  background: linear-gradient(135deg, var(--mint-lt) 0%, #fff 50%, var(--rose-lt) 100%);
}
.rcard-placeholder svg { opacity: .3; }
.rcard-placeholder span { display: none; }

/* Avatar badge */
.rcard-av { display: none; }
.rcard-badge {
  position: absolute; bottom: 14px; left: 14px;
  display: inline-flex; align-items: center;
  padding: 5px 12px; border-radius: var(--r99);
  font-size: .6875rem; font-weight: 700; color: #fff;
  letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.rcard-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex-grow: 1; }
.rcard-stars { color: var(--rose); font-size: 1.5rem; letter-spacing: 3px; margin-bottom: 4px; }
.rcard-quote { display: none; }
.rcard-text { font-size: .9375rem; color: var(--ink-2); line-height: 1.82; font-style: italic; flex-grow: 1; }
.rcard-footer { padding-top: 14px; border-top: 1px solid var(--border); }
.rcard-name { font-size: .9375rem; font-weight: 600; color: var(--ink); }
.rcard-sub { font-size: .75rem; color: var(--ink-3); margin-top: 2px; }

/* CONTACT */
.contact-bg { background: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
.cinfo { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }
.ci { display: flex; align-items: flex-start; gap: 14px; }
.ci-ico {
  width: 44px; height: 44px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--mint-lt), var(--rose-lt));
  border: 1.5px solid var(--border-2); border-radius: var(--r12);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.ci-lbl { font-size: .6875rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 3px; }
.ci-val { font-size: .9375rem; color: var(--ink); }
.ci-val a { color: var(--ink); text-decoration: none; transition: color .2s; }
.ci-val a:hover { color: var(--mint-dk); }
.ci-sub { font-size: .8rem; color: var(--ink-3); display: block; }
.wa-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: #25D366; color: #fff; padding: 8px 16px;
  border-radius: var(--r99); text-decoration: none;
  font-size: .8125rem; font-weight: 600; margin-top: 7px;
  transition: transform .2s, box-shadow .2s;
}
.wa-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(37,211,102,.35); }

/* Form */
.fcard {
  background: var(--surface); border: 1.5px solid var(--border);
  border-radius: var(--r24); padding: 40px; box-shadow: var(--sh3);
}
.fcard-title { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.5rem; letter-spacing: -.01em; margin-bottom: 24px; color: var(--ink); }
.field { margin-bottom: 13px; }
.field label { display: block; font-size: .6875rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--r8); padding: 11px 14px;
  font-family: 'Jost', sans-serif; font-size: .9375rem; color: var(--ink);
  outline: none; line-height: 1.5;
  transition: border-color .2s, box-shadow .2s; -webkit-appearance: none;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--mint); box-shadow: 0 0 0 3px rgba(78,201,195,.14);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field textarea { resize: vertical; min-height: 90px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.fbtn {
  width: 100%; margin-top: 8px; font-size: 1rem; padding: 14px;
  border: none; border-radius: var(--r99);
  font-family: 'Jost', sans-serif; font-weight: 600; cursor: pointer;
  background: linear-gradient(135deg, var(--rose), var(--rose-dk)); color: #fff;
  box-shadow: 0 4px 18px rgba(240,127,168,.38);
  transition: transform .15s, box-shadow .2s, opacity .2s;
}
.fbtn:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(240,127,168,.48); }
.fbtn:disabled { opacity: .65; cursor: default; transform: none; }

/* FOOTER */
footer { background: var(--mint-dkr); padding: 56px 40px 32px; display: block; visibility: visible; }
.ft-top {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 0.8fr 1fr 1fr; gap: 32px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 24px;
}
.ft-logo-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.ft-logo-img { width: 40px; height: 40px; border-radius: var(--r12); border: 2px solid var(--mint); overflow: hidden; flex-shrink: 0; }
.ft-logo-img img { width: 100%; height: 100%; object-fit: cover; }
.ft-logo-text { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.25rem; color: #fff; }
.ft-logo-text em { font-style: normal; color: var(--mint); }
.ft-tag { font-size: .875rem; color: rgba(255,255,255,.65); line-height: 1.7; max-width: 240px; }
.fc h5 { font-size: .6875rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.fc ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.fc a { font-size: .875rem; color: rgba(255,255,255,.72); text-decoration: none; transition: color .2s; }
.fc a:hover { color: var(--mint); }
.fc-text { font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.6; }
.ft-bot {
  max-width: 1180px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
}
.ft-copy { font-size: .8125rem; color: rgba(255,255,255,.45); }
.ft-reg  { font-size: .6875rem; color: rgba(255,255,255,.3); }

/* WHATSAPP FLOAT */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 400;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.42); text-decoration: none;
  transition: transform .2s var(--ease), box-shadow .2s;
  animation: floatIn .5s .8s var(--ease) both;
}
@keyframes floatIn { from { opacity: 0; transform: scale(.6) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(37,211,102,.52); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }
.wa-tooltip {
  position: absolute; right: 66px; top: 50%; transform: translateY(-50%);
  background: var(--ink); color: #fff; font-family: 'Jost', sans-serif;
  font-size: .8125rem; font-weight: 500;
  padding: 6px 12px; border-radius: var(--r8); white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .2s;
}
.wa-float:hover .wa-tooltip { opacity: 1; }

/* RESPONSIVE */
@media (max-width: 1060px) {
  .ft-top { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  .ft-top { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 980px) {
  .nav-in, .hero-in { padding-left: 24px; padding-right: 24px; }
  .section { padding: 72px 24px; }
  .hero-in { grid-template-columns: 1fr; padding-top: 52px; padding-bottom: 52px; }
  .hero-right { display: none; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .how-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .how-arrow { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .why-stats { grid-template-columns: repeat(4, 1fr); }
  .rev-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .price-grid { grid-template-columns: 1fr; }
  .nav-links > li:not(:last-child) { display: none; }
}
@media (max-width: 640px) {
  .section { padding: 56px 20px; }
  .svc-grid, .rev-grid { grid-template-columns: 1fr; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-trust { flex-wrap: wrap; gap: 16px; }
  .ti-div { display: none; }
  .ft-top { grid-template-columns: 1fr; }
  .ft-bot { flex-direction: column; align-items: flex-start; }
  .fcard, .scard { padding: 22px; }
  .hero-title { font-size: clamp(2rem, 8vw, 2.8rem); }
  .wa-float { bottom: 20px; right: 20px; width: 50px; height: 50px; }
  .wa-tooltip { display: none; }
  .nav-links { display: none; }
  .lang-toggle { display: none; }
}
/* WordPress admin bar fix */
.admin-bar .nav { top: 32px; }
.admin-bar 
@media screen and (max-width: 782px) { .admin-bar .nav { top: 46px; } }

/* Section divider */
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--border-2) 20%, var(--border-2) 80%, transparent 100%);
  margin: 0;
}

/* Service card 'more' link */
.scard-more {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .8125rem; font-weight: 600; color: var(--mint-dk);
  text-decoration: none; margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--border);
  transition: gap .2s, color .2s;
}
.scard-more:hover { color: var(--rose-dk); gap: 8px; }

/* Hero background image (add class hero--img to section when bg photo ready) */
.hero--img {
  background: none;
}
.hero--img::before, .hero--img::after { display: none; }
.hero--img .hero-bg-img {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('../img/hero-bg.webp');
  background-size: cover; background-position: center 30%;
}
.hero--img .hero-bg-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg,
    rgba(247,255,253,.97) 0%,
    rgba(232,255,254,.92) 40%,
    rgba(247,255,253,.6) 70%,
    rgba(247,255,253,.3) 100%);
}

/* Trust band */
.trust-band {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 40px;
}
.trust-band-in {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: .8125rem; font-weight: 500; color: var(--ink-2);
  white-space: nowrap;
}
.trust-item-ico {
  width: 34px; height: 34px; flex-shrink: 0;
  background: var(--mint-lt); border: 1px solid var(--border-2);
  border-radius: var(--r8);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
}
@media (max-width: 640px) {
  .trust-band-in { gap: 20px; }
  .trust-item span { display: none; }
}

/* SERVICE CARD PHOTO STRIP */
.scard-img {
  width: calc(100% + 64px);
  margin: -32px -32px 22px;
  height: 190px;
  border-radius: var(--r20) var(--r20) 0 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, var(--mint-lt) 0%, var(--rose-lt) 100%);
  flex-shrink: 0;
}
.scard-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.scard:hover .scard-img img { transform: scale(1.06); }
.scard-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--mint-lt), var(--rose-lt));
}
.scard-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(30,58,56,.18) 100%
  );
}
.scard-ico-float {
  position: absolute; bottom: 12px; left: 16px;
  width: 40px; height: 40px;
  background: rgba(255,255,255,.95);
  border-radius: var(--r8);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(30,58,56,.10);
}

/* CTA MID BAND */
.cta-mid-band {
  background: var(--ink);
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.cta-mid-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(78,201,195,.12) 0%, transparent 60%);
  pointer-events: none;
}
.cta-mid-in {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 48px; flex-wrap: wrap;
}
.cta-mid-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-top: 12px;
}
.cta-mid-actions {
  display: flex; flex-direction: column; gap: 12px;
  align-items: flex-end; flex-shrink: 0;
}
.cta-mid-phone {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.2);
  font-size: .9375rem;
  padding: 12px 28px;
}
.cta-mid-phone:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.4);
  transform: translateY(-2px);
}
@media (max-width: 760px) {
  .cta-mid-in { flex-direction: column; align-items: flex-start; }
  .cta-mid-actions { align-items: flex-start; }
  .cta-mid-band { padding: 60px 24px; }
}

/* ═══════════════════════════════════════════
   SERVICE PAGE PHOTO — full width image
═══════════════════════════════════════════ */
.info-body img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: var(--r20);
  margin-bottom: 32px;
  display: block;
}

/* O NÁS TEAM PHOTO */
.o-nas-team-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: var(--r20);
  margin-bottom: 28px;
  display: block;
  box-shadow: var(--sh3);
}

/* Ghost button on hero photo background */
.hero .btn-ghost {
  background: rgba(255,255,255,.88);
  border: 1.5px solid rgba(255,255,255,.7);
  color: var(--ink);
}
.hero .btn-ghost:hover {
  background: rgba(255,255,255,.95);
  border-color: rgba(255,255,255,.9);
  color: var(--mint-dk);
  transform: translateY(-2px);
}

/* Hero text shadow for readability on photo */
.hero-title {
  text-shadow: 0 1px 20px rgba(247,255,253,.6);
}
.hero-desc {
  text-shadow: 0 1px 12px rgba(247,255,253,.5);
}

/* Tighten hero layout - less gap, text takes more space */

/* Hero orchid photo - minimal overlay since photo already light on left */
.hero-bg-overlay {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(
    95deg,
    rgba(247,255,253,.55) 0%,
    rgba(247,255,253,.25) 40%,
    rgba(247,255,253,.0) 65%,
    rgba(247,255,253,.0) 100%
  );
  pointer-events: none;
}

.hero::before { display: none; }
.admin-bar .hero { padding-top: calc(72px + 32px); }


/* =============================================
   MOBILE MENU
   ============================================= */

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mob-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 998;
  background: rgba(30,58,56,.4);
  opacity: 0;
  transition: opacity .3s;
}
.mob-overlay.open { opacity: 1; }

.mob-menu {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(340px, 90vw);
  z-index: 999;
  background: #fff;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mob-menu.open { transform: translateX(0); }

.mob-menu-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  flex-shrink: 0;
}
.mob-menu-head .logo-text { flex: 1; font-size: 1.2rem; }
.mob-close {
  background: none; border: none;
  font-size: 1.1rem; cursor: pointer;
  color: var(--ink-2);
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  transition: background .2s;
}
.mob-close:hover { background: var(--mint-lt); }

.mob-lang {
  display: flex;
  gap: 4px;
}

.mob-nav {
  flex: 1;
  padding: 8px 0;
  overflow-y: auto;
}

.mob-section {
  padding: 12px 0 4px;
}
.mob-section + .mob-section {
  border-top: 1px solid var(--border);
}

.mob-section-label {
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 4px 20px 8px;
}

.mob-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  text-decoration: none;
  color: var(--ink);
  font-size: .9375rem;
  transition: background .15s;
  border-radius: 0;
}
.mob-link:hover, .mob-link:active { background: var(--mint-lt); }
.mob-link-ico { font-size: 1.1rem; flex-shrink: 0; width: 24px; text-align: center; }
.mob-link-price {
  margin-left: auto;
  font-size: .75rem;
  color: var(--mint-dk);
  font-weight: 500;
  white-space: nowrap;
}

.mob-cta {
  padding: 16px 20px 28px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.mob-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: #25D366;
  color: #fff;
  border-radius: var(--r99);
  text-decoration: none;
  font-size: .875rem;
  font-weight: 600;
  transition: opacity .2s;
}
.mob-wa:hover { opacity: .9; }

/* =============================================
   HOW-IT-WORKS — Mobile redesign
   ============================================= */
@media (max-width: 980px) {
  .how-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .how-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    padding: 22px 20px !important;
    gap: 18px;
    position: relative;
  }
  .how-num {
    font-size: 2rem !important;
    flex-shrink: 0;
    width: 48px;
    margin-bottom: 0 !important;
    opacity: .7;
  }
  .how-ico {
    display: none !important;
  }
  .how-arr { display: none !important; }
  .how-title { font-size: 1rem !important; margin-bottom: 6px; }
  .how-desc { font-size: .875rem !important; color: rgba(255,255,255,.7) !important; }
}

/* =============================================
   HERO — Mobile
   ============================================= */
@media (max-width: 980px) {
  .hero {
    background-position: center 20% !important;
    min-height: 100svh;
  }
  .hero-in {
    grid-template-columns: 1fr !important;
    padding: 28px 20px 40px !important;
    gap: 0 !important;
  }
  .hero-services { display: none !important; }
  .hero-copy { max-width: 100%; }
  .hero-title { font-size: clamp(2.2rem, 8vw, 3rem) !important; }
  .hero-desc { font-size: .9375rem !important; }
  .hero-actions {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .hero-actions .btn { width: 100%; justify-content: center; text-align: center; }
  .hero-stats {
    flex-direction: row !important;
    gap: 0 !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid rgba(30,58,56,.1) !important;
    margin-top: 24px !important;
  }
  .ti { flex: 1; text-align: center; padding: 0 8px; }
  .ti + .ti { border-left: 1px solid rgba(30,58,56,.12); }
  .ti-num { font-size: 1.6rem !important; }
  .ti-lbl { font-size: .625rem !important; }
}

/* =============================================
   CONTACT FORM — Mobile
   ============================================= */
@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .fcard {
    padding: 24px 20px !important;
    border-radius: var(--r20) !important;
  }
  .fcard-title { font-size: 1.25rem !important; }
  .field-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .field input, .field select, .field textarea {
    font-size: 16px !important;
  }
  .fbtn {
    padding: 15px !important;
    font-size: 1rem !important;
  }
  .cinfo { gap: 20px !important; }
  .ci-ico {
    width: 40px !important; height: 40px !important;
    font-size: 1rem !important;
  }
}

/* =============================================
   FOOTER — Mobile
   ============================================= */
@media (max-width: 980px) {
  .ft-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px 20px !important;
  }
  .ft-brand { grid-column: 1 / -1; }
  .ft-brand-desc { max-width: 100% !important; }
  .ft-bot {
    flex-direction: column !important;
    gap: 6px !important;
    text-align: center !important;
  }
  .ft-bot-reg { font-size: .7rem !important; }
}
@media (max-width: 480px) {
  .ft-top {
    grid-template-columns: 1fr !important;
  }
}

/* =============================================
   SERVICE PAGES — Mobile
   ============================================= */
@media (max-width: 980px) {
  .page-hero-in { padding: 40px 20px 36px !important; }
  .info-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .price-card { position: static !important; }
  .info-body img {
    height: 220px !important;
  }
  .info-body ul li { font-size: .875rem; }
  .steps { gap: 0; }
  .step { padding: 18px 0; }

  /* Bullets — replace default with mint dots */
  .info-body ul {
    list-style: none !important;
    padding: 0 !important;
  }
  .info-body ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 4px 0;
    line-height: 1.5;
  }
  .info-body ul li::before {
    content: '';
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--mint);
    flex-shrink: 0;
    margin-top: 7px;
  }
}

/* Show burger on mobile, hide desktop nav */
@media (max-width: 980px) {
  .nav-links { display: none !important; }
  .nav-right { display: none !important; }
  .nav-burger { display: flex !important; }
  .mob-overlay { display: block; pointer-events: none; }
  .mob-overlay.open { pointer-events: auto; }
}

/* Desktop: hide mobile menu elements */
@media (min-width: 981px) {
  .nav-burger { display: none !important; }
  .mob-menu { display: none !important; }
  .mob-overlay { display: none !important; }
}

/* =============================================
   HERO DESKTOP — Service pills redesign
   ============================================= */
@media (min-width: 981px) {
  .hero-services {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
  .hero-svc-card {
    background: rgba(255,255,255,.88);
    border: 1.5px solid rgba(255,255,255,.7);
    border-radius: var(--r20);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--ink);
    transition: transform .2s, background .2s;
    box-shadow: 0 4px 20px rgba(30,58,56,.08);
  }
  .hero-svc-card:hover {
    transform: translateX(-4px);
    background: rgba(255,255,255,.96);
  }
  .hero-svc-ico {
    width: 36px; height: 36px;
    background: var(--mint-lt);
    border-radius: var(--r8);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
  }
  .hero-svc-name {
    font-size: .875rem;
    font-weight: 500;
    color: var(--ink);
    flex: 1;
  }
  .hero-svc-price {
    font-size: .75rem;
    color: var(--mint-dk);
    font-weight: 600;
    white-space: nowrap;
  }
}

/* Hero right service cards */
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.hero-svc-card {
  background: rgba(255,255,255,.88);
  border: 1.5px solid rgba(255,255,255,.65);
  border-radius: var(--r20);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
  transition: transform .25s, background .2s, box-shadow .25s;
  box-shadow: 0 4px 20px rgba(30,58,56,.07);
}
.hero-svc-card:hover {
  transform: translateX(-6px);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 28px rgba(30,58,56,.12);
}
.hero-svc-ico {
  width: 38px; height: 38px;
  background: var(--mint-lt);
  border-radius: var(--r8);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.hero-svc-name {
  font-size: .875rem;
  font-weight: 500;
  color: var(--ink);
  flex: 1;
  line-height: 1.2;
}
.hero-svc-price {
  font-size: .75rem;
  color: var(--mint-dk);
  font-weight: 600;
  white-space: nowrap;
  background: var(--mint-lt);
  padding: 3px 10px;
  border-radius: var(--r99);
}

@media (max-width: 980px) {
  .hero-right { display: none !important; }
}
