/*
Theme Name: STARS Rent Child
Theme URI: https://starsrent.sk
Description: Divi child téma pre STARS RENT — štandard férového prenájmu. Dizajn portovaný z Lovable prototypu (Plus Jakarta Sans, navy/zlatá paleta).
Author: Michal Ochránek
Author URI: https://michalochranek.sk
Template: Divi
Version: 1.0.0
*/

:root {
	--sr-bg: #F9FAFB;
	--sr-card: #FFFFFF;
	--sr-secondary: #F3EFE2;
	--sr-muted: #F0F2F4;
	--sr-muted-fg: #6A7181;
	--sr-border: #E2E4E9;
	--sr-fg: #141D2E;
	--sr-cream: #F6F4EE;
	--sr-navy: #122549;
	--sr-navy-light: #2E426B;
	--sr-gold: #E2AD28;
	--sr-gold-dark: #BC8E1A;
	--sr-gold-light: #F3E8CE;
	--sr-font: 'Plus Jakarta Sans', sans-serif;
	--sr-navy-grad: linear-gradient(135deg, #122549, #243B6B);
	--sr-gold-grad: linear-gradient(135deg, #E2AD28, #E2BB5A);
}

/* ==================== zaklad ==================== */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* viditeľné zvýraznenie pri ovládaní klávesnicou */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, .et_pb_toggle_title:focus-visible {
	outline: 2px solid var(--sr-gold);
	outline-offset: 3px;
	border-radius: 4px;
}

body, body.et_divi_theme {
	font-family: var(--sr-font) !important;
	font-size: 16px;
	color: var(--sr-fg);
	background-color: var(--sr-bg);
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--sr-font) !important; color: var(--sr-fg); font-weight: 700; }
p { line-height: 1.7; }
a { transition: color .3s ease; }
.sr-anchor { scroll-margin-top: 90px; }
.sr-gold { color: var(--sr-gold); }

/* ==================== tlacidla ==================== */
body .et_pb_button, body a.et_pb_button {
	border-radius: 12px !important;
	font-family: var(--sr-font) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	padding: 16px 32px !important;
	line-height: 1.4 !important;
	transition: all .3s ease;
	border-width: 2px;
}
body .et_pb_button:after { display: none !important; }
body .et_pb_button:hover { padding: 16px 32px !important; }

body .sr-btn-gold, body .sr-btn-gold.et_pb_button {
	background: var(--sr-gold-grad) !important;
	border: 2px solid transparent !important;
	color: var(--sr-navy) !important;
	box-shadow: 0 10px 20px -6px rgba(226,173,40,.3);
}
body .sr-btn-gold:hover, body .sr-btn-gold.et_pb_button:hover {
	transform: scale(1.03);
	box-shadow: 0 16px 32px -8px rgba(226,173,40,.4);
}
body .sr-btn-outline, body .sr-btn-outline.et_pb_button {
	background-color: transparent !important;
	border: 2px solid rgba(246,244,238,.3) !important;
	color: var(--sr-cream) !important;
	backdrop-filter: blur(4px);
}
body .sr-btn-outline:hover {
	background-color: rgba(246,244,238,.1) !important;
	transform: scale(1.03);
}

/* ==================== hlavicka ==================== */
#main-header {
	background-color: transparent !important;
	box-shadow: none !important;
	transition: background-color .4s ease, backdrop-filter .4s ease;
}
.et-fixed-header#main-header,
#main-header.sr-scrolled {
	background-color: rgba(18,37,73,.95) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(246,244,238,.1);
}
#page-container { padding-top: 0 !important; }
#logo { max-height: 26px !important; }
.et_header_style_left #et-top-navigation { padding-top: 26px !important; }
#top-menu a {
	color: rgba(246,244,238,.8) !important;
	font-family: var(--sr-font) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
