:root {
  --navy: #10285f;
  --blue: #183a88;
  --blue-bright: #2552b3;
  --red: #d43b32;
  --red-dark: #b82d27;
  --ink: #13213d;
  --muted: #62708b;
  --cream: #f6f4ef;
  --pale-blue: #eef3fc;
  --white: #fff;
  --line: #dce3ef;
  --shadow: 0 22px 60px rgba(19, 41, 91, .13);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); font-family: "Manrope", sans-serif; background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; background: var(--white); padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; display: flex; align-items: center; transition: .25s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(16,40,95,.09); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-logo { display: block; width: 134px; padding: 5px; border-radius: 12px; overflow: hidden; background: #3c55a0; box-shadow: 0 5px 18px rgba(13,31,70,.18); transition: .25s ease; }
.brand-logo img { width: 100%; height: auto; aspect-ratio: 362 / 191; object-fit: contain; object-position: center center; border-radius: 7px; }
.is-scrolled .brand-logo { width: 112px; }
.main-nav { display: flex; align-items: center; gap: 17px; font-size: 12px; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; color: var(--navy); }
.main-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; inset: auto 0 -7px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.main-nav .nav-phone { color: var(--red) !important; }
.main-nav .language-switch { display: inline-flex; align-items: center; gap: 5px; padding: 7px 9px; border: 1px solid #d8e0ed; border-radius: 9px; background: rgba(255,255,255,.72); }
.main-nav .language-switch::after { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: var(--navy); border-radius: 12px; flex-direction: column; justify-content: center; gap: 5px; }
.menu-toggle > span:not(.sr-only) { width: 100%; height: 2px; border-radius: 2px; background: white; transition: transform .25s, opacity .2s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; border: 0; border-radius: 12px; padding: 16px 23px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-small { color: var(--white); background: var(--red); box-shadow: 0 12px 26px rgba(212,59,50,.24); }
.button-primary:hover, .button-small:hover { background: var(--red-dark); }
.button-small { padding: 12px 18px; }

.hero { position: relative; min-height: 720px; padding: 154px 0 86px; display: flex; align-items: center; overflow: hidden; background: #e6edf8; }
.hero-photo { position: absolute; inset: 0; background: url("assets/hero.jpg") 60% center / cover no-repeat; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,249,255,.99) 0%, rgba(246,249,255,.96) 41%, rgba(239,244,252,.68) 62%, rgba(16,40,95,.12) 100%); }
.hero::before { content: ""; position: absolute; inset: auto -9% -42% auto; width: 650px; height: 650px; border: 120px solid rgba(255,255,255,.18); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) 360px; align-items: center; gap: 70px; }
.hero-copy { max-width: 690px; }
.mobile-hero-visual { display: none; }
.eyebrow, .kicker { color: var(--red); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 9px 12px; border: 1px solid rgba(212,59,50,.2); border-radius: 999px; background: rgba(255,255,255,.7); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(212,59,50,.11); }
h1, h2, h3 { margin: 0; font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -.035em; }
h1 { max-width: 680px; font-size: clamp(46px, 5.3vw, 76px); line-height: .99; color: var(--navy); }
h1 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 610px; margin: 27px 0 30px; font-size: 18px; line-height: 1.7; color: #445675; }
.hero-actions { display: flex; align-items: center; gap: 13px; }
.button-ghost { background: rgba(255,255,255,.72); border: 1px solid rgba(16,40,95,.15); color: var(--navy); backdrop-filter: blur(8px); }
.button-ghost:hover { background: var(--white); }
.phone-icon { color: var(--red); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 11px 24px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--navy); font-size: 13px; font-weight: 700; }
.hero-checks li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 8px; background: rgba(24,58,136,.1); border-radius: 50%; color: var(--blue); font-size: 11px; }
.hero-card { align-self: end; padding: 28px; color: var(--white); background: rgba(16,40,95,.94); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.mini-logo { width: 82px; margin-bottom: 30px; border-radius: 9px; overflow: hidden; }
.mini-logo img { width: 100%; height: auto; aspect-ratio: 362 / 191; object-fit: contain; }
.hero-card .kicker { color: #ff8b83; margin: 0 0 8px; }
.hero-card h2 { font-size: 30px; line-height: 1.14; }
.hero-card > p:not(.kicker) { color: #c5d1eb; font-size: 14px; line-height: 1.7; }
.text-link { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); font-size: 14px; font-weight: 800; }

.trust-strip { background: var(--navy); color: white; }
.stats { min-height: 104px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.stats > div { display: flex; align-items: baseline; justify-content: center; gap: 10px; padding: 9px 20px; border-right: 1px solid rgba(255,255,255,.12); }
.stats > div:last-child { border: 0; }
.stats strong { color: #ff7d75; font-family: "Plus Jakarta Sans"; font-size: 26px; }
.stats span { color: #d5def1; font-size: 12px; font-weight: 600; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section-heading .kicker, .about-copy .kicker, .locations-copy .kicker, .faq-intro .kicker, .signup-copy .kicker { margin: 0 0 13px; }
.section-heading h2, .about-copy h2, .locations-copy h2, .faq-intro h2, .signup-copy h2 { color: var(--navy); font-size: clamp(36px, 4vw, 54px); line-height: 1.09; }
.section-heading > p, .about-copy > p, .locations-copy > p, .faq-intro > p, .signup-copy > p { margin: 0; color: var(--muted); line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.benefit-card { min-height: 260px; padding: 28px 25px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: .25s ease; }
.benefit-card:hover { transform: translateY(-7px); border-color: #b7c7e7; box-shadow: 0 20px 45px rgba(16,40,95,.09); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 13px; background: var(--pale-blue); color: var(--blue); font-weight: 800; }
.benefit-card:nth-child(even) .icon-box { background: #fff0ef; color: var(--red); }
.benefit-card h3 { margin-bottom: 11px; font-size: 20px; color: var(--navy); }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.method { position: relative; overflow: hidden; background: var(--pale-blue); }
.method::before { content: ""; position: absolute; width: 420px; height: 420px; right: -250px; top: -180px; border: 80px solid rgba(37,82,179,.045); border-radius: 50%; }
.method-heading { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; margin-bottom: 45px; }
.method-heading .kicker { margin: 0 0 13px; }
.method-heading h2 { color: var(--navy); font-size: clamp(36px, 4vw, 54px); line-height: 1.06; }
.method-heading h2 em { color: var(--red); font-style: normal; }
.method-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.method-path { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.method-path::before { content: ""; position: absolute; left: 16%; right: 16%; top: 68px; height: 2px; background: repeating-linear-gradient(90deg, #b6c5e3 0 8px, transparent 8px 16px); }
.method-step { position: relative; min-height: 315px; padding: 27px; border: 1px solid #d7e0ef; border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 16px 38px rgba(16,40,95,.06); }
.method-step-blue { color: white; background: var(--blue); border-color: transparent; transform: translateY(-8px); box-shadow: 0 20px 45px rgba(24,58,136,.2); }
.method-index { position: absolute; right: 24px; top: 24px; color: #9aa9c4; font: 800 11px "Plus Jakarta Sans"; }
.method-step-blue .method-index { color: #91a6d5; }
.method-icon { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 55px; border: 7px solid white; border-radius: 50%; color: white; background: var(--red); box-shadow: 0 8px 22px rgba(212,59,50,.25); font: 800 21px "Plus Jakarta Sans"; }
.method-step-blue .method-icon { color: var(--blue); background: white; box-shadow: none; }
.method-step h3 { margin-bottom: 11px; color: var(--navy); font-size: 21px; }
.method-step-blue h3 { color: white; }
.method-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.method-step-blue p { color: #c8d4ed; }
.method-memory { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; padding: 18px 22px; border: 1px solid #d1dcef; border-radius: 14px; background: rgba(255,255,255,.62); text-align: center; }
.method-memory span { color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.method-memory strong { color: var(--navy); font-size: 13px; }

.courses { color: white; background: var(--navy); overflow: hidden; position: relative; }
.courses::before { content: "S"; position: absolute; right: -30px; bottom: -245px; color: rgba(255,255,255,.025); font: 800 690px/1 "Plus Jakarta Sans"; }
.courses .section-heading { position: relative; }
.courses .section-heading h2 { color: white; }
.courses .section-heading > p { color: #aebbd6; }
.kicker-light { color: #ff8b83 !important; }
.pricing-year { position: relative; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 13px; margin: -16px 0 30px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.06); }
.pricing-year > span { padding: 6px 9px; border-radius: 999px; color: white; background: var(--red); text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 800; }
.pricing-year > strong { color: white; font-size: 13px; }
.pricing-year > p { margin: 0; color: #aebbd6; text-align: right; font-size: 10px; line-height: 1.5; }
.course-grid { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 15px; }
.course-card { grid-column: span 2; min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.055); }
.course-card:nth-child(4), .course-card:nth-child(5) { grid-column: span 3; min-height: 575px; }
.course-card.feature { background: var(--blue-bright); border-color: transparent; }
.course-number { align-self: flex-end; color: rgba(255,255,255,.42); font-family: "Plus Jakarta Sans"; font-size: 13px; }
.course-label { display: inline-block; margin: 0 0 14px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.15); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.course-card h3 { font-size: 27px; line-height: 1.17; }
.course-card p:not(.course-label) { color: #b9c5df; font-size: 14px; line-height: 1.7; }
.course-card.feature p:not(.course-label) { color: #e5ebf9; }
.course-card ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.course-card li { margin: 9px 0; font-size: 12px; color: #dbe3f5; }
.course-card li::before { content: "·"; margin-right: 8px; color: #ff8b83; font-size: 20px; vertical-align: -2px; }
.course-prices { display: grid; gap: 8px; margin-top: 22px; }
.course-prices > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; min-height: 62px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.06); }
.course-prices span { max-width: 64%; color: #bfcbe3; font-size: 9px; line-height: 1.45; }
.course-prices strong { flex: 0 0 auto; color: white; font: 800 17px "Plus Jakarta Sans"; white-space: nowrap; }
.course-prices strong small { color: #9daccb; font: 700 8px Manrope, sans-serif; }
.course-card.feature .course-prices > div { background: rgba(10,29,73,.16); }
.course-card.feature .course-prices span, .course-card.feature .course-prices strong small { color: #e1e9fa; }
.course-prices-detailed { grid-template-columns: repeat(3,1fr); }
.course-prices-detailed > div { align-items: flex-start; flex-direction: column; gap: 6px; }
.course-prices-detailed span { max-width: none; }
.course-card > a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: white; font-size: 14px; font-weight: 800; }
.makeup-note { position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; margin: 24px 0 0; color: #b9c6df; text-align: center; font-size: 11px; }
.makeup-note span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: white; background: rgba(255,255,255,.11); }
.discounts { position: relative; margin-top: 42px; padding: 30px; overflow: hidden; border-radius: 21px; background: linear-gradient(135deg, #d63f36, #bd3029); box-shadow: 0 24px 55px rgba(6,17,45,.2); }
.discounts::after { content: "%"; position: absolute; right: -12px; top: -65px; color: rgba(255,255,255,.07); font: 800 220px/1 "Plus Jakarta Sans"; }
.discounts-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 10px 34px; }
.discounts-intro .kicker { grid-column: 1 / -1; margin: 0; color: #ffe0dd; }
.discounts-intro h3 { color: white; font-size: 28px; }
.discounts-intro > p:last-child { margin: 0; color: #ffe1de; font-size: 11px; line-height: 1.6; }
.discount-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-top: 23px; }
.discount-list article { min-height: 155px; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.09); }
.discount-list strong, .discount-list span { display: block; }
.discount-list strong { color: white; font: 800 30px "Plus Jakarta Sans"; }
.discount-list span { margin-top: 7px; color: white; font-size: 12px; font-weight: 800; }
.discount-list p { margin: 7px 0 0; color: #ffd9d6; font-size: 9px; line-height: 1.5; }
.discounts > small { position: relative; z-index: 1; display: block; margin-top: 13px; color: #ffd8d5; font-size: 8px; }
.course-note { position: relative; margin: 30px 0 0; color: #99a9ca; text-align: center; font-size: 13px; }
.course-note a { color: white; text-decoration: underline; text-underline-offset: 3px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; aspect-ratio: 1.42; object-fit: cover; object-position: center 58%; border-radius: 22px; box-shadow: var(--shadow); }
.image-badge { position: absolute; right: -28px; bottom: 28px; width: 142px; height: 142px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 9px solid var(--cream); border-radius: 50%; background: var(--red); color: white; text-align: center; }
.image-badge strong { font: 800 22px "Plus Jakarta Sans"; }
.image-badge span { margin-top: 4px; font-size: 10px; }
.about-copy > p { margin-top: 23px; }
.quote-card { position: relative; margin: 27px 0; padding: 22px 25px 22px 48px; background: white; border-left: 3px solid var(--red); border-radius: 0 14px 14px 0; box-shadow: 0 12px 34px rgba(16,40,95,.06); }
.quote-card > span { position: absolute; left: 15px; top: 10px; color: #c4cee2; font: 800 42px Georgia, serif; }
.quote-card p { margin: 0; color: var(--navy); font-size: 15px; font-weight: 700; line-height: 1.6; }
.about-list { margin: 0; padding: 0; list-style: none; }
.about-list li { padding: 13px 0; border-bottom: 1px solid #dfded9; font-size: 14px; font-weight: 700; }
.about-list span { margin-right: 16px; color: var(--red); font-size: 11px; }

.staff { overflow: hidden; background: white; }
.staff-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 90px; margin-bottom: 42px; }
.staff-heading .kicker { margin: 0 0 13px; }
.staff-heading h2 { max-width: 650px; color: var(--navy); font-size: clamp(36px, 4vw, 54px); line-height: 1.08; }
.staff-heading-side { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.staff-heading-side > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.staff-controls { display: flex; flex: 0 0 auto; gap: 8px; }
.staff-arrow { width: 45px; height: 45px; border: 1px solid #cbd6e9; border-radius: 50%; color: var(--navy); background: white; cursor: pointer; font-size: 18px; transition: .2s; }
.staff-arrow:hover { color: white; background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.staff-viewport { padding-left: max(20px, calc((100vw - var(--container)) / 2)); }
.staff-track { display: flex; gap: 17px; overflow-x: auto; padding: 3px max(20px, calc((100vw - var(--container)) / 2)) 26px 0; scroll-padding-left: 1px; scroll-snap-type: x mandatory; scrollbar-width: none; outline: 0; }
.staff-track::-webkit-scrollbar { display: none; }
.staff-card { flex: 0 0 306px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); scroll-snap-align: start; transition: transform .25s, box-shadow .25s; }
.staff-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(16,40,95,.12); }
.staff-card img { width: 100%; height: 300px; object-fit: cover; object-position: center; background: #e8ecf3; }
.staff-founders img { object-position: center 45%; }
.staff-malgorzata img { object-fit: cover; object-position: center 18%; }
.staff-card-copy { min-height: 205px; padding: 22px; }
.staff-card-copy > span { display: block; min-height: 29px; margin-bottom: 7px; color: var(--red); text-transform: uppercase; letter-spacing: .07em; font-size: 9px; font-weight: 800; line-height: 1.45; }
.staff-card h3 { min-height: 48px; margin-bottom: 10px; color: var(--navy); font-size: 19px; line-height: 1.25; }
.staff-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.staff-swipe { display: flex; align-items: center; justify-content: flex-end; gap: 11px; color: #8793a9; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.staff-swipe b { color: var(--red); font-size: 15px; }

.locations-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: center; }
.locations-copy > p { margin-top: 20px; }
.city-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.city-pills span { padding: 9px 14px; border: 1px solid #c9d5eb; border-radius: 999px; color: var(--blue); font-size: 12px; font-weight: 800; }
.locations-copy .small-copy { margin-bottom: 27px; font-size: 13px; }
.map-card { position: relative; min-height: 480px; overflow: hidden; border: 1px solid #d4deed; border-radius: 24px; background: var(--pale-blue); box-shadow: 0 20px 50px rgba(16,40,95,.11); }
.location-directory { margin-top: 72px; }
.location-directory-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.location-directory-head .kicker { margin: 0; }
.location-directory-head h3 { max-width: 560px; color: var(--navy); font-size: 31px; text-align: right; }
.location-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.location-card { min-height: 300px; padding: 24px; border: 1px solid #d8e1ef; border-radius: 18px; background: white; box-shadow: 0 13px 32px rgba(16,40,95,.055); }
.location-card-primary { border-color: #b9cae8; background: linear-gradient(145deg, #fff, #f4f7fd); }
.location-city { display: inline-block; padding: 6px 9px; border-radius: 999px; color: var(--blue); background: var(--pale-blue); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 800; }
.location-card h4 { margin: 18px 0 2px; color: var(--navy); font-size: 21px; }
.location-card .location-postcode { margin: 0 0 17px; color: #8190aa; font-size: 10px; font-weight: 700; }
.location-card > p:last-of-type { color: var(--muted); font-size: 12px; line-height: 1.65; }
.location-card > p strong { color: #2b3f65; }
.escort-badge { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; padding: 12px; border-radius: 11px; color: #244d3a; background: #edf8f1; }
.escort-badge > span { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: #2c8a55; font-weight: 800; }
.escort-badge p { margin: 0; font-size: 9px; line-height: 1.5; font-weight: 700; }
.map-google iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.84) contrast(.96); }
.map-overlay { position: absolute; left: 24px; bottom: 24px; z-index: 2; min-width: 225px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.65); border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: 0 12px 30px rgba(16,40,95,.18); backdrop-filter: blur(8px); }
.map-overlay span { display: block; margin-bottom: 5px; color: var(--red); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.map-overlay strong { display: block; margin-bottom: 9px; color: var(--navy); font-size: 13px; }
.map-overlay a { color: var(--blue); font-size: 11px; font-weight: 800; }
.map-overlay a:hover { text-decoration: underline; text-underline-offset: 3px; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 105px; }
.faq-intro > p { margin: 20px 0; }
.faq-intro > a { color: var(--red); font-family: "Plus Jakarta Sans"; font-size: 23px; font-weight: 800; }
.accordion details { border-top: 1px solid #d9d8d3; }
.accordion details:last-child { border-bottom: 1px solid #d9d8d3; }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--navy); list-style: none; cursor: pointer; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--red); font-size: 21px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -7px 0 23px; padding-right: 40px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.camps { overflow: hidden; background: linear-gradient(180deg, #eef3fc 0%, #f7f9fd 100%); }
.camps-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); gap: 70px; align-items: start; }
.camps-copy > .kicker { margin: 0 0 13px; }
.camps-copy > h2 { max-width: 760px; color: var(--navy); font-size: clamp(38px, 4.4vw, 60px); line-height: 1.05; }
.camps-lead { max-width: 760px; margin: 24px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.camp-edition { padding: 26px; border: 1px solid #d6e0f1; border-radius: 19px; background: rgba(255,255,255,.82); box-shadow: 0 15px 38px rgba(16,40,95,.06); }
.camp-edition > span { color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.camp-edition h3 { margin: 7px 0 23px; color: var(--navy); font-size: 28px; }
.camp-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.camp-facts > div { padding: 15px; border-radius: 12px; background: var(--pale-blue); }
.camp-facts small, .camp-facts strong, .camp-facts span { display: block; }
.camp-facts small { margin-bottom: 6px; color: #7c8ba6; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 800; }
.camp-facts strong { color: var(--navy); font-size: 14px; }
.camp-facts span { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.camp-highlights { margin: 28px 0 0; padding: 0; list-style: none; }
.camp-highlights li { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid #d9e1ee; color: #354562; font-size: 13px; font-weight: 700; }
.camp-highlights li span { flex: 0 0 auto; color: var(--red); font-size: 9px; font-weight: 800; }
.camp-price-card { position: sticky; top: 100px; padding: 31px; border-radius: 22px; color: white; background: var(--navy); box-shadow: 0 26px 60px rgba(16,40,95,.22); }
.camp-price-card > p { margin: 0 0 25px; color: #ff8b83; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 800; }
.camp-price-card > span { display: block; color: #aebddd; font-size: 11px; }
.camp-price-card > strong { display: block; margin: 3px 0 21px; color: white; font: 800 46px "Plus Jakarta Sans"; letter-spacing: -.05em; }
.camp-offer { padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.07); }
.camp-offer b, .camp-offer small { display: block; }
.camp-offer b { color: #ff938b; font-size: 14px; }
.camp-offer small { margin-top: 4px; color: #bdc9e2; font-size: 10px; }
.camp-price-card ul { margin: 20px 0 24px; padding: 0; list-style: none; }
.camp-price-card li { position: relative; padding: 8px 0 8px 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: #d5def0; font-size: 11px; line-height: 1.5; }
.camp-price-card li::before { content: "✓"; position: absolute; left: 0; color: #ff8b83; font-weight: 800; }
.camp-price-card .button { width: 100%; }
.camp-facebook-link { display: flex; justify-content: space-between; margin-top: 17px; color: #d3ddf2; font-size: 11px; font-weight: 800; }
.camp-facebook-link:hover { color: white; }
.camp-gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 75px; }
.camp-gallery-heading .kicker { margin: 0 0 9px; }
.camp-gallery-heading h3 { color: var(--navy); font-size: 31px; }
.camp-gallery-controls { display: flex; gap: 8px; }
.camp-arrow { width: 47px; height: 47px; border: 1px solid #c7d3e7; border-radius: 50%; color: var(--navy); background: white; cursor: pointer; font-size: 18px; transition: .2s; }
.camp-arrow:hover { color: white; border-color: var(--blue); background: var(--blue); transform: translateY(-2px); }
.camp-gallery-viewport { margin-top: 27px; padding-left: max(20px, calc((100vw - var(--container)) / 2)); }
.camp-gallery-track { display: flex; gap: 16px; overflow-x: auto; padding: 2px max(20px, calc((100vw - var(--container)) / 2)) 22px 0; scroll-snap-type: x mandatory; scrollbar-width: none; outline: 0; }
.camp-gallery-track::-webkit-scrollbar { display: none; }
.camp-photo { position: relative; flex: 0 0 min(48vw, 520px); height: 350px; margin: 0; overflow: hidden; border-radius: 19px; background: #ced8e9; box-shadow: 0 16px 36px rgba(16,40,95,.12); scroll-snap-align: start; }
.camp-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.camp-photo:hover img { transform: scale(1.025); }
.camp-photo figcaption { position: absolute; inset: auto 13px 13px; width: max-content; max-width: calc(100% - 26px); padding: 9px 12px; border-radius: 9px; color: white; background: rgba(9,27,70,.82); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; }
.camp-photo-portrait img { object-position: center 42%; }
.camp-gallery-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7b89a3; text-transform: uppercase; letter-spacing: .06em; font-size: 9px; font-weight: 800; }
.camp-gallery-note a { color: var(--blue); }
.camp-gallery-note a:hover { color: var(--red); }

.signup { background: var(--blue); color: white; }
.signup-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }
.signup-copy { position: sticky; top: 110px; }
.signup-copy h2 { color: white; }
.signup-copy > p { margin-top: 22px; color: #c8d3eb; }
.contact-card { margin-top: 35px; padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.06); }
.contact-card span { display: block; margin-bottom: 7px; color: #aebee0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.contact-card a { display: block; margin: 5px 0; font-family: "Plus Jakarta Sans"; font-size: 18px; font-weight: 800; }
.signup-form { padding: 34px; border-radius: 22px; background: white; color: var(--ink); box-shadow: 0 28px 70px rgba(5,18,52,.22); }
.form-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--navy); font-family: "Plus Jakarta Sans"; font-size: 22px; font-weight: 800; }
.form-head small { padding: 6px 9px; border-radius: 999px; background: var(--pale-blue); color: var(--blue); font-weight: 700; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field, .consent { display: flex; flex-direction: column; gap: 7px; }
.field.full, .consent.full { grid-column: 1 / -1; }
.field > span { color: #465571; font-size: 11px; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 49px; padding: 0 13px; border: 1px solid #d5deed; border-radius: 10px; outline: 0; color: var(--ink); background: #fbfcfe; transition: .2s; }
.field input::placeholder { color: #a4aec0; }
.field input:focus, .field select:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 4px rgba(37,82,179,.1); background: white; }
.consent { flex-direction: row; align-items: flex-start; margin-top: 4px; color: #77839a; font-size: 10px; line-height: 1.55; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 3px 0 0; accent-color: var(--blue); }
.consent a { color: var(--blue); text-decoration: underline; }
.bot-field { position: absolute; overflow: hidden; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; white-space: nowrap; }
.form-assurance { display: flex; align-items: center; gap: 11px; margin-top: 19px; padding: 13px 15px; border: 1px solid #bfd6c8; border-radius: 11px; background: #eef9f2; color: #285c3c; }
.form-assurance > span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: white; background: #2c8a55; font-size: 13px; font-weight: 800; }
.form-assurance p { margin: 0; font-size: 11px; line-height: 1.5; }
.form-assurance strong { color: #176137; }
.button-submit { width: 100%; margin-top: 22px; color: white; background: var(--red); box-shadow: 0 12px 26px rgba(212,59,50,.2); }
.button-submit:hover { background: var(--red-dark); }
.button-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-note { margin: 10px 0 0; text-align: center; color: #8b95a8; font-size: 10px; }
.form-status { display: none; margin-top: 15px; padding: 12px 14px; border-radius: 9px; font-size: 12px; line-height: 1.5; }
.form-status.success, .form-status.error { display: block; }
.form-status.success { background: #e9f8ef; color: #17643b; }
.form-status.error { background: #fff0ef; color: #a32c25; }

.site-footer { padding: 72px 0 25px; background: #0a1d49; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; }
.footer-logo { width: 125px; padding: 3px; border-radius: 10px; overflow: hidden; background: #3c55a0; }
.footer-logo img { width: 100%; height: auto; aspect-ratio: 362 / 191; object-fit: contain; border-radius: 7px; }
.footer-grid > div:first-child p { color: #8799bf; font-size: 12px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div > span { margin-bottom: 7px; color: #7f91b7; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 800; }
.footer-grid a, .footer-grid p { margin: 0; color: #d3dcef; font-size: 12px; line-height: 1.6; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7184ac; font-size: 10px; }
.footer-bottom p { margin: 0; }
.floating-actions { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 90; display: flex; align-items: center; gap: 8px; }
.floating-button { display: flex; align-items: center; gap: 13px; padding: 8px 8px 8px 17px; border-radius: 999px; color: white; box-shadow: 0 14px 35px rgba(16,40,95,.25); font-size: 12px; font-weight: 800; transition: .2s; }
.floating-button:hover { color: white; transform: translateY(-3px); }
.floating-button b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-family: Arial, sans-serif; font-size: 16px; }
.floating-cta { background: var(--red); }
.floating-cta:hover { background: var(--red-dark); }
.floating-facebook { background: var(--blue); }
.floating-facebook:hover { background: var(--blue-bright); }

/* Bez ukrywania treści: działa również w podglądach plików na iOS i Androidzie. */
.reveal, .reveal.is-visible { opacity: 1 !important; transform: none !important; }
.delay-1 { transition-delay: .09s; }
.delay-2 { transition-delay: .18s; }
.delay-3 { transition-delay: .27s; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav > a:nth-child(4), .main-nav .nav-phone { display: none; }
  .hero-grid { grid-template-columns: 1fr 310px; gap: 35px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .method-heading { gap: 50px; }
  .course-grid { grid-template-columns: repeat(2,1fr); }
  .course-card, .course-card:nth-child(4), .course-card:nth-child(5) { grid-column: auto; min-height: 610px; }
  .course-card:nth-child(5) { grid-column: 1 / -1; min-height: 500px; }
  .location-cards { grid-template-columns: repeat(2,1fr); }
  .about-grid, .locations-grid { gap: 55px; }
  .faq-grid, .signup-grid { gap: 55px; }
  .camps-grid { gap: 40px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 70px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header, .site-header.is-scrolled { height: 70px; background: #fff; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .brand-logo, .is-scrolled .brand-logo { width: 112px; height: auto; padding: 5px; border-radius: 10px; }
  .menu-toggle { display: flex; }
  .main-nav, .is-scrolled .main-nav { position: fixed; inset: 70px 0 0; height: calc(100dvh - 70px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 22px max(40px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: white; transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav > a, .main-nav > a:nth-child(4), .main-nav .nav-phone { display: block; padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .main-nav > a::after { display: none; }
  .main-nav .button-small { margin-top: 18px; border-bottom: 0; text-align: center; }
  .hero { min-height: 0; padding: 112px 0 48px; align-items: initial; }
  .hero-photo { display: block; background-position: 65% center; opacity: 1; }
  .hero-wash { background: linear-gradient(180deg, rgba(246,249,255,.66) 0%, rgba(246,249,255,.77) 37%, rgba(246,249,255,.91) 68%, rgba(238,243,252,.98) 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: 100%; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  h1 { max-width: 500px; font-size: clamp(38px, 10.5vw, 50px); line-height: 1.04; }
  .hero-lead { max-width: 520px; margin: 20px 0 22px; font-size: 15px; line-height: 1.6; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { min-height: 52px; }
  .hero-checks { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
  .hero-card { display: block; align-self: auto; margin-top: 2px; padding: 23px; border-radius: 18px; background: rgba(16,40,95,.95); }
  .hero-card .mini-logo { display: none; }
  .hero-card h2 { font-size: 25px; }
  .hero-card > p:not(.kicker) { margin-bottom: 7px; }
  .hero-card .text-link { margin-top: 16px; padding-top: 15px; }
  .stats { grid-template-columns: repeat(2,1fr); padding: 10px 0; }
  .stats > div { min-height: 68px; flex-direction: column; align-items: center; justify-content: center; gap: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .stats > div:nth-child(2) { border-right: 0; }
  .stats > div:nth-child(3), .stats > div:nth-child(4) { border-bottom: 0; }
  .stats strong { font-size: 22px; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .section-heading h2, .about-copy h2, .locations-copy h2, .faq-intro h2, .signup-copy h2 { font-size: 36px; }
  .benefit-grid { grid-template-columns: 1fr; gap: 12px; }
  .benefit-card { min-height: 0; padding: 23px; }
  .icon-box { margin-bottom: 25px; }
  .method-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .method-heading h2 { font-size: 36px; }
  .method-heading > p { font-size: 14px; }
  .method-path { display: flex; overflow-x: auto; margin-right: -15px; padding: 8px 15px 20px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .method-path::-webkit-scrollbar { display: none; }
  .method-path::before { display: none; }
  .method-step, .method-step-blue { min-width: min(79vw, 310px); min-height: 288px; padding: 24px; scroll-snap-align: start; transform: none; }
  .method-icon { margin-bottom: 43px; }
  .method-memory { align-items: flex-start; flex-direction: column; gap: 6px; text-align: left; }
  .pricing-year { grid-template-columns: auto 1fr; margin-top: 0; }
  .pricing-year > p { grid-column: 1 / -1; text-align: left; }
  .course-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -15px; padding-right: 15px; scrollbar-width: none; }
  .course-grid::-webkit-scrollbar { display: none; }
  .course-card, .course-card:nth-child(4), .course-card:nth-child(5) { min-width: min(88vw, 390px); min-height: 650px; scroll-snap-align: start; }
  .course-card h3 { font-size: 30px; }
  .course-prices-detailed { grid-template-columns: 1fr; }
  .makeup-note { align-items: flex-start; justify-content: flex-start; text-align: left; }
  .discounts { margin-top: 34px; padding: 24px 19px; }
  .discounts-intro { grid-template-columns: 1fr; }
  .discounts-intro .kicker { grid-column: auto; }
  .discounts-intro h3 { font-size: 25px; }
  .discount-list { display: flex; overflow-x: auto; margin-right: -19px; padding-right: 19px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .discount-list::-webkit-scrollbar { display: none; }
  .discount-list article { flex: 0 0 min(72vw, 250px); scroll-snap-align: start; }
  .course-note { text-align: left; line-height: 1.6; }
  .about-grid, .locations-grid, .faq-grid, .signup-grid { grid-template-columns: 1fr; gap: 43px; }
  .about-image { margin-right: 18px; }
  .about-image img { aspect-ratio: 1.35; object-position: center 58%; }
  .image-badge { width: 112px; height: 112px; right: -18px; bottom: 17px; border-width: 7px; }
  .image-badge strong { font-size: 18px; }
  .staff-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 29px; }
  .staff-heading h2 { font-size: 36px; }
  .staff-heading-side { align-items: center; }
  .staff-heading-side > p { font-size: 13px; }
  .staff-controls { display: none; }
  .staff-viewport { padding-left: 15px; }
  .staff-track { gap: 13px; padding-right: 15px; }
  .staff-card { flex-basis: min(82vw, 315px); }
  .staff-card img { height: 292px; }
  .staff-card-copy { min-height: 198px; }
  .staff-swipe { justify-content: flex-start; margin-top: -5px; }
  .map-card { min-height: 370px; }
  .map-overlay { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .location-directory { margin-top: 48px; }
  .location-directory-head { align-items: flex-start; flex-direction: column; gap: 9px; }
  .location-directory-head h3 { font-size: 27px; text-align: left; }
  .location-cards { display: flex; overflow-x: auto; margin-right: -15px; padding: 2px 15px 18px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .location-cards::-webkit-scrollbar { display: none; }
  .location-card { flex: 0 0 min(84vw, 330px); min-height: 330px; scroll-snap-align: start; }
  .faq-grid { gap: 35px; }
  .faq-intro > a { font-size: 20px; }
  .camps-grid { grid-template-columns: 1fr; gap: 35px; }
  .camps-copy > h2 { font-size: 36px; }
  .camps-lead { font-size: 14px; }
  .camp-price-card { position: static; }
  .camp-gallery-heading { margin-top: 55px; }
  .camp-gallery-heading h3 { font-size: 27px; }
  .camp-gallery-controls { display: none; }
  .camp-gallery-viewport { padding-left: 15px; }
  .camp-gallery-track { gap: 12px; padding-right: 15px; }
  .camp-photo { flex-basis: min(86vw, 420px); height: 290px; }
  .camp-gallery-note { align-items: flex-start; flex-direction: column; gap: 10px; }
  .signup-copy { position: static; }
  .signup-form { padding: 24px 19px; border-radius: 18px; }
  .field-grid { grid-template-columns: 1fr; gap: 14px; }
  .field.full, .consent.full { grid-column: auto; }
  .field input, .field select { min-height: 52px; font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 38px; padding-bottom: 70px; }
  .floating-actions { right: 15px; bottom: max(14px, env(safe-area-inset-bottom)); }
  .floating-button { gap: 9px; padding-left: 13px; font-size: 11px; }
  .floating-button b { width: 33px; height: 33px; }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  h1 { font-size: 39px; }
  .hero-checks { grid-template-columns: 1fr; }
  .stats span { font-size: 10px; }
  .section-heading h2, .about-copy h2, .locations-copy h2, .faq-intro h2, .signup-copy h2 { font-size: 32px; }
  .course-card { min-width: 86vw; }
  .camp-facts { grid-template-columns: 1fr; }
  .camp-photo { height: 265px; }
  .floating-actions { left: 12px; right: 12px; justify-content: flex-end; }
  .floating-button { padding-left: 12px; }
  .form-head { align-items: flex-start; gap: 10px; }
  .form-head span { font-size: 19px; }
}

/* Podstrony informacyjne */
.legal-main { min-height: 70vh; padding: 145px 0 100px; background: linear-gradient(180deg, #f3f7fd, #fff 360px); }
.legal-hero { max-width: 820px; margin-bottom: 42px; }
.legal-hero .kicker { margin: 0 0 13px; }
.legal-hero h1 { max-width: none; font-size: clamp(40px, 5vw, 64px); }
.legal-hero p { margin: 20px 0 0; color: var(--muted); line-height: 1.7; }
.legal-card { max-width: 900px; padding: 42px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.legal-card h2 { margin: 32px 0 12px; color: var(--navy); font-size: 22px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #53617a; font-size: 14px; line-height: 1.75; }
.legal-card ul { padding-left: 20px; }
.legal-contact { margin-top: 28px; padding: 18px 20px; border-radius: 12px; background: var(--pale-blue); }
.legal-contact strong { color: var(--navy); }
@media (max-width: 780px) {
  .legal-main { padding: 110px 0 70px; }
  .legal-card { padding: 25px 20px; }
  .legal-nav, .is-scrolled .legal-nav { position: static; width: auto; height: auto; display: flex; flex-direction: row; align-items: center; gap: 8px; padding: 0; overflow: visible; background: transparent; transform: none; }
  .legal-nav > a { display: inline-flex !important; align-items: center; padding: 8px !important; border: 0 !important; font-size: 11px !important; }
  .legal-nav .button { display: none !important; }
  .legal-nav .language-switch { border: 1px solid #d8e0ed !important; }
}

/* Dziennik elektroniczny */
.journal-main { background: #f3f6fb; }
.journal-hero { padding: 150px 0 70px; color: white; background: linear-gradient(135deg, #0d285f, #214795); }
.journal-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.journal-hero .kicker { margin: 0 0 16px; color: #ff9a93; }
.journal-hero h1 { max-width: 760px; color: white; font-size: clamp(42px, 5.5vw, 70px); }
.journal-hero-grid > div:first-child > p:last-child { max-width: 650px; margin: 22px 0 0; color: #cad6ed; font-size: 16px; line-height: 1.7; }
.journal-hero-card { padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.08); }
.journal-hero-card span, .journal-hero-card strong { display: block; }
.journal-hero-card > span { color: #aebee0; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.journal-hero-card strong { margin: 7px 0 19px; color: white; font: 800 22px "Plus Jakarta Sans"; }
.journal-hero-card a { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.14); color: #ff9a93; font-size: 12px; font-weight: 800; }
.journal-content { padding-top: 70px; }
.journal-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 42px; align-items: start; }
.journal-instruction { padding: 44px; border: 1px solid #dae2ef; border-radius: 24px; background: white; box-shadow: 0 20px 50px rgba(16,40,95,.08); }
.journal-letter { padding: 27px; border-radius: 16px; background: #f3f7fd; }
.journal-letter p { margin: 0 0 13px; color: #4e5e78; font-size: 14px; line-height: 1.75; }
.journal-letter p:last-child { margin-bottom: 0; }
.journal-letter strong { color: var(--navy); font-size: 17px; }
.journal-steps { margin: 35px 0; padding: 0; list-style: none; counter-reset: none; }
.journal-step { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 19px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.journal-step:first-child { padding-top: 0; }
.journal-step-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--blue); font: 800 17px "Plus Jakarta Sans"; box-shadow: 0 9px 20px rgba(24,58,136,.18); }
.journal-step p, .journal-step li { color: #4e5e78; font-size: 14px; line-height: 1.75; }
.journal-step p { margin: 8px 0 0; }
.journal-step a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.journal-step ul { margin: 11px 0 0; padding-left: 20px; }
.journal-step li + li { margin-top: 10px; }
.journal-screenshot { margin: 24px 0 3px; padding: 10px; border: 1px solid #d5deed; border-radius: 16px; background: #edf2f9; }
.journal-screenshot img { width: 100%; height: auto; display: block; border-radius: 10px; }
.journal-screenshot figcaption { padding: 10px 5px 2px; color: #74819a; font-size: 9px; line-height: 1.5; }
.journal-letter-closing { border-left: 4px solid var(--red); background: #fff5f4; }
.journal-side { position: sticky; top: 100px; display: grid; gap: 13px; }
.journal-side-card { padding: 27px; border-radius: 18px; color: white; background: var(--navy); box-shadow: 0 20px 45px rgba(16,40,95,.18); }
.journal-side-card > span { color: #ff928a; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.journal-side-card h2 { margin-top: 10px; color: white; font-size: 29px; }
.journal-side-card p { margin: 12px 0 20px; color: #b9c7e2; font-size: 12px; line-height: 1.65; }
.journal-side-card .button { width: 100%; }
.journal-help { display: flex; flex-direction: column; gap: 5px; padding: 20px; border: 1px solid #d8e1ef; border-radius: 15px; background: white; }
.journal-help span { margin-bottom: 6px; color: #8190aa; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 800; }
.journal-help a { color: var(--navy); font-size: 11px; font-weight: 800; }
.journal-pdf { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border: 1px solid #d8e1ef; border-radius: 14px; color: var(--navy); background: white; font-size: 10px; font-weight: 800; }
.journal-pdf b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); }

@media (max-width: 780px) {
  .journal-hero { padding: 116px 0 52px; }
  .journal-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .journal-hero h1 { font-size: 42px; }
  .journal-hero-grid > div:first-child > p:last-child { font-size: 14px; }
  .journal-content { padding-top: 35px; }
  .journal-layout { grid-template-columns: 1fr; gap: 28px; }
  .journal-instruction { padding: 20px 16px; border-radius: 18px; }
  .journal-letter { padding: 20px; }
  .journal-step { grid-template-columns: 38px minmax(0,1fr); gap: 13px; padding: 23px 0; }
  .journal-step-number { width: 38px; height: 38px; border-radius: 11px; }
  .journal-step p, .journal-step li, .journal-letter p { font-size: 13px; }
  .journal-screenshot { margin-left: -51px; padding: 7px; }
  .journal-side { position: static; }
}

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