/**
 * NoGames Design System — v3
 * Source: Fess prototype nogames-hp-v3.html (2026-02-26)
 *
 * Tento soubor se nahrává na VAS Hosting do bricks-child theme.
 * Verze: 3.0 — přepis z korektního prototypu
 *
 * Obsah:
 *  1. Reset & Base
 *  2. CSS Custom Properties (Light + Dark theme)
 *  3. Layout & Containers
 *  4. Buttons
 *  5. Navigation
 *  6. Hero
 *  7. Proof Bar
 *  8. Sections (general)
 *  9. Problem Section
 * 10. Benefit Cards (dark section)
 * 11. Methodology
 * 12. Timeline
 * 13. Before / After
 * 14. Testimonials
 * 15. Lead Magnet
 * 16. Dates
 * 17. About
 * 18. FAQ
 * 19. Individual Work (services)
 * 20. Final CTA
 * 21. Footer
 * 22. Scroll Reveal
 * 23. Responsive Breakpoints
 */


/* ============================================================
   1. RESET & BASE
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; font-size: 17px; }

body.nogames {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text-body);
  transition: background .4s var(--ease), color .3s;
}

body.nogames img { max-width: 100%; display: block; }
body.nogames a { text-decoration: none; color: inherit; }
body.nogames button { cursor: pointer; border: none; background: none; font-family: inherit; }


/* ============================================================
   2. CSS CUSTOM PROPERTIES
   ============================================================ */

:root {
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font-display: 'Lora', Georgia, serif;
}

/* --- Light Theme (default) --- */
[data-theme="light"] {
  --bg: #fffdf8;
  --bg2: #f8f5ee;
  --bg3: #f0ede5;
  --surface: #f8f6f1;
  --s2: #f0ece3;

  --cream: #faf7f0;
  --cream-warm: #fffdf8;

  --border: rgba(38, 33, 78, .06);
  --border2: rgba(38, 33, 78, .12);

  --text: #1a1a2e;
  --text2: #3d3d56;
  --text-body: #3d3d56;
  --muted: #6b6b82;
  --muted2: #a0a0aa;

  --navy: #26214e;
  --navy-deep: #1a1640;

  --teal: #4aada4;
  --teal2: #3a9d94;
  --teal-dark: #3a9d94;
  --teal-bg: rgba(74, 173, 164, .06);
  --teal-bd: rgba(74, 173, 164, .2);

  --coral: #c0705a;
  --red: #d04a4a;
  --shadow: rgba(38, 33, 78, .08);

  --hero-bg: var(--navy-deep);
  --section-alt: var(--bg2);

  --card-bg: var(--cream-warm);
  --card-border: rgba(0, 0, 0, .04);
  --card-hover-bg: var(--cream);
  --card-hover-border: rgba(74, 173, 164, .2);

  --ba-before-bg: var(--cream);
  --ba-after-bg: var(--navy-deep);

  --pain-bg: var(--cream);
  --pain-border: rgba(0, 0, 0, .04);
  --quote-bg: var(--cream);
  --proof-bg: var(--navy);
}

/* --- Dark Theme --- */
[data-theme="dark"] {
  --bg: #1a1832;
  --bg2: #211f3a;
  --bg3: #2a2745;
  --surface: #2a2745;
  --s2: #332f52;

  --cream: #faf7f0;
  --cream-warm: #fffdf8;

  --border: rgba(255, 255, 255, .06);
  --border2: rgba(255, 255, 255, .12);

  --text: #f0eef5;
  --text2: #d4d0e0;
  --text-body: #d4d0e0;
  --muted: #9a9aaa;
  --muted2: #6a6a7a;

  --navy: #26214e;
  --navy-deep: #1a1640;

  --teal: #5fbeb5;
  --teal2: #7dd4cc;
  --teal-dark: #4a9e96;
  --teal-bg: rgba(95, 190, 181, .08);
  --teal-bd: rgba(95, 190, 181, .18);

  --coral: #c0705a;
  --red: #e05a5a;
  --shadow: rgba(0, 0, 0, .4);

  --hero-bg: var(--navy-deep);
  --section-alt: var(--bg2);

  --card-bg: rgba(255, 255, 255, .025);
  --card-border: rgba(255, 255, 255, .05);
  --card-hover-bg: rgba(255, 255, 255, .05);
  --card-hover-border: rgba(95, 190, 181, .15);

  --ba-before-bg: var(--surface);
  --ba-after-bg: rgba(95, 190, 181, .06);

  --pain-bg: var(--surface);
  --pain-border: rgba(255, 255, 255, .04);
  --quote-bg: var(--surface);
  --proof-bg: var(--navy);
}


/* ============================================================
   3. LAYOUT & CONTAINERS
   ============================================================ */

.container { max-width: 1120px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }
.container-w { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }

/* Bricks Builder overrides — ensure our layout classes take precedence */
.brxe-section { max-width: 100% !important; width: 100% !important; padding: 0; }
.brxe-container { width: 100%; }

/* Hero centering fix — constrain and center on wide screens */
.brxe-section.hero {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.brxe-section.hero > .brxe-container.hero-inner,
.brxe-container.hero-inner {
  margin: 0 auto !important;
  max-width: 720px !important;
  text-align: center;
  align-items: center !important;
}

/* Hero logo — force size regardless of Bricks image defaults */
.hero-logo,
img.brxe-image.hero-logo {
  height: 60px !important;
  width: auto !important;
  max-width: 300px !important;
  margin: 0 auto 36px !important;
  display: block !important;
}

/* Section header centering — Bricks wraps headings/text in .brxe-* divs */
.brxe-div[style*="text-align:center"],
.brxe-div[style*="text-align: center"] {
  text-align: center;
}
.brxe-div[style*="text-align:center"] .brxe-heading,
.brxe-div[style*="text-align: center"] .brxe-heading,
.brxe-div[style*="text-align:center"] .brxe-text-basic,
.brxe-div[style*="text-align: center"] .brxe-text-basic {
  text-align: center;
}
.brxe-div[style*="text-align:center"] .sec-label,
.brxe-div[style*="text-align: center"] .sec-label {
  justify-content: center;
  width: 100%;
}
.brxe-div[style*="text-align:center"] .sec-sub,
.brxe-div[style*="text-align: center"] .sec-sub {
  margin-left: auto;
  margin-right: auto;
}

/* Container centering inside Bricks sections */
.brxe-div.container,
.brxe-container.container { max-width: 1120px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); width: 100%; }
.brxe-div.container-w,
.brxe-container.container-w { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); width: 100%; }