#top-menu a:hover { color: var(--sr-gold) !important; opacity: 1; }
#top-menu li.current-menu-item > a { color: rgba(246,244,238,.8) !important; }
#top-menu li.sr-menu-cta > a {
	background: var(--sr-gold-grad);
	border-radius: 8px;
	color: var(--sr-navy) !important;
	padding: 10px 20px !important;
	font-weight: 600 !important;
	box-shadow: 0 4px 12px rgba(226,173,40,.2);
}
#top-menu li.sr-menu-cta > a:hover { color: var(--sr-navy) !important; opacity: .92; }
#et_top_search, #et_search_icon { display: none !important; }

.mobile_menu_bar:before { color: var(--sr-cream) !important; }
.et_mobile_menu {
	background-color: rgba(18,37,73,.97) !important;
	border-top: 1px solid rgba(246,244,238,.1) !important;
	backdrop-filter: blur(16px);
}
.et_mobile_menu li a { color: rgba(246,244,238,.8) !important; border-color: rgba(255,255,255,.06) !important; }
.et_mobile_menu li a:hover { color: var(--sr-gold) !important; background: transparent; }
.et_mobile_menu li.sr-menu-cta > a { color: var(--sr-gold) !important; font-weight: 600; }

/* ==================== hero (zarovnany vlavo) ==================== */
.sr-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: var(--sr-navy);
}
.sr-hero .et_pb_row, .sr-hero .et_pb_column { position: static !important; width: 100%; }
.sr-hero .et_pb_row {
	max-width: 1400px;          /* shadcn container (2xl) */
	width: 100%;
	margin: 0 auto;
	padding-left: 24px;         /* px-6 */
	padding-right: 24px;
}
.sr-hero-bgwrap { position: static !important; margin-bottom: 0 !important; }
/* Divi obaľuje obsah code modulu do .et_pb_code_inner, ktorý má position: relative
   a nulovú výšku — pozadie by sa naň naviazalo a zmizlo. Musí byť static, aby sa
   vrstvy pozadia natiahli na celú sekciu. */
.sr-hero .et_pb_code_inner { position: static !important; }
.sr-hero-bgs { position: absolute; inset: 0; z-index: 0; }
/* Exkluzívnejší hero: veľmi pomalý zoom fotky + vinetácia pre hĺbku.
   Pri „obmedziť pohyb" sa animácia nespustí. */
.sr-hero-photo {
	animation: srKenBurns 28s ease-out forwards;
	transform-origin: center;
	will-change: transform;
}
@keyframes srKenBurns { from { transform: scale(1); } to { transform: scale(1.08); } }
.sr-hero::after {
	content: '';
	position: absolute; inset: 0;
	background: radial-gradient(ellipse at center, transparent 45%, rgba(0,0,0,.38) 100%);
	pointer-events: none;
	z-index: 1;
}
@media (prefers-reduced-motion: reduce) { .sr-hero-photo { animation: none; } }

.sr-hero-photo { position: absolute; inset: 0; background-size: cover; background-position: center; }
.sr-hero-navy { position: absolute; inset: 0; background: var(--sr-navy-grad); opacity: .85; }
.sr-hero-fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(18,37,73,.6), transparent); }
.sr-hero-bottom {
	position: absolute; left: 0; right: 0; bottom: 0; height: 128px;
	background: linear-gradient(to top, var(--sr-bg), transparent);
	z-index: 1;
}
.sr-hero-content {
	position: relative;
	z-index: 2;
	max-width: 768px;
	padding: 160px 0 160px;
}
.sr-hero h1 {
	font-size: 60px;
	line-height: 1;             /* text-6xl v predlohe prebíja leading-tight */
	font-weight: 800;
	color: var(--sr-cream) !important;
	margin-bottom: 24px;
}
.sr-hero-sub {
	font-size: 20px;
	line-height: 1.625;
	color: rgba(246,244,238,.8);
	max-width: 672px;
	margin-bottom: 40px;
}
.sr-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.sr-hero-btns .et_pb_button { display: inline-block; }
.sr-hero-content h1, .sr-hero-content .sr-hero-sub, .sr-hero-content .sr-hero-btns {
	opacity: 0; transform: translateY(30px); animation: srIn .8s ease forwards;
}
.sr-hero-content .sr-hero-sub { animation-delay: .15s; }
.sr-hero-content .sr-hero-btns { animation-delay: .3s; }
@keyframes srIn { to { opacity: 1; transform: none; } }

