:root {
  --navy: #062a62;
  --navy-dark: #041b42;
  --blue: #0876d8;
  --cyan: #13b9d0;
  --sky: #e8f7ff;
  --yellow: #ffd51f;
  --pink: #e92d6d;
  --green: #56a92a;
  --orange: #f47416;
  --white: #ffffff;
  --ink: #0b2850;
  --muted: #55708f;
  --line: #d8eaf6;
  --shadow: 0 18px 50px rgba(5, 61, 112, .12);
  --shadow-strong: 0 24px 70px rgba(2, 33, 76, .2);
  --radius: 28px;
  --hero-image: url('/images/hero-swimmer.webp');
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3, dt, dd, li { overflow-wrap: break-word; }
h1:focus { outline: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--yellow); color: var(--navy); border-radius: 8px; font-weight: 900; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 86px; background: rgba(255, 255, 255, .95); border-bottom: 1px solid rgba(8, 118, 216, .12); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { color: var(--navy); font-size: 18px; letter-spacing: -.3px; }
.brand small { margin-top: 5px; color: var(--blue); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 2.5px; }
nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
nav a { position: relative; color: var(--navy); font-size: 14px; font-weight: 900; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 3px; background: var(--cyan); border-radius: 5px; transition: right .2s ease; }
nav a:hover::after, nav a:focus-visible::after, nav a.active::after { right: 0; }
.header-contact { display: inline-flex; min-height: 43px; align-items: center; padding: 9px 17px; border: 2px solid var(--blue); border-radius: 13px; color: var(--blue); font-size: 14px; font-weight: 900; transition: color .2s ease, background .2s ease; }
.header-contact:hover, .header-contact:focus-visible { background: var(--blue); color: white; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 24px; border-radius: 14px; background: var(--blue); color: white; font-weight: 900; box-shadow: 0 9px 24px rgba(8, 118, 216, .22); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(8, 118, 216, .3); }
.button-yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 12px 30px rgba(255, 213, 31, .28); }
.button-white { background: white; color: var(--navy); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: white; font-weight: 900; }
.text-link span { font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.eyebrow { margin: 0 0 16px; color: var(--yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 2.4px; }
.eyebrow-blue { color: var(--blue); }
h1 { margin: 0; color: white; font-size: clamp(47px, 5.2vw, 76px); font-weight: 900; line-height: 1; letter-spacing: -3.4px; text-transform: uppercase; text-shadow: 0 4px 24px rgba(0, 21, 56, .25); }
h1 span { display: block; margin: 10px 0; color: var(--yellow); font-size: .76em; letter-spacing: -2px; }
h2 { margin: 0 0 20px; color: var(--navy); font-size: clamp(36px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -2.3px; }
h3 { color: var(--navy); line-height: 1.25; }
.section { padding: 108px 0; scroll-margin-top: 76px; }
.section-heading { max-width: 650px; }
.section-heading.centered { margin: 0 auto 48px; text-align: center; }
.wide-heading { max-width: 820px; }
.compact-heading { max-width: 720px; }
.section-heading > p:not(.eyebrow), .large-copy { color: var(--muted); font-size: 18px; }
.large-copy { font-size: 20px; line-height: 1.65; }
.wave { position: absolute; z-index: 3; bottom: -1px; left: -5%; width: 110%; height: 68px; background: white; border-radius: 50% 50% 0 0 / 75% 75% 0 0; }

/* Úvodní rozcestník */
.landing-hero { position: relative; min-height: 640px; padding-top: 86px; overflow: hidden; background: var(--navy); }
.landing-photo { position: absolute; inset: 86px 0 0; background: var(--hero-image) center / cover no-repeat; }
.landing-overlay { position: absolute; inset: 86px 0 0; background: linear-gradient(90deg, rgba(3, 27, 66, .98) 0%, rgba(4, 47, 94, .86) 38%, rgba(5, 91, 146, .18) 68%, rgba(0, 105, 170, .02) 100%); }
.landing-inner { position: relative; z-index: 2; min-height: 540px; display: flex; align-items: center; }
.landing-copy { width: min(650px, 58%); padding: 62px 0 80px; }
.landing-copy h1 span { font-size: .82em; }
.hero-lead { max-width: 590px; margin: 26px 0 30px; color: #e7f7ff; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.choice-section { position: relative; z-index: 5; padding: 80px 0 112px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.choice-card { position: relative; display: flex; min-height: 520px; flex-direction: column; align-items: flex-start; padding: 42px; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.choice-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -110px; bottom: -120px; border: 36px solid currentColor; border-radius: 50%; opacity: .07; }
.choice-public { color: var(--blue); border: 1px solid var(--line); background: white; }
.choice-schools { color: white; background: radial-gradient(circle at 90% 0, rgba(19, 185, 208, .75), transparent 42%), linear-gradient(135deg, var(--navy-dark), var(--blue)); box-shadow: var(--shadow-strong); }
.choice-audience { display: inline-flex; padding: 7px 12px; border-radius: 100px; background: var(--sky); color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.3px; }
.choice-schools .choice-audience { background: rgba(255, 255, 255, .14); color: white; }
.choice-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 26px 0 18px; border-radius: 50%; background: var(--blue); box-shadow: inset 0 -7px 0 rgba(0, 0, 0, .08); }
.choice-schools .choice-icon { background: var(--yellow); }
.choice-icon img { width: 47px; height: 47px; object-fit: contain; }
.choice-card h3 { max-width: 470px; margin: 0 0 14px; color: var(--navy); font-size: clamp(28px, 3vw, 38px); letter-spacing: -1.2px; }
.choice-schools h3 { color: white; }
.choice-card > p { margin: 0; color: var(--muted); font-size: 17px; }
.choice-schools > p { color: #d9f3ff; }
.mini-list { display: grid; gap: 7px; margin: 20px 0 28px; padding: 0; list-style: none; }
.mini-list li { position: relative; padding-left: 22px; font-size: 15px; font-weight: 900; }
.mini-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.choice-schools .mini-list li::before { color: var(--yellow); }
.choice-card .button { position: relative; z-index: 2; margin-top: auto; }
.trust-section { padding: 84px 0; background: #f4faff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.trust-grid article { padding-left: 24px; border-left: 4px solid var(--cyan); }
.trust-grid article:nth-child(2) { border-color: var(--yellow); }
.trust-grid article:nth-child(3) { border-color: var(--pink); }
.trust-grid strong { color: var(--blue); font-size: 13px; letter-spacing: 2px; }
.trust-grid h2 { margin: 7px 0 9px; font-size: 24px; letter-spacing: -.7px; }
.trust-grid p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; }
.home-contact { padding: 82px 0; color: white; background: linear-gradient(135deg, var(--navy-dark), var(--blue)); }
.home-contact-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.home-contact h2 { margin: 0; color: white; }
.home-contact-actions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 14px; }
.home-contact-actions a { display: flex; min-width: 0; flex-direction: column; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 15px; background: rgba(255, 255, 255, .08); }
.home-contact-actions small { color: #a8d9f4; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.4px; }
.home-contact-actions strong { overflow-wrap: anywhere; font-size: 16px; }

/* Společná úvodní prezentace programu */
.program-hero { position: relative; min-height: 780px; padding-top: 86px; overflow: hidden; background: var(--blue); }
.hero-photo, .schools-hero-photo { position: absolute; inset: 86px 0 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
.hero-photo { background-image: var(--hero-image); }
.schools-hero-photo { background-image: url('/images/school-group-hero-v2.webp'); background-position: 65% center; }
.hero-overlay, .schools-hero-overlay { position: absolute; inset: 86px 0 0; }
.hero-overlay { background: linear-gradient(90deg, rgba(3, 27, 66, .97) 0%, rgba(4, 47, 94, .86) 34%, rgba(5, 91, 146, .3) 61%, rgba(0, 105, 170, .04) 100%); }
.schools-hero-overlay { background: linear-gradient(90deg, rgba(3, 27, 66, .98) 0%, rgba(4, 47, 94, .91) 38%, rgba(9, 101, 147, .34) 66%, rgba(19, 185, 208, .07) 100%); }
.hero-inner { position: relative; z-index: 2; min-height: 660px; display: flex; align-items: center; }
.hero-copy { width: min(650px, 59%); padding: 56px 0 92px; color: white; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.back-link { display: inline-flex; margin-bottom: 28px; color: #c7edff; font-size: 13px; font-weight: 900; }
.back-link:hover, .back-link:focus-visible { color: white; }
.quick-facts { position: relative; z-index: 4; margin-top: -34px; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.fact { min-height: 122px; display: flex; align-items: center; justify-content: center; gap: 17px; padding: 24px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); box-shadow: inset 0 -6px 0 rgba(0, 0, 0, .08); }
.fact-icon img { width: 36px; height: 36px; object-fit: contain; }
.fact:nth-child(2) .fact-icon { background: var(--pink); }
.fact:nth-child(3) .fact-icon { background: var(--green); }
.school-facts .fact:nth-child(1) .fact-icon { background: var(--green); }
.school-facts .fact:nth-child(2) .fact-icon { background: var(--orange); }
.school-facts .fact:nth-child(3) .fact-icon { background: var(--blue); }
.fact p { display: flex; flex-direction: column; margin: 0; line-height: 1.3; }
.fact small { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.4px; }
.fact strong { margin-top: 5px; color: var(--navy); font-size: 17px; }

/* Obsahové sekce */
.story-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 88px; align-items: start; }
.story-lead { position: sticky; top: 122px; }
.story-lead h2 { font-size: clamp(40px, 4.6vw, 62px); }
.logo-mini-stage { position: relative; width: min(350px, 90%); margin: 38px auto 0; }
.logo-mini-stage::before { content: ""; position: absolute; inset: 8% 1%; border-radius: 48% 52% 45% 55%; background: linear-gradient(135deg, #dff7ff, #f7fcff); transform: rotate(-7deg); }
.logo-mini-stage img { position: relative; z-index: 1; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 20px 25px rgba(5, 61, 112, .14)); }
.school-logo-stage { width: min(320px, 86%); }
.prose-stack { display: grid; gap: 21px; }
.prose-stack > p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 18px; line-height: 1.78; }
blockquote { margin: 10px 0 0; padding: 24px 26px; border-left: 6px solid var(--yellow); border-radius: 0 17px 17px 0; background: #fff8d6; color: var(--navy); font-size: 20px; font-weight: 900; line-height: 1.55; }
.approach-section { background: linear-gradient(180deg, #f6fbff, #fff); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principles-grid article { position: relative; min-height: 280px; padding: 30px 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: white; box-shadow: 0 12px 34px rgba(5, 61, 112, .07); }
.principles-grid article::after { content: ""; position: absolute; width: 100px; height: 100px; right: -50px; bottom: -52px; border-radius: 50%; background: var(--cyan); opacity: .08; }
.principles-grid article:nth-child(4n+2)::after { background: var(--yellow); }
.principles-grid article:nth-child(4n+3)::after { background: var(--pink); }
.principles-grid article:nth-child(4n+4)::after { background: var(--green); }
.principles-grid article > span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.principles-grid h3 { margin: 14px 0 11px; font-size: 20px; }
.principles-grid p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 15px; line-height: 1.65; }
.statement-band { padding: 70px 0; color: white; background: linear-gradient(135deg, var(--navy-dark), var(--blue)); }
.statement-band p { max-width: 950px; margin: 0 auto; text-align: center; font-size: clamp(24px, 3.1vw, 37px); font-weight: 900; line-height: 1.38; letter-spacing: -.8px; }
.fear-section { background: white; }
.subsection-title { margin: 48px 0 22px; font-size: 23px; }
.method-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.method-list article { display: flex; gap: 18px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #f8fcff; }
.method-list article > span { color: var(--cyan); font-size: 21px; }
.method-list h3 { margin: 0 0 8px; font-size: 19px; }
.method-list p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; }
.advice-section { color: white; background: radial-gradient(circle at 10% 0, rgba(19, 185, 208, .35), transparent 35%), var(--navy-dark); }
.advice-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 78px; }
.advice-grid h2 { color: white; }
.light-prose > p { color: #d5ebf8; }
.light-prose blockquote { border-color: var(--cyan); background: rgba(255, 255, 255, .1); color: white; }
.advanced-intro { background: white; }
.advanced-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.advanced-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); font-family: Arial, sans-serif; font-size: 17px; }
.advanced-photo { min-height: 610px; border-radius: 32px; background: url('/images/hero-swimmer-girl-older.webp') 60% center / cover no-repeat; box-shadow: var(--shadow); }
.advanced-details { background: #f5fbff; }
.advanced-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.advanced-cards article { padding: 27px; border-radius: 20px; background: white; border: 1px solid var(--line); }
.advanced-cards h3 { margin: 0 0 10px; font-size: 19px; }
.advanced-cards p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 15px; }
.goal-callout { max-width: 860px; margin: 36px auto 0; padding: 22px 26px; border-radius: 18px; background: var(--yellow); color: var(--navy); text-align: center; font-size: 22px; }

/* Zápis a kontakty */
.signup-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 80% 20%, #1aaece 0%, transparent 28%), linear-gradient(135deg, var(--navy-dark), var(--blue)); }
.signup-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 85px; }
.signup-intro h2 { color: white; }
.signup-intro > p:not(.eyebrow) { max-width: 540px; margin-bottom: 29px; color: #d9f3ff; font-size: 18px; }
.signup-card { position: relative; padding: 43px 50px; border: 4px solid rgba(255, 255, 255, .5); border-radius: 30px; background: white; color: var(--navy); text-align: center; box-shadow: 0 24px 60px rgba(0, 12, 44, .28); }
.signup-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: -78px auto 16px; border: 5px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 10px 24px rgba(5, 61, 112, .22); }
.signup-icon img { width: 42px; height: 42px; object-fit: contain; }
.signup-label { margin: 0; color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.signup-date { display: block; margin-top: 6px; color: var(--pink); font-size: clamp(46px, 6vw, 70px); font-weight: 900; line-height: 1.15; letter-spacing: -2px; }
.signup-time { margin: 0 0 22px; color: var(--navy); font-size: 32px; font-weight: 900; }
.signup-place { display: flex; justify-content: center; align-items: center; gap: 13px; padding-top: 22px; border-top: 2px solid var(--line); }
.signup-place > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; border-radius: 50%; background: var(--blue); }
.signup-place > span img { width: 29px; height: 29px; object-fit: contain; }
.signup-place p { margin: 0; font-family: Arial, sans-serif; line-height: 1.4; }
.signup-place strong { color: var(--blue); font-family: "Trebuchet MS", Arial, sans-serif; text-transform: uppercase; }
.signup-map-link { display: inline-block; margin-top: 4px; color: var(--blue); font-size: 14px; font-weight: 900; }
.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 85px; align-items: center; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.contact-actions { display: grid; gap: 12px; margin-top: 30px; }
.contact-row { display: flex; align-items: center; gap: 16px; max-width: 550px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 16px; transition: border .2s ease, transform .2s ease; }
.contact-row:hover { border-color: var(--cyan); transform: translateX(4px); }
.contact-row > span { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border-radius: 50%; background: var(--blue); color: white; font-size: 22px; font-weight: 900; }
.contact-row > span img { width: 33px; height: 33px; object-fit: contain; }
.contact-row:nth-child(2) > span { background: var(--pink); }
.contact-row p { display: flex; min-width: 0; flex-direction: column; margin: 0; line-height: 1.35; }
.contact-row small { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.3px; }
.contact-row strong { color: var(--navy); font-size: 17px; overflow-wrap: anywhere; }
.flyer-link { display: inline-flex; margin-top: 22px; color: var(--blue); font-weight: 900; }
.company-card { display: grid; grid-template-columns: 125px 1fr; gap: 25px; align-items: start; padding: 34px; border: 1px solid #cde9f9; border-radius: var(--radius); background: var(--sky); }
.company-card img { width: 125px; height: auto; object-fit: contain; }
.company-card h3 { margin: 0 0 11px; color: var(--navy); line-height: 1.3; }
.company-card address { color: var(--ink); font-family: Arial, sans-serif; font-style: normal; }
.company-card p { color: var(--muted); font-family: Arial, sans-serif; }

/* Kratší prezentační varianta nezávodního plavání */
.choice-compare-link { position: relative; z-index: 2; margin-top: 15px; color: var(--muted); font-size: 12px; font-weight: 900; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; }
.choice-compare-link:hover, .choice-compare-link:focus-visible { color: var(--blue); }
.promo-hero h1 { max-width: 690px; }
.variant-note { padding: 25px 0 0; }
.variant-note-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 20px; border: 1px dashed #b9d9ec; border-radius: 15px; background: #f6fbff; }
.variant-note p { display: flex; align-items: baseline; gap: 12px; margin: 0; }
.variant-note strong { color: var(--navy); font-size: 13px; }
.variant-note span { color: var(--muted); font-family: Arial, sans-serif; font-size: 13px; }
.variant-note a { flex: 0 0 auto; color: var(--blue); font-size: 13px; font-weight: 900; }
.promo-benefits-section { padding-top: 82px; background: linear-gradient(180deg, white, #f5fbff); }
.promo-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.promo-benefit { position: relative; min-height: 310px; padding: 30px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 12px 34px rgba(5, 61, 112, .07); }
.promo-benefit::after { content: ""; position: absolute; width: 120px; height: 120px; right: -58px; bottom: -62px; border-radius: 50%; background: currentColor; opacity: .08; }
.promo-benefit.blue { color: var(--blue); }
.promo-benefit.green { color: var(--green); }
.promo-benefit.orange { color: var(--orange); }
.promo-benefit.pink { color: var(--pink); }
.promo-benefit .benefit-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: currentColor; box-shadow: inset 0 -7px 0 rgba(0, 0, 0, .08); }
.promo-benefit .benefit-icon img { width: 43px; height: 43px; object-fit: contain; }
.promo-benefit h3 { margin: 24px 0 12px; font-size: 22px; }
.promo-benefit p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 15px; }
.reassurance-section { color: white; background: radial-gradient(circle at 10% 5%, rgba(19, 185, 208, .4), transparent 32%), linear-gradient(135deg, var(--navy-dark), var(--blue)); }
.reassurance-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: start; }
.reassurance-copy h2 { color: white; }
.reassurance-copy > p:not(.eyebrow) { color: #d9effb; font-family: Arial, sans-serif; font-size: 18px; }
.reassurance-copy blockquote {
    border-radius: 17px 17px 17px 17px;
    border-color: var(--yellow);
    background: rgba(255, 255, 255, .1);
    color: white;
}
.reassurance-procedures-title {
    margin: 0 0 17px;
    color: #d9effb;
    font-size: 20px;
    font-weight: lighter
}
.reassurance-accordion { display: grid; gap: 11px; }
.reassurance-accordion details { border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; background: rgba(255, 255, 255, .09); overflow: hidden; }
.reassurance-accordion summary { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: center; padding: 10px 56px 10px 17px; cursor: pointer; list-style: none; }
.reassurance-accordion summary::-webkit-details-marker { display: none; }
.reassurance-accordion summary::after { content: "+"; position: absolute; right: 20px; top: 23px; color: var(--yellow); font-size: 28px; line-height: 1; }
.reassurance-accordion details[open] summary::after { content: "–"; }
.reassurance-accordion summary > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.reassurance-accordion h3 { margin: 0; color: white; font-size: 18px; }
.reassurance-accordion details > p { margin: 0 20px 20px 82px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .15); color: #d9effb; font-family: Arial, sans-serif; font-size: 14px; }
.levels-section { background: white; }
.levels-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.level-card { position: relative; min-height: 440px; padding: 40px; overflow: hidden; border-radius: 30px; }
.beginner-level { border: 1px solid #c7e9db; background: linear-gradient(145deg, #e9fbf4, #f9fffc); }
.advanced-level-card { color: white; background: radial-gradient(circle at 100% 0, rgba(19, 185, 208, .75), transparent 40%), linear-gradient(135deg, var(--navy-dark), var(--blue)); box-shadow: var(--shadow-strong); }
.level-label { display: inline-flex; padding: 7px 12px; border-radius: 100px; background: white; color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.2px; }
.advanced-level-card .level-label { background: rgba(255, 255, 255, .15); color: white; }
.level-card h3 { max-width: 470px; margin: 24px 0 13px; font-size: 31px; letter-spacing: -1px; }
.advanced-level-card h3 { color: white; }
.level-card > p { color: var(--muted); font-family: Arial, sans-serif; font-size: 17px; }
.advanced-level-card > p { color: #d9effb; }
.level-card ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.level-card li { position: relative; padding-left: 24px; font-weight: 900; }
.level-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.advanced-level-card li::before { color: var(--yellow); }
.level-link { display: inline-flex; margin-top: 28px; color: var(--yellow); font-weight: 900; }
.parent-trust-section { background: #f5fbff; }
.parent-trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; align-items: center; }
.parent-trust-logo { position: relative; min-height: 500px; display: grid; place-items: center; }
.parent-trust-logo .logo-ring { position: absolute; inset: 10% 4%; border-radius: 48% 52% 45% 55%; background: linear-gradient(135deg, #dff7ff, white); transform: rotate(-7deg); }
.parent-trust-logo img { position: relative; z-index: 1; width: min(430px, 100%); height: auto; object-fit: contain; filter: drop-shadow(0 22px 28px rgba(5, 61, 112, .15)); }
.parent-trust-copy > p:not(.eyebrow) { color: var(--muted); font-family: Arial, sans-serif; font-size: 18px; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 30px; }
.trust-points article { display: flex; flex-direction: column; padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.trust-points strong { color: var(--navy); }
.trust-points span { margin-top: 5px; color: var(--muted); font-family: Arial, sans-serif; font-size: 14px; }
.trust-points .team-trust-point { grid-column: 1 / -1; padding: 24px 26px; border-color: #bcdff3; border-left: 5px solid var(--blue); background: linear-gradient(135deg, white, #edf8ff); }
.team-trust-point strong { font-size: 20px; }
.team-trust-point span { max-width: 820px; font-size: 15px; line-height: 1.65; }
.trust-more-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 23px; padding: 11px 16px; border: 2px solid #b8dced; border-radius: 13px; background: white; color: var(--blue); font-weight: 900; transition: border-color .2s ease, transform .2s ease; }
.trust-more-link span { font-size: 19px; transition: transform .2s ease; }
.trust-more-link:hover, .trust-more-link:focus-visible { border-color: var(--blue); transform: translateY(-2px); }
.trust-more-link:hover span { transform: translateX(3px); }
.public-philosophy { position: relative; overflow: hidden; padding: 94px 0; color: white; background: radial-gradient(circle at 12% 8%, rgba(19, 185, 208, .34), transparent 30%), radial-gradient(circle at 88% 90%, rgba(8, 118, 216, .42), transparent 28%), var(--navy-dark); }
.public-philosophy::before { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: -130px; border: 34px solid rgba(255, 255, 255, .05); border-radius: 50%; }
.public-philosophy-inner { position: relative; z-index: 1; max-width: 960px; text-align: center; }
.public-philosophy h2 { max-width: 880px; margin-inline: auto; color: white; }
.public-philosophy-inner > p:not(.eyebrow) { max-width: 790px; margin: 0 auto; color: #d9effb; font-family: Arial, sans-serif; font-size: 19px; }
.public-philosophy blockquote { max-width: 820px; margin: 32px auto 0; padding: 21px 24px; border: 1px solid rgba(255, 255, 255, .2); border-top: 4px solid var(--yellow); border-radius: 17px; background: rgba(255, 255, 255, .04); color: white; font-size: 18px;font-weight:normal !important; }
.public-philosophy-moto {
    max-width: 820px;
    margin: 32px auto 0;
    padding: 11px 24px 21px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-top: 4px solid var(--yellow);
    border-radius: 17px;
    background: rgba(255, 255, 255, .04);
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.public-philosophy-moto strong {
    font-size: 24px;
    line-height:2;
}
.promo-faq-section {
    background: white;
}
.promo-faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: start; }
.promo-faq-list { display: grid; gap: 12px; }
.promo-faq-list details { padding: 0 22px; border: 1px solid var(--line); border-radius: 17px; background: #f8fcff; }
.promo-faq-list summary { position: relative; padding: 20px 36px 20px 0; cursor: pointer; list-style: none; color: var(--navy); font-weight: 900; }
.promo-faq-list summary::-webkit-details-marker { display: none; }
.promo-faq-list summary::after { content: "+"; position: absolute; right: 0; top: 15px; color: var(--blue); font-size: 28px; line-height: 1; }
.promo-faq-list details[open] summary::after { content: "–"; }
.promo-faq-list p { margin: -2px 0 20px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-family: Arial, sans-serif; }

/* Samostatná stránka pro pokročilé */
.advanced-page-hero { position: relative; min-height: 730px; padding-top: 86px; overflow: hidden; background: var(--navy-dark); }
.advanced-page-photo { position: absolute; inset: 86px 0 0; background: url('/images/advanced-hero-teen-swimmer.webp') 67% center / cover no-repeat; }
.advanced-page-overlay { position: absolute; inset: 86px 0 0; background: linear-gradient(90deg, rgba(3, 22, 50, .98) 0%, rgba(4, 42, 85, .9) 39%, rgba(5, 91, 146, .3) 67%, rgba(0, 105, 170, .04) 100%); }
.advanced-page-inner { position: relative; z-index: 2; min-height: 620px; display: flex; align-items: center; }
.advanced-page-intro { padding-top: 116px; }
.advanced-training-photo { min-height: 610px; border-radius: 32px; background: url('/images/advanced-swimmers-training.webp') 54% center / cover no-repeat; box-shadow: var(--shadow); }
.advanced-cta { padding: 84px 0; color: white; background: linear-gradient(135deg, var(--navy-dark), var(--blue)); }
.advanced-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.advanced-cta h2 { margin: 0; color: white; font-size: clamp(32px, 4vw, 48px); }
.advanced-cta-actions { display: flex; justify-content: flex-end; gap: 13px; flex-wrap: wrap; }

/* Stránka pro školy */
.school-why-section { background: #f5fbff; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.why-grid article { padding: 35px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 12px 34px rgba(5, 61, 112, .07); }
.benefit-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; box-shadow: inset 0 -7px 0 rgba(0, 0, 0, .08); }
.benefit-icon.blue { background: var(--blue); }
.benefit-icon.green { background: var(--green); }
.benefit-icon img { width: 43px; height: 43px; object-fit: contain; }
.why-grid h3 { margin: 23px 0 12px; font-size: 24px; }
.why-grid p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; }
.school-goal { background: white; border: 2px solid var(--yellow); }
.programs-section { background: white; }
.programs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.school-program { position: relative; padding: 42px; overflow: hidden; border-radius: 30px; }
.preschool-program { background: linear-gradient(145deg, #e6fbf3, #f7fffc); border: 1px solid #c6eadb; }
.primary-program { background: linear-gradient(145deg, #e7f5ff, #f7fbff); border: 1px solid #c8e3f7; }
.program-label { position: absolute; right: 28px; top: 22px; color: var(--green); font-size: 56px; font-weight: 900; opacity: .17; }
.primary-program .program-label { color: var(--blue); }
.school-program h3 { max-width: 440px; margin: 0 0 15px; font-size: 30px; }
.program-intro { min-height: 84px; color: var(--muted); font-size: 17px; }
.school-program dl { display: grid; gap: 16px; margin: 28px 0 0; }
.school-program dl div { padding-top: 16px; border-top: 1px solid rgba(6, 42, 98, .12); }
.school-program dt { color: var(--navy); font-weight: 900; }
.school-program dd { margin: 5px 0 0; color: var(--muted); font-family: Arial, sans-serif; }
.values-section { color: white; background: radial-gradient(circle at 10% 10%, rgba(19, 185, 208, .35), transparent 32%), linear-gradient(135deg, var(--navy-dark), var(--blue)); }
.values-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }
.values-grid h2 { color: white; }
.values-grid > div > p:not(.eyebrow) { color: #d5ebf8; font-size: 18px; }
.values-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.values-list li { display: flex; align-items: center; gap: 16px; padding: 17px 20px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 15px; background: rgba(255, 255, 255, .08); font-weight: 900; }
.values-list span { color: var(--yellow); font-size: 12px; letter-spacing: 2px; }
.school-approach { background: #f6fbff; }
.school-closing { padding: 92px 0; color: white; background: var(--navy-dark); }
.school-closing-inner { display: grid; grid-template-columns: 230px 1fr; gap: 55px; align-items: center; }
.school-closing img { width: 230px; filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .2)); }
.school-closing p { color: #d5ebf8; font-size: 18px; }
.school-closing h2 { margin-top: 25px; color: white; font-size: clamp(32px, 4vw, 50px); }
.school-closing .closing-line { margin-bottom: 0; color: var(--yellow); font-size: 22px; font-weight: 900; }
.school-contact { background: white; }

footer { padding: 36px 0; background: #031632; color: #cae6f7; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand strong { color: white; }
.footer-brand img { width: 54px; height: 54px; }
.footer-links { display: flex; justify-content: center; gap: 18px; font-size: 13px; font-weight: 900; }
.footer-links a:hover, .footer-links a:focus-visible { color: white; }
.copyright { margin: 0; color: #8fb9d5; font-family: Arial, sans-serif; font-size: 14px; text-align: right; }
.footer-credit { color: #6f9dbd; font-size: 12px; }
.footer-credit a { text-decoration: underline; text-underline-offset: 3px; }

/* Chybová stránka */
.not-found { min-height: calc(100vh - 86px); display: grid; place-items: center; padding: 150px 20px 80px; text-align: center; }
.not-found h1 { color: var(--navy); text-shadow: none; }
.not-found p { color: var(--muted); }

@media (max-width: 980px) {
  nav { display: none; }
  .landing-copy, .hero-copy { width: 68%; }
  .choice-card { padding: 34px; }
  .story-grid, .advanced-grid { gap: 50px; }
  .principles-grid, .advanced-cards, .promo-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .signup-grid, .contact-grid, .values-grid, .reassurance-grid, .parent-trust-grid, .promo-faq-grid { gap: 45px; }
  .parent-trust-logo { min-height: 420px; }
  .trust-points { grid-template-columns: 1fr 1fr; }
  .trust-points article:last-child { grid-column: 1 / -1; }
  .company-card { grid-template-columns: 90px 1fr; padding: 26px; }
  .company-card img { width: 90px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 600px); }
  .site-header { height: 74px; }
  .header-inner { gap: 10px; }
  .brand img { width: 49px; height: 49px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 10px; letter-spacing: 2px; }
  .header-contact { min-height: 39px; padding: 7px 12px; font-size: 13px; }
  .landing-hero, .program-hero, .advanced-page-hero { min-height: 750px; padding-top: 74px; }
  .landing-photo, .hero-photo, .schools-hero-photo, .advanced-page-photo { inset: 74px 0 0; }
  .landing-photo, .hero-photo { background-position: 65% center; }
  .schools-hero-photo { background-position: 63% center; }
  .advanced-page-photo { background-position: 62% center; }
  .landing-overlay, .hero-overlay, .schools-hero-overlay, .advanced-page-overlay { inset: 74px 0 0; background: linear-gradient(180deg, rgba(2, 24, 58, .58) 0%, rgba(3, 30, 67, .72) 35%, rgba(3, 27, 66, .97) 70%, rgba(3, 27, 66, .99) 100%); }
  .landing-inner, .hero-inner, .advanced-page-inner { min-height: 650px; align-items: flex-end; }
  .landing-copy, .hero-copy { width: 100%; padding: 230px 0 82px; }
  .hero-copy { padding-top: 190px; }
  .back-link { margin-bottom: 18px; }
  h1 { font-size: clamp(39px, 12vw, 60px); letter-spacing: -2.5px; }
  .hero-lead { margin: 22px 0 27px; font-size: 17px; }
  .wave { height: 46px; }
  .choice-section { padding: 70px 0 80px; }
  .choice-grid, .trust-grid, .home-contact-inner, .story-grid, .advice-grid, .advanced-grid, .signup-grid, .contact-grid, .why-grid, .programs-grid, .values-grid, .school-closing-inner, .promo-benefits-grid, .reassurance-grid, .levels-grid, .parent-trust-grid, .promo-faq-grid, .advanced-cta-inner { grid-template-columns: 1fr; }
  .choice-card { min-height: 0; padding: 29px 25px; }
  .choice-card .button { margin-top: 4px; }
  .trust-grid { gap: 28px; }
  .home-contact-inner { gap: 28px; }
  .home-contact-actions { grid-template-columns: 1fr; }
  .variant-note-inner, .variant-note p { align-items: flex-start; flex-direction: column; gap: 5px; }
  .variant-note-inner { gap: 12px; }
  .promo-benefit { min-height: 0; }
  .reassurance-grid, .parent-trust-grid, .promo-faq-grid { gap: 48px; }
  .level-card { min-height: 0; padding: 30px 25px; }
  .parent-trust-logo { min-height: 390px; order: 2; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points article:last-child { grid-column: auto; }
  .public-philosophy { padding: 76px 0; }
  .public-philosophy-inner { text-align: left; }
  .public-philosophy blockquote { margin-left: 0; }
  .advanced-cta-inner { gap: 30px; }
  .advanced-cta-actions { justify-content: flex-start; }
  .quick-facts { margin-top: -12px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact { min-height: 92px; justify-content: flex-start; padding: 18px 23px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .fact-icon { width: 46px; height: 46px; flex-basis: 46px; }
  .section { padding: 78px 0; }
  h2 { font-size: clamp(34px, 10vw, 44px); letter-spacing: -1.7px; }
  .section-heading.centered { margin-bottom: 34px; text-align: left; }
  .story-grid, .advice-grid, .advanced-grid, .signup-grid, .contact-grid, .values-grid { gap: 48px; }
  .story-lead { position: static; }
  .logo-mini-stage { width: min(290px, 78vw); }
  .principles-grid, .advanced-cards, .method-list { grid-template-columns: 1fr; }
  .principles-grid article { min-height: 0; }
  .statement-band p { text-align: left; }
  .advanced-photo, .advanced-training-photo { min-height: 430px; order: 2; }
  .reassurance-accordion details > p { margin-left: 20px; }
  .signup-card { padding: 34px 22px; }
  .signup-date { font-size: 52px; }
  .signup-time { font-size: 27px; }
  .company-card { grid-template-columns: 72px 1fr; gap: 18px; padding: 22px; }
  .company-card img { width: 72px; }
  .contact-row { padding: 13px; }
  .contact-row strong { font-size: 15px; }
  .program-intro { min-height: 0; }
  .school-program { padding: 30px 25px; }
  .school-closing-inner { justify-items: center; gap: 28px; }
  .school-closing img { width: 180px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-links { flex-direction: column; text-align: center; gap: 6px; }
  .copyright { text-align: center; }
}

@media (max-width: 430px) {
  .brand span { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .landing-copy, .hero-copy { padding-top: 210px; }
  .hero-copy { padding-top: 170px; }
  .choice-card h3 { font-size: 29px; }
  .company-card { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