/* ============================================================
   4. BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 8px;
  font-weight: 600;
  transition: all .25s var(--ease);
  white-space: nowrap;
}

.btn-sm { padding: 9px 20px; font-size: .82rem; }
.btn-md { padding: 12px 26px; font-size: .88rem; }
.btn-lg { padding: 15px 32px; font-size: .92rem; }
.btn-xl { padding: 17px 40px; font-size: 1rem; }

.btn-primary,
.brxe-button.btn-primary {
  background: var(--teal) !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .03em;
}
.btn-primary:hover {
  background: var(--teal2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(95, 190, 181, .25);
}

.btn-ghost,
.brxe-button.btn-ghost {
  color: rgba(255, 255, 255, .85) !important;
  border: 1.5px solid rgba(255, 255, 255, .3) !important;
  background: rgba(255, 255, 255, .06) !important;
}
.btn-ghost:hover,
.brxe-button.btn-ghost:hover {
  border-color: rgba(255, 255, 255, .5) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #fff !important;
}

.btn-ghost-d {
  color: var(--text2);
  border: 1.5px solid var(--border2);
  background: transparent;
}
.btn-ghost-d:hover {
  border-color: var(--teal-bd);
  color: var(--teal);
}

.btn-full { width: 100%; justify-content: center; }


/* ============================================================
   5. NAVIGATION
   ============================================================ */

.nav,
.brxe-section.nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 68px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: rgba(26, 22, 64, .92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  max-width: 100% !important;
  width: 100% !important;
  transition: background .3s, box-shadow .3s;
}
/* Override Bricks _cssCustom ID selector — body prefix gives higher specificity */
body .brxe-section.nav,
body #navbar {
  padding: 0 max(clamp(20px, 5vw, 48px), calc((100vw - 1280px) / 2)) !important;
}
.nav.scrolled,
.brxe-section.nav.scrolled { box-shadow: 0 1px 30px rgba(0, 0, 0, .12); }

/* Nav logo */
.nav .brxe-image.nav-logo,
.nav .nav-logo img { height: 34px; width: auto; flex-shrink: 0; }

/* Bricks nav-menu inside our nav */
.nav .brxe-nav-menu .bricks-nav-menu { display: flex; gap: 28px; list-style: none; }
.nav .brxe-nav-menu .bricks-nav-menu li a {
  color: rgba(255, 255, 255, .6);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .2s;
  text-decoration: none;
}
.nav .brxe-nav-menu .bricks-nav-menu li a:hover { color: #fff; }
.nav .brxe-nav-menu .bricks-nav-menu-wrapper { display: flex; }
[data-theme="light"] .nav { background: rgba(26, 22, 64, .95); }

.nav-logo svg { height: 34px; width: auto; display: block; }
.nav-logo .ng4,
.nav-logo .ng3 { fill: #f0eef5; }

.nav-center { display: flex; gap: 28px; list-style: none; }
.nav-center a {
  color: rgba(255, 255, 255, .6);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .2s;
  position: relative;
}
.nav-center a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--teal);
  transition: width .3s;
}
.nav-center a:hover { color: #fff; }
.nav-center a:hover::after { width: 100%; }

.nav-right { display: flex; gap: 10px; align-items: center; }

.hamburger { display: none; padding: 8px; color: #fff; }
.hamburger svg { width: 22px; height: 22px; }


/* ============================================================
   6. HERO (centered, Claude-style)
   ============================================================ */

.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-deep);
  overflow: hidden;
  text-align: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 25% 85%, rgba(95, 190, 181, .07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 15%, rgba(38, 33, 78, .4) 0%, transparent 50%),
    linear-gradient(168deg, var(--navy-deep) 0%, #1e1952 40%, var(--navy) 100%);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(95, 190, 181, .015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 190, 181, .015) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 15%, transparent 65%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  width: 100%;
  padding: 120px 24px 80px;
}

.hero-logo { margin: 0 auto 36px; }
.hero-logo svg {
  height: 72px;
  max-width: 100%;
  width: auto;
  filter: drop-shadow(0 0 40px rgba(95, 190, 181, .12));
}
.hero-logo .hl4,
.hero-logo .hl3 { fill: #f0eef5; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: rgba(95, 190, 181, .1);
  border: 1px solid rgba(95, 190, 181, .18);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 28px;
  max-width: calc(100% - 8px);
  word-break: break-word;
  text-align: center;
}
.hero-badge::before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.3); }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6.5vw, 76px);
  line-height: 1.08;
  color: var(--cream);
  font-weight: 400;
  letter-spacing: -.01em;
  margin-bottom: 24px;
}
.hero h1 em { font-style: italic; color: var(--teal); }

.hero-sub {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 36px;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.75;
  color: rgba(255, 255, 255, .65);
}

.hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 5vw, 56px);
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, .05);
}
.hero-stat-n {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--teal);
  line-height: 1;
}
.hero-stat-d {
  font-size: .72rem;
  color: rgba(255, 255, 255, .35);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 5px;
}


/* ============================================================
   7. PROOF BAR
   ============================================================ */

.proof {
  background: var(--proof-bg);
  border-top: 1px solid rgba(95, 190, 181, .06);
  border-bottom: 1px solid rgba(95, 190, 181, .06);
  padding: 16px 0;
  overflow: hidden;
}
.proof-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  color: rgba(255, 255, 255, .55);
  white-space: nowrap;
}
.proof-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  opacity: .5;
}


/* ============================================================
   8. SECTIONS (general)
   ============================================================ */

.section { padding: clamp(64px, 9vw, 120px) 0; }