/* ==================== fade-up ==================== */
.sr-fade { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.sr-fade.sr-vis { opacity: 1; transform: none; }
.et_pb_column:nth-child(2) .sr-fade { transition-delay: .1s; }
.et_pb_column:nth-child(3) .sr-fade { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) {
	.sr-fade { opacity: 1; transform: none; transition: none; }
	.sr-hero-content h1, .sr-hero-content .sr-hero-sub, .sr-hero-content .sr-hero-btns { animation: none; opacity: 1; transform: none; }
}

/* ==================== nadpisy ==================== */
.sr-eyebrow p, p.sr-eyebrow {
	color: var(--sr-gold);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 16px;
}
.sr-eyebrow { margin-bottom: 0 !important; }
.sr-h2 h2, h2.sr-h2 {
	font-size: 48px;
	line-height: 1.15;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}
.sr-dark .sr-h2 h2, .sr-dark h2 { color: var(--sr-cream); }
.sr-dark .sr-eyebrow p { color: var(--sr-gold); }

/* mriežka ako v predlohe: kontajner 1152 px, medzera 24 px */
.sr-grid.et_pb_row {
	max-width: 1152px !important;
	width: 92% !important;
}
.sr-grid .et_pb_column {
	width: calc((100% - 48px) / 3) !important;
	margin-right: 24px !important;
}
.sr-grid .et_pb_column:last-child { margin-right: 0 !important; }
/* Divi dáva každému riadku 2 % zvislé odsadenie, predloha ho nemá — všetky
   medzery preto riadime výhradne marginmi (rovnaké hodnoty ako Tailwind v predlohe). */
.et_pb_section .et_pb_row { padding-top: 0 !important; padding-bottom: 0 !important; }

#vyhody .sr-grid.et_pb_row:first-of-type { margin-top: 64px !important; }   /* mb-16 */
#vyhody .sr-grid.et_pb_row + .sr-grid.et_pb_row { margin-top: 24px !important; }  /* gap-6 */
.sr-proces .et_pb_row + .et_pb_row { margin-top: 80px !important; }         /* mb-20 */
#recenzie .sr-grid.et_pb_row { margin-top: 64px !important; }
#faq .et_pb_row + .et_pb_row { margin-top: 64px !important; }
#kontakt .et_pb_row + .et_pb_row { margin-top: 48px !important; }
.sr-footer .et_pb_row + .et_pb_row { margin-top: 40px !important; }
.sr-legal .et_pb_row, .sr-legal-hero .et_pb_row { margin-top: 0 !important; }

/* Divi občas nevygeneruje CSS pre niektorú sekciu a jej odsadenie spadne na
   východiskové 4 %. Držíme ho preto tu — nezávisle od Divi. */
#vyhody, .sr-proces, #recenzie, #faq, #kontakt {
	padding-top: 128px !important;
	padding-bottom: 128px !important;
}
.sr-hero { padding-top: 0 !important; padding-bottom: 0 !important; }
.sr-legal-body { padding: 72px 0 96px !important; }

