/* ==========================================================================
   Easy English with Gosia — arkusz stylów (2026)
   Jeden plik, bez frameworków. Kolory i odstępy zdefiniowane jako zmienne.
   ========================================================================== */

:root {
  --navy: #2f4897;          /* kolor z logo */
  --navy-700: #24377a;
  --navy-900: #172455;
  --sky: #eef2fb;
  --sky-2: #e2e9f8;
  --amber: #f6a623;
  --amber-600: #d98c0a;
  --coral: #ff6f61;
  --mint: #2bb3a3;
  --ink: #1c2333;
  --muted: #5b6474;
  --line: #e3e8f2;
  --bg: #ffffff;
  --bg-alt: #f7f9fd;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px rgba(31, 50, 112, 0.10);
  --shadow-sm: 0 4px 14px rgba(31, 50, 112, 0.08);
  --container: 1180px;
  --font-head: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}
img, video, iframe { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.2; margin: 0 0 .5em; color: var(--navy-900); font-weight: 700; }
h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -.01em; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.3em; margin: 0 0 1em; }
li { margin-bottom: .35em; }
strong { font-weight: 700; }
.muted { color: var(--muted); }
.lead { font-size: 1.15rem; color: var(--muted); }
.accent { color: var(--amber-600); }
.container { width: min(var(--container), 100% - 32px); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-alt { background: var(--bg-alt); }
.section-navy { background: linear-gradient(135deg, var(--navy-900), var(--navy)); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy .muted, .section-navy .lead { color: rgba(255,255,255,.8); }
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--amber-600); margin-bottom: 10px;
}
.section-navy .eyebrow { color: var(--amber); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--amber); color: var(--ink); padding: 8px 14px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { left: 8px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem; line-height: 1; cursor: pointer;
  border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none !important;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--amber); color: var(--navy-900); }