.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 14px;
}
.sec-label::before { content: ''; width: 20px; height: 1.5px; }
.sec-label--teal { color: var(--teal); }
.sec-label--teal::before { background: var(--teal); }
.sec-label--coral { color: var(--coral); }
.sec-label--coral::before { background: var(--coral); }
.sec-label--navy { color: var(--navy); }
.sec-label--navy::before { background: var(--navy); }
[data-theme="dark"] .sec-label--navy { color: var(--muted); }
[data-theme="dark"] .sec-label--navy::before { background: var(--muted); }

.h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  color: var(--text);
  margin-bottom: 18px;
}
.h2 em { font-style: italic; color: var(--teal); }
.h2--light { color: var(--cream) !important; }

.sec-sub {
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.75;
  max-width: 540px;
}

/* Centered section headers — applied via sec-hdr class on wrapper div */
.sec-hdr {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.sec-hdr .sec-label,
.sec-hdr .brxe-text-basic.sec-label {
  justify-content: center !important;
  text-align: center !important;
}
.sec-hdr .h2,
.sec-hdr .brxe-heading {
  text-align: center !important;
  width: 100%;
}
.sec-hdr .sec-sub,
.sec-hdr .brxe-text-basic {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* Dark section wrapper */
.sec-dark {
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}
.sec-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 45% at 75% 80%, rgba(95, 190, 181, .04), transparent 55%);
}
.sec-dark .container { position: relative; z-index: 1; }

/* Global text visibility on dark backgrounds */
.sec-dark,
.hero,
.dates,
.ba-after,
.final-cta,
footer.nogames-footer {
  --muted: rgba(255, 255, 255, .55);
  --muted2: rgba(255, 255, 255, .4);
  --text-body: rgba(255, 255, 255, .7);
  --text2: rgba(255, 255, 255, .8);
  --border2: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .7);
}
/* Force Bricks elements to inherit light text on dark backgrounds */
.sec-dark .brxe-text-basic,
.hero .brxe-text-basic,
.dates .brxe-text-basic,
.ba-after .brxe-text-basic,
.lead-box .brxe-text-basic,
.final-cta .brxe-text-basic,
footer.nogames-footer .brxe-text-basic {
  color: rgba(255, 255, 255, .65) !important;
}
.sec-dark .brxe-heading,
.hero .brxe-heading,
.dates .brxe-heading,
.lead-box .brxe-heading,
.final-cta .brxe-heading {
  color: var(--cream) !important;
}

/* Alternating section background */
.sec-alt {
  background: var(--section-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}


/* ============================================================
   9. PROBLEM SECTION
   ============================================================ */

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 8px;
}

.pain-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.pain-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: var(--pain-bg);
  border-radius: 10px;
  border-left: 3px solid var(--coral);
  font-size: .88rem;
  line-height: 1.55;
  color: var(--text-body);
}
.pain-x { flex-shrink: 0; color: var(--coral); font-weight: 700; }

.quote-card {
  background: var(--quote-bg);
  border-radius: 18px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
}
.quote-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, var(--teal-bg), transparent 70%);
}
.quote-text {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.4;
  color: var(--text);
  position: relative;
  z-index: 1;
}
.quote-text::before {
  content: '\201E';
  font-size: 72px;
  color: var(--teal);
  opacity: .2;
  position: absolute;
  top: -20px;
  left: -8px;
  font-family: var(--font-display);
  line-height: 1;
}
.quote-attr {
  margin-top: 18px;
  font-size: .82rem;
  color: var(--muted);
  position: relative;
  z-index: 1;
}


/* ============================================================
   10. BENEFIT CARDS (dark section)
   ============================================================ */

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.benefit-card {
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 14px;
  padding: 32px 24px;
  transition: all .4s var(--ease);
}
.benefit-card:hover {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(95, 190, 181, .15);
  transform: translateY(-3px);
}
.benefit-icon { margin-bottom: 12px; line-height: 0; }
.benefit-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--cream);
  margin-bottom: 8px;
}
.benefit-desc {
  font-size: .85rem;
  color: rgba(255, 255, 255, .55);
  line-height: 1.65;
}


/* ============================================================
   11. METHODOLOGY
   ============================================================ */

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.method-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  transition: all .3s var(--ease);
}
.method-card:hover {
  border-color: var(--teal-bd);
  transform: translateY(-2px);
}
.method-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--teal-bg);
  border: 1px solid var(--teal-bd);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.method-name {
  font-size: .82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.method-sub {
  font-size: .74rem;
  color: var(--muted);
  line-height: 1.5;
}
/* Method cards are light even inside .sec-dark — reset text vars */
.sec-dark .method-card {
  --text: var(--navy);
  --muted: #888;
}
.sec-dark .method-card .brxe-text-basic {
  color: rgba(0, 0, 0, .55) !important;
}


/* ============================================================
   12. TIMELINE
   ============================================================ */

.timeline {
  position: relative;
  max-width: 720px;
  margin: 48px auto 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--teal), var(--navy));
  border-radius: 1px;
}
[data-theme="light"] .timeline::before {
  background: linear-gradient(var(--teal), var(--border2));
}

.tl-item {
  position: relative;
  padding-left: 66px;
  padding-bottom: 36px;
}
.tl-item:last-child { padding-bottom: 0; }

.tl-dot {
  position: absolute;
  left: 11px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: var(--bg);
  border: 3px solid var(--teal);
  border-radius: 50%;
  z-index: 1;
  transition: background .3s;
}
.tl-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text);
  margin-bottom: 5px;
}
.tl-desc {
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.7;
}


/* ============================================================
   13. BEFORE / AFTER
   ============================================================ */

.ba-grid {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: stretch;
  max-width: 860px;
  margin: 44px auto 0;
}
.ba-col { padding: 32px 28px; border-radius: 14px; }
.ba-before { background: var(--ba-before-bg); border: 1px solid var(--border); }
.ba-after { background: var(--navy-deep); }
.ba-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 1.4rem;
}

.ba-col-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 18px;
}
.ba-before .ba-col-title { color: var(--coral); }
.ba-after .ba-col-title { color: var(--teal); }