/* ==================== karty vyhod ==================== */
.sr-card {
	padding: 32px !important;
	border-radius: 16px;
	background-color: var(--sr-card);
	border: 1px solid var(--sr-border);
	transition: all .3s ease;
	height: 100%;
}
.sr-card:hover {
	transform: translateY(-8px);
	border-color: rgba(226,173,40,.4);
	box-shadow: 0 20px 40px -12px rgba(226,173,40,.1);
}
.sr-card-icon {
	width: 56px; height: 56px;
	border-radius: 12px;
	background: var(--sr-navy-grad);
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 24px;
	color: var(--sr-gold);
	transition: transform .3s ease;
}
.sr-card:hover .sr-card-icon { transform: scale(1.1); }
.sr-card-icon svg { width: 28px; height: 28px; }
.sr-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.sr-card p { color: var(--sr-muted-fg); font-size: 16px; line-height: 1.625; margin-bottom: 0; }

/* ==================== proces — casova os ==================== */
.sr-proces {
	background-color: var(--sr-navy) !important;
	position: relative;
	overflow: hidden;
}
.sr-proces::before {
	content: '';
	position: absolute; inset: 0;
	background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
	background-size: 40px 40px;
	opacity: .05;
	pointer-events: none;
}
.sr-proces .et_pb_row { position: relative; z-index: 1; }
.sr-steps { max-width: 896px; margin: 0 auto; position: relative; }
.sr-steps::before {
	content: '';
	position: absolute;
	left: 50%; top: 0; bottom: 0;
	width: 1px;
	background: rgba(226,173,40,.2);
	transform: translateX(-.5px);
}
.sr-step { position: relative; margin-bottom: 48px !important; min-height: 64px; }
.sr-step:last-child { margin-bottom: 0 !important; }
.sr-step-icon {
	position: absolute;
	left: 50%; top: 0;
	transform: translateX(-50%);
	width: 64px; height: 64px;
	border-radius: 50%;
	background: var(--sr-gold-grad);
	display: flex; align-items: center; justify-content: center;
	color: var(--sr-navy);
	box-shadow: 0 10px 20px -6px rgba(226,173,40,.2);
	z-index: 2;
}
.sr-step-icon svg { width: 28px; height: 28px; }
.sr-step-card {
	width: 50%;
	background: rgba(46,66,107,.5);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(226,173,40,.1);
	border-radius: 16px;
	padding: 24px;
	transition: border-color .3s ease;
}
.sr-step-card:hover { border-color: rgba(226,173,40,.3); }
.sr-step-card h3 { font-size: 20px; font-weight: 700; color: var(--sr-cream); margin-bottom: 8px; }
.sr-step-card p { color: rgba(246,244,238,.7); line-height: 1.625; margin-bottom: 0; }
/* Nepárne kroky vľavo, párne vpravo. Karta je široká polovicu mínus 64 px,
   takže od stredovej osi zostane presne 64 px medzera (v predlohe pr-16/pl-16).
   POZOR: na .sr-step nesmie byť žiadne vodorovné odsadenie — posunulo by
   referenciu pre `left: 50 %` a ikony by cikcakovali mimo osi. */
.sr-step { padding-left: 0 !important; padding-right: 0 !important; }
.sr-step-card { width: calc(50% - 64px); }
.sr-step:nth-child(odd) .sr-step-card { margin-right: auto; margin-left: 0; text-align: right; }
.sr-step:nth-child(even) .sr-step-card { margin-left: auto; margin-right: 0; text-align: left; }

