:root{
  --navy:#0B1728;
  --navy-2:#13243B;
  --navy-3:#1B304C;
  --gold:#B78A3B;
  --gold-2:#C89B4B;
  --gold-soft:#E8D2A6;
  --beige:#F2EDE4;
  --paper:#FBFAF7;
  --white:#FFFFFF;
  --black:#0D1117;
  --ink:#151A22;
  --muted:#687181;
  --muted-2:#8A92A0;
  --line:#E6E0D6;
  --line-dark:rgba(255,255,255,.11);
  --green:#2E7D5B;
  --red:#B64D43;
  --amber:#9B6A24;
  --shadow-sm:0 8px 24px rgba(12,20,32,.06);
  --shadow-md:0 22px 54px rgba(12,20,32,.10);
  --shadow-lg:0 34px 90px rgba(12,20,32,.16);
  --radius-sm:12px;
  --radius:18px;
  --radius-lg:28px;
  --max:1240px;
  /* zgodność ze starszymi podstronami */
  --card-a:var(--navy);
  --card-b:var(--navy-2);
  --bg:#F5F3EE;
  --tlo-ikony:var(--beige);
  --muted2:var(--muted-2);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0; min-height:100vh; font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; color:var(--ink); background:var(--paper); -webkit-font-smoothing:antialiased;}
body.menu-open{overflow:hidden;}
a{color:inherit; text-decoration:none;}
button,input,select,textarea{font:inherit;}
img,svg{max-width:100%;}
.wrap{width:min(var(--max), calc(100% - 40px)); margin-inline:auto;}
.app-wrap{padding-block:30px 48px;}
.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;}

/* ---------- Logo ---------- */
.brand-logo{display:block; width:228px; height:auto;}
.brand-logo--compact{width:180px;}
.logo-img,.logo-img-karta{display:block; height:auto; width:190px;}