.ba-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ba-list li,
.ba-list .brxe-text-basic {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .9rem;
  line-height: 1.6;
}
.ba-before .ba-list li,
.ba-before .ba-list .brxe-text-basic { color: var(--text-body); }
.ba-after .ba-list li,
.ba-after .ba-list .brxe-text-basic { color: rgba(255, 255, 255, .85) !important; }
.ba-icon { flex-shrink: 0; margin-top: 2px; }


/* ============================================================
   14. TESTIMONIALS
   ============================================================ */

.testi-photos {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px;
  margin-bottom: 36px;
}
.testi-photo img,
.brxe-image.testi-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}
.testi-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: all .3s var(--ease);
}
.testi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--shadow);
}
.testi-stars {
  color: var(--teal);
  font-size: .82rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testi-text {
  font-size: .88rem;
  color: var(--text-body);
  line-height: 1.7;
  font-style: italic;
  flex: 1;
  margin-bottom: 16px;
}
.testi-author {
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: .82rem;
  font-weight: 600;
  color: var(--text);
}
.testi-role {
  font-size: .74rem;
  color: var(--muted);
  font-weight: 400;
}


/* ============================================================
   15. LEAD MAGNET
   ============================================================ */

.lead-box,
.brxe-div.lead-box,
.lead-box.bricks-lazy-hidden {
  background: linear-gradient(135deg, #26214e 0%, #1e1a42 100%) !important;
  border: 1px solid rgba(74, 173, 164, .2) !important;
  border-radius: 24px;
  padding: clamp(36px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.lead-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 190, 181, .1) 0%, transparent 70%);
  pointer-events: none;
}

.lead-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #f0eef5;
  line-height: 1.2;
  margin-bottom: 12px;
}
.lead-sub {
  color: rgba(255, 255, 255, .5);
  font-size: .9rem;
  line-height: 1.7;
  margin-bottom: 18px;
}
.lead-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.lead-li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .83rem;
  color: rgba(255, 255, 255, .7);
}
.lead-li::before {
  content: '\2192';
  color: var(--teal);
  font-weight: 700;
  flex-shrink: 0;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.lead-form-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: #f0eef5 !important;
  margin-bottom: 8px;
}
.lead-capture-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Bricks native form styling inside lead-box */
.lead-form .brxe-form label {
  display: none;
}
.lead-form .brxe-form input[type="text"],
.lead-form .brxe-form input[type="email"] {
  background: rgba(255, 255, 255, .06) !important;
  border: 1.5px solid rgba(255, 255, 255, .1) !important;
  color: #f0eef5 !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  font-size: .9rem !important;
  font-family: inherit !important;
  outline: none;
  transition: border-color .2s;
}
.lead-form .brxe-form input[type="text"]:focus,
.lead-form .brxe-form input[type="email"]:focus {
  border-color: var(--teal) !important;
}
.lead-form .brxe-form input::placeholder {
  color: rgba(255, 255, 255, .25) !important;
}
.lead-form .brxe-form button[type="submit"] {
  background: var(--teal) !important;
  color: var(--navy-deep) !important;
  font-weight: 700 !important;
  letter-spacing: .03em;
  border-radius: 8px !important;
  padding: 15px 32px !important;
  font-size: .92rem !important;
  font-family: inherit !important;
  cursor: pointer;
  border: none !important;
  transition: all .25s var(--ease);
  width: 100%;
}
.lead-form .brxe-form button[type="submit"]:hover {
  background: var(--teal2) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(95, 190, 181, .25);
}

.inp {
  background: rgba(255, 255, 255, .06);
  border: 1.5px solid rgba(255, 255, 255, .1);
  color: #f0eef5;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: .9rem;
  font-family: inherit;
  outline: none;
  transition: border-color .2s;
}
.inp:focus { border-color: var(--teal); }
.inp::placeholder { color: rgba(255, 255, 255, .25); }

select.inp {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235fbeb5' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
select.inp option { background: #1e1a42; color: #f0eef5; }

textarea.inp { min-height: 60px; }
.inp-hint { font-size: .72rem; color: rgba(255, 255, 255, .3); text-align: center; }


/* ============================================================
   16. DATES
   ============================================================ */

.dates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin: 48px auto 44px;
  max-width: 920px;
}
.date-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center;
  transition: all .3s var(--ease);
}
.date-card:hover {
  border-color: rgba(95, 190, 181, .3);
  background: rgba(255, 255, 255, .1);
}
.date-card.feat {
  border-color: var(--teal);
  background: rgba(95, 190, 181, .06);
  position: relative;
}
.date-card.feat::before {
  content: 'Nejbli\017E\0161\00ED';
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal);
  color: var(--navy-deep);
  font-size: .6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 3px 12px;
  border-radius: 999px;
}

.date-when {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--cream);
  margin-bottom: 4px;
}

.date-name {
  font-size: .78rem;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 3px;
}
.date-dur { font-size: .74rem; color: rgba(255, 255, 255, .5); }

.date-spots { margin-top: 10px; font-size: .72rem; font-weight: 600; }
.date-spots.urgent { color: var(--red); }
.date-spots.ok { color: var(--teal); }

.pulse-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  margin-right: 4px;
  vertical-align: middle;
  animation: pulseDot 1.5s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.8); }
}


/* ============================================================
   17. ABOUT
   ============================================================ */

.about-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 44px;
}

.about-photo {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--muted2);
  object-fit: cover;
}
.about-photo .ph-icon { font-size: 3.5rem; opacity: .2; }
.about-photo .ph-note { font-size: .72rem; margin-top: 8px; }

.about-name {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--text);
  margin-bottom: 4px;
}
.about-role {
  color: var(--teal);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 18px;
}

.about-quote {
  border-left: 3px solid var(--teal);
  padding-left: 18px;
  margin-bottom: 18px;
}
.about-quote-text {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--text2);
  font-style: italic;
  line-height: 1.6;
}
.about-quote-author {
  font-size: .78rem;
  color: var(--teal);
  font-weight: 600;
  margin-top: 6px;
}

.about-bio {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.8;
  margin-bottom: 12px;
}

