/*
Theme Name: Tycio Tur
Theme URI: https://tyciotur.pl
Author: Michał Czapliński
Description: Motyw dla Biura Podróży Tycio Tur — aktywne wyjazdy dla dzieci i młodzieży. Zawiera typ treści „Wyjazdy”, formularze zapisu i zapytania, galerię oraz opinie.
Version: 1.6
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: tyciotur
Tags: turystyka, obozy, kolonie, formularz, custom-post-type
*/

/* ============ ZMIENNE ============ */
:root {
  --tt-ink: #12303F;
  --tt-ink-2: #1B3F51;
  --tt-blue: #1E9BD8;
  --tt-blue-d: #15789F;
  --tt-sky: #EAF7FD;
  --tt-sky-2: #5EC3EF;
  --tt-green: #8CD14A;
  --tt-green-d: #6BAB33;
  --tt-yellow: #FFC947;
  --tt-cream: #FFFBF3;
  --tt-body: #3E5D6E;
  --tt-muted: #5A7686;
  --tt-label: #8A9AA5;
  --tt-head: 'Baloo 2', 'Trebuchet MS', cursive;
  --tt-text: 'Manrope', system-ui, -apple-system, sans-serif;
  --tt-wrap: 1240px;
}

/* ============ RESET / BAZA ============ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--tt-text);
  font-size: 16px;
  line-height: 1.6;
  color: var(--tt-ink);
  background: var(--tt-cream);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--tt-blue); text-decoration: none; }
a:hover { color: var(--tt-blue-d); }
h1, h2, h3, h4 { font-family: var(--tt-head); font-weight: 800; line-height: 1.05; margin: 0; color: var(--tt-ink); }
p { text-wrap: pretty; }
.tt-wrap { max-width: var(--tt-wrap); margin: 0 auto; padding: 0 24px; }
.tt-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.tt-eyebrow { font-family: var(--tt-head); font-size: 15px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--tt-green); }
.tt-eyebrow--blue { color: var(--tt-blue); }
.tt-section-title { font-size: clamp(30px, 4.2vw, 48px); margin-top: 8px; }
.tt-lead { font-size: 18px; line-height: 1.65; color: var(--tt-body); }
.tt-underline { position: relative; display: inline-block; color: var(--tt-blue); }
.tt-underline svg { position: absolute; left: 0; bottom: -6px; width: 100%; height: 13px; }

/* ============ PRZYCISKI ============ */
.tt-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 28px; border: none; border-radius: 99px; cursor: pointer;
  font-family: var(--tt-head); font-size: 17px; font-weight: 800; text-align: center;
  transition: transform .12s ease, background .18s ease;
}
.tt-btn--green { background: var(--tt-green); color: #0E2B10; box-shadow: 0 5px 0 var(--tt-green-d); }
.tt-btn--green:hover { background: #7CC13C; color: #0E2B10; }
.tt-btn--blue { background: var(--tt-blue); color: #fff; box-shadow: 0 5px 0 var(--tt-blue-d); }
.tt-btn--blue:hover { background: #1A8AC2; color: #fff; }
.tt-btn--white { background: #fff; color: var(--tt-ink); border: 2px solid #E4D9C5; }
.tt-btn--white:hover { background: #FFF3DC; color: var(--tt-ink); }
.tt-btn--sky { background: var(--tt-sky); color: var(--tt-ink); }
.tt-btn--sky:hover { background: var(--tt-blue); color: #fff; }
.tt-btn--sm { padding: 12px 20px; font-size: 15px; box-shadow: none; }

/* ============ PASEK GÓRNY ============ */
.tt-topbar { background: var(--tt-ink); color: #BFE3F2; font-size: 13px; font-weight: 700; }
.tt-topbar__in { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; padding: 9px 24px; max-width: var(--tt-wrap); margin: 0 auto; }
.tt-topbar__links { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.tt-topbar a { display: flex; gap: 7px; align-items: center; color: #BFE3F2; }
.tt-topbar a:first-child { color: #fff; }
.tt-topbar a:hover { color: var(--tt-green); }
.tt-topbar__claim { font-family: var(--tt-head); font-weight: 700; letter-spacing: .06em; color: var(--tt-yellow); }

/* ============ NAGŁÓWEK ============ */
.tt-header { position: sticky; top: 0; z-index: 60; background: rgba(255,251,243,.94); backdrop-filter: blur(10px); }
.tt-header__in { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: var(--tt-wrap); margin: 0 auto; }
.tt-header__cta { flex: 0 0 auto; }
.tt-logo { display: block; min-width: 0; flex: 0 1 auto; }
.tt-logo img { height: 44px; width: auto; max-width: 100%; }
.tt-nav { display: flex; gap: 4px; align-items: center; }
.tt-nav a { padding: 9px 11px; border-radius: 99px; font-family: var(--tt-head); font-size: 14.5px; font-weight: 700; white-space: nowrap; color: var(--tt-ink); }
.tt-nav a:hover { background: var(--tt-blue); color: #fff; }
.tt-nav .current-menu-item > a,
.tt-nav .current_page_item > a,
.tt-nav .tt-nav__current > a { background: var(--tt-blue); color: #fff; }
.tt-header__cta { display: flex; gap: 10px; align-items: center; }
.tt-burger { display: none; width: 50px; height: 50px; border: none; border-radius: 16px; background: var(--tt-ink); align-items: center; justify-content: center; cursor: pointer; }
.tt-mobile-nav { display: none; padding: 4px 24px 20px; max-width: var(--tt-wrap); margin: 0 auto; }
.tt-mobile-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.tt-mobile-nav a { display: block; padding: 14px 18px; border-radius: 18px; background: #F4EFE3; font-family: var(--tt-head); font-size: 18px; font-weight: 700; color: var(--tt-ink); }
.tt-mobile-nav__socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 2px solid #EFE7D8; }
.tt-mobile-nav__socials a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 99px; background: var(--tt-sky); font-family: var(--tt-head); font-size: 15px; font-weight: 700; color: var(--tt-ink); }
.tt-mobile-nav a:hover { background: var(--tt-blue); color: #fff; }
.tt-mobile-nav.is-open { display: block; }

/* ============ HERO ============ */
.tt-hero { position: relative; padding: 34px 0 0; overflow: hidden; }
.tt-hero__sun { position: absolute; top: 120px; left: -46px; width: 170px; height: 170px; opacity: .5; fill: var(--tt-yellow); animation: tt-spin 60s linear infinite; }
.tt-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; max-width: var(--tt-wrap); margin: 0 auto; padding: 0 24px; }
.tt-hero__text { position: relative; z-index: 2; padding-bottom: 40px; }
.tt-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 99px; background: #E7F6D9; color: #3F7016; font-family: var(--tt-head); font-size: 14px; font-weight: 800; }
.tt-badge__dot { width: 8px; height: 8px; border-radius: 99px; background: var(--tt-green); }
.tt-hero h1 { margin: 18px 0 0; font-size: clamp(40px, 5.6vw, 72px); letter-spacing: -.02em; max-width: 16ch; }
.tt-hero p { margin: 26px 0 0; max-width: 50ch; font-size: 18.5px; color: var(--tt-body); }
.tt-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.tt-hero__media { position: relative; min-height: 440px; }
.tt-hero__blob { position: absolute; right: -2%; top: 6%; width: 86%; height: 78%; border-radius: 44% 56% 48% 52% / 52% 46% 54% 48%; background: var(--tt-green); opacity: .35; }
.tt-hero__photo { position: relative; height: 430px; border-radius: 38px; overflow: hidden; transform: rotate(-1.6deg); box-shadow: 0 26px 50px -26px rgba(18,48,63,.45); border: 7px solid #fff; background: var(--tt-ink); }
.tt-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.tt-sticker { position: absolute; background: var(--tt-yellow); border-radius: 22px; padding: 14px 18px; box-shadow: 0 10px 22px -12px rgba(18,48,63,.5); }
.tt-sticker--years { left: -14px; bottom: 22px; transform: rotate(-6deg); animation: tt-float 6s ease-in-out infinite; }
.tt-sticker--years strong { display: block; font-family: var(--tt-head); font-weight: 800; font-size: 28px; line-height: 1; color: var(--tt-ink); }
.tt-sticker--years span { font-size: 12.5px; font-weight: 800; color: #7A5A0A; letter-spacing: .04em; }
.tt-sticker--nophone { right: 14px; top: -10px; background: #fff; transform: rotate(5deg); display: flex; align-items: center; gap: 7px; font-family: var(--tt-head); font-weight: 700; font-size: 15px; color: var(--tt-ink); }
@keyframes tt-float { 0%,100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-6deg) translateY(-12px); } }
@keyframes tt-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }

/* ============ WYSZUKIWARKA WYJAZDÓW ============ */
.tt-finder { position: relative; z-index: 5; max-width: 1100px; margin: 8px auto -46px; background: #fff; border: 2px solid #F0E6D4; border-radius: 26px; padding: 20px; box-shadow: 0 20px 44px -24px rgba(18,48,63,.35); }
.tt-finder__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; align-items: end; }
.tt-field > span { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--tt-label); margin-bottom: 7px; }
.tt-field input, .tt-field select, .tt-field textarea {
  width: 100%; padding: 14px; border: 2px solid #EDE3D2; border-radius: 14px; background: #FFFDF8;
  font-family: var(--tt-text); font-size: 15px; font-weight: 600; color: var(--tt-ink);
}
.tt-field textarea { resize: vertical; }
.tt-field input:focus, .tt-field select:focus, .tt-field textarea:focus { outline: none; border-color: var(--tt-blue); }
.tt-wave { display: block; width: 100%; height: 70px; }

/* ============ OBIETNICE ============ */
.tt-promises { background: var(--tt-ink); color: #fff; padding: 44px 0 64px; }
.tt-promises__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.tt-promise { background: var(--tt-ink-2); border-radius: 24px; padding: 26px; }
.tt-promise__icon { width: 52px; height: 52px; border-radius: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.tt-promise h3 { font-size: 22px; line-height: 1.15; color: #fff; }
.tt-promise p { margin: 8px 0 0; font-size: 15px; color: #A6C6D6; }

/* ============ KAFELKI KATEGORII ============ */
.tt-section { padding: 80px 0 90px; }
.tt-section--sky { background: var(--tt-sky); }
.tt-section-head { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; }
.tt-section-head--center { display: block; text-align: center; max-width: 640px; margin: 0 auto 44px; }
.tt-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tt-tile {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 360px; border: 6px solid #fff; border-radius: 28px; overflow: hidden;
  background: var(--tt-ink); color: #fff; box-shadow: 0 16px 34px -22px rgba(18,48,63,.5);
  transition: transform .16s ease;
}
.tt-tile:hover { transform: translateY(-6px) rotate(-.7deg); color: #fff; }
.tt-tile:nth-child(even):hover { transform: translateY(-6px) rotate(.7deg); }
.tt-tile--sm { min-height: 270px; }
.tt-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tt-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,48,63,0) 36%, rgba(18,48,63,.9) 100%); }
.tt-tile__chip { position: absolute; z-index: 2; top: 16px; left: 16px; display: flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 99px; font-family: var(--tt-head); font-weight: 800; font-size: 13.5px; color: var(--tt-ink); background: #fff; }
.tt-tile__chip--yellow { background: var(--tt-yellow); }
.tt-tile__chip--sky { background: var(--tt-sky-2); }
.tt-tile__chip--green { background: var(--tt-green); color: #0E2B10; }
.tt-tile__body { position: relative; z-index: 2; padding: 24px; }
.tt-tile__body h3 { font-size: 30px; color: #fff; }
.tt-tile--sm .tt-tile__body h3 { font-size: 26px; }
.tt-tile__body p { margin: 6px 0 0; font-size: 14.5px; color: #D7E9F2; }

/* ============ KARTY WYJAZDÓW ============ */
.tt-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 22px; }
.tt-card { display: flex; flex-direction: column; background: #fff; border-radius: 28px; overflow: hidden; color: var(--tt-ink); box-shadow: 0 16px 34px -24px rgba(18,48,63,.45); transition: transform .16s ease; }
.tt-card:hover { transform: translateY(-6px); color: var(--tt-ink); }
.tt-card__media { position: relative; }
.tt-card__media img { width: 100%; height: 212px; object-fit: cover; }
.tt-card__media--empty { height: 212px; background: var(--tt-sky); display: flex; align-items: center; justify-content: center; font-family: var(--tt-head); font-weight: 700; color: #7FB4CD; }
.tt-card__chips { position: absolute; top: 14px; left: 14px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.tt-chip { padding: 6px 12px; border-radius: 99px; background: #fff; color: var(--tt-ink); font-family: var(--tt-head); font-weight: 800; font-size: 12.5px; }
.tt-chip--green { background: var(--tt-green); color: #0E2B10; }
.tt-chip--yellow { background: var(--tt-yellow); color: var(--tt-ink); }
.tt-chip--red { background: #FFDCD6; color: #A33417; }
.tt-card__body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; }
.tt-card__meta { font-size: 13px; font-weight: 800; color: var(--tt-blue); }
.tt-card__body h3 { font-size: 26px; line-height: 1.1; margin-top: 4px; }
.tt-card__body p { margin: 8px 0 0; font-size: 14.5px; color: var(--tt-muted); }
.tt-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; }
.tt-price { font-family: var(--tt-head); font-weight: 800; font-size: 27px; }
.tt-price small { font-family: var(--tt-text); font-size: 13px; color: var(--tt-label); font-weight: 700; }

/* ============ O NAS ============ */
.tt-about { display: grid; grid-template-columns: 1fr 1fr; border-radius: 34px; overflow: hidden; box-shadow: 0 22px 44px -30px rgba(18,48,63,.4); }
.tt-about__media { position: relative; min-height: 400px; background: var(--tt-ink); }
.tt-about__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tt-about__text { position: relative; overflow: hidden; background: var(--tt-green); padding: 52px 44px; }
.tt-about__text h2 { font-size: clamp(28px, 3.6vw, 42px); margin-top: 10px; }
.tt-about__text p { font-size: 16.5px; color: #1D3D18; max-width: 48ch; margin: 16px 0 0; }
.tt-about__circle { position: absolute; right: -24px; bottom: -24px; width: 190px; height: 190px; opacity: .22; fill: var(--tt-ink); }
.tt-about__eyebrow { font-family: var(--tt-head); font-size: 15px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #2F5A12; }
.tt-stats { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; margin-top: 30px; }
.tt-stat { background: #fff; border-radius: 20px; padding: 16px 18px; }
.tt-stat strong { display: block; font-family: var(--tt-head); font-weight: 800; font-size: 30px; line-height: 1; color: var(--tt-blue); }
.tt-stat span { font-size: 12.5px; font-weight: 800; color: var(--tt-muted); }

/* ============ FILM + OPINIE ============ */
.tt-yellowbox { position: relative; overflow: hidden; background: var(--tt-yellow); border-radius: 34px; padding: 52px 34px; }
.tt-yellowbox__circle { position: absolute; left: -30px; top: -30px; width: 170px; height: 170px; opacity: .25; fill: #fff; }
.tt-yellowbox__head { position: relative; text-align: center; max-width: 620px; margin: 0 auto 34px; }
.tt-yellowbox__head p { margin: 14px 0 0; font-size: 16.5px; color: #6B4E08; }
.tt-video { position: relative; max-width: 900px; margin: 0 auto; border: 7px solid #fff; border-radius: 28px; overflow: hidden; box-shadow: 0 22px 40px -24px rgba(18,48,63,.5); background: var(--tt-ink); aspect-ratio: 16 / 9; }
.tt-video iframe, .tt-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tt-video__ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.tt-video__ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.tt-video__play { position: relative; width: 82px; height: 82px; border-radius: 99px; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 26px -12px rgba(0,0,0,.5); }
.tt-video-figure { max-width: 900px; margin: 0 auto; }
.tt-video--file { aspect-ratio: 16 / 9; }
.tt-video--file video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: var(--tt-ink); }
.tt-video-figure__cap { margin: 14px 0 0; text-align: center; font-family: var(--tt-head); font-weight: 700; font-size: 15.5px; color: #6B4E08; }
.tt-video__label { position: relative; font-family: var(--tt-head); font-weight: 800; font-size: 19px; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.tt-reviews { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; max-width: 900px; margin: 26px auto 0; }
.tt-review { background: #fff; border-radius: 24px; padding: 24px; }
.tt-stars { display: flex; gap: 3px; }
.tt-review p { margin: 10px 0 0; font-size: 15px; color: var(--tt-body); }
.tt-review cite { display: block; margin-top: 14px; font-family: var(--tt-head); font-style: normal; font-weight: 800; font-size: 15px; color: var(--tt-ink); }

/* ============ GALERIA ============ */
.tt-ytbox { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 40px; padding: 20px 24px; background: #fff; border: 2px solid #E4EEF4; border-radius: 24px; }
.tt-ytbox--wide { margin-top: 60px; }
.tt-ytbox__ico { flex: none; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 16px; background: #E33; }
.tt-ytbox__text { flex: 1 1 260px; }
.tt-ytbox__text strong { display: block; font-family: var(--tt-head); font-size: 18px; color: var(--tt-ink); }
.tt-ytbox__text p { margin: 4px 0 0; font-size: 14.5px; color: #567; text-wrap: pretty; }

.tt-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tt-gallery a, .tt-gallery__item { display: block; border-radius: 22px; overflow: hidden; }
.tt-gallery img { width: 100%; height: 225px; object-fit: cover; }

/* ============ POWIĘKSZANIE ZDJĘĆ ============ */
.tt-lb { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 40px 20px; background: rgba(12,26,36,.94); }
.tt-lb.is-open { display: flex; }
.tt-lb img { max-width: min(1200px, 92vw); max-height: 86vh; border-radius: 18px; border: 5px solid #fff; }
.tt-lb__close { position: absolute; top: 18px; right: 20px; width: 48px; height: 48px; border: none; border-radius: 99px; background: #fff; color: var(--tt-ink); font-size: 26px; line-height: 1; cursor: pointer; }
.tt-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border: none; border-radius: 99px; background: rgba(255,255,255,.92); color: var(--tt-ink); font-size: 30px; line-height: 1; cursor: pointer; }
.tt-lb__nav--prev { left: 16px; }
.tt-lb__nav--next { right: 16px; }
.tt-lb__nav:hover, .tt-lb__close:hover { background: var(--tt-yellow); }
.tt-gallery a { cursor: zoom-in; }

/* ============ KONTAKT ============ */
.tt-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.tt-contact__list { display: flex; flex-direction: column; gap: 12px; }
.tt-contact__item { display: flex; gap: 14px; align-items: center; padding: 16px 18px; border-radius: 20px; background: #fff; color: var(--tt-ink); }
a.tt-contact__item:hover { background: var(--tt-ink); color: #fff; }
.tt-contact__ico { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.tt-contact__ico--green { background: var(--tt-green); }
.tt-contact__ico--yellow { background: var(--tt-yellow); }
.tt-contact__ico--sky { background: var(--tt-sky-2); }
.tt-contact__label { display: block; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--tt-label); }
.tt-contact__value { font-family: var(--tt-head); font-weight: 800; font-size: 21px; }
.tt-map { height: 220px; border-radius: 22px; overflow: hidden; border: 2px dashed #A9D6EA; background: #F7FCFE; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; padding: 20px; }
.tt-map iframe { width: 100%; height: 100%; border: 0; }
.tt-map__title { font-family: var(--tt-head); font-weight: 800; color: #4E6C7C; font-size: 17px; }
.tt-map__hint { font-size: 13px; color: #7C97A6; }
.tt-formbox { background: #fff; border-radius: 30px; padding: 32px; box-shadow: 0 20px 40px -28px rgba(18,48,63,.4); }
.tt-formbox h3 { font-size: 26px; }
.tt-formbox > p { margin: 4px 0 22px; font-size: 14.5px; color: var(--tt-muted); }
.tt-form { display: grid; gap: 14px; }
.tt-form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.tt-form label.tt-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; line-height: 1.5; color: var(--tt-muted); }
.tt-consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--tt-green); }
.tt-hp { position: absolute; left: -9999px; }
.tt-alert { padding: 14px 18px; border-radius: 16px; font-weight: 700; font-size: 15px; margin-bottom: 16px; }
.tt-alert--ok { background: #E7F6D9; color: #3F7016; }
.tt-alert--err { background: #FFDCD6; color: #A33417; }

/* ============ NAGŁÓWEK PODSTRONY ============ */
.tt-pagehead { position: relative; overflow: hidden; background: var(--tt-ink); color: #fff; padding: 56px 0 86px; }
.tt-pagehead__circle { position: absolute; right: -30px; top: -30px; width: 200px; height: 200px; opacity: .14; fill: var(--tt-yellow); }
.tt-pagehead h1 { margin: 16px 0 0; font-size: clamp(36px, 5.2vw, 62px); color: #fff; }
.tt-pagehead p { margin: 16px 0 0; max-width: 58ch; font-size: 18px; color: #B9D8E6; }
.tt-pagehead__wave { position: absolute; left: 0; bottom: -1px; width: 100%; height: 60px; fill: var(--tt-cream); }
.tt-crumbs { font-size: 13.5px; font-weight: 800; color: #8FBED4; }
.tt-crumbs a { color: #8FBED4; }
.tt-crumbs a:hover { color: #fff; }
.tt-crumbs span { color: #fff; }
.tt-crumbs em { font-style: normal; color: #4C6878; margin: 0 8px; }

/* ============ LANDING WYJAZDU ============ */
.tt-triphero { position: relative; display: flex; align-items: flex-end; min-height: 560px; overflow: hidden; background: var(--tt-ink); }
.tt-triphero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.tt-triphero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,48,63,.5) 0%, rgba(18,48,63,.15) 40%, rgba(18,48,63,.94) 100%); }
.tt-triphero__in { position: relative; z-index: 2; width: 100%; max-width: var(--tt-wrap); margin: 0 auto; padding: 86px 24px 66px; }
.tt-triphero h1 { margin: 14px 0 0; font-size: clamp(36px, 5.6vw, 66px); color: #fff; }
.tt-triphero__wave { position: absolute; z-index: 3; left: 0; bottom: -1px; width: 100%; height: 56px; fill: var(--tt-cream); }
.tt-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.tt-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 99px; background: rgba(255,255,255,.18); color: #fff; font-family: var(--tt-head); font-size: 15px; font-weight: 700; }
.tt-pill--green { background: var(--tt-green); color: #0E2B10; font-weight: 800; }
.tt-trip { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .95fr); gap: 44px; align-items: start; padding: 52px 0 40px; }
.tt-trip__content > p:first-child { margin: 0; font-size: 19px; line-height: 1.68; color: var(--tt-body); }
.tt-trip h2 { margin: 42px 0 16px; font-size: 30px; }
.tt-program { background: #fff; border-radius: 26px; padding: 10px 22px; box-shadow: 0 14px 30px -26px rgba(18,48,63,.45); }
.tt-program__row { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 18px; padding: 16px 0; border-top: 2px solid #F1F6F9; align-items: baseline; }
.tt-program__row--full { grid-template-columns: minmax(0, 1fr); }
.tt-program__row:first-child { border-top: none; }
.tt-program__time { font-family: var(--tt-head); font-weight: 800; color: var(--tt-blue); font-size: 17px; white-space: nowrap; }
.tt-program__desc { font-size: 15.5px; color: var(--tt-body); }
.tt-included { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.tt-included li { list-style: none; padding: 16px 18px; border-radius: 18px; background: var(--tt-sky); font-size: 15px; font-weight: 700; color: #25505F; }
.tt-included { margin: 0; padding: 0; }
.tt-tripgal { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.tt-tripgal img { width: 100%; height: 175px; object-fit: cover; border-radius: 20px; }
.tt-twocol { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 22px; margin-top: 42px; }
.tt-twocol h2 { margin: 0 0 12px; font-size: 26px; }
.tt-list { margin: 0; padding-left: 20px; font-size: 15.5px; line-height: 1.85; color: var(--tt-body); }
.tt-docs { display: flex; flex-direction: column; gap: 10px; }
.tt-docs a { display: flex; gap: 12px; align-items: center; padding: 15px 16px; border-radius: 16px; background: #fff; color: var(--tt-ink); font-weight: 700; font-size: 15px; }
.tt-docs a:hover { background: var(--tt-ink); color: #fff; }
.tt-aside { position: sticky; top: 100px; background: #fff; border-radius: 30px; padding: 28px; box-shadow: 0 20px 44px -28px rgba(18,48,63,.45); }
.tt-aside__price { font-family: var(--tt-head); font-weight: 800; font-size: 44px; line-height: 1; margin-top: 6px; }
.tt-aside__rows { margin: 20px 0 22px; }
.tt-aside__row { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; padding: 12px 0; border-top: 2px solid #F1F6F9; }
.tt-aside__row:last-child { border-bottom: 2px solid #F1F6F9; }
.tt-aside__row span:first-child { color: var(--tt-muted); font-weight: 700; }
.tt-aside__row span:last-child { font-weight: 800; }
.tt-aside__actions { display: grid; gap: 10px; }
.tt-aside__phone { text-align: center; padding: 10px; font-size: 14px; font-weight: 700; color: var(--tt-muted); }
.tt-signup { position: relative; overflow: hidden; background: var(--tt-ink); border-radius: 34px; padding: 44px 34px; color: #fff; margin: 26px 0 90px; }
.tt-signup__circle { position: absolute; right: -30px; top: -30px; width: 180px; height: 180px; opacity: .12; fill: var(--tt-green); }
.tt-signup h2 { position: relative; font-size: clamp(28px, 3.4vw, 40px); color: #fff; }
.tt-signup > p { position: relative; margin: 6px 0 26px; font-size: 15.5px; color: #A6C6D6; }
.tt-signup form { position: relative; }
.tt-signup .tt-field > span { color: #8FBED4; }
.tt-signup .tt-field input, .tt-signup .tt-field select, .tt-signup .tt-field textarea { border: 2px solid #2C5064; background: #0E2734; color: #fff; }
.tt-signup .tt-consent { color: #B9D8E6; font-size: 13px; }
.tt-signup .tt-consent a { color: var(--tt-green); }
.tt-signup__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }

/* ============ TREŚĆ STRONY ============ */
.tt-page { padding: 56px 0 90px; }
.tt-content { max-width: 780px; font-size: 17px; color: var(--tt-body); }
.tt-content h2 { font-size: 30px; margin: 34px 0 12px; }
.tt-content h3 { font-size: 23px; margin: 26px 0 10px; }
.tt-content ul, .tt-content ol { line-height: 1.8; }
.tt-content img { border-radius: 22px; }

/* ============ ZGODA NA COOKIES ============ */
.tt-cookiebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: 14px 16px; }
.tt-cookiebar[hidden] { display: none; }
.tt-cookiebar__box { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; padding: 20px 24px; background: #fff; border: 2px solid #DCEBF3; border-radius: 24px; box-shadow: 0 22px 50px -24px rgba(18,48,63,.45); }
.tt-cookiebar__text { flex: 1 1 320px; }
.tt-cookiebar__text strong { display: block; font-family: var(--tt-head); font-size: 17px; color: var(--tt-ink); }
.tt-cookiebar__text p { margin: 5px 0 0; font-size: 14px; line-height: 1.55; color: var(--tt-body); text-wrap: pretty; }
.tt-cookiebar__actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ============ STOPKA ============ */
.tt-footer { background: var(--tt-ink); color: #A6C6D6; padding: 44px 0 24px; }
.tt-footer__grid { display: grid; grid-template-columns: 1.1fr 1.3fr .85fr 1fr; gap: 26px 36px; align-items: start; }
.tt-footer__logo { display: inline-block; background: #fff; border-radius: 14px; padding: 8px 12px; }
.tt-footer__logo img { height: 30px; width: auto; }
.tt-footer__claim { display: flex; gap: 9px; align-items: flex-start; margin-top: 14px; }
.tt-footer__claim span { font-family: var(--tt-head); font-weight: 800; font-size: 17px; color: #fff; line-height: 1.25; }
.tt-footer__claim--sub { margin-top: 8px; }
.tt-footer__claim--sub span { font-family: var(--tt-text); font-weight: 500; font-size: 14px; color: #8FB4C6; }
.tt-footer h4 { font-family: var(--tt-head); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--tt-yellow); margin-bottom: 10px; }
.tt-footer__h4--sub { margin-top: 18px; }
.tt-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; font-size: 14.5px; }
.tt-footer__offer ul { display: block; columns: 2; column-gap: 26px; }
.tt-footer__offer li { margin-bottom: 7px; break-inside: avoid; }
.tt-footer__grid > div:first-child .tt-socials { margin-top: 18px; }
.tt-footer a { color: #CFE6F3; }
.tt-footer a:hover { color: var(--tt-green); }
.tt-footer__phone { font-family: var(--tt-head); font-weight: 800; font-size: 19px; color: #fff !important; }
.tt-socials { display: flex; gap: 9px; }
.tt-socials a { width: 40px; height: 40px; border-radius: 13px; background: var(--tt-ink-2); display: flex; align-items: center; justify-content: center; }
.tt-socials a:hover { background: var(--tt-blue); }
.tt-footer__claim2 { margin-top: 18px; font-family: var(--tt-head); font-weight: 700; font-size: 16px; color: var(--tt-yellow); }
.tt-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; }
.tt-cookies-reset { padding: 0; border: 0; background: none; color: #A6C6D6; font-family: var(--tt-text); font-size: inherit; text-decoration: underline; cursor: pointer; }
.tt-cookies-reset:hover { color: #fff; }
.tt-footer__bar { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; margin-top: 26px; padding-top: 18px; border-top: 2px solid var(--tt-ink-2); font-size: 13px; color: #6E93A6; }
.tt-footer__bar a { color: #8FB4C6; }
.tt-footer__bar nav { display: flex; gap: 18px; }

/* ============ PAGINACJA ============ */
.tt-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; }
.tt-pagination .page-numbers { padding: 10px 16px; border-radius: 99px; background: #fff; font-family: var(--tt-head); font-weight: 700; color: var(--tt-ink); }
.tt-pagination .current { background: var(--tt-blue); color: #fff; }

/* ============ RWD ============ */
@media (max-width: 1279px) {
  .tt-nav { display: none; }
  .tt-burger { display: flex; }
}
@media (max-width: 1000px) {
  .tt-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tt-hero__grid { grid-template-columns: 1fr; }
  .tt-hero__media { min-height: 380px; margin-bottom: 20px; }
  .tt-hero__photo { height: 340px; }
  .tt-about { grid-template-columns: 1fr; }
  .tt-contact { grid-template-columns: 1fr; }
  .tt-trip { grid-template-columns: 1fr; }
  .tt-aside { position: static; }
  .tt-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .tt-tiles { grid-template-columns: 1fr; }
  .tt-tile, .tt-tile--sm { min-height: 260px; }
  .tt-section { padding: 60px 0 66px; }
  .tt-hero h1 { font-size: 38px; }
  .tt-hero p { font-size: 17px; }
  .tt-finder { margin-bottom: -30px; }
  .tt-about__text { padding: 38px 26px; }
  .tt-yellowbox { padding: 38px 20px; }
  .tt-signup { padding: 34px 20px; }
  .tt-gallery { grid-template-columns: repeat(2, 1fr); }
  .tt-gallery img { height: 165px; }
  .tt-topbar__claim { display: none; }
  .tt-topbar__links a:nth-child(2) { display: none; }
  .tt-formbox { padding: 24px; }
  .tt-program__row { gap: 12px; }
}
@media print {
  .tt-header, .tt-topbar, .tt-footer, .tt-finder, .tt-burger { display: none; }
  body { background: #fff; }
}

@media (max-width: 560px) {
  .tt-header__in { gap: 10px; padding: 10px 16px; }
  .tt-logo img { height: 34px; }
  .tt-header__cta .tt-btn--sm { padding: 10px 14px; font-size: 14px; }
  .tt-burger { width: 44px; height: 44px; border-radius: 14px; }
  .tt-topbar__in { padding: 8px 16px; font-size: 12.5px; }
  .tt-wrap { padding: 0 16px; }
}
@media (max-width: 400px) {
  .tt-header__cta .tt-btn--sm { display: none; }
  .tt-logo img { height: 32px; }
}

/* ============ PASEK Z HASŁAMI MARKI ============ */
.tt-claimband { background: var(--tt-ink); color: #fff; }
.tt-claimband__in { display: flex; flex-wrap: wrap; gap: 20px 44px; align-items: center; justify-content: center; padding: 22px 24px; }
.tt-claimband__item { display: flex; gap: 12px; align-items: center; font-family: var(--tt-head); font-weight: 700; font-size: 18px; }
.tt-claimband__item svg { flex: 0 0 auto; }

/* ============ IKONY SOCIAL W PASKU GÓRNYM ============ */
.tt-topbar__right { display: flex; gap: 14px; align-items: center; }
.tt-topbar__socials { display: flex; gap: 8px; align-items: center; }
.tt-topbar__socials a { display: flex; align-items: center; padding: 4px; border-radius: 8px; }
.tt-topbar__socials a:hover { background: rgba(255,255,255,.12); }

/* ============ KAFELKI: „Kliknij i zobacz” ============ */
.tt-tile__more { display: block; margin-top: 12px; font-family: var(--tt-head); font-weight: 700; font-size: 15px; color: var(--tt-yellow); }

/* ============ DLACZEGO TYCIO TUR / MISJA ============ */
.tt-why { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tt-why__card { background: #fff; border-radius: 24px; padding: 26px; box-shadow: 0 16px 34px -30px rgba(18,48,63,.45); }
.tt-why__ico { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 18px; margin-bottom: 16px; }
.tt-why__card h3 { font-size: 21px; line-height: 1.15; }
.tt-why__card p { margin: 8px 0 0; font-size: 15px; color: var(--tt-muted); }

/* ============ LISTA ZALET ============ */
.tt-checks { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; }
.tt-check { display: flex; gap: 14px; align-items: center; background: #fff; border-radius: 18px; padding: 16px 18px; font-size: 15.5px; font-weight: 600; color: #25505F; }
.tt-check__mark { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 12px; background: var(--tt-green); display: flex; align-items: center; justify-content: center; }

/* ============ DWIE KOLUMNY OPISOWE ============ */
.tt-duo { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.tt-duo__card { background: #fff; border-radius: 26px; padding: 30px; box-shadow: 0 16px 34px -30px rgba(18,48,63,.45); }
.tt-duo__card h3 { font-size: 24px; margin-bottom: 12px; }

/* ============ ZESPÓŁ ============ */
.tt-team { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 380px)); gap: 20px; justify-content: center; align-items: stretch; }
.tt-person { display: flex; flex-direction: column; height: 100%; background: #fff; border-radius: 28px; overflow: hidden; box-shadow: 0 16px 34px -28px rgba(18,48,63,.45); }
.tt-person__photo { position: relative; aspect-ratio: 1 / 1; background: var(--tt-sky); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tt-person__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.tt-person__body { padding: 24px; flex: 1 1 auto; display: flex; flex-direction: column; }
.tt-person__contact { margin-top: auto; }
.tt-person__body h3 { font-size: 24px; }
.tt-person__role { font-size: 13.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--tt-blue); margin-top: 6px; }
.tt-person__text { font-size: 15px; line-height: 1.6; color: var(--tt-muted); margin-top: 12px; }
.tt-person__text p { margin: 0 0 8px; }
.tt-person__contact { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; font-weight: 700; font-size: 14.5px; }
.tt-person__contact a { display: flex; gap: 7px; align-items: center; }
.tt-person__contact--big { font-family: var(--tt-head); font-size: 18px; }
.tt-team--contact .tt-person__photo { aspect-ratio: 1 / 1; }
.tt-team .tt-person__photo--empty, .tt-team--contact .tt-person__photo--empty { aspect-ratio: auto; background: transparent; padding: 26px 24px 0; justify-content: flex-start; }
.tt-person__ini { display: flex; align-items: center; justify-content: center; width: 76px; height: 76px; border-radius: 50%; background: var(--tt-sky); color: var(--tt-blue); font-family: var(--tt-head); font-weight: 800; font-size: 27px; letter-spacing: .02em; }
.tt-person__photo--empty + .tt-person__body { padding-top: 18px; }

/* ============ CHECKLISTA: GŁÓWNY PRZYCISK ============ */
.tt-docs__main { background: var(--tt-green); color: #0E2B10; font-family: var(--tt-head); font-weight: 800; font-size: 16.5px; }
.tt-docs__main:hover { background: #7CC13C; color: #0E2B10; }

@media (max-width: 1000px) {
  .tt-why { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .tt-why { grid-template-columns: 1fr; }
  .tt-claimband__item { font-size: 16px; }
  .tt-claimband__in { gap: 14px; padding: 18px 16px; }
  .tt-topbar__socials { gap: 12px; }
  .tt-topbar__socials a { padding: 3px; }
}

/* ============ FILMY W ALBUMIE ============ */
.tt-films { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 18px; }
.tt-films .tt-video { position: relative; aspect-ratio: 16 / 9; border: 6px solid #fff; border-radius: 24px; overflow: hidden; background: var(--tt-ink); box-shadow: 0 18px 36px -26px rgba(18,48,63,.5); }
.tt-films .tt-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- podpis pod przyciskami w sekcji powitalnej ---- */
.tt-herocta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; max-width: 620px; margin-top: 16px; padding: 14px 20px 14px 14px; background: rgba(140,209,74,.12); border: 2px solid rgba(140,209,74,.55); border-radius: 26px; color: var(--tt-ink); }
.tt-herocta:hover { background: rgba(140,209,74,.2); color: var(--tt-ink); }
.tt-herocta .tt-btn { pointer-events: none; }
.tt-herocta__note { flex: 1 1 220px; font-size: 14.5px; line-height: 1.55; color: var(--tt-body); text-wrap: pretty; }

.tt-contactbox { padding: 22px 24px; background: #fff; border: 2px solid #DCEBF3; border-radius: 24px; }
.tt-contactbox strong { display: block; margin: 4px 0 8px; font-family: var(--tt-head); font-size: 19px; color: var(--tt-ink); }
.tt-contactbox p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--tt-muted); text-wrap: pretty; }
.tt-contactbox__social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tt-contactbox__social a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 99px; background: var(--tt-sky); color: var(--tt-ink); font-family: var(--tt-head); font-weight: 700; font-size: 14px; }
.tt-contactbox__social a:hover { background: #CFE9F6; color: var(--tt-ink); }

.tt-termintro { max-width: 760px; padding: 30px 32px; background: #fff; border-radius: 28px; box-shadow: 0 18px 38px -30px rgba(18,48,63,.45); }
.tt-termintro__text { margin: 0; font-size: 16.5px; line-height: 1.7; color: var(--tt-body); text-wrap: pretty; }
.tt-termintro__lead { margin: 22px 0 4px; font-family: var(--tt-head); font-weight: 800; font-size: 19px; color: var(--tt-ink); }
.tt-termintro__sub { margin: 0; font-size: 15.5px; color: var(--tt-body); }
.tt-termintro__links { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px; }
.tt-termintro__links a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 99px; background: var(--tt-sky); color: var(--tt-ink); font-family: var(--tt-head); font-weight: 700; font-size: 15px; }

/* ---- podpowiedź w formularzu ---- */
.tt-formhint { margin: 4px 0 6px; padding: 18px 20px; background: #F6FAFD; border: 1px solid #E1EDF4; border-radius: 18px; }
.tt-formhint__lead { margin: 0 0 10px; font-size: 14.5px; line-height: 1.55; color: var(--tt-ink); }
.tt-formhint ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 6px; font-size: 14px; line-height: 1.5; color: var(--tt-body); }
.tt-formhint__foot { margin: 12px 0 0; font-size: 13.5px; line-height: 1.55; color: var(--tt-muted); }

.tt-contact .tt-contactbox { margin-top: 18px; }

.tt-doc--full { background: #FFF3D1; border: 2px solid #F5D77E; color: var(--tt-ink); font-weight: 800; }
.tt-docs a.tt-doc--full:hover { background: var(--tt-yellow); border-color: #E0A800; color: #3D2A00; }
.tt-docs a.tt-doc--full:hover svg { color: #3D2A00; }

/* ============ PYTANIA RODZICÓW (FAQ) ============ */
.tt-faq { display: grid; gap: 10px; }
.tt-faq__item { background: #fff; border-radius: 20px; padding: 4px 22px; box-shadow: 0 14px 30px -30px rgba(18,48,63,.5); }
.tt-faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; list-style: none;
  font-family: var(--tt-head); font-weight: 700; font-size: 18px; color: var(--tt-ink);
}
.tt-faq__item summary::-webkit-details-marker { display: none; }
.tt-faq__plus { position: relative; flex: 0 0 auto; width: 26px; height: 26px; border-radius: 99px; background: var(--tt-sky); }
.tt-faq__plus::before, .tt-faq__plus::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2.5px; border-radius: 2px;
  background: var(--tt-blue); transform: translate(-50%, -50%);
}
.tt-faq__plus::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .18s ease; }
.tt-faq__item[open] .tt-faq__plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.tt-faq__answer { padding: 0 0 20px; font-size: 15.5px; line-height: 1.65; color: var(--tt-body); max-width: 62ch; }
.tt-faq__more { margin: 16px 0 0; font-size: 15px; color: var(--tt-muted); }

/* ============ WARUNKI REZYGNACJI ============ */
.tt-aside__guarantee {
  display: flex; gap: 11px; align-items: flex-start;
  background: #EFF8E7; border-radius: 16px; padding: 14px 16px; margin-bottom: 16px;
  font-size: 14px; line-height: 1.5; font-weight: 600; color: #3F7016;
}
.tt-aside__guarantee svg { flex: 0 0 auto; margin-top: 1px; }

/* ============ PASEK DZIAŁAŃ NA TELEFONIE ============ */
.tt-mobilebar { display: none; }
@media (max-width: 780px) {
  .tt-mobilebar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: rgba(255,251,243,.97); border-top: 1px solid #EFE4D2;
    box-shadow: 0 -8px 24px -18px rgba(18,48,63,.5);
  }
  .tt-mobilebar a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 52px; border-radius: 99px;
    font-family: var(--tt-head); font-weight: 800; font-size: 16px;
  }
  .tt-mobilebar__call { background: var(--tt-green); color: #0E2B10; }
  .tt-mobilebar__call:hover { color: #0E2B10; }
  .tt-mobilebar__form { background: var(--tt-ink); color: #fff; }
  .tt-mobilebar__form:hover { color: #fff; }
  body { padding-bottom: 74px; }
  .tt-footer { padding-bottom: 20px; }
  .tt-footer__grid { grid-template-columns: 1fr 1fr; gap: 22px 24px; }
  .tt-footer__offer ul { columns: 1; }
}