.btn-primary:hover { background: #ffb63a; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-700); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--sky); }
.btn-light { background: #fff; color: var(--navy); }
.btn-ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-sm { padding: 10px 18px; font-size: .92rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Icons */
.ico { width: 22px; height: 22px; flex: none; }

/* ---------- Header ---------- */
.topbar { background: var(--navy-900); color: #fff; font-size: .88rem; }
.topbar .container { display: flex; flex-wrap: wrap; gap: 8px 28px; align-items: center; min-height: 40px; }
.topbar a { color: #fff; display: inline-flex; gap: 8px; align-items: center; }
.topbar .ico { width: 16px; height: 16px; color: var(--amber); }
.topbar .social { margin-left: auto; display: flex; gap: 14px; }
.topbar .hours { display: inline-flex; gap: 8px; align-items: center; }
@media (max-width: 720px) { .topbar .hide-m { display: none !important; } }

.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; gap: 24px; min-height: 120px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none !important; }
.brand img { width: 104px; height: 104px; }
.brand-text { font-family: var(--font-head); font-weight: 700; color: var(--navy-900); line-height: 1.1; font-size: 1.2rem; }
.brand-text small { display: block; font-family: var(--font-body); font-weight: 600; color: var(--muted); font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.nav { margin-left: auto; }
.nav > ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; align-items: center; }
.nav > ul > li { position: relative; }
.nav a, .nav button { font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--ink); padding: 10px 12px; border-radius: 10px; display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; cursor: pointer; text-decoration: none !important; }
.nav a:hover, .nav button:hover, .nav a[aria-current="page"], .nav button[aria-current="page"] { color: var(--navy); background: var(--sky); }
.nav .has-sub > button svg { width: 14px; height: 14px; transition: transform .2s; }
.nav .has-sub[aria-expanded="true"] > button svg, .nav .has-sub:hover > button svg { transform: rotate(180deg); }
.nav .sub { position: absolute; top: 100%; left: 0; min-width: 270px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 8px; list-style: none; margin: 6px 0 0; display: none; }
.nav .has-sub:hover .sub, .nav .has-sub:focus-within .sub, .nav .has-sub[aria-expanded="true"] .sub { display: block; }
.nav .sub a { display: block; padding: 10px 12px; font-weight: 500; }
.nav .cta a { background: var(--amber); color: var(--navy-900); border-radius: 999px; padding: 10px 18px; margin-left: 6px; }
.nav .cta a:hover { background: #ffb63a; }
.nav-top { display: none; }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; }
@media (max-width: 1020px) {
  .nav-toggle { display: inline-flex; }
  .nav { position: fixed; inset: 0; z-index: 120; background: #fff; overflow-y: auto; padding: 0 16px 24px; display: none; margin: 0; }
  .nav-top { display: flex; align-items: center; justify-content: space-between; min-height: 120px; border-bottom: 1px solid var(--line); margin-bottom: 12px; }
  .nav .nav-close { width: 46px; height: 46px; padding: 0; justify-content: center; border-radius: 12px; border: 1px solid var(--line); background: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
  .nav.open { display: block; }
  .nav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav a, .nav button { width: 100%; justify-content: space-between; font-size: 1.05rem; padding: 12px 14px; }
  .nav .sub { position: static; display: none; box-shadow: none; border: 0; background: var(--bg-alt); margin: 4px 0 8px; }
  .nav .has-sub[aria-expanded="true"] .sub { display: block; }
  .nav .has-sub:hover .sub { display: none; }
  .nav .has-sub[aria-expanded="true"]:hover .sub { display: block; }
  .nav .cta a { justify-content: center; margin: 8px 0 0; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 600px at 85% -10%, var(--sky-2), transparent 60%), linear-gradient(180deg, #fff, var(--bg-alt)); }
.hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(40px, 6vw, 80px); }
.hero h1 span { color: var(--navy); position: relative; z-index: 0; white-space: nowrap; }
.hero h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: .06em; height: .28em; background: var(--amber); opacity: .45; z-index: -1; border-radius: 4px; }
.hero .lead { font-size: 1.2rem; max-width: 560px; }
.hero-media { position: relative; }
.hero-media img { width: 100%; border-radius: 28px; }
.hero-badge { position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 12px 16px; font-family: var(--font-head); font-weight: 600; font-size: .9rem; display: flex; gap: 10px; align-items: center; }
.hero-badge .ico { color: var(--amber-600); }
.hero-badge.b1 { left: -12px; bottom: 32px; }
.hero-badge.b2 { right: -8px; top: 24px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; padding: 0; list-style: none; color: var(--muted); font-size: .95rem; }
.hero-trust li { display: flex; gap: 8px; align-items: center; margin: 0; }
.hero-trust .ico { width: 18px; height: 18px; color: var(--mint); }
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; gap: 28px; }
  .hero-media { max-width: 460px; margin: 0 auto; }
  .hero-badge.b1 { left: 4px; } .hero-badge.b2 { right: 4px; }
}

/* Page hero (podstrony) */
.page-hero { background: linear-gradient(135deg, var(--navy-900), var(--navy)); color: #fff; padding: clamp(40px, 6vw, 72px) 0; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.06); }
.page-hero h1 { color: #fff; margin-bottom: .3em; }
.page-hero .lead { color: rgba(255,255,255,.85); max-width: 720px; }
.page-hero.with-img .container { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.page-hero.with-img img { border-radius: 22px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
@media (max-width: 900px) { .page-hero.with-img .container { grid-template-columns: 1fr; } .page-hero.with-img img { max-width: min(520px, 100%); } }
.breadcrumb { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 6px; font-size: .88rem; color: rgba(255,255,255,.75); }
.breadcrumb a { color: #fff; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; opacity: .6; }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .icon-wrap { width: 56px; height: 56px; border-radius: 16px; background: var(--sky); color: var(--navy); display: grid; place-items: center; margin-bottom: 18px; }
.card .icon-wrap svg { width: 28px; height: 28px; }
.card.amber .icon-wrap { background: #fff3dc; color: var(--amber-600); }
.card.mint .icon-wrap { background: #e2f6f3; color: var(--mint); }
.card.coral .icon-wrap { background: #ffe9e6; color: var(--coral); }
.card h3 { margin-bottom: .4em; }
.card p:last-child { margin-bottom: 0; }

.offer-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; color: inherit; text-decoration: none !important; }
.offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.offer-card .thumb { aspect-ratio: 3 / 2; overflow: hidden; background: var(--sky); }
.offer-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.offer-card:hover .thumb img { transform: scale(1.04); }
.offer-card .body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.offer-card .tag { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--amber-600); }
.offer-card h3 { margin: 0; font-size: 1.15rem; }
.offer-card p { color: var(--muted); font-size: .95rem; margin: 0; }
.offer-card .more { margin-top: auto; padding-top: 10px; font-family: var(--font-head); font-weight: 600; color: var(--navy); display: inline-flex; gap: 6px; align-items: center; font-size: .95rem; }
.offer-card .more svg { width: 16px; height: 16px; transition: transform .2s; }
.offer-card:hover .more svg { transform: translateX(4px); }

/* Split (text + media) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split.rev > :first-child { order: 2; }
.split img { border-radius: 24px; width: 100%; }
.split .media { position: relative; }
.split .media .stamp { position: absolute; left: 24px; bottom: -18px; background: var(--amber); color: var(--navy-900); border-radius: 16px; padding: 14px 18px; font-family: var(--font-head); font-weight: 700; box-shadow: var(--shadow); line-height: 1.15; }
.split .media .stamp small { display: block; font-weight: 600; font-size: .78rem; opacity: .8; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split.rev > :first-child { order: 0; } .split .media { margin-bottom: 24px; } }

/* Checklist */
.checks { list-style: none; padding: 0; margin: 0 0 1.2em; display: grid; gap: 10px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; margin: 0; }
.checks .ico { color: var(--mint); margin-top: 3px; width: 20px; height: 20px; }
.checks.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 620px) { .checks.two { grid-template-columns: 1fr; } }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); position: relative; }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; margin-bottom: 14px; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 22px 12px; border-radius: var(--radius); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); }
.stat b { display: block; font-family: var(--font-head); font-size: 2.1rem; color: var(--amber); line-height: 1.1; }
.stat span { font-size: .92rem; opacity: .9; }
@media (max-width: 700px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* Team */
.team-card { text-align: left; }
.team-card .avatar { width: 84px; height: 84px; border-radius: 50%; background: var(--sky); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 1.6rem; color: var(--navy); margin-bottom: 16px; overflow: hidden; }
.team-card .avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card .role { color: var(--amber-600); font-weight: 700; font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; display: block; margin-bottom: 8px; }

/* Info box on offer pages */
.info-box { background: var(--sky); border-radius: var(--radius); padding: 26px; position: sticky; top: 140px; }
.info-box dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
.info-box dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; }
.info-box dd { margin: 2px 0 0; font-family: var(--font-head); font-weight: 600; color: var(--navy-900); }
.info-box .btn { width: 100%; justify-content: center; margin-top: 18px; }
.info-box .teacher { display: flex; gap: 12px; align-items: center; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(47,72,151,.15); }
.info-box .teacher .avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; flex: none; }
.info-box .teacher small { display: block; color: var(--muted); }
.offer-layout { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
@media (max-width: 960px) { .offer-layout { grid-template-columns: 1fr; } .info-box { position: static; } }
.prose h2 { margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.4em; }
.prose img { border-radius: var(--radius); }

/* Age cards */
.age { border-left: 4px solid var(--amber); background: var(--bg-alt); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 18px 22px; }
.age h3 { margin-bottom: .3em; }
.age .who { color: var(--muted); font-size: .9rem; margin-bottom: .6em; display: block; }
.age ul { margin-bottom: 0; }

/* FAQ */
.faq { max-width: 860px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 14px; background: #fff; margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 54px 18px 22px; font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; list-style: none; position: relative; color: var(--navy-900); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--sky); color: var(--navy); display: grid; place-items: center; font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 22px 20px; color: var(--muted); }
.faq details > div p:last-child { margin-bottom: 0; }

/* Video / gallery */
.video-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.video-strip video { width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; background: #000; object-fit: cover; }
.video-strip figcaption { font-size: .9rem; color: var(--muted); margin-top: 8px; }
@media (max-width: 960px) { .video-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .video-strip { grid-template-columns: 1fr; } }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery a { display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--sky); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery a:hover img { transform: scale(1.05); }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: min(96vw, 1100px); }
dialog.lightbox::backdrop { background: rgba(10, 16, 40, .88); }
dialog.lightbox img { border-radius: 12px; max-height: 88vh; width: auto; margin: 0 auto; }
dialog.lightbox button { position: absolute; top: -6px; right: -6px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: #fff; cursor: pointer; font-size: 22px; line-height: 1; }

/* Banner CTA (nabór) */
.banner-cta { border-radius: 28px; background: linear-gradient(120deg, var(--navy-900), var(--navy) 60%, #3c5bb8); color: #fff; padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: center; position: relative; overflow: hidden; }
.banner-cta::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: var(--amber); opacity: .18; right: -80px; bottom: -160px; }
.banner-cta h2 { color: #fff; }
.banner-cta p { color: rgba(255,255,255,.85); }
.banner-cta .btn-row { justify-content: flex-end; position: relative; }
@media (max-width: 860px) { .banner-cta { grid-template-columns: 1fr; } .banner-cta .btn-row { justify-content: flex-start; } }

/* Areas (lokalne) */
.chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.chips li { margin: 0; }
.chips span, .chips a { display: inline-block; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: .92rem; font-weight: 600; color: var(--navy-900); }
.chips small { color: var(--muted); font-weight: 400; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 16px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; margin: 0; }
.contact-list .icon-wrap { width: 46px; height: 46px; border-radius: 14px; background: var(--sky); color: var(--navy); display: grid; place-items: center; flex: none; }
.contact-list .icon-wrap svg { width: 22px; height: 22px; }
.contact-list b { display: block; font-family: var(--font-head); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.contact-list a { font-weight: 600; font-size: 1.05rem; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .form .row { grid-template-columns: 1fr; } }
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; font: inherit; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(47,72,151,.15); }
.field textarea { min-height: 130px; resize: vertical; }
.consent { font-size: .85rem; color: var(--muted); display: flex; gap: 10px; align-items: flex-start; margin-bottom: 16px; }
.consent input { margin-top: 4px; }
.form-msg { display: none; padding: 12px 14px; border-radius: 12px; margin-top: 14px; font-weight: 600; }
.form-msg.ok { display: block; background: #e2f6f3; color: #12645a; }
.form-msg.err { display: block; background: #ffe9e6; color: #9e2b20; }
.hp { position: absolute; left: -9999px; }
.map-box { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--sky); min-height: 340px; display: grid; place-items: center; text-align: center; padding: 24px; }
.map-box iframe { width: 100%; height: 380px; border: 0; }
.map-box.loaded { padding: 0; display: block; }

/* Footer */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.85); padding: 64px 0 0; margin-top: 0; }
.site-footer a { color: #fff; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 900px) { .site-footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer .cols { grid-template-columns: 1fr; } }
.site-footer .brand-text { color: #fff; }
.site-footer .brand-text small { color: rgba(255,255,255,.65); }
.site-footer .social { display: flex; gap: 12px; margin-top: 18px; }
.site-footer .social a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.1); display: grid; place-items: center; }
.site-footer .social svg { width: 20px; height: 20px; }
.site-footer .contact-list .icon-wrap { background: rgba(255,255,255,.1); color: var(--amber); }
.site-footer .contact-list b { color: rgba(255,255,255,.6); }
.site-footer .contact-list a { font-size: .98rem; }
.site-footer .bottom { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; font-size: .86rem; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; color: rgba(255,255,255,.65); }

/* Mobile sticky CTA */
.mobile-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: #fff; border-top: 1px solid var(--line); padding: 10px 12px; gap: 10px; box-shadow: 0 -6px 20px rgba(0,0,0,.08); }
.mobile-cta .btn { flex: 1; justify-content: center; padding: 12px; }
@media (max-width: 720px) { .mobile-cta { display: flex; } body { padding-bottom: 70px; } }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* Utilities */
.mt-0 { margin-top: 0 !important; } .mb-0 { margin-bottom: 0 !important; }
.mt-24 { margin-top: 24px; } .mt-40 { margin-top: 40px; }
.center { text-align: center; }
.note { background: #fff8e8; border: 1px solid #ffe2a8; border-radius: 12px; padding: 14px 18px; font-size: .95rem; }
.pill { display: inline-block; background: var(--sky); color: var(--navy); border-radius: 999px; padding: 4px 12px; font-size: .82rem; font-weight: 700; }
.error-page { text-align: center; padding: 100px 0; }
.error-page b { font-family: var(--font-head); font-size: 6rem; color: var(--sky-2); display: block; line-height: 1; }

/* Zabezpieczenie przed rozpychaniem siatek przez obrazy na małych ekranach */
.grid > *, .split > *, .hero .container > *, .page-hero.with-img .container > *, .contact-grid > *, .offer-layout > *, .banner-cta > * { min-width: 0; }

/* Logo — mniejsze na telefonie, żeby nagłówek nie zabierał pół ekranu */
@media (max-width: 720px) {
  .brand img { width: 72px; height: 72px; }
  .site-header .container, .nav-top { min-height: 92px; }
  .brand-text { font-size: 1.05rem; }
}
.site-footer .brand img { width: 80px; height: 80px; }
.site-header .brand { min-width: 0; flex: 1 1 auto; }
.site-header .nav-toggle { flex: none; }
@media (max-width: 720px) {
  .site-header .brand-text { font-size: .98rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
  .site-header .brand-text small { font-size: .66rem; }
}