.cred-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.cred-tag {
  background: var(--s2);
  border: 1px solid var(--border2);
  color: var(--text2);
  border-radius: 7px;
  padding: 5px 12px;
  font-size: .72rem;
  font-weight: 500;
  transition: all .2s;
}
.cred-tag:hover {
  border-color: var(--teal-bd);
  background: var(--teal-bg);
}

.we-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 5px 14px;
  background: var(--teal-bg);
  border: 1px solid var(--teal-bd);
  border-radius: 999px;
  font-size: .68rem;
  color: var(--muted);
  letter-spacing: .03em;
}
.we-badge span:first-child {
  font-family: var(--font-display);
  font-size: .8rem;
  color: var(--teal);
  opacity: .7;
}


/* ============================================================
   18. FAQ
   ============================================================ */

.faq-list {
  max-width: 720px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.faq-item {
  background: var(--surface);
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  font-weight: 600;
  font-size: .92rem;
  color: var(--text);
  cursor: pointer;
  transition: background .2s;
  width: 100%;
  text-align: left;
}
.faq-q:hover { background: var(--teal-bg); }

.faq-toggle {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: var(--teal);
  transition: transform .3s;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s;
}
.faq-item.open .faq-a { max-height: 280px; padding: 0 22px 18px; }
.faq-a p {
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.75;
}


/* ============================================================
   19. INDIVIDUAL WORK (services)
   ============================================================ */

.svc-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 28px;
  margin-top: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.svc-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 2px 12px rgba(38, 33, 78, .04);
  transition: box-shadow .3s, border-color .3s;
}
.svc-card:hover {
  box-shadow: 0 6px 24px rgba(38, 33, 78, .08);
  border-color: var(--teal-bd);
}
.svc-card .svc-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text);
  margin-bottom: 10px;
}
.svc-card .svc-desc {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 16px;
}
.svc-card .svc-price {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--teal);
  margin-bottom: 16px;
  text-align: center;
}
.svc-card { text-align: center; }
.svc-card .svc-title { text-align: center; }
.svc-card .svc-desc { text-align: center; }
.svc-card .brxe-button { margin: 0 auto; }


/* ============================================================
   20. FINAL CTA
   ============================================================ */

.final-cta {
  padding: clamp(64px, 9vw, 120px) 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.final-cta h2,
.final-cta .brxe-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--cream) !important;
  line-height: 1.2;
  margin-bottom: 24px;
}
.final-cta h2 em { font-style: italic; color: var(--teal); }
.final-cta p,
.final-cta .brxe-text-basic {
  color: rgba(255, 255, 255, .65) !important;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cta-actions {
  display: flex !important;
  gap: 20px !important;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}


/* ============================================================
   21. FOOTER
   ============================================================ */

footer.nogames-footer {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, .04);
  padding: 44px 0 28px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px;
}
.footer-brand svg { height: 28px; width: auto; opacity: .5; }
.footer-copy {
  font-size: .74rem;
  color: rgba(255, 255, 255, .5) !important;
  margin-top: 8px;
}

.footer-col h4 {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 10px;
}
.footer-col a {
  display: block;
  font-size: .8rem;
  color: rgba(255, 255, 255, .6) !important;
  margin-bottom: 6px;
  transition: color .2s;
}
.footer-col a:hover { color: var(--cream) !important; }

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a {
  font-size: .72rem;
  color: rgba(255, 255, 255, .5) !important;
  transition: color .2s;
}
.footer-legal a:hover { color: var(--cream) !important; }


/* ============================================================
   22. SCROLL REVEAL
   ============================================================ */

.rv {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .1s; }
.rv-d2 { transition-delay: .2s; }
.rv-d3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1 !important; transform: none !important; }
}


/* ============================================================
   23. RESPONSIVE BREAKPOINTS
   ============================================================ */

@media (max-width: 1024px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .testi-photos { grid-template-columns: repeat(3, 1fr) !important; }
  .testi-photo img, .brxe-image.testi-photo img { height: 160px; }
  .lead-box,
  .brxe-div.lead-box,
  .lead-box.bricks-lazy-hidden { grid-template-columns: 1fr !important; }
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-center { display: none; }
  .hamburger { display: block; }
  .nav-right .btn { padding: 8px 16px; font-size: .78rem; }

  /* Hide desktop nav links on mobile — Bricks nav-menu wrapper */
  .nav .bricks-nav-menu-wrapper { display: none !important; }

  /* Hamburger toggle — white bars */
  .nav .bricks-mobile-menu-toggle span {
    background-color: #fff !important;
  }

  /* Mobile menu slide-out — padding for links */
  .nav .bricks-mobile-menu-wrapper {
    padding: 20px 0 !important;
  }
  .nav .bricks-mobile-menu li a {
    padding: 12px 28px !important;
    font-size: .9rem;
    color: rgba(255, 255, 255, .7);
  }
  .nav .bricks-mobile-menu li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .05);
  }

  .hero-inner { padding: 120px 20px 60px; }

  .problem-grid { grid-template-columns: 1fr; gap: 32px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }

  .ba-grid { grid-template-columns: 1fr; gap: 14px; }
  .ba-divider { height: 36px; }

  .proof-inner { flex-direction: column; gap: 10px; padding: 8px 0; }

  .dates-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { width: 100%; max-width: 320px; margin: 0 auto; }

  .lead-box { grid-template-columns: 1fr; padding: 28px 20px; }
  .lead-form .inp,
  .lead-form .btn { width: 100%; }

  .svc-grid { grid-template-columns: 1fr !important; }

  .footer-inner,
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-inner { gap: 36px; }
  .footer-inner > div:first-child img { max-width: 160px; margin: 0 auto 12px; }
  .footer-inner > div:first-child { padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .footer-legal { justify-content: center; }
}