/* ---------- Publiczny nagłówek ---------- */
.public-header{position:sticky; top:0; z-index:60; background:rgba(251,250,247,.88); backdrop-filter:blur(18px); border-bottom:1px solid rgba(230,224,214,.78);}
.public-nav{height:82px; display:flex; align-items:center; justify-content:space-between; gap:24px;}
.public-links{display:flex; align-items:center; gap:28px; font-size:13px; font-weight:700; color:#384150;}
.public-links a{position:relative; padding:12px 0;}
.public-links a::after{content:""; position:absolute; left:0; right:100%; bottom:4px; height:2px; background:var(--gold); transition:right .2s ease;}
.public-links a:hover::after,.public-links a:focus-visible::after{right:0;}
.public-actions{display:flex; align-items:center; gap:10px;}
.mobile-menu-button{display:none; width:44px; height:44px; border:1px solid var(--line); background:var(--white); border-radius:12px; align-items:center; justify-content:center; cursor:pointer; color:var(--navy);}
.mobile-menu-button svg{width:21px; height:21px;}
.mobile-public-menu{display:none; position:fixed; inset:82px 0 auto 0; z-index:55; background:var(--paper); border-bottom:1px solid var(--line); padding:18px 20px 24px; box-shadow:var(--shadow-md);}
.mobile-public-menu.is-open{display:grid; gap:8px;}
.mobile-public-menu a{padding:14px 16px; border-radius:12px; background:var(--white); border:1px solid var(--line); font-weight:700; font-size:14px;}

/* ---------- Przyciski ---------- */
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:46px; border:1px solid transparent; border-radius:12px; padding:11px 19px; font-size:13px; font-weight:750; letter-spacing:-.01em; cursor:pointer; text-decoration:none; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;}
.btn:hover{transform:translateY(-1px);}
.btn:focus-visible{outline:3px solid rgba(183,138,59,.22); outline-offset:2px;}
.btn-zloty{background:var(--gold); color:#11151B; box-shadow:0 10px 24px rgba(183,138,59,.18);}
.btn-zloty:hover{background:var(--gold-2); box-shadow:0 13px 28px rgba(183,138,59,.25);}
.btn-navy{background:var(--navy); color:var(--white); box-shadow:0 10px 24px rgba(11,23,40,.16);}
.btn-navy:hover{background:var(--navy-2);}
.btn-outline{background:var(--white); color:var(--ink); border-color:var(--line);}
.btn-outline:hover{border-color:rgba(183,138,59,.65); box-shadow:var(--shadow-sm);}
.btn-ghost{background:transparent; color:inherit; border-color:currentColor; opacity:.86;}
.btn-block{width:100%;}
.btn-icon{width:46px; padding:0; flex:0 0 46px;}

/* ---------- Strona startowa ---------- */
.home-page{background:linear-gradient(180deg, var(--paper) 0%, #F7F4EE 100%);}
.home-hero{padding:clamp(56px,8vw,110px) 0 42px; overflow:hidden;}
.home-hero-grid{display:grid; grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr); gap:clamp(44px,7vw,92px); align-items:center;}
.eyebrow{display:inline-flex; align-items:center; gap:9px; margin-bottom:18px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.16em; text-transform:uppercase;}
.eyebrow::before{content:""; width:26px; height:1px; background:currentColor;}
.hero-title{margin:0; max-width:740px; color:var(--navy); font-size:clamp(42px,6vw,78px); line-height:.98; letter-spacing:-.055em; font-weight:780;}
.hero-title .accent{color:var(--gold);}
.hero-lead{max-width:640px; margin:24px 0 0; color:#566171; font-size:clamp(16px,1.5vw,19px); line-height:1.65;}
.hero-cta{display:flex; flex-wrap:wrap; gap:12px; margin-top:32px;}
.hero-note{display:flex; flex-wrap:wrap; gap:20px; margin-top:28px; color:#6F7784; font-size:12px;}
.hero-note span{display:inline-flex; align-items:center; gap:8px;}
.hero-note span::before{content:""; width:7px; height:7px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 5px rgba(183,138,59,.10);}
.hero-art{position:relative; min-height:520px; border-radius:var(--radius-lg); background:linear-gradient(145deg,#FFFFFF 0%,#F4EFE7 100%); border:1px solid var(--line); box-shadow:var(--shadow-lg); overflow:hidden; isolation:isolate;}
.hero-art::before{content:""; position:absolute; inset:-20% 30% 20% -15%; border-radius:50%; background:radial-gradient(circle,rgba(183,138,59,.16),transparent 66%); z-index:-1;}
.hero-art::after{content:""; position:absolute; width:340px; height:340px; right:-105px; bottom:-150px; border-radius:50%; border:1px solid rgba(11,23,40,.10); box-shadow:0 0 0 38px rgba(11,23,40,.025),0 0 0 78px rgba(11,23,40,.018);}
.route-canvas{position:absolute; inset:0; width:100%; height:100%;}
.hero-monogram{position:absolute; left:50%; top:50%; width:145px; transform:translate(-50%,-50%); padding:22px; border-radius:26px; background:rgba(255,255,255,.78); border:1px solid rgba(255,255,255,.88); box-shadow:0 20px 45px rgba(11,23,40,.12); backdrop-filter:blur(10px);}
.route-chip{position:absolute; display:flex; align-items:center; gap:9px; padding:11px 13px; border-radius:13px; background:rgba(255,255,255,.92); border:1px solid var(--line); box-shadow:var(--shadow-sm); color:var(--navy); font-size:11px; font-weight:750;}
.route-chip svg{width:18px; height:18px; color:var(--gold);}
.route-chip--one{left:7%; top:14%;}
.route-chip--two{right:7%; top:23%;}
.route-chip--three{right:11%; bottom:14%;}

.action-section{padding:48px 0 92px;}
.section-heading{display:flex; align-items:end; justify-content:space-between; gap:28px; margin-bottom:26px;}
.section-heading h2{margin:0; max-width:700px; color:var(--navy); font-size:clamp(28px,3.4vw,44px); line-height:1.08; letter-spacing:-.035em;}
.section-heading p{max-width:440px; margin:0; color:var(--muted); font-size:14px; line-height:1.6;}
.action-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px;}
.action-card{position:relative; aspect-ratio:1/1; display:flex; flex-direction:column; justify-content:space-between; padding:clamp(24px,2.8vw,36px); border-radius:24px; background:var(--white); border:1px solid var(--line); box-shadow:var(--shadow-sm); overflow:hidden; transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;}
.action-card::after{content:""; position:absolute; width:180px; height:180px; border:1px solid rgba(183,138,59,.17); border-radius:50%; right:-92px; bottom:-98px; box-shadow:0 0 0 26px rgba(183,138,59,.04);}
.action-card:hover{transform:translateY(-5px); border-color:rgba(183,138,59,.56); box-shadow:var(--shadow-md);}
.action-card--dark{background:var(--navy); color:var(--white); border-color:var(--navy);}
.action-card--gold{background:var(--gold); color:#11151B; border-color:var(--gold);}
.action-card__icon{display:grid; place-items:center; width:58px; height:58px; border-radius:17px; background:var(--beige); color:var(--gold);}
.action-card--dark .action-card__icon{background:rgba(255,255,255,.08);}
.action-card--gold .action-card__icon{background:rgba(255,255,255,.38); color:var(--navy);}
.action-card__icon svg{width:29px; height:29px;}
.action-card__kicker{font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; opacity:.64;}
.action-card h3{margin:10px 0 10px; font-size:clamp(23px,2.2vw,33px); line-height:1.05; letter-spacing:-.035em;}
.action-card p{margin:0; max-width:290px; font-size:13px; line-height:1.55; opacity:.72;}
.action-card__arrow{display:grid; place-items:center; width:42px; height:42px; margin-top:20px; border-radius:50%; border:1px solid currentColor; opacity:.68; transition:transform .2s ease, opacity .2s ease;}
.action-card:hover .action-card__arrow{transform:translateX(4px); opacity:1;}
.trust-strip{display:grid; grid-template-columns:repeat(4,1fr); margin-top:18px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.58); overflow:hidden;}
.trust-item{padding:20px 24px; border-right:1px solid var(--line);}
.trust-item:last-child{border-right:0;}
.trust-item strong{display:block; color:var(--navy); font-size:14px;}
.trust-item span{display:block; margin-top:5px; color:var(--muted); font-size:11px; line-height:1.45;}

/* ---------- Publiczna stopka ---------- */
.public-footer{background:var(--navy); color:var(--white); padding:48px 0 22px;}
.footer-grid{display:grid; grid-template-columns:1.3fr .8fr .8fr; gap:42px;}
.footer-brand p{max-width:370px; color:#AAB3BF; font-size:12.5px; line-height:1.7;}
.footer-col h3{margin:0 0 15px; color:var(--gold-soft); font-size:11px; letter-spacing:.14em; text-transform:uppercase;}
.footer-col a,.footer-col span{display:block; margin:9px 0; color:#D8DDE4; font-size:12.5px;}
.footer-bottom{display:flex; justify-content:space-between; gap:20px; margin-top:38px; padding-top:18px; border-top:1px solid var(--line-dark); color:#7F8A98; font-size:10.5px;}

/* ---------- Rekrutacja ---------- */
.public-page{background:var(--paper);}
.recruit-hero{padding:70px 0 54px;}
.recruit-hero-grid{display:grid; grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr); gap:52px; align-items:center;}
.recruit-title{margin:0; max-width:760px; color:var(--navy); font-size:clamp(43px,6vw,76px); line-height:1; letter-spacing:-.055em;}
.recruit-title span{color:var(--gold);}
.recruit-lead{max-width:660px; color:#586270; font-size:17px; line-height:1.7; margin:24px 0 0;}
.recruit-panel{position:relative; padding:32px; min-height:430px; border-radius:26px; background:var(--navy); color:var(--white); box-shadow:var(--shadow-lg); overflow:hidden;}
.recruit-panel::before{content:""; position:absolute; width:300px; height:300px; right:-100px; top:-90px; border-radius:50%; border:1px solid rgba(255,255,255,.08); box-shadow:0 0 0 44px rgba(255,255,255,.025),0 0 0 88px rgba(255,255,255,.018);}
.recruit-panel__label{position:relative; z-index:1; color:var(--gold-soft); font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;}
.recruit-panel__number{position:relative; z-index:1; margin-top:26px; font-size:clamp(46px,6vw,72px); line-height:.95; letter-spacing:-.05em; font-weight:780;}
.recruit-panel__number small{display:block; margin-top:10px; color:#AAB5C4; font-size:12px; line-height:1.5; letter-spacing:0; font-weight:500;}
.recruit-panel__list{position:relative; z-index:1; margin-top:34px; display:grid; gap:13px;}
.recruit-panel__item{display:flex; align-items:center; gap:12px; padding-top:13px; border-top:1px solid rgba(255,255,255,.10); color:#E7EAF0; font-size:12.5px;}
.recruit-panel__item svg{width:19px; height:19px; color:var(--gold-2);}
.content-section{padding:72px 0;}
.content-section--beige{background:var(--beige);}
.content-section--navy{background:var(--navy); color:var(--white);}
.content-section--navy .section-heading h2{color:var(--white);}
.content-section--navy .section-heading p{color:#AAB5C4;}
.benefit-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.benefit-card{min-height:250px; padding:26px; border-radius:19px; background:var(--white); border:1px solid var(--line);}
.benefit-card__icon{display:grid; place-items:center; width:48px; height:48px; border-radius:14px; background:var(--beige); color:var(--gold);}
.benefit-card__icon svg{width:24px; height:24px;}
.benefit-card h3{margin:30px 0 9px; color:var(--navy); font-size:17px; letter-spacing:-.02em;}
.benefit-card p{margin:0; color:var(--muted); font-size:12.5px; line-height:1.6;}
.model-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
.model-card{position:relative; padding:28px; min-height:310px; border-radius:20px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.12);}
.model-card--featured{border-color:rgba(200,155,75,.7); background:linear-gradient(145deg,rgba(200,155,75,.14),rgba(255,255,255,.04));}
.model-card__tag{display:inline-flex; padding:7px 10px; border-radius:999px; background:rgba(200,155,75,.16); color:var(--gold-soft); font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;}
.model-card h3{margin:28px 0 10px; font-size:21px; letter-spacing:-.03em;}
.model-card p{margin:0 0 10px; color:#B2BBC7; font-size:12.5px; line-height:1.65;}
.model-card strong{color:var(--white);}
.steps{counter-reset:step; display:grid; grid-template-columns:repeat(4,1fr); gap:14px;}
.step-card{counter-increment:step; position:relative; padding:25px; min-height:215px; border:1px solid var(--line); border-radius:18px; background:var(--white);}
.step-card::before{content:"0" counter(step); display:block; margin-bottom:34px; color:var(--gold); font-family:'IBM Plex Mono',monospace; font-size:12px; font-weight:600;}
.step-card h3{margin:0 0 8px; color:var(--navy); font-size:16px;}
.step-card p{margin:0; color:var(--muted); font-size:12px; line-height:1.6;}
.contact-shell{display:grid; grid-template-columns:.82fr 1.18fr; gap:18px; align-items:stretch;}
.contact-copy{padding:34px; border-radius:22px; background:var(--navy); color:var(--white);}
.contact-copy h2{margin:0; font-size:34px; letter-spacing:-.04em;}
.contact-copy p{color:#AEB7C3; font-size:13px; line-height:1.7;}
.contact-facts{display:grid; gap:14px; margin-top:30px;}
.contact-fact{padding-top:14px; border-top:1px solid rgba(255,255,255,.11);}
.contact-fact span{display:block; color:#8994A3; font-size:9px; letter-spacing:.12em; text-transform:uppercase;}
.contact-fact strong{display:block; margin-top:5px; font-size:13px;}

/* ---------- Formularze ---------- */
.karta-biala,.surface{background:var(--white); border:1px solid var(--line); border-radius:18px; padding:24px; margin:20px 0; box-shadow:0 4px 18px rgba(12,20,32,.025);}
.surface--flush{margin:0;}
.form-section-title{display:flex; align-items:center; gap:12px; margin:0 0 18px; color:var(--navy); font-size:14px; font-weight:800;}
.form-section-title span{display:grid; place-items:center; width:30px; height:30px; border-radius:9px; background:var(--beige); color:var(--gold); font-size:11px;}
label{display:block; margin:15px 0 6px; color:#5F6876; font-size:11.5px; font-weight:700;}
label:first-child{margin-top:0;}
input,select,textarea{width:100%; min-height:46px; border:1px solid var(--line); border-radius:11px; padding:11px 13px; background:#FFFEFC; color:var(--ink); font-size:14px; transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;}
textarea{min-height:96px; resize:vertical;}
input::placeholder,textarea::placeholder{color:#A0A7B1;}
input:focus,select:focus,textarea:focus{outline:none; border-color:rgba(183,138,59,.85); box-shadow:0 0 0 4px rgba(183,138,59,.10); background:var(--white);}
.grid2{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px;}
.grid3{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px;}
.form-note{margin-top:8px; color:var(--muted); font-size:11px; line-height:1.55;}

/* ---------- Rezerwacja ---------- */
.booking-page{background:linear-gradient(180deg,var(--paper),#F5F1E9);}
.booking-hero{padding:52px 0 22px;}
.booking-hero h1{margin:0; max-width:800px; color:var(--navy); font-size:clamp(38px,5.4vw,65px); line-height:1; letter-spacing:-.05em;}
.booking-hero p{max-width:680px; margin:18px 0 0; color:var(--muted); font-size:15px; line-height:1.65;}
.booking-layout{display:grid; grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr); gap:22px; align-items:start; padding-bottom:74px;}
.booking-form{margin:0; padding:30px;}
.booking-summary{position:sticky; top:106px; min-height:420px; margin:0; padding:30px; background:var(--navy); color:var(--white); border:0; box-shadow:var(--shadow-lg);}
.booking-summary__eyebrow{color:var(--gold-soft); font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;}
.booking-summary h2{margin:14px 0 10px; color:var(--white); font-size:29px; letter-spacing:-.04em;}
.booking-summary p{color:#AAB4C1; font-size:12px; line-height:1.65;}
.booking-summary__line{display:flex; justify-content:space-between; gap:20px; padding:14px 0; border-top:1px solid rgba(255,255,255,.10); color:#B6C0CC; font-size:12px;}
.booking-summary__line strong{color:var(--white); text-align:right;}
.booking-summary__price{margin-top:22px; padding-top:22px; border-top:1px solid rgba(255,255,255,.16);}
.booking-summary__price span{display:block; color:#8E99A8; font-size:10px; letter-spacing:.12em; text-transform:uppercase;}
.booking-summary__price strong{display:block; margin-top:7px; color:var(--gold-soft); font-size:42px; letter-spacing:-.04em;}
.rez-wynik{display:none; margin:18px 0 0; padding:18px; border:1px solid rgba(183,138,59,.28); border-radius:14px; background:var(--beige);}
.rez-wynik.pokaz{display:block;}
.rez-wynik .cena{margin-top:8px; color:var(--navy); font-size:25px; font-weight:800;}
.rez-wynik .dystans{color:var(--muted); font-size:12px; line-height:1.55;}
.rez-blad{display:none; margin:9px 0; color:var(--red); font-size:12px;}
.rez-blad.pokaz{display:block;}
.rez-ladowanie{display:none; margin:9px 0; color:var(--muted); font-size:12px;}
.rez-ladowanie.pokaz{display:block;}
.route-fields{position:relative;}
.route-fields::before{content:""; position:absolute; left:18px; top:54px; bottom:27px; border-left:1px dashed rgba(183,138,59,.62);}
.route-field{position:relative; padding-left:38px;}
.route-dot{position:absolute; left:12px; top:42px; width:13px; height:13px; border:3px solid var(--white); border-radius:50%; background:var(--gold); box-shadow:0 0 0 1px rgba(183,138,59,.52); z-index:1;}
.route-field:last-child .route-dot{background:var(--navy); box-shadow:0 0 0 1px var(--navy);}

/* ---------- Komunikaty ---------- */
.flash{padding:12px 15px; border-radius:12px; margin:16px 0; font-size:12.5px; font-weight:650;}
.flash.ok{background:#E8F3ED; color:#236849; border:1px solid #CDE7D8;}
.flash.blad{background:#F9E9E7; color:#963C33; border:1px solid #F0CFCB;}
.flash.ostrzezenie{background:#FBF2DE; color:#805E20; border:1px solid #F1DFC0;}

/* ---------- Aplikacja / panel ---------- */
.app-body{background:#F5F3EE;}
.app-shell{min-height:100vh; display:grid; grid-template-columns:260px minmax(0,1fr);}
.app-sidebar{position:sticky; top:0; height:100vh; z-index:50; display:flex; flex-direction:column; padding:24px 18px 18px; background:var(--navy); color:var(--white); overflow-y:auto;}
.app-sidebar__brand{display:flex; align-items:center; justify-content:space-between; padding:0 10px 22px; border-bottom:1px solid rgba(255,255,255,.08);}
.app-sidebar__brand img{width:176px;}
.app-sidebar__section{margin-top:22px;}
.app-sidebar__label{padding:0 12px 8px; color:#69798C; font-size:9px; font-weight:800; letter-spacing:.15em; text-transform:uppercase;}
.app-nav{display:grid; gap:5px;}
.app-nav a{display:flex; align-items:center; gap:12px; min-height:43px; padding:10px 12px; border-radius:11px; color:#C4CCD6; font-size:12.5px; font-weight:650; transition:background .18s ease,color .18s ease;}
.app-nav a:hover{background:rgba(255,255,255,.06); color:var(--white);}
.app-nav a.aktywna{background:rgba(183,138,59,.15); color:var(--gold-soft);}
.app-nav svg{width:18px; height:18px; flex:0 0 18px;}
.app-sidebar__footer{margin-top:auto; padding-top:18px; border-top:1px solid rgba(255,255,255,.08);}
.app-sidebar__footer a{display:flex; align-items:center; gap:10px; color:#AAB4C0; font-size:12px;}
.app-sidebar__footer svg{width:18px; height:18px; flex:0 0 18px;}
.app-main{min-width:0;}
.app-topbar{position:sticky; top:0; z-index:45; height:72px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:0 30px; background:rgba(245,243,238,.89); backdrop-filter:blur(16px); border-bottom:1px solid var(--line);}
.app-topbar__left{display:flex; align-items:center; gap:14px; min-width:0;}
.app-topbar__title{font-size:13px; font-weight:800; color:var(--navy); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.app-topbar__meta{color:var(--muted); font-size:11px;}
.app-topbar__actions{display:flex; align-items:center; gap:10px;}
.app-menu-button{display:none; width:42px; height:42px; border:1px solid var(--line); border-radius:11px; background:var(--white); color:var(--navy); cursor:pointer;}
.app-menu-button svg{width:20px; height:20px;}
.app-overlay{display:none; position:fixed; inset:0; z-index:48; background:rgba(5,12,22,.45); backdrop-filter:blur(2px);}
.app-overlay.is-open{display:block;}
.podmenu{background:#FCFBF8; border-bottom:1px solid var(--line);}
.podmenu .wrap{display:flex; gap:8px; padding-top:12px; padding-bottom:12px; overflow-x:auto; scrollbar-width:none;}
.podmenu .wrap::-webkit-scrollbar{display:none;}
.podmenu a{white-space:nowrap; padding:9px 13px; border-radius:10px; color:#606978; font-size:11px; font-weight:700;}
.podmenu a:hover{background:var(--white);}
.podmenu a.aktywna{background:var(--navy); color:var(--white);}

.page-heading{display:flex; align-items:flex-end; justify-content:space-between; gap:22px; margin:0 0 26px;}
.page-heading h1,h1{margin:0; color:var(--navy); font-size:clamp(26px,3vw,38px); line-height:1.05; letter-spacing:-.04em;}
.page-heading p,p.opis{margin:8px 0 0; color:var(--muted); font-size:12.5px; line-height:1.6;}
h2{color:var(--navy);}
.lista-tytul{display:flex; align-items:center; gap:8px; margin:28px 0 10px; color:#7B8491; font-size:9.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;}
.dashboard-stats{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px;}
.stat-card{min-height:148px; padding:20px; border-radius:17px; background:var(--white); border:1px solid var(--line); box-shadow:0 5px 18px rgba(12,20,32,.03);}
.stat-card--dark{background:var(--navy); border-color:var(--navy); color:var(--white);}
.stat-card__top{display:flex; align-items:center; justify-content:space-between; gap:12px;}
.stat-card__label{color:#7B8491; font-size:9px; font-weight:800; letter-spacing:.11em; text-transform:uppercase;}
.stat-card--dark .stat-card__label{color:#8390A0;}
.stat-card__icon{display:grid; place-items:center; width:34px; height:34px; border-radius:10px; background:var(--beige); color:var(--gold);}
.stat-card--dark .stat-card__icon{background:rgba(255,255,255,.08);}
.stat-card__icon svg{width:17px; height:17px;}
.stat-card__value{margin-top:22px; color:var(--navy); font-size:28px; font-weight:800; letter-spacing:-.04em;}
.stat-card--dark .stat-card__value{color:var(--white);}
.stat-card__sub{margin-top:4px; color:var(--muted); font-size:10.5px;}
.stat-card--dark .stat-card__sub{color:#8F9BAA;}
.quick-actions{display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:10px;}
.quick-action{display:flex; flex-direction:column; justify-content:space-between; min-height:132px; padding:17px; border-radius:15px; background:var(--white); border:1px solid var(--line); transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.quick-action:hover{transform:translateY(-2px); border-color:rgba(183,138,59,.55); box-shadow:var(--shadow-sm);}
.quick-action svg{width:22px; height:22px; color:var(--gold);}
.quick-action strong{display:block; color:var(--navy); font-size:12.5px;}
.quick-action span{display:block; margin-top:4px; color:var(--muted); font-size:10px; line-height:1.4;}
.dashboard-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; align-items:start;}
.feed-card{padding:0; overflow:hidden;}
.feed-card__head{display:flex; justify-content:space-between; align-items:center; padding:18px 20px; border-bottom:1px solid var(--line);}
.feed-card__head h2{margin:0; font-size:14px;}
.feed-list{display:grid;}
.feed-item{display:grid; grid-template-columns:40px minmax(0,1fr) auto; gap:12px; align-items:center; padding:14px 20px; border-bottom:1px solid var(--line);}
.feed-item:last-child{border-bottom:0;}
.feed-item__icon{display:grid; place-items:center; width:38px; height:38px; border-radius:11px; background:var(--beige); color:var(--gold);}
.feed-item__title{font-size:12.5px; font-weight:750; color:var(--navy); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.feed-item__meta{margin-top:3px; color:var(--muted); font-size:10.5px;}
.feed-item__badge{padding:5px 8px; border-radius:999px; background:#E6F2EC; color:#296A4F; font-size:9px; font-weight:800;}
.notice-card{display:flex; justify-content:space-between; align-items:center; gap:24px; padding:18px 20px; border:1px solid rgba(183,138,59,.45); border-radius:16px; background:#FFF9EC;}
.notice-card strong{display:block; color:var(--navy); font-size:13px;}
.notice-card p{margin:4px 0 0; color:var(--muted); font-size:11px;}

/* ---------- Elementy istniejących paneli ---------- */
.karta{position:relative; overflow:hidden; margin:24px 0; padding:28px; border-radius:22px; background:linear-gradient(135deg,var(--navy),var(--navy-2)); color:var(--white); box-shadow:var(--shadow-lg);}
.karta::after{content:""; position:absolute; width:250px; height:250px; right:-95px; top:-100px; border-radius:50%; border:1px solid rgba(255,255,255,.07); box-shadow:0 0 0 38px rgba(255,255,255,.02),0 0 0 78px rgba(255,255,255,.014);}
.karta-gora{position:relative; z-index:1; display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom:16px;}
.karta-osoba{text-align:right;}
.karta-osoba .imie{color:var(--gold-soft); font-size:13px; font-weight:750;}
.karta-osoba .okres{margin-top:3px; color:#8D99A8; font-size:10px;}
.divider-karta{position:relative; z-index:1; border:0; border-top:1px solid rgba(255,255,255,.10); margin:16px 0;}
.kwoty-trasa{position:relative; z-index:1; display:flex; gap:16px;}
.trasa-linia{width:2px; margin-top:6px; flex-shrink:0; position:relative; background-image:repeating-linear-gradient(to bottom,var(--gold) 0,var(--gold) 2px,transparent 2px,transparent 7px);}
.trasa-linia .kr{position:absolute; left:50%; transform:translateX(-50%); width:8px; height:8px; border-radius:50%; background:#D6DAE2;}
.trasa-linia .kr.mid{top:78px; background:var(--gold-soft);}
.trasa-linia .kr.bot{top:158px; width:10px; height:10px; background:var(--gold);}
.kwota-blok{margin-bottom:14px;}
.kwota-blok .lbl{margin-bottom:5px; color:#8894A4; font-size:9.5px; letter-spacing:.08em;}
.kwota-blok .val{color:var(--white); font-size:26px; font-weight:800; letter-spacing:-.035em;}
.kwota-blok .val .zl{margin-left:3px; color:var(--gold-soft); font-size:12px;}
.kwota-blok.gotowka .val{color:var(--gold-soft); font-size:17px;}
.kwota-blok.przelew .val{font-size:39px;}
.trend-badge{display:inline-flex; align-items:center; gap:5px; margin-top:8px; padding:5px 10px; border-radius:999px; background:rgba(75,156,116,.18); color:#82C4A1; font-size:10px; font-weight:750;}
.trend-badge.spadek{background:rgba(196,87,75,.18); color:#E1A099;}
.panel-skali{margin-bottom:20px; padding:20px; border-radius:16px; background:var(--white); border:1px solid var(--line);}
.panel-skali .tytul{display:flex; justify-content:space-between; align-items:baseline; margin-bottom:12px; color:var(--muted); font-size:9px; font-weight:800; letter-spacing:.12em;}
.panel-skali .tytul .procent{color:var(--navy); font-size:15px; letter-spacing:0;}
.pasek-tor{height:20px; overflow:hidden; border-radius:999px; background:var(--beige);}
.pasek-fill{height:100%; border-radius:inherit; background:linear-gradient(90deg,#8C672C,var(--gold-2));}
.pasek-etykiety{display:flex; justify-content:space-between; gap:12px; margin-top:7px; color:var(--muted); font-size:9.5px;}
.transakcja{display:flex; align-items:center; gap:12px; padding:12px 0; border-bottom:1px solid var(--line);}
.transakcja:last-child{border-bottom:0;}
.ikona{display:flex; align-items:center; justify-content:center; width:32px; height:32px; flex-shrink:0; border-radius:9px; background:var(--beige); color:var(--navy); font-size:12px; font-weight:800;}
.ikona.plus{color:var(--green); font-size:16px;}.ikona.minus{color:var(--red); font-size:16px;}
.t-info{min-width:0; flex:1;}.t-info .lbl{font-size:13px; font-weight:700;}.t-info .sub{margin-top:2px; color:var(--muted); font-size:10.5px;}
.t-kwota{font-size:13.5px; font-weight:750;}.t-kwota.plus{color:var(--green);}.t-kwota.minus{color:var(--red);}
details.transakcja-rozw{border-bottom:1px solid var(--line);}details.transakcja-rozw:last-of-type{border-bottom:0;}
details.transakcja-rozw>summary{list-style:none; cursor:pointer; display:flex; align-items:center; gap:12px; padding:13px 0;}
details.transakcja-rozw>summary::-webkit-details-marker{display:none;}
.strzalka-rozw{flex-shrink:0; margin-left:4px; color:var(--muted); font-size:10px; transition:transform .15s ease;}
details.transakcja-rozw[open] .strzalka-rozw{transform:rotate(180deg);}
.pod-wiersze{padding:0 0 10px 44px;}.pod-wiersz{display:flex; justify-content:space-between; gap:20px; padding:8px 0; border-top:1px dashed var(--line); color:var(--muted); font-size:12px;}.pod-wiersz .pw-val{color:var(--ink); font-weight:650;}

/* ---------- Tabele i badge ---------- */
table.lista{width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid var(--line); border-radius:15px; background:var(--white);}
table.lista th{padding:12px 15px; background:#F7F4EE; color:#7B8491; font-size:9px; font-weight:800; letter-spacing:.1em; text-align:left; text-transform:uppercase;}
table.lista td{padding:13px 15px; border-top:1px solid var(--line); font-size:12.5px;}
table.lista tr:hover td{background:#FCFBF8;}
.badge{display:inline-flex; align-items:center; padding:4px 8px; border-radius:999px; background:var(--beige); color:var(--navy); font-size:9px; font-weight:800;}
.badge.zielony{background:#E6F2EC; color:#27694E;}.badge.szary{background:#ECE9E2; color:#59616D;}

/* ---------- Stopka panelu ---------- */
.stopka{padding:0 0 24px;}
.stopka .wrap{color:#949BA5; font-size:10px; text-align:center;}

/* ---------- Responsywność ---------- */
@media (max-width:1100px){
  .public-links{gap:18px;}
  .home-hero-grid,.recruit-hero-grid{grid-template-columns:1fr 420px; gap:38px;}
  .benefit-grid{grid-template-columns:repeat(2,1fr);}
  .quick-actions{grid-template-columns:repeat(3,1fr);}
  .dashboard-stats{grid-template-columns:repeat(2,1fr);}
}

@media (max-width:980px){
  .public-links,.public-actions .btn-outline{display:none;}
  .mobile-menu-button{display:inline-flex;}
  .home-hero-grid,.recruit-hero-grid,.booking-layout,.contact-shell{grid-template-columns:1fr;}
  .hero-art{min-height:420px; max-width:680px; width:100%;}
  .home-hero-grid{gap:38px;}
  .action-grid{grid-template-columns:repeat(2,1fr);}
  .action-card--primary{grid-column:1/-1; aspect-ratio:2/1;}
  .trust-strip{grid-template-columns:repeat(2,1fr);}
  .trust-item:nth-child(2){border-right:0;}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line);}
  .model-grid{grid-template-columns:1fr;}
  .steps{grid-template-columns:repeat(2,1fr);}
  .booking-summary{position:static; min-height:auto;}
  .app-shell{display:block;}
  .app-sidebar{position:fixed; left:0; top:0; width:min(300px,86vw); transform:translateX(-102%); transition:transform .22s ease; box-shadow:30px 0 70px rgba(0,0,0,.22);}
  .app-sidebar.is-open{transform:translateX(0);}
  .app-menu-button{display:inline-grid; place-items:center;}
  .app-topbar{padding-inline:20px;}
  .dashboard-grid{grid-template-columns:1fr;}
}

@media (max-width:720px){
  .wrap{width:min(100% - 28px,var(--max));}
  .public-nav{height:72px;}
  .mobile-public-menu{top:72px;}
  .brand-logo{width:190px;}
  .home-hero{padding:42px 0 30px;}
  .hero-title{font-size:46px;}
  .hero-lead{font-size:15px;}
  .hero-cta{display:grid; grid-template-columns:1fr;}
  .hero-cta .btn{width:100%;}
  .hero-art{min-height:360px;}
  .route-chip{padding:9px 10px; font-size:9px;}
  .route-chip--one{left:4%;}.route-chip--two{right:4%;}.route-chip--three{right:5%;}
  .hero-monogram{width:118px; padding:18px;}
  .section-heading{display:block;}
  .section-heading p{margin-top:12px;}
  .action-section{padding:36px 0 64px;}
  .action-grid{gap:12px;}
  .action-card{padding:22px; border-radius:20px;}
  .action-card--primary{aspect-ratio:1.65/1;}
  .action-card h3{font-size:24px;}
  .action-card p{font-size:11.5px;}
  .action-card__icon{width:48px; height:48px; border-radius:14px;}
  .trust-item{padding:17px;}
  .footer-grid{grid-template-columns:1fr; gap:24px;}
  .footer-bottom{display:block;}
  .footer-bottom span{display:block; margin:6px 0;}
  .recruit-hero{padding:45px 0 38px;}
  .recruit-title{font-size:45px;}
  .recruit-lead{font-size:14px;}
  .recruit-panel{min-height:360px; padding:26px;}
  .benefit-grid{grid-template-columns:repeat(2,1fr); gap:10px;}
  .benefit-card{min-height:215px; padding:19px;}
  .benefit-card h3{margin-top:23px; font-size:15px;}
  .benefit-card p{font-size:11px;}
  .content-section{padding:52px 0;}
  .steps{gap:10px;}
  .step-card{min-height:190px; padding:20px;}
  .contact-copy{padding:26px;}
  .booking-hero{padding-top:38px;}
  .booking-form,.booking-summary{padding:22px;}
  .grid2,.grid3{grid-template-columns:1fr; gap:0;}
  .page-heading{display:block;}
  .page-heading .btn{margin-top:14px;}
  .dashboard-stats{grid-template-columns:repeat(2,1fr); gap:10px;}
  .stat-card{min-height:135px; padding:16px;}
  .stat-card__value{font-size:24px;}
  .quick-actions{grid-template-columns:repeat(2,1fr);}
  .quick-action{min-height:118px;}
  .notice-card{align-items:flex-start; flex-direction:column;}
  .app-wrap{padding-top:22px;}
  table.lista{display:block; overflow-x:auto; white-space:nowrap;}
  .pasek-etykiety{display:grid; grid-template-columns:1fr;}
}

@media (max-width:480px){
  .hero-title,.recruit-title{font-size:39px;}
  .action-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .action-card{aspect-ratio:1/1; padding:17px;}
  .action-card--primary{grid-column:1/-1; aspect-ratio:1.5/1;}
  .action-card__icon{width:42px; height:42px;}
  .action-card__icon svg{width:22px; height:22px;}
  .action-card h3{font-size:20px;}
  .action-card p{display:none;}
  .action-card__arrow{width:34px; height:34px; margin-top:12px;}
  .trust-strip{grid-template-columns:1fr;}
  .trust-item{border-right:0; border-bottom:1px solid var(--line);}
  .trust-item:last-child{border-bottom:0;}
  .benefit-grid{grid-template-columns:1fr;}
  .benefit-card{min-height:180px;}
  .steps{grid-template-columns:1fr;}
  .step-card{min-height:160px;}
  .dashboard-stats{grid-template-columns:1fr;}
  .quick-actions{grid-template-columns:1fr 1fr;}
  .feed-item{grid-template-columns:36px minmax(0,1fr);}
  .feed-item__badge{display:none;}
}

/* ---------- Logowanie ---------- */
.login-shell{display:grid; grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr); min-height:610px; margin:18px auto 30px; overflow:hidden; border:1px solid var(--line); border-radius:26px; background:var(--white); box-shadow:var(--shadow-lg);}
.login-art{position:relative; display:flex; flex-direction:column; justify-content:space-between; padding:38px; background:var(--navy); color:var(--white); overflow:hidden;}
.login-art::before{content:""; position:absolute; width:420px; height:420px; left:-180px; bottom:-210px; border-radius:50%; border:1px solid rgba(255,255,255,.08); box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.014);}
.login-art__copy{position:relative; z-index:1; margin-top:auto;}
.login-art__copy h2{max-width:470px; margin:0; color:var(--white); font-size:38px; line-height:1.06; letter-spacing:-.045em;}
.login-art__copy p{max-width:430px; margin:14px 0 0; color:#AAB4C1; font-size:13px; line-height:1.7;}
.login-form-panel{display:flex; align-items:center; padding:clamp(30px,5vw,64px);}
.login-form-inner{width:100%; max-width:430px; margin:auto;}
.login-form-inner h1{font-size:34px;}
.login-form-inner .karta-biala{padding:0; margin:28px 0 0; border:0; box-shadow:none;}
@media (max-width:850px){.login-shell{grid-template-columns:1fr;min-height:auto}.login-art{min-height:260px}.login-art__copy h2{font-size:31px}.login-form-panel{padding:32px 24px}}

/* ==========================================================
   RESPONSIVE PATCH 2026-07 — małe laptopy, tablety i telefony
   ========================================================== */
html,body{max-width:100%;overflow-x:hidden;}
.public-nav,.home-hero-grid,.action-grid,.trust-strip,.footer-grid,.app-topbar{min-width:0;}
.public-nav > *, .home-hero-grid > *, .action-grid > *, .footer-grid > *{min-width:0;}

@media (max-width:1280px){
  :root{--max:1120px;}
  .wrap{width:min(var(--max),calc(100% - 32px));}
  .public-nav{height:74px;gap:16px;}
  .brand-logo{width:188px;}
  .brand-logo--compact{width:160px;}
  .public-links{gap:16px;font-size:12px;}
  .public-actions{gap:8px;}
  .public-actions .btn{min-height:42px;padding:9px 14px;font-size:12px;}
  .home-hero{padding:58px 0 34px;}
  .home-hero-grid,.recruit-hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);gap:34px;}
  .hero-title{font-size:clamp(42px,5.25vw,64px);}
  .hero-art{min-height:430px;}
  .action-section{padding-top:40px;}
  .action-card{padding:26px;}
}

@media (max-width:1120px){
  :root{--max:960px;}
  .public-links{display:none;}
  .public-actions .btn-outline{display:none;}
  .mobile-menu-button{display:inline-flex;}
  .home-hero-grid,.recruit-hero-grid,.booking-layout,.contact-shell{grid-template-columns:1fr;}
  .home-hero-grid{gap:34px;}
  .home-hero-grid > div:first-child{max-width:760px;}
  .hero-art{width:100%;max-width:none;min-height:390px;}
  .action-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .action-card--primary{grid-column:1/-1;aspect-ratio:2.25/1;}
  .app-shell{display:block;}
  .app-sidebar{position:fixed;left:0;top:0;width:min(300px,86vw);transform:translateX(-102%);transition:transform .22s ease;box-shadow:30px 0 70px rgba(0,0,0,.22);}
  .app-sidebar.is-open{transform:translateX(0);}
  .app-menu-button{display:inline-grid;place-items:center;}
  .app-topbar{padding-inline:18px;}
  .app-topbar__actions .btn{padding:8px 11px!important;font-size:11px;}
  .dashboard-grid{grid-template-columns:1fr;}
}

@media (max-width:900px){
  :root{--max:760px;}
  .wrap{width:min(var(--max),calc(100% - 28px));}
  .public-nav{height:70px;}
  .mobile-public-menu{top:70px;}
  .brand-logo{width:170px;}
  .home-hero{padding:44px 0 28px;}
  .hero-title{font-size:clamp(40px,8vw,56px);}
  .hero-lead{max-width:600px;font-size:16px;}
  .hero-art{min-height:350px;}
  .hero-monogram{width:122px;padding:17px;}
  .section-heading{display:block;}
  .section-heading p{margin-top:12px;}
  .trust-strip{grid-template-columns:repeat(2,1fr);}
  .trust-item:nth-child(2){border-right:0;}
  .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line);}
  .footer-grid{grid-template-columns:1.15fr .8fr .8fr;gap:26px;}
  .app-topbar__actions .btn-outline{display:none;}
}

@media (max-width:720px){
  .public-actions > .btn{display:none!important;}
  .public-nav{gap:10px;}
  .brand-logo{width:148px;}
  .mobile-menu-button{width:42px;height:42px;flex:0 0 42px;}
  .home-hero-grid{gap:26px;}
  .hero-title{font-size:clamp(38px,12vw,48px);line-height:1.01;}
  .hero-lead{margin-top:18px;line-height:1.55;}
  .hero-note{gap:12px 16px;}
  .hero-art{min-height:310px;border-radius:22px;}
  .route-chip--two{top:12%;}
  .route-chip--three{bottom:10%;}
  .action-grid{grid-template-columns:1fr;}
  .action-card,.action-card--primary{grid-column:auto;aspect-ratio:auto;min-height:260px;}
  .trust-strip{grid-template-columns:1fr;}
  .trust-item{border-right:0;border-bottom:1px solid var(--line);}
  .trust-item:last-child{border-bottom:0;}
  .footer-grid{grid-template-columns:1fr;}
  .app-topbar{min-height:68px;gap:10px;}
  .app-topbar__title{max-width:58vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .app-topbar__actions .btn{display:none;}
  .app-topbar__actions .btn.btn-zloty{display:inline-flex;padding:8px 10px!important;}
}

@media (max-width:480px){
  .wrap{width:calc(100% - 22px);}
  .brand-logo{width:136px;}
  .public-nav{height:66px;}
  .mobile-public-menu{top:66px;padding-inline:12px;}
  .home-hero{padding-top:34px;}
  .hero-title{font-size:38px;letter-spacing:-.045em;}
  .hero-cta{margin-top:24px;}
  .hero-art{min-height:280px;}
  .route-chip{font-size:8.5px;}
  .route-chip--three{display:none;}
  .hero-monogram{width:104px;padding:14px;border-radius:20px;}
  .action-card,.action-card--primary{min-height:230px;padding:20px;}
  .action-card p{display:block;font-size:11.5px;}
  .quick-actions{grid-template-columns:1fr;}
}

/* ==========================================================
   FINAL PREMIUM POLISH — 2026-07
   Typografia, proporcje, rytm, mikrointerakcje i panel admina
   ========================================================== */
:root{
  --ease-premium:cubic-bezier(.22,.61,.36,1);
  --shadow-soft:0 10px 28px rgba(11,23,40,.07);
  --shadow-hover:0 18px 46px rgba(11,23,40,.12);
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:26px;
  --section-space:clamp(72px,8vw,118px);
}
html{scroll-behavior:smooth; text-rendering:optimizeLegibility; -webkit-font-smoothing:antialiased;}
body{overflow-x:hidden;}
::selection{background:rgba(183,138,59,.22); color:var(--navy);}
.wrap{width:min(100% - 40px,1240px);}

/* Logo i nagłówek */
.brand-logo{width:clamp(170px,15vw,218px);}
.brand-logo--compact{width:clamp(152px,12vw,182px);}
.public-header{transition:background .35s var(--ease-premium),box-shadow .35s var(--ease-premium),border-color .35s var(--ease-premium);}
.public-header.is-scrolled{background:rgba(251,250,247,.94);box-shadow:0 12px 35px rgba(11,23,40,.07);border-color:rgba(11,23,40,.07);}
.public-nav{min-height:84px;}
.public-links a{position:relative;}
.public-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1.5px;background:var(--gold);transition:right .3s var(--ease-premium);}
.public-links a:hover::after{right:0;}

/* Przyciski */
.btn{position:relative;overflow:hidden;isolation:isolate;transition:transform .25s var(--ease-premium),box-shadow .25s var(--ease-premium),background .25s ease,border-color .25s ease,color .25s ease;}
.btn::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.28) 50%,transparent 80%);transform:translateX(-130%);transition:transform .65s var(--ease-premium);z-index:-1;}
.btn:hover{transform:translateY(-2px);}
.btn:hover::before{transform:translateX(130%);}
.btn-zloty:hover{box-shadow:0 12px 28px rgba(183,138,59,.25);}
.btn-outline:hover{box-shadow:0 10px 24px rgba(11,23,40,.08);border-color:rgba(183,138,59,.58);}
.btn:active{transform:translateY(0) scale(.985);}

/* Hero */
.home-hero{padding:clamp(62px,8vw,110px) 0 clamp(74px,9vw,126px);}
.home-hero-grid{gap:clamp(34px,6vw,92px);}
.hero-title{font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.058em;}
.hero-lead{max-width:660px;font-size:clamp(15px,1.3vw,18px);line-height:1.72;}
.hero-note{gap:22px;flex-wrap:wrap;}
.hero-art{border-radius:30px;box-shadow:0 26px 70px rgba(11,23,40,.08);transition:transform .7s var(--ease-premium),box-shadow .7s var(--ease-premium);}
.hero-art:hover{transform:translateY(-6px);box-shadow:0 34px 90px rgba(11,23,40,.12);}
.hero-monogram{animation:ddFloat 7s ease-in-out infinite;}
.route-chip{box-shadow:0 12px 30px rgba(11,23,40,.08);animation:chipFloat 6s ease-in-out infinite;}
.route-chip--two{animation-delay:-2s}.route-chip--three{animation-delay:-4s}
@keyframes ddFloat{0%,100%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 8px))}}
@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* Sekcje i karty */
.action-section,.content-section{padding:var(--section-space) 0;}
.section-heading{margin-bottom:clamp(36px,5vw,64px);}
.section-heading h2{font-size:clamp(31px,4vw,50px);line-height:1.08;letter-spacing:-.045em;}
.section-heading p{font-size:clamp(13px,1.2vw,16px);line-height:1.72;}
.action-grid{gap:22px;}
.action-card,.benefit-card,.model-card,.step-card,.surface,.karta-biala,.stat-card,.quick-action,.notice-card,.feed-card{transition:transform .32s var(--ease-premium),box-shadow .32s var(--ease-premium),border-color .32s ease,background .32s ease;}
.action-card:hover,.benefit-card:hover,.model-card:hover,.step-card:hover,.quick-action:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);}
.action-card:hover .action-card__arrow{transform:translateX(6px);}
.action-card__arrow{transition:transform .28s var(--ease-premium);}
.action-card__icon{transition:transform .35s var(--ease-premium),background .35s ease;}
.action-card:hover .action-card__icon{transform:scale(1.06) rotate(-2deg);}
.trust-strip{margin-top:clamp(44px,6vw,74px);padding-top:clamp(28px,4vw,44px);gap:28px;}

/* Formularze */
input,select,textarea{transition:border-color .22s ease,box-shadow .22s ease,background .22s ease,transform .22s ease;}
input:hover,select:hover,textarea:hover{border-color:#D1C4AB;}
input:focus,select:focus,textarea:focus{transform:translateY(-1px);}

/* Premium UX panelu */
.app-shell{grid-template-columns:276px minmax(0,1fr);}
.app-sidebar{padding:24px 18px 20px;background:linear-gradient(180deg,#0B1728 0%,#101F33 100%);box-shadow:16px 0 40px rgba(11,23,40,.08);}
.app-sidebar__brand{padding:2px 12px 24px;}
.app-sidebar__brand img{width:184px;}
.app-sidebar__label{color:#7F8DA0;font-size:9.5px;}
.app-nav{gap:6px;}
.app-nav a{min-height:46px;padding:11px 13px;border:1px solid transparent;border-radius:13px;}
.app-nav a:hover{transform:translateX(3px);background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.05);}
.app-nav a.aktywna{background:linear-gradient(90deg,rgba(183,138,59,.22),rgba(183,138,59,.08));color:#F5DFAE;border-color:rgba(183,138,59,.20);box-shadow:inset 3px 0 0 var(--gold-2);}
.app-sidebar__footer a{min-height:44px;padding:10px 12px;border-radius:12px;transition:background .2s ease,color .2s ease;}
.app-sidebar__footer a:hover{background:rgba(255,255,255,.06);color:#fff;}
.app-topbar{height:78px;padding:0 34px;background:rgba(245,243,238,.84);box-shadow:0 8px 30px rgba(11,23,40,.035);}
.app-topbar__title{font-size:14px;letter-spacing:-.01em;}
.app-wrap{padding-top:clamp(28px,4vw,48px);padding-bottom:70px;}
.page-heading{margin-bottom:34px;align-items:flex-end;}
.page-heading h1{font-size:clamp(34px,4vw,50px);letter-spacing:-.05em;}
.page-heading p{font-size:14px;line-height:1.65;}
.dashboard-stats{gap:18px;}
.stat-card{border-radius:20px;padding:24px;box-shadow:0 8px 26px rgba(11,23,40,.04);}
.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);}
.stat-card--dark{background:linear-gradient(145deg,#0B1728,#172C48);}
.stat-card__value{font-size:clamp(25px,2.4vw,36px);letter-spacing:-.045em;}
.quick-actions{gap:14px;}
.quick-action{min-height:108px;border-radius:18px;padding:20px;box-shadow:0 7px 20px rgba(11,23,40,.03);}
.quick-action svg{transition:transform .3s var(--ease-premium);}
.quick-action:hover svg{transform:scale(1.08) rotate(-3deg);}
.notice-card{border-radius:18px;padding:22px 24px;box-shadow:0 6px 20px rgba(11,23,40,.035);}
.dashboard-grid{gap:20px;}
.feed-card{border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(11,23,40,.04);}
.feed-card__head{padding:22px 24px;}
.feed-item{padding:17px 24px;transition:background .2s ease,transform .2s ease;}
.feed-item:hover{background:#FBF7EF;transform:translateX(2px);}
.podmenu{position:sticky;top:78px;z-index:40;background:rgba(252,251,248,.92);backdrop-filter:blur(14px);}
.podmenu .wrap{gap:8px;overflow-x:auto;scrollbar-width:none;}
.podmenu .wrap::-webkit-scrollbar{display:none;}
.podmenu a{white-space:nowrap;border-radius:10px;transition:background .2s ease,color .2s ease;}

/* Animacje wejścia — aktywowane przez JS */
.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-premium),transform .7s var(--ease-premium);}
.reveal-on-scroll.is-visible{opacity:1;transform:none;}
.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}

/* Rozdzielczości laptopowe i mobilne */
@media (max-width:1366px){
  .wrap{width:min(100% - 34px,1160px);}
  .public-nav{min-height:76px;}
  .brand-logo{width:176px;}
  .public-links{gap:22px;}
  .public-actions .btn{padding-left:15px;padding-right:15px;}
  .home-hero{padding-top:56px;}
  .home-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:42px;}
  .hero-art{min-height:460px;}
  .action-card{padding:26px;}
  .app-shell{grid-template-columns:244px minmax(0,1fr);}
  .app-sidebar__brand img{width:164px;}
  .app-topbar{padding:0 24px;}
  .dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:1180px){
  .public-links{display:none;}
  .mobile-menu-button{display:grid;}
  .public-actions>.btn-outline{display:none;}
  .home-hero-grid{grid-template-columns:1fr;}
  .hero-art{min-height:430px;max-width:760px;width:100%;margin:0 auto;}
  .action-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .action-card--dark{grid-column:1/-1;}
  .benefit-grid,.steps{grid-template-columns:repeat(2,minmax(0,1fr));}
  .model-grid{grid-template-columns:1fr;}
  .app-shell{grid-template-columns:1fr;}
  .app-sidebar{position:fixed;left:0;top:0;bottom:0;width:min(320px,86vw);height:100dvh;transform:translateX(-105%);transition:transform .32s var(--ease-premium);}
  .app-sidebar.is-open{transform:translateX(0);}
  .app-menu-button{display:grid;place-items:center;}
}
@media (max-width:820px){
  .wrap{width:min(100% - 28px,760px);}
  .public-actions>.btn-zloty{display:none;}
  .public-nav{min-height:70px;}
  .brand-logo{width:162px;}
  .home-hero{padding-top:44px;}
  .hero-title{font-size:clamp(43px,12vw,65px);}
  .hero-art{min-height:350px;border-radius:22px;}
  .route-chip--three{display:none;}
  .action-grid,.benefit-grid,.steps,.dashboard-stats,.dashboard-grid,.contact-shell,.booking-layout{grid-template-columns:1fr;}
  .action-card--dark{grid-column:auto;}
  .trust-strip{grid-template-columns:1fr 1fr;}
  .app-topbar{height:70px;padding:0 14px;}
  .app-topbar__actions .btn{display:none;}
  .app-topbar__actions .btn:last-child{display:inline-flex;min-height:38px!important;padding:7px 11px!important;font-size:11px;}
  .podmenu{top:70px;}
  .page-heading{align-items:flex-start;gap:18px;}
  .page-heading>.btn{width:100%;}
}
@media (max-width:560px){
  .wrap{width:min(100% - 22px,520px);}
  .hero-cta{display:grid;grid-template-columns:1fr;}
  .hero-cta .btn{width:100%;}
  .hero-note{display:grid;gap:10px;}
  .hero-art{min-height:300px;}
  .hero-monogram{width:146px;}
  .route-chip{font-size:10px;padding:9px 11px;}
  .trust-strip{grid-template-columns:1fr;}
  .action-card{min-height:260px;padding:22px;}
  .app-wrap{padding-top:22px;}
  .stat-card,.quick-action,.notice-card{padding:19px;}
  .feed-card__head,.feed-item{padding-left:18px;padding-right:18px;}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}
  .reveal-on-scroll{opacity:1;transform:none;}
}

/* ==========================================================
   DYRGA DRIVE — poprawka 13–14" + eksport raportów do PDF
   ========================================================== */
.pdf-only{display:none!important;}
.pdf-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:ddSpin .75s linear infinite;}
@keyframes ddSpin{to{transform:rotate(360deg)}}

/* Kompaktowy desktop: Windows 125–150% i laptopy 13–14 cali.
   Układ desktopowy pozostaje obok siebie aż do realnego tabletu. */
@media (min-width:881px) and (max-width:1280px){
  :root{--max:1180px;--section-space:64px;}
  .wrap{width:min(calc(100% - 24px),var(--max));}

  .public-nav{height:66px;min-height:66px;gap:12px;}
  .brand-logo{width:148px;}
  .brand-logo--compact{width:142px;}
  .public-links{display:flex;gap:14px;font-size:11px;}
  .public-links a{padding:8px 0;}
  .public-actions{gap:7px;}
  .public-actions>.btn-outline{display:inline-flex;}
  .public-actions .btn{min-height:38px;padding:8px 12px;font-size:11px;border-radius:10px;}
  .mobile-menu-button{display:none;}

  .home-hero{padding:34px 0 30px;}
  .home-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:24px;align-items:center;}
  .home-hero-grid>div:first-child{max-width:none;}
  .hero-title{font-size:clamp(39px,4.9vw,58px);line-height:.98;}
  .hero-lead{margin-top:17px;font-size:14px;line-height:1.55;}
  .hero-cta{margin-top:22px;gap:9px;}
  .hero-note{margin-top:18px;gap:12px;font-size:10.5px;}
  .hero-art{width:auto;max-width:none;min-height:330px;border-radius:22px;}
  .hero-monogram{width:112px;padding:16px;border-radius:20px;}
  .route-chip{padding:8px 10px;font-size:9.5px;}

  .action-section{padding:28px 0 58px;}
  .section-heading{margin-bottom:20px;}
  .section-heading h2{font-size:clamp(28px,3.2vw,40px);}
  .action-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
  .action-card,.action-card--primary,.action-card--dark{grid-column:auto;aspect-ratio:1/1;min-height:0;padding:19px;border-radius:18px;}
  .action-card__icon{width:46px;height:46px;border-radius:13px;}
  .action-card h3{font-size:clamp(19px,2vw,27px);margin:8px 0;}
  .action-card p{font-size:11px;line-height:1.45;}
  .action-card__arrow{width:34px;height:34px;margin-top:12px;}
  .trust-strip{margin-top:14px;}
  .trust-item{padding:15px 17px;}

  .recruit-hero{padding:42px 0 38px;}
  .recruit-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:24px;}
  .recruit-title{font-size:clamp(39px,5vw,58px);}
  .recruit-lead{font-size:14px;margin-top:17px;}
  .recruit-panel{min-height:340px;padding:24px;}
  .benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;}
  .benefit-card{min-height:215px;padding:18px;}
  .model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;}
  .steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}

  .booking-layout{grid-template-columns:minmax(0,1.18fr) minmax(285px,.82fr);gap:14px;}
  .contact-shell{grid-template-columns:.82fr 1.18fr;}

  .app-shell{display:grid;grid-template-columns:206px minmax(0,1fr);}
  .app-sidebar{position:sticky;left:auto;top:0;bottom:auto;width:auto;height:100vh;transform:none;padding:15px 11px 13px;box-shadow:10px 0 28px rgba(11,23,40,.06);}
  .app-sidebar__brand{padding:0 8px 15px;}
  .app-sidebar__brand img{width:139px;}
  .app-sidebar__section{margin-top:14px;}
  .app-sidebar__label{padding:0 9px 5px;font-size:8px;}
  .app-nav{gap:3px;}
  .app-nav a{min-height:38px;padding:8px 9px;border-radius:10px;font-size:11px;}
  .app-nav svg{width:16px;height:16px;flex-basis:16px;}
  .app-sidebar__footer{padding-top:10px;}
  .app-sidebar__footer a{min-height:38px;padding:8px 9px;font-size:11px;}
  .app-overlay{display:none!important;}
  .app-menu-button{display:none;}

  .app-topbar{height:58px;padding:0 16px;gap:10px;}
  .app-topbar__title{font-size:11.5px;}
  .app-topbar__meta{font-size:9.5px;}
  .app-topbar__actions{gap:7px;}
  .app-topbar__actions .btn{display:inline-flex!important;min-height:36px!important;padding:7px 10px!important;font-size:10.5px!important;border-radius:9px;}
  .podmenu{top:58px;}
  .app-wrap{padding-top:16px;padding-bottom:42px;}
  .page-heading{margin-bottom:22px;}
  .page-heading h1{font-size:clamp(27px,3.1vw,38px);}
  .dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;}
  .stat-card{min-height:118px;padding:16px;border-radius:15px;}
  .stat-card__value{font-size:clamp(21px,2.2vw,29px);}
  .quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;}
  .quick-action{min-height:88px;padding:15px;border-radius:14px;}
  .dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .feed-card__head{padding:16px 18px;}
  .feed-item{padding:13px 18px;}

  .karta{margin:16px 0;padding:21px;border-radius:18px;}
  .logo-img,.logo-img-karta{width:152px;}
  .karta-gora{margin-bottom:11px;}
  .divider-karta{margin:11px 0;}
  .kwoty-trasa{gap:12px;}
  .kwota-blok{margin-bottom:10px;}
  .kwota-blok .val{font-size:23px;}
  .kwota-blok.gotowka .val{font-size:15px;}
  .kwota-blok.przelew .val{font-size:34px;}
  .panel-skali{padding:15px;margin-bottom:15px;}
  .karta-biala,.surface{padding:18px;margin:15px 0;border-radius:15px;}
}

/* Dopiero tablet przechodzi do jednej kolumny i menu wysuwanego. */
@media (max-width:880px){
  .public-links{display:none;}
  .public-actions>.btn-outline{display:none;}
  .mobile-menu-button{display:inline-flex;}
  .home-hero-grid,.recruit-hero-grid,.booking-layout,.contact-shell{grid-template-columns:1fr;}
  .action-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .action-card--dark{grid-column:1/-1;}
  .app-shell{display:block;}
  .app-sidebar{position:fixed;left:0;top:0;bottom:0;width:min(300px,86vw);height:100dvh;transform:translateX(-105%);}
  .app-sidebar.is-open{transform:translateX(0);}
  .app-menu-button{display:grid;place-items:center;}
}

/* Widok dokumentu na ekranie pozostaje identyczny z panelem. */
.report-document{display:block;}
.report-pdf-heading{align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:13px;margin-bottom:14px;border-bottom:1px solid #D8DDE4;}
.report-pdf-heading__eyebrow{font-size:8px;font-weight:800;letter-spacing:.18em;color:#6B7280;}
.report-pdf-heading__title{margin-top:4px;font-size:19px;font-weight:800;color:#0E1A2B;letter-spacing:-.025em;}
.report-pdf-heading__meta{text-align:right;display:grid;gap:2px;font-size:9px;color:#6B7280;}
.report-pdf-heading__meta strong{font-size:11px;color:#0E1A2B;}

@media print{
  @page{size:A4 portrait;margin:9mm;}
  html,body{width:100%!important;min-width:0!important;background:#fff!important;overflow:visible!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  body.report-print-mode{font-family:'Inter','Segoe UI',Arial,sans-serif!important;}
  body.report-print-mode .app-sidebar,
  body.report-print-mode .app-overlay,
  body.report-print-mode .app-topbar,
  body.report-print-mode .podmenu,
  body.report-print-mode .stopka,
  body.report-print-mode .no-druk,
  body.report-print-mode .no-pdf{display:none!important;}
  body.report-print-mode .app-shell,
  body.report-print-mode .app-main,
  body.report-print-mode main,
  body.report-print-mode .wrap,
  body.report-print-mode .app-wrap{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;background:#fff!important;}
  body.report-print-mode .app-wrap>*:not([data-report-document]){display:none!important;}
  body.report-print-mode [data-report-document]{display:block!important;width:100%!important;margin:0!important;padding:0!important;}
  body.report-print-mode .pdf-only{display:flex!important;}
  body.report-print-mode .report-document .karta,
  body.report-print-mode .report-document .panel-skali,
  body.report-print-mode .report-document .karta-biala,
  body.report-print-mode .report-document details,
  body.report-print-mode .report-document .narast-wrap,
  body.report-print-mode .report-document .lista-tytul{break-inside:avoid;page-break-inside:avoid;}
  body.report-print-mode .report-document .karta{margin:0 0 5mm!important;padding:7mm!important;border-radius:5mm!important;box-shadow:none!important;}
  body.report-print-mode .report-document .karta-biala,
  body.report-print-mode .report-document .panel-skali{margin:0 0 4mm!important;padding:5mm!important;border-radius:4mm!important;box-shadow:none!important;}
  body.report-print-mode .report-document .lista-tytul{margin:5mm 0 2.5mm!important;}
  body.report-print-mode .report-document .logo-img-karta{width:43mm!important;}
  body.report-print-mode .report-document .karta::after{opacity:.75;}
  body.report-print-mode .report-document .kwota-blok .val{font-size:19pt!important;}
  body.report-print-mode .report-document .kwota-blok.gotowka .val{font-size:13pt!important;}
  body.report-print-mode .report-document .kwota-blok.przelew .val{font-size:28pt!important;}
  body.report-print-mode .report-document details>summary{cursor:default!important;}
  body.report-print-mode .report-document details .strzalka-rozw{display:none!important;}
  body.report-print-mode .report-document .pod-wiersze{padding-left:10mm!important;}
  body.report-print-mode .report-document .pod-wiersz{font-size:8.5pt!important;padding:2.2mm 0!important;}
  body.report-print-mode .report-document .narast-box{height:27mm!important;}
  body.report-print-mode .report-document .narast-wrap{gap:2.5mm!important;}
  body.report-print-mode .report-document .narast-suma{font-size:8pt!important;}
  body.report-print-mode .report-document .narast-data{font-size:7.5pt!important;}
  body.report-print-mode .report-document table{font-size:8pt!important;}
  body.report-print-mode .report-document a{text-decoration:none!important;}
}

/* ==========================================================
   DYRGA DRIVE — TRUE COMPACT LAPTOP MODE 2026-07-12
   Cel: laptopy 13–14" przy 100% zoomu i wysokim skalowaniu
   Windows. Rozpoznajemy krótki ekran + precyzyjny wskaźnik,
   dzięki czemu tablet/telefon w pionie nadal pozostaje mobilny.
   ========================================================== */
@media screen and (min-width:720px) and (max-height:950px) and (any-hover:hover) and (any-pointer:fine){
  :root{
    --max:1320px;
    --section-space:44px;
  }

  .wrap{width:min(calc(100% - 20px),var(--max));}

  /* Nagłówek ma pozostać pełnym desktopem nawet przy efektywnej
     szerokości 800–900 px wynikającej ze skalowania systemu. */
  .public-nav{height:58px;min-height:58px;gap:8px;}
  .brand-logo{width:126px;}
  .brand-logo--compact{width:126px;}
  .public-links{display:flex!important;gap:10px;font-size:9.5px;}
  .public-links a{padding:6px 0;}
  .public-links a::after{bottom:1px;}
  .public-actions{gap:5px;}
  .public-actions>.btn-outline{display:inline-flex!important;}
  .public-actions>.btn{display:inline-flex!important;min-height:33px;padding:6px 9px;font-size:9.5px;border-radius:9px;white-space:nowrap;}
  .mobile-menu-button{display:none!important;}
  .mobile-public-menu{top:58px;}

  /* Hero: dwie kolumny, mniej wysokości, bez efektu „powiększonej” strony. */
  .home-hero{padding:22px 0 24px;}
  .home-hero-grid{
    grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr)!important;
    gap:18px!important;
    align-items:center;
  }
  .home-hero-grid>div:first-child{max-width:none!important;}
  .eyebrow{margin-bottom:10px;font-size:8.5px;letter-spacing:.14em;}
  .eyebrow::before{width:18px;}
  .hero-title{font-size:clamp(34px,4.7vw,52px)!important;line-height:.97;letter-spacing:-.052em;}
  .hero-lead{max-width:540px;margin-top:12px;font-size:12px;line-height:1.48;}
  .hero-cta{margin-top:15px;gap:7px;display:flex;}
  .hero-cta .btn{width:auto;min-height:35px;padding:7px 11px;font-size:10px;}
  .hero-note{margin-top:12px;gap:8px 12px;font-size:8.8px;}
  .hero-note span{gap:5px;}
  .hero-note span::before{width:5px;height:5px;box-shadow:0 0 0 3px rgba(183,138,59,.10);}
  .hero-art{width:auto!important;max-width:none!important;min-height:270px!important;border-radius:18px;}
  .hero-monogram{width:86px;padding:12px;border-radius:16px;}
  .route-chip{padding:6px 8px;border-radius:9px;font-size:7.8px;gap:6px;}
  .route-chip svg{width:13px;height:13px;}
  .route-chip--one{left:5%;top:12%;}
  .route-chip--two{right:5%;top:20%;}
  .route-chip--three{display:flex!important;right:7%;bottom:11%;}

  /* Sekcja trzech dróg zawsze w jednym rzędzie na laptopie. */
  .action-section{padding:24px 0 42px;}
  .section-heading{display:flex!important;align-items:end;margin-bottom:14px;gap:18px;}
  .section-heading h2{font-size:clamp(23px,3vw,34px);line-height:1.04;}
  .section-heading p{max-width:360px;margin:0;font-size:10.5px;line-height:1.45;}
  .action-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px;}
  .action-card,.action-card--primary,.action-card--dark{
    grid-column:auto!important;
    aspect-ratio:1.08/1!important;
    min-height:0!important;
    padding:14px!important;
    border-radius:15px;
  }
  .action-card__icon{width:38px;height:38px;border-radius:11px;}
  .action-card__icon svg{width:20px;height:20px;}
  .action-card__kicker{font-size:7.5px;letter-spacing:.12em;}
  .action-card h3{margin:6px 0;font-size:clamp(17px,2vw,23px);}
  .action-card p{display:block!important;max-width:250px;font-size:9px;line-height:1.35;}
  .action-card__arrow{width:29px;height:29px;margin-top:8px;font-size:11px;}
  .trust-strip{grid-template-columns:repeat(4,1fr)!important;margin-top:10px;padding-top:0;gap:0;}
  .trust-item{padding:11px 12px!important;border-bottom:0!important;}
  .trust-item strong{font-size:10.5px;}
  .trust-item span{margin-top:3px;font-size:8.5px;line-height:1.3;}

  /* Rekrutacja i rezerwacja także zachowują układ desktopowy. */
  .recruit-hero{padding:28px 0 26px;}
  .recruit-hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(270px,.94fr)!important;gap:18px!important;}
  .recruit-title{font-size:clamp(34px,4.7vw,52px)!important;}
  .recruit-lead{margin-top:12px;font-size:12px;line-height:1.48;}
  .recruit-panel{min-height:270px;padding:18px;border-radius:18px;}
  .content-section{padding:42px 0;}
  .benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px;}
  .benefit-card{min-height:176px;padding:14px;border-radius:14px;}
  .benefit-card__icon{width:38px;height:38px;border-radius:11px;}
  .benefit-card h3{margin:17px 0 6px;font-size:13px;}
  .benefit-card p{font-size:9.5px;line-height:1.42;}
  .model-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px;}
  .model-card{min-height:235px;padding:18px;border-radius:15px;}
  .steps{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px;}
  .step-card{min-height:160px;padding:15px;border-radius:14px;}
  .step-card::before{margin-bottom:20px;}

  .booking-hero{padding:28px 0 14px;}
  .booking-hero h1{font-size:clamp(32px,4.8vw,50px);}
  .booking-hero p{margin-top:11px;font-size:12px;line-height:1.48;}
  .booking-layout{grid-template-columns:minmax(0,1.18fr) minmax(245px,.82fr)!important;gap:10px;padding-bottom:44px;}
  .booking-form,.booking-summary{padding:16px;}
  .booking-summary{position:sticky;top:68px;min-height:300px;}
  .contact-shell{grid-template-columns:.82fr 1.18fr!important;gap:10px;}

  /* Panel: smukły sidebar i wielokolumnowe karty przy 100% zoomu. */
  .app-shell{display:grid!important;grid-template-columns:174px minmax(0,1fr)!important;}
  .app-sidebar{
    position:sticky!important;left:auto!important;top:0!important;bottom:auto!important;
    width:auto!important;height:100vh!important;transform:none!important;
    padding:10px 8px 9px!important;box-shadow:8px 0 22px rgba(11,23,40,.06);
  }
  .app-sidebar__brand{padding:0 6px 10px;}
  .app-sidebar__brand img{width:112px;}
  .app-sidebar__section{margin-top:10px;}
  .app-sidebar__label{padding:0 7px 4px;font-size:6.8px;}
  .app-nav{gap:2px;}
  .app-nav a{min-height:32px;padding:6px 7px;border-radius:8px;font-size:9.5px;gap:8px;}
  .app-nav svg{width:14px;height:14px;flex-basis:14px;}
  .app-sidebar__footer{padding-top:7px;}
  .app-sidebar__footer a{min-height:32px;padding:6px 7px;font-size:9.5px;}
  .app-overlay{display:none!important;}
  .app-menu-button{display:none!important;}

  .app-topbar{height:48px;padding:0 11px;gap:7px;}
  .app-topbar__title{font-size:10px;}
  .app-topbar__meta{font-size:8px;}
  .app-topbar__actions{gap:5px;}
  .app-topbar__actions .btn{display:inline-flex!important;min-height:30px!important;padding:5px 8px!important;font-size:8.5px!important;border-radius:8px;}
  .podmenu{top:48px;}
  .podmenu a{font-size:9px;padding:8px 9px;}
  .app-wrap{padding-top:11px;padding-bottom:28px;}
  .page-heading{margin-bottom:15px;gap:10px;}
  .page-heading h1{font-size:clamp(23px,3vw,32px);}
  .page-heading p{font-size:10px;line-height:1.4;}
  .dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px;}
  .stat-card{min-height:90px;padding:11px;border-radius:12px;}
  .stat-card__value{font-size:clamp(18px,2vw,24px);}
  .quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px;}
  .quick-action{min-height:72px;padding:11px;border-radius:11px;}
  .dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px;}
  .feed-card__head{padding:11px 13px;}
  .feed-item{padding:9px 13px;}

  .karta{margin:9px 0;padding:13px;border-radius:14px;}
  .logo-img,.logo-img-karta{width:112px;}
  .karta-gora{margin-bottom:7px;}
  .divider-karta{margin:7px 0;}
  .kwoty-trasa{gap:8px;}
  .kwota-blok{margin-bottom:6px;}
  .kwota-blok .val{font-size:18px;}
  .kwota-blok.gotowka .val{font-size:12px;}
  .kwota-blok.przelew .val{font-size:27px;}
  .panel-skali{padding:10px;margin-bottom:10px;}
  .karta-biala,.surface{padding:12px;margin:9px 0;border-radius:12px;}
  table.lista th{padding:8px 10px;font-size:7.5px;}
  table.lista td{padding:9px 10px;font-size:10px;}

  .public-footer{padding:28px 0 14px;}
  .footer-grid{grid-template-columns:1.3fr .8fr .8fr!important;gap:20px;}
  .footer-brand p,.footer-col a,.footer-col span{font-size:9.5px;}
  .footer-bottom{margin-top:22px;padding-top:12px;font-size:8.5px;}
}

/* Jeszcze niższe ekrany (np. 1366×768 z paskami przeglądarki). */
@media screen and (min-width:720px) and (max-height:720px) and (any-hover:hover) and (any-pointer:fine){
  .public-nav{height:52px;min-height:52px;}
  .brand-logo{width:112px;}
  .home-hero{padding:14px 0 18px;}
  .hero-title{font-size:clamp(31px,4.2vw,45px)!important;}
  .hero-lead{margin-top:9px;font-size:10.5px;}
  .hero-cta{margin-top:11px;}
  .hero-note{margin-top:9px;}
  .hero-art{min-height:225px!important;}
  .home-hero-grid{gap:14px!important;}
  .action-section{padding:17px 0 32px;}
  .section-heading{margin-bottom:10px;}
  .action-card,.action-card--primary,.action-card--dark{padding:12px!important;}
  .action-card h3{font-size:17px;}
  .action-card p{font-size:8.5px;}
}

/* ==========================================================
   FINAL 2026-07 - SEO pages, quote workflow and driver reports
   ========================================================== */
.content-section--soft{background:#F3F0EA;border-block:1px solid var(--line)}
.services-main{padding-top:72px}
.premium-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.premium-service-card{position:relative;display:flex;flex-direction:column;min-height:390px;padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden;transition:.22s ease}
.premium-service-card:hover{transform:translateY(-5px);border-color:rgba(183,138,59,.55);box-shadow:var(--shadow-md)}
.premium-service-card--navy{background:var(--navy);color:#fff;border-color:var(--navy)}
.premium-service-card .service-number{position:absolute;right:25px;top:22px;color:var(--gold);font:600 11px/1 'IBM Plex Mono',monospace;letter-spacing:.12em}
.premium-service-card h3{margin:54px 0 12px;color:var(--navy);font-size:28px;line-height:1.08;letter-spacing:-.035em}
.premium-service-card--navy h3{color:#fff}
.premium-service-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.premium-service-card--navy p{color:#B7C0CD}
.text-link{margin-top:auto;padding-top:26px;color:var(--gold);font-size:12px;font-weight:800}
.split-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:70px;align-items:center}
.split-feature h2,.service-copy-grid h2,.faq-shell h2{margin:0;color:var(--navy);font-size:clamp(31px,4vw,48px);line-height:1.06;letter-spacing:-.04em}
.split-feature p,.prose p{color:var(--muted);font-size:15px;line-height:1.8}
.abstract-feature,.service-hero-art{position:relative;display:grid;place-items:center;min-height:360px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#fff,#eee8df);overflow:hidden}
.abstract-feature img,.service-hero-art img{position:relative;z-index:2;width:125px;padding:20px;border-radius:24px;background:rgba(255,255,255,.72);box-shadow:var(--shadow-md)}
.abstract-ring{position:absolute;width:280px;height:280px;border:1px solid rgba(183,138,59,.28);border-radius:50%;box-shadow:0 0 0 45px rgba(183,138,59,.05),0 0 0 90px rgba(11,23,40,.025)}
.seo-area{padding-top:64px}
.seo-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.seo-link-grid a,.seo-link-grid span{display:flex;align-items:center;min-height:58px;padding:14px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--navy);font-size:12px;font-weight:750;transition:.18s ease}
.seo-link-grid a:hover{border-color:var(--gold);transform:translateY(-2px)}

.service-hero{padding:clamp(55px,7vw,92px) 0 58px;background:linear-gradient(180deg,#FBFAF7,#F5F1EA)}
.service-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:70px;align-items:center}
.service-hero h1{margin:0;color:var(--navy);font-size:clamp(44px,6vw,72px);line-height:.98;letter-spacing:-.055em}
.service-hero h1 .accent{color:var(--gold)}
.service-hero p{max-width:650px;margin:23px 0 0;color:var(--muted);font-size:17px;line-height:1.7}
.service-hero-art{min-height:430px;background:var(--navy)}
.service-hero-art .abstract-ring{border-color:rgba(255,255,255,.15);box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.014)}
.service-hero-art span{position:absolute;bottom:30px;color:var(--gold-soft);font-size:10px;font-weight:800;letter-spacing:.2em}
.service-copy-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;margin-bottom:34px}
.prose p:first-child{margin-top:0}
.service-benefits{grid-template-columns:repeat(4,minmax(0,1fr))}
.faq-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{cursor:pointer;list-style:none;padding:21px 4px;color:var(--navy);font-size:15px;font-weight:750}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:'+';float:right;color:var(--gold);font-size:20px;font-weight:400}
.faq-list details[open] summary::after{content:'−'}
.faq-list p{margin:0;padding:0 42px 22px 4px;color:var(--muted);font-size:13px;line-height:1.7}
.final-cta{padding:44px 0;background:var(--navy);color:#fff}
.final-cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.final-cta h2{margin:0;color:#fff;font-size:34px;letter-spacing:-.035em}
.final-cta p{margin:9px 0 0;color:#AEB8C6}

/* Formularz wyceny */
.booking-layout--quote{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr)}
.booking-success{grid-column:1/-1;max-width:760px;margin:20px auto 80px;padding:52px!important;text-align:center;border:1px solid var(--line);border-radius:24px;background:#fff}
.booking-success h2{margin:13px 0;color:var(--navy);font-size:32px;letter-spacing:-.04em}
.booking-success p{color:var(--muted);line-height:1.7}
.success-icon{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 20px;border-radius:18px;background:#E8F4ED;color:var(--green);font-size:27px;font-weight:800}
.success-icon.is-error{background:#F9EAE8;color:var(--red)}
.service-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:28px}
.choice-tile{position:relative;cursor:pointer}
.choice-tile input{position:absolute;opacity:0;pointer-events:none}
.choice-tile span{display:flex;align-items:center;min-height:54px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--muted);font-size:11px;font-weight:700;transition:.15s ease}
.choice-tile input:checked+span{border-color:var(--gold);background:#F8F0E2;color:var(--navy);box-shadow:0 0 0 2px rgba(183,138,59,.10)}
.check-row{display:flex;align-items:flex-start;gap:10px;margin:12px 0 20px;cursor:pointer;color:var(--ink);font-size:12px;line-height:1.5}
.check-row input{width:18px;height:18px;min-width:18px;flex:0 0 18px;margin:0;accent-color:var(--gold)}
.check-row span{flex:1;min-width:0;overflow-wrap:anywhere}
.check-row--consent{margin-top:18px;color:var(--muted)}
.return-fields[hidden]{display:none!important}
.confirmation-choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:8px 0 23px}
.confirmation-choice label{position:relative;cursor:pointer}
.confirmation-choice input{position:absolute;opacity:0}
.confirmation-choice span{display:block;min-height:112px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.15s ease}
.confirmation-choice strong{display:block;color:var(--navy);font-size:14px}
.confirmation-choice small{display:block;margin-top:8px;color:var(--muted);font-size:10.5px;line-height:1.45}
.confirmation-choice input:checked+span{border-color:var(--gold);background:#F8F0E2;box-shadow:0 0 0 2px rgba(183,138,59,.10)}
.booking-summary--quote{min-height:520px}
.quote-steps{list-style:none;margin:25px 0 0;padding:0}
.quote-steps li{display:flex;gap:13px;padding:17px 0;border-top:1px solid var(--line)}
.quote-steps li>span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:var(--beige);color:var(--gold);font-size:11px;font-weight:800}
.quote-steps strong,.quote-steps small{display:block}.quote-steps strong{color:var(--navy);font-size:12px}.quote-steps small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.4}
.booking-contact-card{margin-top:28px;padding:19px;border-radius:16px;background:var(--navy);color:#fff}
.booking-contact-card small,.booking-contact-card span{display:block;color:#AEB8C6;font-size:10px}
.booking-contact-card a{display:block;margin:7px 0;color:var(--gold-soft);font-size:19px;font-weight:800}
.confirmation-page{display:grid;place-items:center;min-height:100vh;padding:24px;background:#F4F1EB}
.confirmation-card{width:min(600px,100%);padding:45px;border:1px solid var(--line);border-radius:26px;background:#fff;text-align:center;box-shadow:var(--shadow-lg)}
.confirmation-card .brand-logo{margin:0 auto 34px}.confirmation-card h1{color:var(--navy);font-size:30px}.confirmation-card p{color:var(--muted);line-height:1.7}

/* Rezerwacje w panelu */
.booking-admin-list{display:grid;gap:14px}
.booking-admin-card{padding:22px!important;margin:0!important}
.booking-admin-card.is-highlighted{border-color:var(--gold);box-shadow:0 18px 42px rgba(183,138,59,.12)}
.booking-admin-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid var(--line)}
.booking-admin-kicker{color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.booking-admin-head h2{margin:7px 0 5px;color:var(--navy);font-size:18px;letter-spacing:-.025em}.booking-admin-head h2 span{color:var(--gold)}
.booking-admin-head p{margin:0;color:var(--muted);font-size:11px}
.booking-admin-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);gap:24px;padding-top:18px}
.booking-admin-grid h3{margin:0 0 12px;color:var(--navy);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.booking-client-data p{margin:6px 0;color:var(--muted);font-size:12px}.booking-client-data a{color:var(--navy);font-weight:700}
.booking-notes{margin-top:13px;padding:12px;border-radius:11px;background:#F6F3ED;color:var(--muted);font-size:11px;line-height:1.55}
.booking-current-price{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px;padding:13px 14px;border:1px solid rgba(183,138,59,.25);border-radius:12px;background:#FBF4E7}.booking-current-price span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.booking-current-price strong{color:var(--navy);font-size:20px}
.booking-quote-box{padding:17px;border-radius:15px;background:#F7F5F0}
.quote-form-inline{display:grid;grid-template-columns:minmax(120px,1fr) auto;gap:8px;align-items:end}
.quote-form-inline label{grid-column:1/-1}.money-input{position:relative}.money-input input{padding-right:42px}.money-input span{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:11px;font-weight:700}
.booking-admin-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.booking-admin-actions form{margin:0}
.booking-status-meta{display:grid;gap:5px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:9.5px}.booking-status-meta strong{color:var(--ink)}
.booking-status-form{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:14px}.booking-status-form label{margin:0}.booking-status-form select{width:auto;min-width:180px}
.empty-state{text-align:center;padding:38px!important}.empty-state p{margin:0;color:var(--muted)}

/* Panel kierowcy - rozliczenia i historia */
.report-filter{display:flex;align-items:end;gap:10px;padding:14px!important;margin:0 0 15px!important}.report-filter>div{min-width:180px}.report-filter label{margin-bottom:6px}.custom-range{display:flex;align-items:end;gap:8px}.custom-range.is-hidden{display:none}
.finance-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:26px}
.finance-summary-card{min-height:145px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}
.finance-summary-card span,.finance-summary-card small{display:block}.finance-summary-card span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.finance-summary-card strong{display:block;margin:18px 0 8px;color:var(--navy);font-size:30px;letter-spacing:-.04em}.finance-summary-card small{color:var(--muted);font-size:10px}
.finance-summary-card--navy{background:var(--navy);border-color:var(--navy)}.finance-summary-card--navy span,.finance-summary-card--navy small{color:#AEB8C6}.finance-summary-card--navy strong{color:#fff}
.monthly-settlements{display:grid;gap:12px}.month-settlement-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:var(--shadow-sm)}
.month-settlement-head{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid var(--line)}.month-settlement-head span{color:var(--navy);font-size:18px;font-weight:800}.month-settlement-head strong{margin-left:7px;color:var(--gold)}.month-settlement-head a{color:var(--gold);font-size:11px;font-weight:800}
.month-money-grid{display:grid;grid-template-columns:repeat(3,1fr)}.month-money-grid>div{padding:18px 20px;border-right:1px solid var(--line)}.month-money-grid>div:last-child{border-right:0}.month-money-grid span,.month-money-grid strong{display:block}.month-money-grid span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.month-money-grid strong{margin-top:8px;color:var(--navy);font-size:19px}
.month-settlement-meta{display:flex;justify-content:space-between;padding:11px 20px;background:#FAF8F4;color:var(--muted);font-size:9.5px}
.report-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.report-history-grid--monthly{grid-template-columns:repeat(3,minmax(0,1fr))}
.report-history-card{padding:19px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--shadow-sm)}
.report-history-head{display:flex;justify-content:space-between;gap:15px;padding-bottom:13px;border-bottom:1px solid var(--line)}.report-history-head span{color:var(--gold);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.report-history-head strong{color:var(--navy);font-size:11px}
.report-history-money{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:16px 0}.report-history-money span,.report-history-money strong{display:block}.report-history-money span{color:var(--muted);font-size:8px;text-transform:uppercase}.report-history-money strong{margin-top:5px;color:var(--navy);font-size:14px}
.report-history-actions{display:flex;gap:7px}.report-history-actions .btn{flex:1;min-height:38px;padding:7px 10px;font-size:10px}.report-period{margin:-3px 0 14px;color:var(--muted);font-size:9px}

/* Ostatnia korekta responsywności: laptop 13-14 oraz tablet poziomo */
@media screen and (min-width:880px) and (max-width:1280px) and (orientation:landscape){
  :root{--max:1180px}
  .wrap{width:min(calc(100% - 24px),var(--max))}
  .home-hero{padding:34px 0 28px}
  .home-hero-grid,.recruit-hero-grid,.service-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)!important;gap:24px!important}
  .hero-title,.recruit-title,.service-hero h1{font-size:clamp(38px,5vw,58px)!important}
  .hero-lead,.recruit-lead,.service-hero p{font-size:13px;line-height:1.55}
  .hero-art{min-height:340px!important}
  .service-hero-art{min-height:330px}
  .action-grid,.premium-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .action-card,.action-card--primary{grid-column:auto!important;aspect-ratio:1/1!important;padding:19px!important}
  .action-card h3{font-size:22px}.action-card p{display:block!important;font-size:10.5px}
  .premium-service-card{min-height:330px;padding:21px}.premium-service-card h3{margin-top:42px;font-size:22px}.premium-service-card p{font-size:10.5px}
  .split-feature,.service-copy-grid,.faq-shell{grid-template-columns:1fr 1fr;gap:35px}
  .service-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .booking-layout,.booking-layout--quote{grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr)!important;gap:14px}
  .booking-summary{position:sticky;top:70px}
  .app-shell{display:grid!important;grid-template-columns:190px minmax(0,1fr)!important}
  .app-sidebar{position:sticky!important;top:0!important;width:auto!important;height:100vh!important;transform:none!important;box-shadow:8px 0 22px rgba(11,23,40,.06)}
  .app-overlay,.app-menu-button{display:none!important}
  .app-sidebar__brand img{width:125px}.app-nav a{padding:8px 9px;font-size:10px}
  .dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .finance-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .report-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.report-history-grid--monthly{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:879px){
  .premium-service-grid,.service-benefits,.seo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .split-feature,.service-hero-grid,.service-copy-grid,.faq-shell{grid-template-columns:1fr;gap:30px}
  .service-hero-art{min-height:310px}.service-hero{padding-top:42px}
  .booking-admin-grid{grid-template-columns:1fr}.report-history-grid,.report-history-grid--monthly{grid-template-columns:1fr}
}
@media(max-width:620px){
  .premium-service-grid,.service-benefits,.seo-link-grid,.service-choice-grid,.confirmation-choice,.finance-summary-grid{grid-template-columns:1fr}
  .premium-service-card{min-height:280px}.final-cta .wrap{display:block}.final-cta .btn{margin-top:20px;width:100%}
  .report-filter,.custom-range{display:grid;grid-template-columns:1fr;width:100%}.report-filter>div{min-width:0}.report-filter .btn{width:100%}
  .month-money-grid{grid-template-columns:1fr}.month-money-grid>div{border-right:0;border-bottom:1px solid var(--line)}.month-money-grid>div:last-child{border-bottom:0}
  .month-settlement-meta{display:grid;gap:5px}.report-history-money{grid-template-columns:1fr 1fr}.report-history-money>div:last-child{grid-column:1/-1}
  .booking-admin-head{display:grid}.quote-form-inline{grid-template-columns:1fr}.quote-form-inline label{grid-column:auto}.booking-status-form{justify-content:stretch}.booking-status-form select{width:100%}
}

/* ==========================================================
   DYRGA DRIVE — GRAFIK 2.0 + MOBILE PUBLIC FIX 2026-07-12
   ========================================================== */

/* --- wspólne nagłówki grafiku --- */
.schedule-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:4px 0 22px}
.schedule-page-head h1{margin:2px 0 5px;color:var(--navy);font-size:clamp(30px,3.1vw,44px);line-height:1;letter-spacing:-.045em}
.schedule-page-head .opis{max-width:680px;margin:0}
.schedule-page-actions{display:flex;flex-wrap:wrap;gap:8px}
.schedule-toolbar,.schedule-filter-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px!important;margin:0 0 16px!important}
.schedule-toolbar>div{text-align:center}.schedule-toolbar__label{display:block;margin-bottom:3px;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.schedule-toolbar strong,.schedule-month{color:var(--navy);font-size:16px;font-weight:800}
.schedule-arrow{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-size:18px;font-weight:800;transition:.18s ease}
.schedule-arrow:hover{border-color:var(--gold);background:var(--beige);transform:translateY(-1px)}
.schedule-filter-form{display:flex;align-items:end;gap:9px}.schedule-filter-form>div{min-width:120px}.schedule-filter-form label{margin-bottom:5px}.schedule-filter-form input,.schedule-filter-form select{min-height:39px;padding:7px 10px}
.schedule-week-nav{display:flex;align-items:center;gap:12px;color:var(--navy)}

/* --- tygodniowy grafik administratora --- */
.admin-week-board{display:grid;grid-template-columns:repeat(7,minmax(142px,1fr));gap:8px;margin-bottom:12px;overflow-x:auto;padding:1px 1px 8px;scrollbar-width:thin}
.admin-week-day{min-width:142px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}
.admin-week-day>header{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;border-bottom:1px solid var(--line);background:#FBFAF7}
.admin-week-day>header strong{color:var(--navy);font-size:13px}.admin-week-day>header span{color:var(--muted);font-size:10px;font-weight:700}
.admin-week-day.is-today{border-color:rgba(183,138,59,.65);box-shadow:0 10px 30px rgba(183,138,59,.10)}
.admin-week-day.is-today>header{background:#F7EEDC}.admin-week-day.is-today>header strong,.admin-week-day.is-today>header span{color:#8A641E}
.admin-week-day__body{display:grid;gap:7px;padding:9px;min-height:195px;align-content:start}
.admin-shift-card{padding:10px;border:1px solid #DDE8DF;border-radius:11px;background:#F6FAF6}
.admin-shift-card strong,.admin-shift-card span,.admin-shift-card small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.admin-shift-card strong{color:var(--navy);font-size:11px}.admin-shift-card span{margin-top:5px;color:#2F6C4E;font-size:10px;font-weight:750}.admin-shift-card small{margin-top:3px;color:var(--muted);font-size:8.5px}
.shift-empty{display:grid;place-items:center;min-height:52px;padding:10px;border:1px dashed #D9D7D1;border-radius:11px;color:#A0A5AD;font-size:9.5px;text-align:center}
.schedule-legend{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;margin:0 0 20px;color:var(--muted);font-size:9.5px}
.schedule-legend span{display:flex;align-items:center;gap:6px}.legend-dot{width:8px;height:8px;border-radius:50%;background:#2D855B}.legend-dot--gold{background:var(--gold)}.legend-dot--empty{border:1px dashed #AAA;background:transparent}
.schedule-month-editor{padding:0!important;overflow:hidden}
.schedule-month-editor>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;list-style:none}
.schedule-month-editor>summary::-webkit-details-marker{display:none}.schedule-month-editor>summary div{display:grid;gap:3px}.schedule-month-editor>summary strong{color:var(--navy);font-size:15px}.schedule-month-editor>summary span{color:var(--muted);font-size:10px}.schedule-month-editor[open]>summary{border-bottom:1px solid var(--line)}.details-chevron{font-size:18px!important;color:var(--gold)!important}
.schedule-editor-table-wrap{overflow:auto;max-height:68vh}
.schedule-editor-table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0;font-size:10.5px}
.schedule-editor-table th,.schedule-editor-table td{padding:8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:top}
.schedule-editor-table thead th{position:sticky;top:0;z-index:2;background:#F7F5F0;color:var(--navy);font-size:10px;text-align:left}
.schedule-editor-table tbody th{position:sticky;left:0;z-index:1;min-width:100px;background:#FBFAF7;text-align:left}.schedule-editor-table tbody th strong,.schedule-editor-table tbody th span{display:block}.schedule-editor-table tbody th span{margin-top:3px;color:var(--muted);font-size:8px;font-weight:500}.schedule-editor-table tr.is-weekend tbody th,.schedule-editor-table tr.is-weekend>th{color:var(--gold)}
.schedule-editor-table td{min-width:150px;background:#fff}.schedule-editor-table td input{width:100%;min-height:34px;margin:0 0 5px;padding:6px 8px;border-radius:8px;font-size:10px}.schedule-editor-table td input:last-child{margin-bottom:0}.schedule-editor-table td strong,.schedule-editor-table td small{display:block}.schedule-editor-table td small{margin-top:4px;color:var(--muted)}
.schedule-save-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;background:#FBFAF7}.schedule-save-bar span{color:var(--muted);font-size:10px}

/* --- grafik kierowcy --- */
.driver-week-list{display:grid;gap:9px;margin-bottom:18px}
.driver-day-card{display:grid;grid-template-columns:95px minmax(0,1fr);border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}
.driver-day-card.is-today{border-color:rgba(183,138,59,.65)}
.driver-day-card__date{display:grid;align-content:center;justify-items:center;padding:15px;border-right:1px solid var(--line);background:#FBFAF7}.driver-day-card.is-today .driver-day-card__date{background:#F7EEDC}
.driver-day-card__date strong{color:var(--navy);font-size:15px}.driver-day-card__date span{margin-top:4px;color:var(--muted);font-size:10px}
.driver-day-card__shifts{display:grid;gap:6px;padding:10px}
.shift-row{display:grid;grid-template-columns:9px minmax(95px,.7fr) minmax(90px,.65fr) minmax(120px,1.2fr) auto;align-items:center;gap:9px;min-height:42px;padding:8px 10px;border:1px solid #DCE7F5;border-radius:10px;background:#F7FAFE}
.shift-row.is-mine{border-color:#CDE5D5;background:#F4FAF6}.shift-dot{width:7px;height:7px;border-radius:50%;background:#287CBF}.shift-row.is-mine .shift-dot{background:#278052}
.shift-row strong{color:var(--navy);font-size:11px}.shift-row>span:not(.shift-dot):not(.shift-me){color:var(--ink);font-size:10.5px;font-weight:650}.shift-row small{color:var(--muted);font-size:9px}.shift-me{padding:4px 7px;border-radius:999px;background:#E4F2E9;color:#27694E;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.schedule-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.schedule-panel-card{margin:0!important}.schedule-panel-card__head h2,.schedule-panel-card h2{margin:3px 0 8px;color:var(--navy);font-size:20px;letter-spacing:-.03em}.schedule-panel-card--navy{background:var(--navy);border-color:var(--navy);color:#fff}.schedule-panel-card--navy h2{color:#fff}.schedule-panel-card--navy p{color:#AEB8C6;line-height:1.65}
.schedule-change-form{display:grid;grid-template-columns:1.3fr .75fr .75fr 1.2fr auto;gap:8px;align-items:end;margin-top:14px}.schedule-change-form label{margin-bottom:5px}.schedule-change-form input,.schedule-change-form select{min-height:40px;padding:8px 9px}.schedule-change-form .btn{min-height:40px}

/* --- dostępne zmiany --- */
.available-shifts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.available-shift-card{display:flex;flex-direction:column;min-height:330px;padding:19px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm);transition:.2s ease}
.available-shift-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.available-shift-card.is-pending{background:#FBFAF7}
.available-shift-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.available-shift-card__top>div{display:grid;gap:3px}.available-shift-card__day{color:var(--gold);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.available-shift-card__top strong{color:var(--navy);font-size:15px}
.shift-state{padding:5px 8px;border-radius:999px;background:#E8F4ED;color:#27694E;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.shift-state--pending{background:#F6EEDC;color:#8A641E}
.available-shift-card__vehicle{margin-top:16px;color:var(--navy);font-size:17px;font-weight:800;letter-spacing:-.02em}.available-shift-card__slot{margin-top:7px;color:var(--muted);font-size:10px}.available-shift-card__slot strong{color:var(--ink)}
.available-shift-form{display:flex;flex-direction:column;flex:1;margin-top:17px}.shift-hours-edit{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:8px}.shift-hours-edit span{padding-bottom:12px;color:var(--muted)}.shift-hours-edit input{min-height:44px}.available-shift-hint{display:block;margin:10px 0 15px;color:var(--muted);font-size:9px;line-height:1.45}.available-shift-form .btn{margin-top:auto}.available-shift-card__pending{margin-top:18px;padding:13px;border-radius:11px;background:#F4EAD6;color:#7D5A1E;font-size:10px;line-height:1.5}
.schedule-rules{display:flex;align-items:center;gap:14px;margin-top:16px!important}.schedule-rules strong{color:var(--navy);white-space:nowrap}.schedule-rules span{color:var(--muted);font-size:10px}.schedule-empty{padding:55px!important}.schedule-empty__icon{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 15px;border-radius:15px;background:#E8F4ED;color:#27694E;font-size:22px;font-weight:800}.schedule-empty h2{color:var(--navy)}

/* --- publiczne podstrony: stabilny układ bez nachodzenia --- */
.recruit-stat{position:relative;z-index:1;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:13px;padding:17px 0;border-top:1px solid rgba(255,255,255,.11)}
.recruit-stat:first-of-type{margin-top:24px}.recruit-stat strong{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(200,155,75,.15);color:var(--gold-soft);font-size:11px}.recruit-stat span{color:#E7EAF0;font-size:13px;line-height:1.45}
.model-card:not(.model-card--dark){background:#fff;border-color:var(--line);color:var(--navy);box-shadow:var(--shadow-sm)}.model-card:not(.model-card--dark) p{color:var(--muted)}.model-card:not(.model-card--dark) strong{color:var(--navy)}
.model-card--dark{background:var(--navy);color:#fff;border-color:var(--navy)}.model-card--dark p{color:#AEB8C6}
.booking-form,.booking-summary,.choice-tile,.choice-tile span,.route-field,.route-field input{min-width:0;max-width:100%}
.booking-form{overflow:hidden}.service-choice-grid{position:relative;z-index:1}.choice-tile,.choice-tile span{inset:auto!important;transform:none!important}.choice-tile span{width:100%;box-sizing:border-box}

@media (max-width:1180px){
  .available-shifts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .schedule-change-form{grid-template-columns:1fr 1fr 1fr}.schedule-change-form>div:first-child,.schedule-change-form>div:nth-child(4){grid-column:auto}.schedule-change-form .btn{grid-column:1/-1}
}

@media (max-width:900px){
  .schedule-page-head{align-items:flex-start}.schedule-filter-row{align-items:stretch;flex-direction:column}.schedule-week-nav{justify-content:space-between}
  .schedule-two-columns{grid-template-columns:1fr}.available-shifts-grid{grid-template-columns:1fr 1fr}
  .admin-week-board{grid-template-columns:repeat(7,170px)}
}

@media (max-width:760px){
  .schedule-page-head{display:grid;gap:14px;margin-top:0}.schedule-page-head h1{font-size:35px}.schedule-page-head .btn{width:100%}.schedule-page-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.schedule-page-actions .btn{width:100%}
  .schedule-toolbar{padding:11px!important}.schedule-toolbar strong,.schedule-month{font-size:14px}.schedule-arrow{width:38px;height:38px;flex-basis:38px}
  .driver-day-card{grid-template-columns:70px minmax(0,1fr)}.driver-day-card__date{padding:12px 8px}.driver-day-card__date strong{font-size:14px}.driver-day-card__shifts{padding:8px}
  .shift-row{grid-template-columns:8px minmax(95px,1fr) minmax(70px,.8fr);gap:6px}.shift-row small{grid-column:2/4}.shift-me{grid-column:3;grid-row:1}
  .schedule-change-form{grid-template-columns:1fr 1fr}.schedule-change-form>div:first-child,.schedule-change-form>div:nth-child(4),.schedule-change-form .btn{grid-column:1/-1}
  .available-shifts-grid{grid-template-columns:1fr}.available-shift-card{min-height:0}.schedule-rules{align-items:flex-start;flex-direction:column}.schedule-rules strong{white-space:normal}
  .schedule-filter-form{display:grid;grid-template-columns:1fr 1fr}.schedule-filter-form>div{min-width:0}.schedule-filter-form .btn{grid-column:1/-1;width:100%}
  .schedule-save-bar{align-items:flex-start;flex-direction:column}.schedule-save-bar .btn{width:100%}
  .schedule-month-editor>summary{padding:15px}

  /* rezerwacja: żadnych nachodzących kart i bocznych paneli */
  .booking-page .booking-hero{padding:32px 0 15px}.booking-page .booking-hero h1{font-size:clamp(38px,11.5vw,52px);line-height:1.02}.booking-page .booking-hero p{font-size:15px;line-height:1.6}
  .booking-layout,.booking-layout--quote{display:flex!important;flex-direction:column!important;width:100%!important;gap:14px!important;padding-bottom:48px}
  .booking-form{order:1;width:100%!important;padding:18px!important;margin:0!important;border-radius:18px}.booking-summary{order:2;position:static!important;width:100%!important;min-height:0!important;padding:22px!important;margin:0!important;border-radius:20px}
  .service-choice-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;margin:0 0 25px!important;overflow:visible!important}
  .choice-tile{display:block!important;width:100%!important;margin:0!important;padding:0!important;position:relative!important}.choice-tile span{display:flex!important;min-height:64px!important;padding:12px!important;font-size:11px!important;line-height:1.25!important}
  .route-fields{width:100%}.route-field{padding-left:31px!important}.route-fields::before{left:13px!important}.route-dot{left:7px!important}.booking-form input,.booking-form select,.booking-form textarea{width:100%!important;box-sizing:border-box!important}
  .confirmation-choice{grid-template-columns:1fr!important;gap:9px!important}.confirmation-choice span{min-height:0!important;padding:16px!important}.confirmation-choice small{font-size:11px!important}
.booking-form .check-row{display:flex!important;align-items:flex-start!important;gap:12px!important;width:100%!important;margin:14px 0 22px!important}.booking-form .check-row input[type="checkbox"]{width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;min-height:22px!important;padding:0!important;flex:0 0 22px!important}.booking-form .check-row span{display:block!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;font-size:13px!important;line-height:1.45!important;overflow-wrap:anywhere!important}.booking-form .check-row--consent{margin-bottom:18px!important}

  /* rekrutacja: kroki jako czytelne wiersze, nie ściana tekstu */
  .recruit-hero{padding:34px 0 28px}.recruit-title{font-size:clamp(39px,12vw,52px)!important}.recruit-lead{font-size:14px!important;line-height:1.6}
  .recruit-panel{min-height:0!important;padding:22px!important;border-radius:22px}.recruit-stat{grid-template-columns:42px minmax(0,1fr);padding:15px 0}.recruit-stat strong{width:34px;height:34px}.recruit-stat span{font-size:13px}
  .model-grid{grid-template-columns:1fr!important}.model-card{min-height:0!important;padding:24px!important}.model-card h3{margin:22px 0 10px!important}.contact-shell{grid-template-columns:1fr!important}.contact-copy,.contact-form-panel{padding:22px!important}
}

@media (max-width:430px){
  .service-choice-grid{grid-template-columns:1fr 1fr!important}.choice-tile span{min-height:58px!important;font-size:10.5px!important}
  .driver-day-card{grid-template-columns:62px minmax(0,1fr)}.shift-row{grid-template-columns:7px 1fr auto}.shift-row>span:not(.shift-dot):not(.shift-me){grid-column:2}.shift-row small{grid-column:2/4}.shift-me{grid-column:3;grid-row:1}
  .schedule-page-actions{grid-template-columns:1fr}
}