/* ==================== recenzie ==================== */
.sr-review {
	position: relative;
	padding: 32px !important;
	border-radius: 16px;
	background-color: var(--sr-card);
	border: 1px solid var(--sr-border);
	transition: all .3s ease;
	height: 100%;
}
.sr-review:hover {
	transform: translateY(-6px);
	border-color: rgba(226,173,40,.4);
	box-shadow: 0 20px 40px -12px rgba(226,173,40,.1);
}
.sr-quote { position: absolute; top: 24px; right: 24px; color: rgba(226,173,40,.2); }
.sr-quote svg { width: 40px; height: 40px; }
.sr-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.sr-stars svg { width: 16px; height: 16px; fill: var(--sr-gold); color: var(--sr-gold); }
.sr-review-text { color: rgba(20,29,46,.8); font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.sr-review-author { display: flex; align-items: center; gap: 12px; }
.sr-avatar {
	width: 40px; height: 40px;
	border-radius: 50%;
	background: var(--sr-navy-grad);
	display: flex; align-items: center; justify-content: center;
	color: var(--sr-gold);
	font-weight: 700;
	font-size: 14px;
	flex: none;
}
.sr-review-name { font-weight: 600; font-size: 14px; margin-bottom: 0 !important; color: var(--sr-fg); }
.sr-review-role { color: var(--sr-muted-fg); font-size: 12px; margin-bottom: 0 !important; }

/* ==================== FAQ ==================== */
/* nadpis skupiny otázok (prenajímatelia / nájomcovia) */
.sr-faq-skupina { margin-bottom: 20px !important; text-align: center; }
.sr-faq-skupina h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--sr-navy);
	margin-bottom: 4px;
}
.sr-faq-skupina p {
	color: var(--sr-gold-dark);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.sr-faq .et_pb_toggle {
	border: 1px solid var(--sr-border) !important;
	background-color: rgba(240,242,244,.4) !important;
	border-radius: 16px !important;
	padding: 0 24px !important;
	margin-bottom: 16px;
	transition: all .3s ease;
}
.sr-faq .et_pb_toggle_open {
	border-color: rgba(226,173,40,.4) !important;
	background-color: var(--sr-card) !important;
	box-shadow: 0 10px 30px -12px rgba(226,173,40,.15);
}
.sr-faq .et_pb_toggle_title {
	font-family: var(--sr-font) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: var(--sr-fg) !important;
	padding: 24px 30px 24px 0 !important;
	transition: color .3s ease;
}
.sr-faq .et_pb_toggle_title:hover { color: var(--sr-gold) !important; }
.sr-faq .et_pb_toggle_content {
	color: #5F6675;   /* tmavšie než --sr-muted-fg, aby prešlo WCAG AA */
	font-size: 16px;
	line-height: 1.625;
	padding-bottom: 24px !important;
}
.sr-faq .et_pb_toggle_title:before {
	color: var(--sr-gold) !important;
	right: 0;
	font-size: 20px;
}
/* jemné rozbalenie (obsluhu klikov rieši JS v child téme) */
.sr-faq .et_pb_toggle_open .et_pb_toggle_content { animation: srFaqIn .3s ease; }
@keyframes srFaqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ==================== kontakt formular ==================== */
.sr-form .et_pb_contact_field { margin-bottom: 4%; }
.sr-form input, .sr-form textarea {
	background-color: var(--sr-card) !important;
	border: 1px solid var(--sr-border) !important;
	border-radius: 12px !important;
	color: var(--sr-fg) !important;
	font-family: var(--sr-font) !important;
	font-size: 16px !important;
	padding: 14px 16px !important;
	transition: border-color .3s ease, box-shadow .3s ease;
}
.sr-form input:focus, .sr-form textarea:focus {
	border-color: var(--sr-gold) !important;
	box-shadow: 0 0 0 3px rgba(226,173,40,.12);
	outline: none;
}
.sr-form input::placeholder, .sr-form textarea::placeholder { color: #9AA0AB !important; opacity: 1; }
.sr-form .et_pb_contact_submit {
	background: var(--sr-gold-grad) !important;
	border: 2px solid transparent !important;
	color: var(--sr-navy) !important;
	border-radius: 12px !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	padding: 16px 36px !important;
	box-shadow: 0 10px 20px -6px rgba(226,173,40,.3);
}
.sr-form .et_pb_contact_submit:hover { transform: scale(1.02); }
.sr-form .et_contact_bottom_container { text-align: center; float: none; margin: 8px auto 0; }
.sr-form .et-pb-contact-message { color: var(--sr-fg); text-align: center; }
.sr-form-note p { color: var(--sr-muted-fg); font-size: 13px; text-align: center; margin-top: 16px; }
.sr-form-note a { color: var(--sr-gold-dark); text-decoration: underline; }

/* ==================== paticka ==================== */
.sr-footer { background: var(--sr-navy-grad) !important; padding: 80px 0 48px !important; }
.sr-footer h3, .sr-footer h4 { color: var(--sr-cream); }
.sr-footer-brand h3 { font-size: 24px; font-weight: 800; margin-bottom: 16px; }
.sr-footer-brand p { color: rgba(246,244,238,.7); font-size: 15px; line-height: 1.7; }
.sr-footer h4 {
	font-size: 14px; font-weight: 600; letter-spacing: .1em;
	text-transform: uppercase; margin-bottom: 16px; color: var(--sr-gold);
}
.sr-footer ul { list-style: none; margin: 0 !important; padding: 0 !important; }
.sr-footer li {
	color: rgba(246,244,238,.8); font-size: 15px;
	padding: 0 0 12px !important; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5;
}
.sr-footer li svg { width: 16px; height: 16px; color: var(--sr-gold); flex: none; margin-top: 3px; }
.sr-footer a { color: rgba(246,244,238,.8); }
.sr-footer a:hover { color: var(--sr-gold); }
.sr-footer-id p { color: rgba(246,244,238,.62); font-size: 12.5px; line-height: 1.8; }
.sr-footer-id a { color: rgba(246,244,238,.75); text-decoration: underline; }
.sr-footer-legal { display: flex; gap: 8px 26px; flex-wrap: wrap; margin-top: 14px; }
.sr-footer-legal a { color: rgba(246,244,238,.75); font-size: 13px; }
.sr-footer-legal a:hover { color: var(--sr-gold); }
.sr-footer-copy {
	border-top: 1px solid rgba(246,244,238,.15);
	padding-top: 28px; text-align: center;
	color: rgba(246,244,238,.65); font-size: 13px;
}
.sr-footer-divider { border-top: 1px solid rgba(246,244,238,.15); padding-top: 28px; }
#main-footer { display: none !important; }

/* ==================== pravne stranky ==================== */
.sr-legal-hero { background: var(--sr-navy-grad) !important; padding: 150px 0 60px !important; }
.sr-legal-head { text-align: center; }
.sr-legal-h1 { color: var(--sr-cream) !important; font-size: 42px; font-weight: 800; margin-bottom: 12px; }
.sr-legal-sub { color: rgba(246,244,238,.65); font-size: 16px; max-width: 640px; margin: 0 auto; text-align: center; }
.sr-legal h2 { font-size: 25px; margin: 42px 0 14px; }
.sr-legal h3 { font-size: 18px; margin: 26px 0 10px; }
.sr-legal p, .sr-legal li { color: #4B5261; font-size: 15.5px; line-height: 1.78; }
.sr-legal p { margin-bottom: 14px; }
.sr-legal ul { margin: 0 0 16px 22px; }
.sr-legal li { margin-bottom: 6px; }
.sr-legal a { color: var(--sr-gold-dark); text-decoration: underline; }
.sr-legal em { color: var(--sr-fg); font-style: normal; font-weight: 600; }
.sr-legal table { width: 100%; border-collapse: collapse; margin: 10px 0 20px; font-size: 14.5px; }
.sr-legal th, .sr-legal td { border: 1px solid var(--sr-border); padding: 11px 15px; text-align: left; color: #4B5261; }
.sr-legal th { background: var(--sr-muted); color: var(--sr-fg); font-weight: 600; font-size: 14px; }

/* ==================== cookie lista ==================== */
#sr-cookiebar {
	position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 99999;
	background: #0F1F3D;
	border: 1px solid rgba(226,173,40,.3);
	border-radius: 16px;
	box-shadow: 0 24px 60px rgba(0,0,0,.45);
	max-width: 960px; margin: 0 auto; padding: 22px 26px;
	display: none; gap: 20px; align-items: center; flex-wrap: wrap;
}
#sr-cookiebar.sr-show { display: flex; }
#sr-cookiebar .sr-cb-text { flex: 1 1 380px; color: rgba(246,244,238,.75); font-size: 13.5px; line-height: 1.6; }
#sr-cookiebar .sr-cb-text strong { color: var(--sr-cream); display: block; margin-bottom: 4px; font-size: 16px; }
#sr-cookiebar .sr-cb-text a { color: var(--sr-gold); text-decoration: underline; }
#sr-cookiebar .sr-cb-btns { display: flex; gap: 12px; flex: 0 0 auto; flex-wrap: wrap; }
#sr-cookiebar button {
	font-family: var(--sr-font); font-size: 14px; font-weight: 600;
	padding: 11px 24px; cursor: pointer; transition: all .3s ease; border-radius: 10px;
}
#sr-cookiebar .sr-cb-reject { background: transparent; border: 1px solid rgba(226,173,40,.5); color: var(--sr-cream); }
#sr-cookiebar .sr-cb-reject:hover { background: rgba(226,173,40,.1); }
#sr-cookiebar .sr-cb-accept { background: var(--sr-gold-grad); border: 1px solid transparent; color: var(--sr-navy); }
#sr-cookiebar .sr-cb-accept:hover { opacity: .92; }

/* ==================== mobil ==================== */
@media (max-width: 980px) {
	.sr-hero h1 { font-size: 44px; line-height: 1.1; }
	.sr-grid .et_pb_column { width: calc((100% - 24px) / 2) !important; }
	.sr-grid .et_pb_column:nth-child(2n) { margin-right: 0 !important; }
	.sr-grid .et_pb_column:nth-child(n+3) { margin-top: 24px !important; }
	.sr-h2 h2, h2.sr-h2 { font-size: 36px; }
}
@media (max-width: 767px) {
	.sr-hero h1 { font-size: 32px; line-height: 1.15; }
	.sr-grid .et_pb_column {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 24px !important;
	}
	.sr-grid .et_pb_column:last-child { margin-bottom: 0 !important; }
	.sr-hero .et_pb_row { padding-left: 16px; padding-right: 16px; }
	.sr-hero-sub { font-size: 17px; }
	.sr-hero-content { padding: 120px 0 110px; }
	.sr-hero-btns { flex-direction: column; align-items: stretch; }
	.sr-hero-btns .et_pb_button { display: block; text-align: center; }
	.sr-h2 h2, h2.sr-h2 { font-size: 28px; }
	.sr-legal-h1 { font-size: 30px; }
	.et_pb_section { padding: 64px 0; }
	.sr-footer { padding: 56px 0 40px !important; }
	.sr-legal-hero { padding: 110px 0 48px !important; }
	.sr-footer-legal { justify-content: center; }
	/* casova os: vsetko doprava od ikony */
	.sr-steps::before { left: 32px; }
	.sr-step, .sr-step:nth-child(odd), .sr-step:nth-child(even) { padding: 0 !important; }
	.sr-step-icon { left: 32px; width: 56px; height: 56px; }
	.sr-step-card, .sr-step:nth-child(odd) .sr-step-card, .sr-step:nth-child(even) .sr-step-card {
		width: auto; margin: 0 0 0 80px !important; text-align: left;
	}
	/* pohodlnejšie dotykové ciele */
	.sr-footer li { padding-bottom: 4px !important; }
	.sr-footer li a, .sr-footer-legal a {
		display: inline-flex; align-items: center; min-height: 40px;
	}
	#sr-cookiebar { padding: 18px; }
	#sr-cookiebar .sr-cb-btns { width: 100%; }
	#sr-cookiebar button { flex: 1 1 45%; padding: 12px 10px; }
}

::selection { background: var(--sr-gold); color: var(--sr-navy); }