@media (max-width: 480px) {
  .hero-inner { padding: 100px 20px 48px; width: 100%; }
  .hero h1 { font-size: clamp(30px, 8vw, 38px); }
  .hero-logo svg { height: 52px; }
  .hero-sub { font-size: .92rem; padding: 0; }
  .hero-badge { font-size: .65rem; padding: 6px 14px; }

  .benefit-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .testi-photo img, .brxe-image.testi-photo img { height: 140px; }

  .proof-inner { gap: 8px; flex-direction: column; padding: 12px 0; }
  .proof-item { padding: 6px 10px; font-size: .72rem; }

  .hero-stats { flex-wrap: wrap; gap: 16px; justify-content: center; }
  .hero-actions { flex-direction: column; align-items: center; gap: 10px; padding: 0 8px; }
  .hero-actions .btn { width: 100%; justify-content: center; }

  .section { padding: clamp(40px, 6vw, 56px) 0; }
  .container { padding: 0 16px; }

  .final-cta { padding: 48px 16px; }
  .dates-grid { gap: 10px; }
  .date-card { padding: 20px 16px; }
  .lead-box { padding: 24px 16px; }
  .tl-title { font-size: .82rem; }
}


/* ============================================================
   24. SUBPAGE HERO
   ============================================================ */

.page-hero {
  background: var(--navy);
  padding: 0 !important;
  min-height: auto;
}
.page-hero-inner {
  padding: 120px 24px 56px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.page-hero h1 {
  font-family: 'Lora', serif;
  font-size: clamp(32px, 5vw, 48px);
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 12px;
}
.page-hero h1 em { font-style: italic; color: var(--teal); }
.page-hero-sub {
  color: rgba(255,255,255,.55);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 18px;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
}
.breadcrumb-sep { margin: 0 8px; opacity: .4; }
.breadcrumb-link a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  transition: color .2s;
}
.breadcrumb-link a:hover { color: var(--teal); }
.breadcrumb-current { color: rgba(255,255,255,.7); }


/* ============================================================
   25. PROSE (long text content)
   ============================================================ */

.prose {
  max-width: 720px;
  margin: 0 auto;
}
.prose .brxe-text-basic {
  line-height: 1.8;
  margin-bottom: 18px;
  color: var(--text-body);
}
.prose .brxe-heading {
  margin-top: 36px;
  margin-bottom: 12px;
}

/* Prose pages — tighter section padding */
.section-tight {
  padding: clamp(28px, 3.5vw, 44px) 0 !important;
}

/* Service detail button centering */
.svc-btn-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 32px !important;
}


/* ============================================================
   26. CONTENT SPLIT (text + image side by side)
   ============================================================ */

.content-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.content-split-text { display: flex; flex-direction: column; gap: 16px; }
.content-split-img {
  border-radius: 14px;
  overflow: hidden;
}
.content-split-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}


/* ============================================================
   27. SERVICE DETAIL CARDS (expanded)
   ============================================================ */

.svc-detail {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  border: 1px solid var(--border);
  transition: box-shadow .3s var(--ease);
}
.svc-detail:hover { box-shadow: 0 8px 32px rgba(0,0,0,.06); }
.svc-detail-title {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}
.svc-detail-price {
  display: inline-block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--teal);
  background: rgba(63,181,165,.08);
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.svc-price-note {
  font-weight: 400;
  color: var(--muted);
  font-size: .82rem;
}
.svc-detail-desc {
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 18px;
}
.svc-detail-sub {
  font-family: 'Lora', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin-top: 20px;
  margin-bottom: 8px;
}
.svc-detail-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}
.svc-detail-li {
  position: relative;
  padding-left: 22px;
  color: var(--text-body);
  font-size: .92rem;
}
.svc-detail-li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}


/* ============================================================
   28. CONTACT GRID
   ============================================================ */

.contact-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.contact-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid var(--border);
  text-align: center;
  transition: box-shadow .3s var(--ease);
}
.contact-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.05); }
.contact-icon {
  margin-bottom: 14px;
}
.contact-icon svg {
  width: 40px;
  height: 40px;
  stroke: var(--teal);
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-label {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
}
.contact-value {
  color: var(--muted);
  font-size: .88rem;
}
.contact-value a {
  color: var(--teal);
  text-decoration: none;
  transition: color .2s;
}
.contact-value a:hover { color: var(--navy); }


/* ============================================================
   29. FORM STYLES (Bricks native form)
   ============================================================ */

.form-section .brxe-form {
  max-width: 640px;
  margin: 0 auto;
}
.form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field {
  margin-bottom: 16px;
}
.form-field label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-family: inherit;
  font-size: .92rem;
  color: var(--text-body);
  background: #fff;
  transition: border-color .2s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(63,181,165,.1);
}
.form-field textarea { min-height: 100px; resize: vertical; }

/* Bricks form — kontakt-form styling */
.kontakt-form {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 16px !important;
}
.kontakt-form label {
  font-size: .82rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: var(--navy) !important;
  margin-bottom: 4px !important;
}
.kontakt-form .form-group {
  margin-bottom: 12px;
  width: 100%;
}
/* 2-column pairs: Jméno+Příjmení, E-mail+Telefon, IČO+DIČ */
.kontakt-form .form-group:nth-child(1),
.kontakt-form .form-group:nth-child(2),
.kontakt-form .form-group:nth-child(3),
.kontakt-form .form-group:nth-child(4),
.kontakt-form .form-group:nth-child(9),
.kontakt-form .form-group:nth-child(10) {
  width: calc(50% - 8px) !important;
}
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: .92rem !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  transition: border-color .2s, box-shadow .2s !important;
  background: #fff !important;
}
.kontakt-form input:focus,
.kontakt-form select:focus,
.kontakt-form textarea:focus {
  border-color: var(--teal) !important;
  box-shadow: 0 0 0 3px rgba(63,181,165,.1) !important;
  outline: none !important;
}
.kontakt-form textarea {
  min-height: 100px !important;
  resize: vertical !important;
}
.kontakt-form .submit-button-wrapper {
  width: 100% !important;
}
.kontakt-form .bricks-button {
  width: 100% !important;
  background: var(--teal) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 28px !important;
  font-size: .95rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background .2s !important;
}
.kontakt-form .bricks-button:hover {
  background: #36a090 !important;
}

/* Billing checkbox — hide redundant group label */
.kontakt-form .form-group:nth-child(7) .label {
  display: none !important;
}

