@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&display=swap');

@keyframes rv-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

:is(.cp-blocks-full, .cp-page) {
  --rv-bg: var(--bsc-bg, #0a0a0f);
  --rv-bg-2: var(--bsc-bg-alt, #13131a);
  --rv-bg-3: var(--bsc-bg-alt, #1a1a24);
  --rv-bg-rgb: 10, 10, 15;
  --rv-line: var(--bsc-border, #232330);
  --rv-line-2: var(--bsc-border, #2d2d3d);
  --rv-text: var(--bsc-text, #ffffff);
  --rv-text-2: var(--bsc-text-muted, #b8b8c4);
  --rv-text-3: var(--bsc-text-light, #6e6e80);
  --rv-accent: var(--bsc-primary, #c4ff3d);
  --rv-accent-2: var(--bsc-primary-dark, #a8e632);
  --rv-accent-rgb: 196, 255, 61;
  --rv-accent-glow: rgba(var(--rv-accent-rgb, 196, 255, 61), 0.35);
  --rv-radius: var(--bsc-radius, 18px);
  --rv-radius-lg: 28px;
  --rv-display: var(--bsc-display, 'Anton', Impact, 'Arial Black', sans-serif);
  --rv-body: var(--bsc-font, 'Inter', system-ui, sans-serif);
  font-family: var(--rv-body);
  color: var(--rv-text);
}

:is(.cp-blocks-full, .cp-page) .rv-container { max-width: 1320px; margin: 0 auto; padding: 0 32px; position: relative; }
:is(.cp-blocks-full, .cp-page) .rv-container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; position: relative; }

:is(.cp-blocks-full, .cp-page) .rv-eyebrow { display: inline-flex; align-items: center; gap: 14px; font-family: var(--rv-body); font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rv-accent); margin: 0 0 24px; padding: 0; background: transparent; border: none; }
:is(.cp-blocks-full, .cp-page) .rv-sparkle { font-size: 16px; color: var(--rv-accent); display: inline-block; animation: rv-spin 8s linear infinite; font-style: normal; }

:is(.cp-blocks-full, .cp-page) .rv-h1 { font-family: var(--rv-display); font-weight: 400; font-size: clamp(56px, 10vw, 160px); line-height: 0.88; letter-spacing: -0.005em; text-transform: uppercase; color: var(--rv-text); margin: 24px 0 48px; text-align: center; display: block; }
:is(.cp-blocks-full, .cp-page) .rv-h1-filled { color: var(--rv-text); text-shadow: 0 0 60px rgba(var(--rv-accent-rgb, 196, 255, 61), 0.08); }
:is(.cp-blocks-full, .cp-page) .rv-h1-outline { -webkit-text-stroke: 2px var(--rv-accent); -webkit-text-fill-color: transparent; color: transparent; text-shadow: none; }
:is(.cp-blocks-full, .cp-page) .rv-h2 { font-family: var(--rv-display); font-weight: 400; font-size: clamp(40px, 6.5vw, 96px); line-height: 0.92; letter-spacing: -0.003em; text-transform: uppercase; color: var(--rv-text); margin: 12px 0 0; }

:is(.cp-blocks-full, .cp-page) .rv-btn, :is(.cp-blocks-full, .cp-page) a.rv-btn { display: inline-flex; align-items: center; gap: 14px; padding: 20px 36px; background: var(--rv-accent); color: var(--rv-bg, #0a0a0f); font-family: var(--rv-body); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; border-radius: 999px; border: none; box-shadow: 0 0 0 0 var(--rv-accent-glow), 0 8px 32px rgba(var(--rv-accent-rgb, 196, 255, 61), 0.25); transition: all 0.3s ease; cursor: pointer; }
:is(.cp-blocks-full, .cp-page) .rv-btn:hover, :is(.cp-blocks-full, .cp-page) a.rv-btn:hover { transform: translateY(-2px); box-shadow: 0 0 0 6px var(--rv-accent-glow), 0 12px 40px rgba(var(--rv-accent-rgb, 196, 255, 61), 0.35); color: var(--rv-bg, #0a0a0f); }
:is(.cp-blocks-full, .cp-page) .rv-btn svg { width: 18px; height: 18px; background: var(--rv-bg, #0a0a0f); color: var(--rv-accent); border-radius: 50%; padding: 4px; box-sizing: content-box; flex-shrink: 0; }
/* Dark variant (napr. CTA band tlačidlo na svetlom accent pozadí) — musí mať rovnaký :is() prefix
   ako .rv-btn vyššie, inak generický .rv-btn:hover prebije farbu textu a text zmizne na hover. */
:is(.cp-blocks-full, .cp-page) .rv-btn-dark, :is(.cp-blocks-full, .cp-page) a.rv-btn-dark { background: var(--rv-bg, #0a0a0f); color: var(--rv-accent); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); }
:is(.cp-blocks-full, .cp-page) .rv-btn-dark:hover, :is(.cp-blocks-full, .cp-page) a.rv-btn-dark:hover { background: var(--rv-bg, #0a0a0f); color: var(--rv-accent); box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.15), 0 12px 40px rgba(0, 0, 0, 0.4); }
:is(.cp-blocks-full, .cp-page) .rv-btn-dark svg { background: var(--rv-accent); color: var(--rv-bg, #0a0a0f); }
:is(.cp-blocks-full, .cp-page) .rv-btn-ghost, :is(.cp-blocks-full, .cp-page) a.rv-btn-ghost { display: inline-flex; align-items: center; gap: 14px; padding: 20px 36px; background: transparent; color: var(--rv-text); font-family: var(--rv-body); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; border-radius: 999px; border: 1.5px solid var(--rv-line-2); transition: all 0.3s ease; cursor: pointer; }
:is(.cp-blocks-full, .cp-page) .rv-btn-ghost:hover, :is(.cp-blocks-full, .cp-page) a.rv-btn-ghost:hover { border-color: var(--rv-accent); color: var(--rv-accent); background: rgba(var(--rv-accent-rgb, 196, 255, 61), 0.05); }
:is(.cp-blocks-full, .cp-page) .rv-btn-ghost svg { width: 16px; height: 16px; flex-shrink: 0; }

:is(.cp-blocks-full, .cp-page) .rv-hero { position: relative; padding: 120px 0 140px; background: var(--rv-bg); overflow: hidden; }
:is(.cp-blocks-full, .cp-page) .rv-hero-bg-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 1200px 600px at 50% 0%, rgba(var(--rv-accent-rgb, 196, 255, 61), 0.09) 0%, transparent 60%), radial-gradient(ellipse 800px 400px at 100% 100%, rgba(var(--rv-accent-rgb, 196, 255, 61), 0.05) 0%, transparent 70%); pointer-events: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero .rv-container { position: relative; z-index: 2; }
:is(.cp-blocks-full, .cp-page) .rv-hero-eyebrow { display: flex; justify-content: center; margin-bottom: 24px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: center; margin-top: 64px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-visual { position: relative; aspect-ratio: 1 / 1.05; border-radius: var(--rv-radius-lg); overflow: hidden; background: var(--rv-bg-3); border: 1px solid var(--rv-line); }
:is(.cp-blocks-full, .cp-page) .rv-hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; filter: contrast(1.05) saturate(0.95); }
:is(.cp-blocks-full, .cp-page) .rv-hero-visual-placeholder { position: relative; z-index: 3; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--rv-accent); opacity: 0.6; padding: 8%; box-sizing: border-box; }
:is(.cp-blocks-full, .cp-page) .rv-hero-visual-placeholder svg { width: 100%; height: 100%; max-width: 360px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(var(--rv-bg-rgb, 10, 10, 15), 0.55) 100%); pointer-events: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero-body { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
:is(.cp-blocks-full, .cp-page) .rv-hero-text { font-family: var(--rv-body); font-size: 18px; line-height: 1.65; color: var(--rv-text-2); margin: 0 0 36px; max-width: 560px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; width: 100%; max-width: 560px; padding-top: 36px; border-top: 1px solid var(--rv-line); }

/* ===== Štýly hero sekcie (builder Dizajn → Štýl hero) ===== */
/* fullwidth — bez vizuálu, na celú šírku, vycentrované */
:is(.cp-blocks-full, .cp-page) .rv-hero-style-fullwidth .rv-hero-split { grid-template-columns: 1fr; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-fullwidth .rv-hero-visual { display: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-fullwidth .rv-hero-body { align-items: center; text-align: center; max-width: 860px; margin: 0 auto; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-fullwidth .rv-hero-text { max-width: 680px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-fullwidth .rv-hero-actions { justify-content: center; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-fullwidth .rv-hero-stats { margin: 0 auto; }
/* minimal — bez dekorácií, kompaktné, zarovnané vľavo */
:is(.cp-blocks-full, .cp-page) .rv-hero-style-minimal { padding: 72px 0 80px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-minimal .rv-hero-bg-glow { display: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-minimal .rv-hero-split { grid-template-columns: 1fr; margin-top: 24px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-minimal .rv-hero-visual { display: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-minimal .rv-h1 { font-size: clamp(40px, 6vw, 80px); text-align: left; margin: 8px 0 24px; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-minimal .rv-hero-eyebrow { justify-content: flex-start; }
/* bold — accent gradient pozadie, tmavý text, vycentrované */
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold { background: linear-gradient(135deg, var(--rv-accent), var(--rv-accent-2)); }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold .rv-hero-bg-glow { display: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold .rv-hero-split { grid-template-columns: 1fr; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold .rv-hero-visual { display: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold .rv-hero-body { align-items: center; text-align: center; max-width: 860px; margin: 0 auto; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold .rv-h1,
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold .rv-h1-filled,
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold .rv-hero-text { color: var(--rv-bg, #0a0a0f); text-shadow: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-bold .rv-hero-actions { justify-content: center; }
/* prestige — elegantné vycentrované, accent linka, väčší rozostup */
:is(.cp-blocks-full, .cp-page) .rv-hero-style-prestige .rv-hero-visual { display: none; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-prestige .rv-hero-split { grid-template-columns: 1fr; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-prestige .rv-hero-body { align-items: center; text-align: center; max-width: 780px; margin: 0 auto; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-prestige .rv-h1 { letter-spacing: 0.04em; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-prestige .rv-h1::after { content: ''; display: block; width: 64px; height: 2px; background: var(--rv-accent); margin: 28px auto 0; }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-prestige .rv-hero-text { color: var(--rv-text-2); }
:is(.cp-blocks-full, .cp-page) .rv-hero-style-prestige .rv-hero-actions { justify-content: center; }
:is(.cp-blocks-full, .cp-page) .rv-stat { display: flex; flex-direction: column; padding-right: 16px; border-right: 1px solid var(--rv-line); }
:is(.cp-blocks-full, .cp-page) .rv-stat:last-child { border-right: none; padding-right: 0; }
:is(.cp-blocks-full, .cp-page) .rv-stat-value { font-family: var(--rv-display); font-size: clamp(40px, 4vw, 56px); font-weight: 400; line-height: 1; color: var(--rv-accent); }
:is(.cp-blocks-full, .cp-page) .rv-stat-label { font-family: var(--rv-body); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rv-text-3); margin-top: 6px; }

@media (max-width: 900px) {
  :is(.cp-blocks-full, .cp-page) .rv-hero { padding: 80px 0 90px; }
  :is(.cp-blocks-full, .cp-page) .rv-hero-split { grid-template-columns: 1fr; gap: 40px; margin-top: 40px; }
  :is(.cp-blocks-full, .cp-page) .rv-hero-visual { order: -1; }
  :is(.cp-blocks-full, .cp-page) .rv-hero-actions { width: 100%; }
}
@media (max-width: 480px) {
  :is(.cp-blocks-full, .cp-page) .rv-container, :is(.cp-blocks-full, .cp-page) .rv-container-narrow { padding: 0 20px; }
  :is(.cp-blocks-full, .cp-page) .rv-hero-actions { flex-direction: column; }
  :is(.cp-blocks-full, .cp-page) .rv-hero-actions .rv-btn, :is(.cp-blocks-full, .cp-page) .rv-hero-actions .rv-btn-ghost { width: 100%; justify-content: center; }
}

:is(.cp-blocks-full, .cp-page) .rv-section { padding: 140px 0; background: var(--rv-bg); position: relative; }
:is(.cp-blocks-full, .cp-page) .rv-section-alt { background: var(--rv-bg-2); border-top: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); }
:is(.cp-blocks-full, .cp-page) .rv-section-head { text-align: center; max-width: 880px; margin: 0 auto 80px; }
:is(.cp-blocks-full, .cp-page) .rv-section-head .rv-eyebrow { justify-content: center; display: inline-flex; }

:is(.cp-blocks-full, .cp-page) .rv-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
:is(.cp-blocks-full, .cp-page) .rv-service-card { display: flex; flex-direction: column; background: var(--rv-bg-2); border: 1px solid var(--rv-line); border-radius: var(--rv-radius-lg); padding: 40px 36px; text-decoration: none; color: var(--rv-text); transition: all 0.35s ease; position: relative; overflow: hidden; min-height: 400px; }
:is(.cp-blocks-full, .cp-page) .rv-section-alt .rv-service-card { background: var(--rv-bg-3); }
:is(.cp-blocks-full, .cp-page) .rv-service-card::before { content: ''; position: absolute; top: -60%; right: -40%; width: 300px; height: 300px; background: radial-gradient(circle, var(--rv-accent-glow) 0%, transparent 60%); opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }
:is(.cp-blocks-full, .cp-page) .rv-service-card:hover { border-color: var(--rv-accent); transform: translateY(-6px); background: var(--rv-bg-3); }
:is(.cp-blocks-full, .cp-page) .rv-service-card:hover::before { opacity: 1; }
:is(.cp-blocks-full, .cp-page) .rv-service-card-icon { width: 72px; height: 72px; border-radius: 18px; background: var(--rv-bg-3); border: 1px solid var(--rv-line-2); margin-bottom: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; overflow: hidden; }
:is(.cp-blocks-full, .cp-page) .rv-service-card-icon-ph { color: var(--rv-accent); }
:is(.cp-blocks-full, .cp-page) .rv-service-card-icon-ph svg { width: 36px; height: 36px; }
:is(.cp-blocks-full, .cp-page) .rv-service-card:hover .rv-service-card-icon { border-color: var(--rv-accent); }
:is(.cp-blocks-full, .cp-page) .rv-service-card-title { font-family: var(--rv-display); font-size: 32px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.005em; line-height: 1.05; color: var(--rv-text); margin: 0 0 16px; position: relative; z-index: 1; }
:is(.cp-blocks-full, .cp-page) .rv-service-card-desc { font-family: var(--rv-body); font-size: 15px; line-height: 1.65; color: var(--rv-text-2); margin: 0 0 24px; flex: 1; position: relative; z-index: 1; }
:is(.cp-blocks-full, .cp-page) .rv-service-card-link { display: inline-flex; align-items: center; gap: 10px; font-family: var(--rv-body); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rv-accent); margin-top: auto; position: relative; z-index: 1; }

:is(.cp-blocks-full, .cp-page) .rv-about { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
:is(.cp-blocks-full, .cp-page) .rv-about-visual { position: relative; border-radius: var(--rv-radius-lg); overflow: visible; aspect-ratio: 1 / 1.1; }
:is(.cp-blocks-full, .cp-page) .rv-about-visual > img, :is(.cp-blocks-full, .cp-page) .rv-about-visual > .rv-about-visual-placeholder { width: 100%; height: 100%; border-radius: var(--rv-radius-lg); border: 1px solid var(--rv-line); background: var(--rv-bg); object-fit: cover; display: block; }
:is(.cp-blocks-full, .cp-page) .rv-about-visual-placeholder { display: flex; align-items: center; justify-content: center; color: var(--rv-accent); opacity: 0.55; padding: 8%; box-sizing: border-box; }
:is(.cp-blocks-full, .cp-page) .rv-about-visual-placeholder svg { width: 100%; height: 100%; max-width: 360px; }
:is(.cp-blocks-full, .cp-page) .rv-about-body { display: flex; flex-direction: column; align-items: flex-start; }
:is(.cp-blocks-full, .cp-page) .rv-about-body .rv-h2 { margin-bottom: 24px; }
:is(.cp-blocks-full, .cp-page) .rv-about-text { font-family: var(--rv-body); font-size: 17px; line-height: 1.75; color: var(--rv-text-2); margin: 0 0 40px; max-width: 600px; }

:is(.cp-blocks-full, .cp-page) .rv-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
:is(.cp-blocks-full, .cp-page) .rv-feature-card { padding: 48px 36px; background: var(--rv-bg-2); border: 1px solid var(--rv-line); border-radius: var(--rv-radius-lg); position: relative; overflow: hidden; transition: all 0.3s ease; }
:is(.cp-blocks-full, .cp-page) .rv-feature-card:hover { border-color: var(--rv-accent); transform: translateY(-4px); }
:is(.cp-blocks-full, .cp-page) .rv-feature-num { font-family: var(--rv-display); font-size: 72px; font-weight: 400; line-height: 0.85; color: var(--rv-accent); margin-bottom: 24px; text-shadow: 0 0 30px var(--rv-accent-glow); }
:is(.cp-blocks-full, .cp-page) .rv-feature-title { font-family: var(--rv-display); font-size: 26px; font-weight: 400; text-transform: uppercase; line-height: 1.1; color: var(--rv-text); margin: 0 0 16px; }
:is(.cp-blocks-full, .cp-page) .rv-feature-desc { font-family: var(--rv-body); font-size: 14px; line-height: 1.65; color: var(--rv-text-2); margin: 0; }

:is(.cp-blocks-full, .cp-page) .rv-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
:is(.cp-blocks-full, .cp-page) .rv-testimonial-card { padding: 44px 36px; background: var(--rv-bg-3); border: 1px solid var(--rv-line); border-radius: var(--rv-radius-lg); position: relative; }
:is(.cp-blocks-full, .cp-page) .rv-testimonial-rating { display: flex; gap: 4px; margin-bottom: 24px; }
:is(.cp-blocks-full, .cp-page) .rv-testimonial-rating svg { width: 18px; height: 18px; color: var(--rv-accent); }
:is(.cp-blocks-full, .cp-page) .rv-testimonial-quote { font-family: var(--rv-body); font-size: 16px; line-height: 1.7; color: var(--rv-text); margin: 0 0 28px; font-style: italic; }
:is(.cp-blocks-full, .cp-page) .rv-testimonial-author { padding-top: 24px; border-top: 1px solid var(--rv-line); }
:is(.cp-blocks-full, .cp-page) .rv-testimonial-author-name { font-family: var(--rv-body); font-size: 14px; font-weight: 700; color: var(--rv-text); text-transform: uppercase; letter-spacing: 0.06em; }
:is(.cp-blocks-full, .cp-page) .rv-testimonial-author-title { font-family: var(--rv-body); font-size: 12px; color: var(--rv-text-3); margin-top: 4px; }

:is(.cp-blocks-full, .cp-page) .rv-cta-band { background: var(--rv-accent); color: var(--rv-bg, #0a0a0f); padding: 140px 0; text-align: center; position: relative; overflow: hidden; }
:is(.cp-blocks-full, .cp-page) .rv-cta-band-shape, :is(.cp-blocks-full, .cp-page) .rv-cta-band::before, :is(.cp-blocks-full, .cp-page) .rv-cta-band::after { content: ''; position: absolute; border-radius: 50%; background: rgba(var(--rv-bg-rgb, 10, 10, 15), 0.08); pointer-events: none; }
:is(.cp-blocks-full, .cp-page) .rv-cta-band::before { width: 420px; height: 420px; top: -200px; left: -100px; }
:is(.cp-blocks-full, .cp-page) .rv-cta-band::after { width: 420px; height: 420px; bottom: -200px; right: -100px; }
:is(.cp-blocks-full, .cp-page) .rv-cta-band-shape { width: 180px; height: 180px; top: 40px; right: 15%; }
:is(.cp-blocks-full, .cp-page) .rv-cta-band .rv-container { position: relative; z-index: 2; }
:is(.cp-blocks-full, .cp-page) .rv-cta-band .rv-eyebrow { justify-content: center; margin-bottom: 20px; }
:is(.cp-blocks-full, .cp-page) .rv-cta-title { font-family: var(--rv-display); font-size: clamp(48px, 7vw, 112px); font-weight: 400; text-transform: uppercase; line-height: 0.92; color: var(--rv-bg, #0a0a0f); margin: 0 0 28px; letter-spacing: -0.005em; }
:is(.cp-blocks-full, .cp-page) .rv-cta-text { font-family: var(--rv-body); font-size: 18px; line-height: 1.65; color: rgba(var(--rv-bg-rgb, 10, 10, 15), 0.82); max-width: 680px; margin: 0 auto 44px; }

@media (max-width: 900px) {
  :is(.cp-blocks-full, .cp-page) .rv-section { padding: 80px 0; }
  :is(.cp-blocks-full, .cp-page) .rv-section-head { margin-bottom: 48px; }
  :is(.cp-blocks-full, .cp-page) .rv-services-grid, :is(.cp-blocks-full, .cp-page) .rv-testimonials { grid-template-columns: 1fr; }
  :is(.cp-blocks-full, .cp-page) .rv-features { grid-template-columns: repeat(2, 1fr); }
  :is(.cp-blocks-full, .cp-page) .rv-about { grid-template-columns: 1fr; gap: 48px; }
  :is(.cp-blocks-full, .cp-page) .rv-about-visual { order: -1; }
  :is(.cp-blocks-full, .cp-page) .rv-cta-band { padding: 80px 0; }
}
@media (max-width: 480px) {
  :is(.cp-blocks-full, .cp-page) .rv-features { grid-template-columns: 1fr; }
}

:is(.cp-blocks-full, .cp-page) .rv-service-card-price { font-family: var(--rv-body); font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rv-text-3); margin-bottom: 20px; position: relative; z-index: 1; }
:is(.cp-blocks-full, .cp-page) .rv-service-card-price strong { font-family: var(--rv-display); font-size: 28px; font-weight: 400; color: var(--rv-accent); letter-spacing: 0; margin-left: 8px; }
:is(.cp-blocks-full, .cp-page) .rv-eyebrow-dark, :is(.cp-blocks-full, .cp-page) .rv-eyebrow-dark .rv-sparkle { color: var(--rv-bg, #0a0a0f); }

:is(.cp-blocks-full, .cp-page) .rv-contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
:is(.cp-blocks-full, .cp-page) .rv-contact-card { display: flex; flex-direction: column; gap: 8px; padding: 32px 28px; background: var(--rv-bg-3); border: 1px solid var(--rv-line); border-radius: var(--rv-radius-lg); text-decoration: none; transition: all 0.3s ease; }
:is(.cp-blocks-full, .cp-page) .rv-contact-card:hover { border-color: var(--rv-accent); transform: translateY(-4px); }
:is(.cp-blocks-full, .cp-page) .rv-contact-card-label { font-family: var(--rv-body); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rv-accent); }
:is(.cp-blocks-full, .cp-page) .rv-contact-card-value { font-family: var(--rv-body); font-size: 16px; color: var(--rv-text); }

:is(.cp-blocks-full, .cp-page) .rv-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
:is(.cp-blocks-full, .cp-page) .rv-price-card { display: flex; flex-direction: column; padding: 44px 36px; background: var(--rv-bg-2); border: 1px solid var(--rv-line); border-radius: var(--rv-radius-lg); position: relative; transition: all 0.3s ease; }
:is(.cp-blocks-full, .cp-page) .rv-price-card:hover { border-color: var(--rv-accent); transform: translateY(-6px); }
:is(.cp-blocks-full, .cp-page) .rv-price-card-featured { border-color: var(--rv-accent); box-shadow: 0 0 0 1px var(--rv-accent), 0 20px 60px rgba(var(--rv-accent-rgb, 196, 255, 61), 0.15); }
:is(.cp-blocks-full, .cp-page) .rv-price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 6px 18px; border-radius: 999px; background: var(--rv-accent); color: var(--rv-bg, #0a0a0f); font-family: var(--rv-body); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
:is(.cp-blocks-full, .cp-page) .rv-price-name { font-family: var(--rv-body); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rv-text-3); margin-bottom: 16px; }
:is(.cp-blocks-full, .cp-page) .rv-price-value { font-family: var(--rv-display); font-size: clamp(48px, 5vw, 72px); font-weight: 400; line-height: 1; color: var(--rv-accent); margin-bottom: 28px; }
:is(.cp-blocks-full, .cp-page) .rv-price-value span { font-family: var(--rv-body); font-size: 14px; font-weight: 500; color: var(--rv-text-3); letter-spacing: 0; }
:is(.cp-blocks-full, .cp-page) .rv-price-features { list-style: none; padding: 0; margin: 0 0 32px; flex: 1; }
:is(.cp-blocks-full, .cp-page) .rv-price-features li { font-family: var(--rv-body); font-size: 15px; color: var(--rv-text-2); padding: 12px 0; border-bottom: 1px solid var(--rv-line); }

@media (max-width: 900px) {
  :is(.cp-blocks-full, .cp-page) .rv-contact-cards, :is(.cp-blocks-full, .cp-page) .rv-price-grid { grid-template-columns: 1fr; }
}

:is(.cp-blocks-full, .cp-page) .rv-faq { max-width: 880px; margin: 0 auto; }
:is(.cp-blocks-full, .cp-page) .rv-faq-item { border-bottom: 1px solid var(--rv-line); }
:is(.cp-blocks-full, .cp-page) .rv-faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 0; cursor: pointer; list-style: none; font-family: var(--rv-display); font-size: clamp(20px, 2.5vw, 28px); font-weight: 400; text-transform: uppercase; color: var(--rv-text); transition: color 0.3s ease; }
:is(.cp-blocks-full, .cp-page) .rv-faq-item summary::-webkit-details-marker { display: none; }
:is(.cp-blocks-full, .cp-page) .rv-faq-item summary::after { content: '+'; font-family: var(--rv-body); font-size: 28px; color: var(--rv-accent); flex-shrink: 0; transition: transform 0.3s ease; }
:is(.cp-blocks-full, .cp-page) .rv-faq-item summary:hover { color: var(--rv-accent); }
:is(.cp-blocks-full, .cp-page) .rv-faq-item[open] summary { color: var(--rv-accent); }
:is(.cp-blocks-full, .cp-page) .rv-faq-item[open] summary::after { transform: rotate(45deg); }
:is(.cp-blocks-full, .cp-page) .rv-faq-answer { font-family: var(--rv-body); font-size: 16px; line-height: 1.7; color: var(--rv-text-2); padding: 0 0 28px; max-width: 760px; }

:is(.cp-blocks-full, .cp-page) .rv-stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
:is(.cp-blocks-full, .cp-page) .rv-stats-band .rv-stat { padding: 0 28px; align-items: flex-start; }
:is(.cp-blocks-full, .cp-page) .rv-stats-band .rv-stat:first-child { padding-left: 0; }
:is(.cp-blocks-full, .cp-page) .rv-stat-value-lg { font-family: var(--rv-display); font-size: clamp(48px, 6vw, 88px); font-weight: 400; line-height: 1; color: var(--rv-accent); text-shadow: 0 0 40px var(--rv-accent-glow); }

:is(.cp-blocks-full, .cp-page) .rv-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
:is(.cp-blocks-full, .cp-page) .rv-team-card { background: var(--rv-bg-2); border: 1px solid var(--rv-line); border-radius: var(--rv-radius-lg); overflow: hidden; transition: all 0.3s ease; }
:is(.cp-blocks-full, .cp-page) .rv-team-card:hover { border-color: var(--rv-accent); transform: translateY(-4px); }
:is(.cp-blocks-full, .cp-page) .rv-team-photo { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; background: var(--rv-bg-3); }
:is(.cp-blocks-full, .cp-page) .rv-team-photo-ph { width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; color: var(--rv-accent); opacity: 0.5; background: var(--rv-bg-3); }
:is(.cp-blocks-full, .cp-page) .rv-team-photo-ph svg { width: 48px; height: 48px; }
:is(.cp-blocks-full, .cp-page) .rv-team-body { padding: 24px 28px; }
:is(.cp-blocks-full, .cp-page) .rv-team-name { font-family: var(--rv-display); font-size: 24px; font-weight: 400; text-transform: uppercase; color: var(--rv-text); margin: 0 0 4px; }
:is(.cp-blocks-full, .cp-page) .rv-team-role { font-family: var(--rv-body); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rv-accent); }

@media (max-width: 900px) {
  :is(.cp-blocks-full, .cp-page) .rv-stats-band { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  :is(.cp-blocks-full, .cp-page) .rv-team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  :is(.cp-blocks-full, .cp-page) .rv-team-grid { grid-template-columns: 1fr; }
}

:is(.cp-blocks-full, .cp-page) .rv-gallery-grid2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
:is(.cp-blocks-full, .cp-page) .rv-gallery-tile { position: relative; overflow: hidden; border-radius: var(--rv-radius-lg); aspect-ratio: 1; background: var(--rv-bg-3); border: 1px solid var(--rv-line); }
:is(.cp-blocks-full, .cp-page) .rv-gallery-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
:is(.cp-blocks-full, .cp-page) .rv-gallery-tile:hover img { transform: scale(1.05); }
:is(.cp-blocks-full, .cp-page) .rv-gallery-tile-wide { grid-column: span 2; aspect-ratio: 2 / 1; }

:is(.cp-blocks-full, .cp-page) .rv-video-wrap { max-width: 960px; margin: 0 auto; border-radius: var(--rv-radius-lg); overflow: hidden; border: 1px solid var(--rv-line); aspect-ratio: 16 / 9; background: #000; position: relative; }
:is(.cp-blocks-full, .cp-page) .rv-video-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
:is(.cp-blocks-full, .cp-page) .rv-video-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--rv-bg-3); color: var(--rv-accent); }
:is(.cp-blocks-full, .cp-page) .rv-video-ph svg { width: 80px; height: 80px; }

:is(.cp-blocks-full, .cp-page) .rv-banner { padding: 80px 0; background: var(--rv-bg-2); border-top: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); text-align: center; position: relative; overflow: hidden; }
:is(.cp-blocks-full, .cp-page) .rv-banner-media { position: relative; }
:is(.cp-blocks-full, .cp-page) .rv-banner-media img { width: 100%; display: block; }
:is(.cp-blocks-full, .cp-page) .rv-banner-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; background: linear-gradient(0deg, rgba(var(--rv-bg-rgb, 10, 10, 15), 0.7), rgba(var(--rv-bg-rgb, 10, 10, 15), 0.3)); text-align: center; }

:is(.cp-blocks-full, .cp-page) .rv-divider { padding: 64px 0; }
:is(.cp-blocks-full, .cp-page) .rv-divider-line { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
:is(.cp-blocks-full, .cp-page) .rv-divider-line hr { border: 0; border-top: 1px solid var(--rv-line); margin: 0; }
:is(.cp-blocks-full, .cp-page) .rv-divider-dots { display: flex; gap: 12px; justify-content: center; }
:is(.cp-blocks-full, .cp-page) .rv-divider-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--rv-accent); box-shadow: 0 0 12px var(--rv-accent-glow); }

@media (max-width: 900px) {
  :is(.cp-blocks-full, .cp-page) .rv-gallery-grid2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  :is(.cp-blocks-full, .cp-page) .rv-gallery-grid2 { grid-template-columns: 1fr; }
  :is(.cp-blocks-full, .cp-page) .rv-gallery-tile-wide { grid-column: auto; aspect-ratio: 1; }
}

:is(.cp-blocks-full,.cp-page) .rv-hero-style-bold .rv-eyebrow { color: rgba(255,255,255,0.9); }

/* ── Svetlý text na farebnom/tmavom pozadí ──────────────────
   CTA pás (rv-cta-band) má accent farbu ako pozadie a hero bold
   štýl má accent gradient — všetok text vnútri musí byť svetlý.
   stats-band a contact karty používajú theme-adaptívne pozadie
   (rv-section-alt / rv-bg-3), takže text sa prispôsobí sám. */
:is(.cp-blocks-full,.cp-page) .rv-cta-band { color: #fff; }
:is(.cp-blocks-full,.cp-page) .rv-cta-band .rv-eyebrow { color: rgba(255,255,255,0.9); }
:is(.cp-blocks-full,.cp-page) .rv-cta-band .rv-cta-text { color: rgba(255,255,255,0.85); }
:is(.cp-blocks-full,.cp-page) .rv-cta-band .rv-btn { color: var(--rv-accent); background: #fff; }
:is(.cp-blocks-full,.cp-page) .rv-cta-band .rv-btn:hover { background: rgba(255,255,255,0.9); }

:is(.cp-blocks-full,.cp-page) .rv-hero-style-bold .rv-hero-body { color: #fff; }
:is(.cp-blocks-full,.cp-page) .rv-hero-style-bold .rv-hero-body p { color: rgba(255,255,255,0.85); }
:is(.cp-blocks-full,.cp-page) .rv-hero-style-bold .rv-btn { color: var(--rv-accent); background: #fff; }
:is(.cp-blocks-full,.cp-page) .rv-hero-style-bold .rv-btn-ghost { color: #fff; border-color: rgba(255,255,255,0.5); background: transparent; }