/* Služby/Koučink/Párové form (no billing fields) */
.sluzby-form {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 16px !important;
}
.sluzby-form label {
  font-size: .82rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: var(--navy) !important;
  margin-bottom: 4px !important;
}
.sluzby-form .form-group {
  margin-bottom: 12px;
  width: 100%;
}
/* 2-column: Jméno+Příjmení, E-mail+Telefon */
.sluzby-form .form-group:nth-child(1),
.sluzby-form .form-group:nth-child(2),
.sluzby-form .form-group:nth-child(3),
.sluzby-form .form-group:nth-child(4) {
  width: calc(50% - 8px) !important;
}
.sluzby-form input,
.sluzby-form select,
.sluzby-form textarea {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: .92rem !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  transition: border-color .2s, box-shadow .2s !important;
  background: #fff !important;
}
.sluzby-form input:focus,
.sluzby-form select:focus,
.sluzby-form textarea:focus {
  border-color: var(--teal) !important;
  box-shadow: 0 0 0 3px rgba(63,181,165,.1) !important;
  outline: none !important;
}
.sluzby-form textarea {
  min-height: 100px !important;
  resize: vertical !important;
}
.sluzby-form .submit-button-wrapper {
  width: 100% !important;
}
.sluzby-form .bricks-button {
  width: 100% !important;
  background: var(--teal) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 28px !important;
  font-size: .95rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background .2s !important;
}
.sluzby-form .bricks-button:hover {
  background: #36a090 !important;
}
.kontakt-form .options-wrapper {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.kontakt-form .options-wrapper li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.kontakt-form .options-wrapper input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: var(--teal) !important;
}
.kontakt-form .options-wrapper label {
  font-size: .88rem !important;
  font-weight: 500 !important;
}

/* Billing fields: hidden by default
   Field order: 1-Jméno 2-Příjmení 3-Email 4-Tel 5-Select 6-Textarea
                7-BillingToggle 8-Firma 9-IČO 10-DIČ 11-Adresa 12-Honeypot 13-Submit */
.kontakt-form .form-group:nth-child(8),
.kontakt-form .form-group:nth-child(9),
.kontakt-form .form-group:nth-child(10),
.kontakt-form .form-group:nth-child(11) {
  display: none !important;
}
.kontakt-form.billing-open .form-group:nth-child(8),
.kontakt-form.billing-open .form-group:nth-child(9),
.kontakt-form.billing-open .form-group:nth-child(10),
.kontakt-form.billing-open .form-group:nth-child(11) {
  display: block !important;
}
.kontakt-form.billing-open .form-group:nth-child(9),
.kontakt-form.billing-open .form-group:nth-child(10) {
  width: calc(50% - 8px) !important;
}


/* ============================================================
   30. STEPS (how it works)
   ============================================================ */

.steps-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: step;
}
.step-card {
  text-align: center;
  counter-increment: step;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(63,181,165,.1);
  color: var(--teal);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.step-title {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.step-desc {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.65;
}


/* ============================================================
   31. CHECKLIST (pro koho, co zahrnuje)
   ============================================================ */

.checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .95rem;
  line-height: 1.6;
}
.checklist-icon {
  flex-shrink: 0;
  color: var(--teal);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.6;
}


/* ============================================================
   32. STATS ROW
   ============================================================ */

.stats-row {
  display: flex !important;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--teal);
}
.stat-label {
  font-size: .78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}


/* ============================================================
   33. RESPONSIVE — SUBPAGE ADDITIONS
   ============================================================ */

@media (max-width: 768px) {
  .page-hero-inner { padding: 100px 20px 40px; }
  .content-split { grid-template-columns: 1fr; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .kontakt-form .form-group { width: 100% !important; }
  .stats-row { gap: 20px; }
  .svc-detail { padding: 24px 20px; }
}

@media (max-width: 480px) {
  .page-hero-inner { padding: 88px 16px 32px; }
  .page-hero h1 { font-size: clamp(26px, 7vw, 34px); }
  .svc-detail { padding: 20px 16px; }
  .contact-card { padding: 20px 16px; }
  .photo-grid { grid-template-columns: 1fr 1fr !important; }
}


/* ============================================================
   34. BLOG ARCHIVE
   ============================================================ */

/* Blog grid (same card style as reference testi-grid) */
.blog-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.blog-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex !important;
  flex-direction: column !important;
  transition: transform .2s, box-shadow .2s;
}
.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--shadow);
}
/* Blog card featured image — works for both <img> and <figure> */
.blog-card .blog-card-img,
.blog-card img.blog-card-img {
  border-radius: 12px 12px 0 0 !important;
  aspect-ratio: 16/9 !important;
  overflow: hidden !important;
  margin: -28px -24px 16px !important;
  width: calc(100% + 48px) !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
}
.blog-card .blog-card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
/* Hide image element when post has no featured image */
.blog-card .blog-card-img:empty,
.blog-card .blog-card-img img[src=""],
.blog-card .brxe-image:not(:has(img)) { display: none; }
/* Hide figcaption (alt text) on blog card images */
.blog-card .blog-card-img figcaption { display: none !important; }

/* Post tags */
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.post-tag {
  font-size: .72rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: background .2s, color .2s;
  letter-spacing: .3px;
}
.post-tag:hover { background: rgba(255,255,255,.2); color: #fff; }
/* Tags in blog list cards */
.blog-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.blog-card-tags a {
  font-size: .68rem;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 20px;
  background: var(--cream, #f0eef5);
  color: var(--navy);
  text-decoration: none;
  transition: background .2s;
}
.blog-card-tags a:hover { background: var(--teal); color: #fff; }
/* Tags on light header (no featured image) */
.bricks-post-header:not(.has-image) .post-tag {
  background: var(--cream, #f0eef5);
  color: var(--navy);
}
.bricks-post-header:not(.has-image) .post-tag:hover { background: var(--teal); color: #fff; }
/* Blog card title + link — match reference card style */
.blog-card-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  margin: 0 0 8px !important;
}
.blog-card-title a { color: inherit; text-decoration: none; }
.blog-card-title a:hover { color: var(--teal); }
.blog-card-link a {
  font-size: .82rem !important;
  font-weight: 600 !important;
  color: var(--teal) !important;
  text-decoration: none !important;
}
.blog-card-link a:hover { text-decoration: underline !important; }

/* Single post */
body.nogames.single-post {
  padding-top: 68px;
}
body.nogames.single-post .site-main,
body.nogames.single-post #brx-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px;
}
/* Post header — compact when no featured image */
body.nogames.single-post .bricks-post-header {
  padding: 32px 0 0 !important;
  min-height: 0 !important;
}
body.nogames.single-post .bricks-post-header + article {
  padding-top: 0 !important;
}
body.nogames.single-post .bricks-post-header.has-image {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 48px 0;
}
body.nogames.single-post .bricks-post-header.has-image .brxe-container {
  background: linear-gradient(transparent, rgba(0,0,0,.5));
  padding: 32px 24px;
  border-radius: 0 0 12px 12px;
}
body.nogames.single-post .bricks-post-header.has-image .brxe-post-title {
  color: #fff;
}
body.nogames.single-post .bricks-post-header.has-image .brxe-post-meta {
  color: rgba(255,255,255,.7);
}

body.nogames.single-post .entry-title {
  font-family: 'Lora', serif;
  font-size: clamp(24px, 4vw, 36px);
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 12px;
}

body.nogames.single-post .entry-meta {
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
/* Hide author email/gravatar display */
body.nogames.single-post .entry-meta .author,
body.nogames.single-post .entry-meta .byline { display: none; }

body.nogames.single-post .entry-content {
  color: var(--text-body);
  line-height: 1.8;
  font-size: 1rem;
}
body.nogames.single-post .entry-content h2 {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  color: var(--navy);
  margin: 36px 0 12px;
}
body.nogames.single-post .entry-content h3 {
  font-family: 'Lora', serif;
  font-size: 1.15rem;
  color: var(--navy);
  margin: 28px 0 10px;
}
body.nogames.single-post .entry-content p {
  margin-bottom: 16px;
}
body.nogames.single-post .entry-content blockquote {
  border-left: 3px solid var(--teal);
  padding: 12px 20px;
  margin: 20px 0;
  background: rgba(63,181,165,.04);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--navy);
}
body.nogames.single-post .entry-content img {
  border-radius: 10px;
  margin: 20px 0;
}
body.nogames.single-post .entry-content ul,
body.nogames.single-post .entry-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
body.nogames.single-post .entry-content li {
  margin-bottom: 6px;
}
/* Hide comments and social sharing on single posts */
body.nogames.single-post #comments,
body.nogames.single-post .comment-respond,
body.nogames.single-post .sharedaddy,
body.nogames.single-post .sd-sharing,
body.nogames.single-post .jp-relatedposts,
body.nogames.single-post .post-author-box { display: none; }

/* Post navigation (same-category only) */
body.nogames.single-post .post-navigation {
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  margin-top: 40px;
  width: 100% !important;
}
body.nogames.single-post .post-navigation a {
  color: var(--navy);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 45%;
}
body.nogames.single-post .post-navigation a:hover .post-nav-title { color: var(--teal); }
body.nogames.single-post .post-nav-label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--muted);
}
body.nogames.single-post .post-nav-title {
  font-size: .9rem;
  font-weight: 500;
  transition: color .2s;
}
body.nogames.single-post .post-nav-next {
  text-align: right;
  margin-left: auto;
  align-items: flex-end;
}

/* Reference card links — unified with blog card style */
.ref-card-title {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  margin: 0 0 8px !important;
  line-height: 1.4 !important;
}
.ref-card-title a { color: inherit; text-decoration: none; }
.ref-card-title a:hover { color: var(--teal); }
.ref-card-link a {
  font-size: .82rem;
  font-weight: 600;
  color: var(--teal) !important;
  text-decoration: none;
}
.ref-card-link a:hover { text-decoration: underline; }

/* Photo grid (reference page) */
.photo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 991px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; gap: 20px; }
  body.nogames.single-post .site-main,
  body.nogames.single-post #brx-content { padding: 32px 16px; }
}

/* ───────────────────────────────────────────────
   CookieConsent v3 — NoGames theme
   ─────────────────────────────────────────────── */
#cc-main {
  --cc-font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --cc-bg: #1a1640;
  --cc-primary-color: rgba(255, 255, 255, .92);
  --cc-secondary-color: rgba(255, 255, 255, .6);
  --cc-btn-primary-bg: #4aada4;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: #4aada4;
  --cc-btn-primary-hover-bg: #3a9d94;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: #3a9d94;
  --cc-btn-secondary-bg: rgba(255, 255, 255, .08);
  --cc-btn-secondary-color: rgba(255, 255, 255, .8);
  --cc-btn-secondary-border-color: rgba(255, 255, 255, .12);
  --cc-btn-secondary-hover-bg: rgba(255, 255, 255, .14);
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: rgba(255, 255, 255, .18);
  --cc-separator-border-color: rgba(255, 255, 255, .08);
  --cc-toggle-on-bg: #4aada4;
  --cc-toggle-off-bg: rgba(255, 255, 255, .2);
  --cc-toggle-readonly-bg: rgba(255, 255, 255, .1);
  --cc-toggle-readonly-knob-bg: rgba(255, 255, 255, .35);
  --cc-cookie-category-block-bg: rgba(255, 255, 255, .04);
  --cc-cookie-category-block-border: rgba(255, 255, 255, .06);
  --cc-cookie-category-block-hover-bg: rgba(255, 255, 255, .07);
  --cc-cookie-category-block-hover-border: rgba(255, 255, 255, .1);
  --cc-footer-bg: rgba(0, 0, 0, .15);
  --cc-footer-color: rgba(255, 255, 255, .5);
  --cc-footer-border-color: rgba(255, 255, 255, .06);
  --cc-overlay-bg: rgba(0, 0, 0, .55);
  --cc-modal-border-radius: 14px;
  --cc-btn-border-radius: 8px;
}

#cc-main .cm,
#cc-main .pm {
  box-shadow: 0 12px 48px rgba(0, 0, 0, .4);
}

#cc-main a {
  color: #4aada4;
}

/* Footer "Cookies" link → open preferences */
.footer-legal a[data-cc="show-preferencesModal"] {
  cursor: pointer;
}
