:root{
  --navy:#071d46;
  --navy-2:#0c2f66;
  --blue:#1263e9;
  --blue-2:#0a50d7;
  --green:#58ad2f;
  --text:#132341;
  --muted:#69778d;
  --line:#dfe7f1;
  --soft:#f7f9fc;
  --white:#fff;
  --container:1180px;
  --radius:15px;
  --shadow:0 10px 28px rgba(20,48,89,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Manrope,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.45;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 38px));margin:0 auto}
.narrow{max-width:1090px}
.section{padding:34px 0}
.section-heading{margin-bottom:18px}
.section-heading.centered{text-align:center}
.section-heading.compact{margin-bottom:14px}
.section-heading h2{margin:0;font-size:26px;line-height:1.15;color:var(--navy);font-weight:850}
.section-heading p{margin:6px auto 0;color:var(--muted);font-size:12px;max-width:700px}
.eyebrow{font-weight:800;color:var(--blue);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.eyebrow.light{color:#a8c8ff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;padding:12px 18px;font-weight:800;transition:.2s ease;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 8px 20px rgba(18,99,233,.22)}
.btn-primary:hover{box-shadow:0 11px 24px rgba(18,99,233,.3)}
.btn-small{padding:10px 15px;font-size:12px}
.btn-wide{width:100%}
.btn-light{background:#fff;color:var(--navy)}
.btn-outline-light{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.04)}

/* header */
.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid #edf1f6}
.header-inner{height:68px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--navy);color:#fff;font-size:16px;transform:rotate(-18deg)}
.brand strong{display:block;font-size:14px;letter-spacing:.02em;color:var(--navy)}
.brand small{display:block;font-size:9px;color:var(--muted)}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:12px;font-weight:700;color:#44516a}
.main-nav a:hover{color:var(--blue)}
.header-contact{display:flex;align-items:center;gap:13px}
.header-phone>a{display:block;font-weight:900;color:var(--navy);font-size:14px;text-align:right}
.header-phone div{display:flex;justify-content:flex-end;gap:6px;font-size:9px;color:var(--muted)}
.header-phone .wa-link{color:#59a832}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px}

/* hero - built to match approved mockup */
.hero{position:relative;overflow:hidden;min-height:555px;padding:38px 0 28px;background:#eaf3ff}
.hero-bg{position:absolute;inset:0;overflow:hidden;background:#eaf3ff}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center bottom;filter:saturate(.92)}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(238,246,255,.98) 0%,rgba(238,246,255,.94) 26%,rgba(238,246,255,.63) 48%,rgba(238,246,255,.16) 68%,rgba(238,246,255,.08) 100%),linear-gradient(180deg,rgba(233,243,255,.72) 0%,rgba(233,243,255,.1) 48%,rgba(4,25,57,.05) 100%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:50px;align-items:start}
.hero-copy{padding-top:10px;min-width:0}
.hero-copy h1{max-width:680px;font-size:clamp(44px,4.3vw,61px);line-height:.99;letter-spacing:-.045em;margin:0 0 15px;color:var(--navy);font-weight:850}
.hero-copy h1 span{display:block;margin-top:3px}
.hero-lead{font-size:15px;line-height:1.45;max-width:630px;color:#40506a;margin:0 0 18px}
.hero-badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;max-width:690px;margin-top:12px}
.mini-benefit{min-height:64px;background:rgba(255,255,255,.92);border:1px solid #dae5f1;border-radius:12px;padding:11px 12px;display:flex;align-items:center;gap:9px;box-shadow:0 6px 20px rgba(39,68,111,.08)}
.mini-benefit i{font-style:normal;color:var(--blue);font-size:20px;font-weight:900}
.mini-benefit span{font-size:10px;font-weight:800;line-height:1.22;color:#112547}
.hero-photo-wrap{display:none!important}
.quote-card{background:#fff;border-radius:17px;padding:20px 20px 17px;box-shadow:0 18px 46px rgba(34,60,95,.18);border:1px solid rgba(224,232,241,.95)}
.form-head{margin-bottom:12px}.form-head h2{font-size:22px;line-height:1.12;margin:0;color:var(--navy)}.form-kicker{display:none}
.field{display:flex;flex-direction:column;gap:5px;margin-bottom:9px}.field>span{font-size:10px;color:#65748b;font-weight:700}.field input,.field select{width:100%;height:42px;border:1px solid #d8e2ee;border-radius:8px;padding:0 11px;color:#213250;background:#fff;outline:none;transition:border .2s,box-shadow .2s}.field input:focus,.field select:focus{border-color:#86b2ff;box-shadow:0 0 0 3px rgba(18,100,238,.08)}
.form-row{display:grid;gap:9px}.form-row.two{grid-template-columns:1fr 1fr}.form-row .field{margin-bottom:9px}
.form-note{font-size:9px;color:#8390a1;text-align:center;margin:8px 0 0}

/* strip */
.benefit-strip{border-top:1px solid #e6ecf4;border-bottom:1px solid #e6ecf4;background:#fff}
.strip-grid{min-height:70px;display:grid;grid-template-columns:repeat(6,1fr);align-items:center}
.strip-grid>div{display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 7px;border-right:1px solid #edf1f6;font-size:11px;font-weight:800}.strip-grid>div:last-child{border:0}.strip-grid i{font-style:normal;color:#1a4d91;font-weight:900;font-size:18px}

/* routes */
.routes{background:#fff;padding-top:28px;padding-bottom:24px}
.routes .section-heading{margin-bottom:17px}.routes .section-heading .eyebrow{display:none}
.route-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.route-card{border:1px solid #dfe7f1;border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 7px 22px rgba(22,47,88,.07);transition:.2s}
.route-card:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(22,47,88,.12)}
.route-art{height:132px;background-size:cover!important;background-position:center!important;position:relative;overflow:hidden}.route-art span{display:none}
.art-gdansk{background-image:url('../assets/images/route-gdansk.webp')}.art-warsaw{background-image:url('../assets/images/route-warsaw.webp')}.art-vilnius{background-image:url('../assets/images/route-vilnius.webp')}.art-riga{background-image:url('../assets/images/route-riga.webp')}
.route-body{padding:13px 14px 14px}.route-body h3{margin:0 0 6px;font-size:14px;line-height:1.25;color:var(--navy)}.route-body p{min-height:36px;margin:0 0 10px;color:var(--muted);font-size:10.5px}.route-body strong{display:block;margin-bottom:11px;font-size:16px;color:var(--navy)}.route-body .btn{width:100%;font-size:10px;padding:9px 8px;border-radius:6px}

/* trust */
.trust-section{background:#fff;padding-top:18px;padding-bottom:24px}
.trust-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}.trust-card{background:#fff;border:1px solid #e4eaf1;border-radius:12px;padding:14px 9px;text-align:center;min-height:96px}.trust-card i{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 7px;border-radius:10px;background:#f1f9ed;color:var(--green);font-style:normal;font-size:18px;font-weight:900}.trust-card h3{margin:0;font-size:11px;line-height:1.22;color:var(--navy)}.trust-card p{display:none}

/* airport banner */
.airport-section{padding-top:10px;padding-bottom:24px}
.airport-banner{position:relative;min-height:270px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);background:#071c43}
.airport-photo{position:absolute;inset:0}.airport-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,21,50,.98) 0%,rgba(5,26,61,.92) 30%,rgba(5,26,61,.5) 48%,rgba(5,26,61,.08) 74%,rgba(5,26,61,.02) 100%)}.airport-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.airport-copy{position:relative;z-index:2;width:43%;padding:33px 32px;color:#fff}.airport-copy h2{font-size:31px;line-height:1.04;margin:0 0 11px}.airport-copy p{font-size:12px;line-height:1.5;color:#dce7f8;margin:0 0 18px;max-width:330px}.airport-copy ul{display:none}.airport-btn{padding:10px 18px;font-size:11px}

/* fleet mockup layout */
.fleet{padding-top:22px;padding-bottom:29px}
.fleet-showcase{display:grid;grid-template-columns:210px 1fr 360px;gap:16px;align-items:stretch}
.fleet-feature{border:1px solid #e1e8f1;border-radius:14px;padding:18px 17px;background:#fff}.fleet-feature h3{margin:0 0 14px;font-size:22px;line-height:1.07;color:var(--navy)}.fleet-feature ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.fleet-feature li{font-size:11px;color:#53627a;position:relative;padding-left:20px}.fleet-feature li:before{content:"✓";position:absolute;left:0;color:#2a8c58;font-weight:900}
.fleet-main-photo{border-radius:14px;overflow:hidden;border:1px solid #e1e8f1;min-height:260px;background:#f3f6fa}.fleet-main-photo img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.fleet-side{display:grid;grid-template-rows:1fr 1fr;gap:12px}.fleet-side article{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;border:1px solid #e4e9f0;border-radius:14px;background:#f7f8fa;overflow:hidden;padding-left:16px}.fleet-side article>div{padding:12px 0}.fleet-side h3{margin:0 0 6px;font-size:14px;color:var(--navy)}.fleet-side strong{font-size:11px}.fleet-side p{margin:5px 0 0;font-size:9.5px;color:var(--muted)}.fleet-side img{width:100%;height:100%;min-height:120px;object-fit:cover}.fleet-note{text-align:center;color:var(--muted);font-size:10px;margin:10px 0 0}

/* steps */
.steps-section{background:#fff;padding-top:20px;padding-bottom:23px}.steps-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.steps-grid li{position:relative;text-align:left;padding:12px 14px 12px 58px;min-height:104px}.steps-grid li:not(:last-child):after{content:"";position:absolute;top:29px;left:87%;right:-14%;border-top:1px dotted #8eafe1}.step-number{position:absolute;top:17px;left:0;color:var(--blue);font-size:14px;font-weight:900}.steps-grid i{position:absolute;left:21px;top:8px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#f2f5fa;color:#123a77;font-style:normal;font-size:17px}.steps-grid h3{font-size:11px;margin:33px 0 4px;color:var(--navy)}.steps-grid p{font-size:9.5px;color:var(--muted);margin:0;line-height:1.35}

/* extras */
.extras{padding-top:18px;padding-bottom:22px}.extras-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.extras-grid>div{position:relative;border:1px solid #e5ebf2;border-radius:12px;padding:17px 14px 16px 48px;background:#fff;min-height:92px}.extras-grid i{position:absolute;left:15px;top:20px;font-style:normal;color:var(--blue);font-size:22px}.extras-grid h3{font-size:11px;margin:0 0 5px;color:var(--navy)}.extras-grid p{font-size:9.5px;color:var(--muted);margin:0}.extras-note{text-align:center;color:var(--muted);font-size:10px;margin:10px 0 0}

/* big quote */
.quote-section{padding-top:12px;padding-bottom:22px}.quote-panel{position:relative;overflow:hidden;background:linear-gradient(110deg,#091c57 0%,#0a2e79 52%,#124eb8 100%);border-radius:18px;padding:18px 22px 20px;box-shadow:0 15px 36px rgba(12,39,88,.18)}.quote-panel:after{content:"";position:absolute;inset:0 0 0 65%;background:radial-gradient(circle at 70% 45%,rgba(255,255,255,.18),rgba(255,255,255,0) 58%);opacity:.9}.quote-panel:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(7,29,70,0) 0%,rgba(7,29,70,0) 61%,rgba(7,29,70,.08) 67%,rgba(7,29,70,.05) 100%)}
.quote-panel-head{position:relative;z-index:2;text-align:center;color:#fff;margin-bottom:10px}.quote-panel-head h2{margin:0;font-size:28px;line-height:1.08}.quote-panel-head p{display:none}
.big-form{position:relative;z-index:2;background:rgba(255,255,255,.97);border-radius:13px;padding:14px;display:grid;grid-template-columns:1.15fr 1fr .95fr;gap:9px 14px;width:86%}.big-form fieldset{border:0;padding:0;margin:0;min-width:0}.big-form legend{font-size:10px;font-weight:900;color:var(--navy);margin-bottom:5px}.big-form .field{margin:0}.big-form .field>span{font-size:8.5px}.big-form .field input,.big-form .field select{height:38px;font-size:10px}.wide{grid-column:span 2}.checks{display:flex;gap:12px;align-items:center;flex-wrap:wrap;min-height:38px}.checks label{font-size:9px;color:#53627b;display:flex;align-items:center;gap:4px}.checks input{accent-color:var(--blue)}.compact-checks{align-content:center}.submit-cell{align-self:end}.submit-cell small{display:block;font-size:8px;color:#8190a3;text-align:center;margin-top:5px}

/* reviews + faq */
.reviews{background:#fff;padding-top:18px;padding-bottom:18px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.review-grid article{border:1px solid #e1e8f1;border-radius:12px;padding:15px;background:#fff;box-shadow:0 6px 20px rgba(24,50,86,.05)}.review-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef4ff;color:var(--blue);font-weight:900}.review-head strong{display:block;font-size:10px}.review-head small{display:block;font-size:8px;color:var(--muted)}.stars{font-size:10px;color:#f2a600;letter-spacing:1px}.review-grid p{font-size:10px;color:#4e5d75;margin:10px 0 0;line-height:1.45}
.faq{padding-top:18px;padding-bottom:26px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px}.faq details{border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:0 13px}.faq summary{list-style:none;cursor:pointer;padding:10px 0;font-size:10px;font-weight:700;color:#2d3d59;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"⌄";position:absolute;right:0;color:#214e92;font-weight:900}.faq details[open] summary:after{content:"⌃"}.faq details p{font-size:9.5px;color:var(--muted);margin:-1px 0 11px}

/* final/footer */
.final-cta{background:linear-gradient(135deg,#071c43,#092d67);color:#fff;padding:31px 0}.final-grid{display:grid;grid-template-columns:1.25fr .8fr .65fr;gap:30px;align-items:center}.final-grid h2{font-size:28px;line-height:1.08;margin:0 0 8px}.final-grid p{font-size:10px;color:#c8d6ec;margin:0;max-width:470px}.final-grid .eyebrow{display:none}.final-actions{display:flex;flex-direction:column;gap:8px}.final-actions>div{display:flex;gap:7px}.final-actions .btn{flex:1;font-size:10px;padding:10px}.final-phone{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.final-phone>a{font-size:21px;font-weight:900}.final-phone .secondary{font-size:13px;margin-top:7px}.final-phone span{font-size:8px;color:#9fb3d2}.final-phone strong{font-size:10px;margin-top:8px}
.site-footer{background:#04142f;color:#d6e1f3;padding:25px 0 14px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:28px}.footer-brand strong{color:#fff}.footer-grid p{font-size:9px;color:#8fa4c5;max-width:250px}.footer-grid h3{font-size:10px;color:#fff;margin:3px 0 8px}.footer-grid>div>a:not(.brand){display:block;font-size:9px;color:#9fb3d1;margin:5px 0}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:18px;padding-top:10px;display:flex;justify-content:space-between;color:#7188ab;font-size:8px}
.toast{position:fixed;z-index:100;right:20px;bottom:20px;max-width:360px;padding:13px 15px;border-radius:10px;background:#071c43;color:#fff;box-shadow:var(--shadow);font-size:11px;transform:translateY(20px);opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translateY(0)}

@media (max-width:1100px){
  .main-nav{gap:12px}.main-nav a{font-size:10px}.header-phone{display:none}
  .hero-grid{grid-template-columns:1fr 360px;gap:26px}.hero-copy h1{font-size:49px}.hero-badges{grid-template-columns:repeat(2,1fr);max-width:470px}
  .trust-grid{grid-template-columns:repeat(3,1fr)}
  .fleet-showcase{grid-template-columns:190px 1fr 320px}
  .big-form{width:94%;grid-template-columns:1fr 1fr}.wide{grid-column:span 2}.submit-cell{grid-column:span 2}.quote-panel:after{inset:0 0 0 72%}
  .final-grid{grid-template-columns:1.2fr .8fr}.final-phone{grid-column:1/-1;align-items:flex-start;text-align:left}
}

@media (max-width:820px){
  .container{width:min(100% - 28px,var(--container))}.section{padding:34px 0}
  .header-inner{height:64px}.menu-toggle{display:block;margin-left:auto}.header-contact .btn{display:none}
  .main-nav{position:fixed;top:64px;left:0;right:0;background:#fff;display:flex;flex-direction:column;align-items:stretch;padding:16px 22px 22px;gap:0;transform:translateY(-130%);transition:.25s;box-shadow:0 18px 30px rgba(15,38,70,.12)}.main-nav.open{transform:translateY(0)}.main-nav a{padding:11px 0;font-size:13px;border-bottom:1px solid #eef2f7}
  .hero{min-height:auto;padding:32px 0}.hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:44px;max-width:600px}.hero-bg:after{background:linear-gradient(180deg,rgba(238,246,255,.97) 0%,rgba(238,246,255,.8) 58%,rgba(238,246,255,.58) 100%)}.quote-card{max-width:590px;width:100%;margin:0 auto}
  .strip-grid{grid-template-columns:repeat(3,1fr);padding:7px 0}.strip-grid>div{border:0;justify-content:flex-start}
  .route-grid{grid-template-columns:1fr 1fr}.trust-grid{grid-template-columns:repeat(3,1fr)}
  .airport-banner{min-height:380px}.airport-copy{width:62%;padding:30px}.airport-photo img{object-position:65% center}
  .fleet-showcase{grid-template-columns:1fr 1.3fr}.fleet-side{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:auto}.fleet-side article{min-height:130px}
  .steps-grid{grid-template-columns:1fr 1fr}.steps-grid li:not(:last-child):after{display:none}.extras-grid{grid-template-columns:1fr 1fr}
  .quote-panel:after{display:none}.big-form{width:100%}
  .review-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.final-grid{grid-template-columns:1fr}.final-phone{grid-column:auto}
}

@media (max-width:560px){
  .container{width:min(100% - 22px,var(--container))}.section{padding:28px 0}.brand strong{font-size:12px}.brand-mark{width:32px;height:32px}
  .hero{padding:24px 0 26px}.hero-copy h1{font-size:36px}.hero-lead{font-size:13px}.hero-badges{grid-template-columns:1fr 1fr}.mini-benefit{min-height:58px;padding:9px}.mini-benefit span{font-size:9px}.quote-card{padding:17px}.form-row.two{grid-template-columns:1fr}.form-head h2{font-size:20px}
  .strip-grid{grid-template-columns:1fr 1fr}.strip-grid>div{font-size:9px}
  .section-heading h2{font-size:24px}.route-grid{grid-template-columns:1fr}.route-art{height:150px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .airport-banner{min-height:420px}.airport-copy{width:100%;padding:25px 21px}.airport-copy h2{font-size:27px}.airport-copy p{max-width:280px}.airport-photo img{object-position:64% center}.airport-photo:after{background:linear-gradient(180deg,rgba(4,21,50,.96) 0%,rgba(4,21,50,.76) 48%,rgba(4,21,50,.05) 78%)}
  .fleet-showcase{grid-template-columns:1fr}.fleet-feature{display:none}.fleet-main-photo{min-height:260px}.fleet-side{grid-column:auto;grid-template-columns:1fr}.fleet-side article{min-height:125px}.fleet-note{font-size:9px}
  .steps-grid{grid-template-columns:1fr}.steps-grid li{padding-left:66px}.steps-grid h3{margin-top:25px}.extras-grid{grid-template-columns:1fr}
  .quote-panel{padding:14px 10px;border-radius:15px}.quote-panel-head h2{font-size:24px}.big-form{grid-template-columns:1fr;padding:12px}.wide,.submit-cell{grid-column:auto}.checks{gap:9px}
  .review-head{grid-template-columns:auto 1fr}.stars{grid-column:2}.final-grid h2{font-size:26px}.final-actions>div{flex-direction:column}.final-phone>a{font-size:20px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:5px}
}

/* ===== 2026-08-31 visual refinement ===== */
body{font-size:16px}
.section{padding:42px 0}
.section-heading h2{font-size:32px}
.section-heading p{font-size:15px;line-height:1.5}
.eyebrow{font-size:12px}
.main-nav{font-size:14px}
.header-phone>a{font-size:16px}
.header-phone div{font-size:11px}
.brand strong{font-size:16px}.brand small{font-size:11px}
.btn-small{font-size:14px}
.hero-lead{font-size:18px;line-height:1.5}
.mini-benefit{min-height:76px;padding:14px 15px;gap:13px}
.mini-benefit i{font-size:30px;min-width:32px;text-align:center}
.mini-benefit span{font-size:13px;line-height:1.25}
.form-head h2{font-size:25px}
.field>span{font-size:12px}
.field input,.field select{height:46px;font-size:14px}
.form-note{font-size:11px}
.strip-grid{min-height:82px}
.strip-grid>div{gap:12px;font-size:13px}
.strip-grid i{font-size:28px;min-width:31px;text-align:center}
.route-art{height:150px}
.route-body{padding:16px}.route-body h3{font-size:17px}.route-body p{font-size:13px;line-height:1.45;min-height:40px}.route-body strong{font-size:19px}.route-body .btn{font-size:12px;padding:11px 9px}
.trust-card{min-height:120px;padding:16px 10px}.trust-card i{width:48px;height:48px;font-size:28px;margin-bottom:10px}.trust-card h3{font-size:14px;line-height:1.3}
.steps-grid li{min-height:128px;padding-left:72px}.step-number{font-size:17px}.steps-grid i{width:52px;height:52px;font-size:25px}.steps-grid h3{font-size:14px;margin-top:42px}.steps-grid p{font-size:12px;line-height:1.45}
.extras-grid>div{min-height:112px;padding:19px 16px 18px 62px}.extras-grid i{left:18px;top:22px;font-size:32px}.extras-grid h3{font-size:14px}.extras-grid p{font-size:12px;line-height:1.45}.extras-note{font-size:12px}
.faq summary{font-size:13px;padding:13px 0}.faq details p{font-size:12px;line-height:1.5}
.final-grid p{font-size:13px}.final-actions .btn{font-size:12px}.final-phone span{font-size:10px}.final-phone strong{font-size:12px}
.footer-grid p,.footer-grid>div>a:not(.brand){font-size:11px}.footer-grid h3{font-size:12px}.footer-bottom{font-size:10px}

/* Airport block: split layout like approved mockup */
.airport-section{padding-top:14px;padding-bottom:32px}
.airport-banner{display:grid;grid-template-columns:36% 64%;min-height:315px;background:#071c43;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.airport-copy{position:relative;width:auto;padding:38px 34px;color:#fff;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#071c43,#0a2d65)}
.airport-copy h2{font-size:36px;line-height:1.06;margin:0 0 15px}
.airport-copy p{font-size:14px;line-height:1.55;color:#dce7f8;margin:0 0 22px;max-width:390px}
.airport-btn{align-self:flex-start;padding:12px 20px;font-size:13px}
.airport-photo{position:relative;inset:auto;min-height:315px;overflow:hidden}
.airport-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,28,67,.24),rgba(7,28,67,0) 25%)}
.airport-photo img{width:100%;height:100%;object-fit:cover;object-position:center}

/* Fleet: six real cars, photos only */
.fleet{padding-top:28px;padding-bottom:40px}
.fleet-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fleet-gallery figure{margin:0;border-radius:14px;overflow:hidden;background:#eef2f7;border:1px solid #dfe7f1;box-shadow:0 7px 22px rgba(22,47,88,.07);aspect-ratio:700/360}
.fleet-gallery img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .25s ease}
.fleet-gallery figure:hover img{transform:scale(1.025)}

/* Real review screenshots */
.reviews{padding-top:28px;padding-bottom:34px}
.review-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}
.review-gallery figure{margin:0;border:1px solid #dfe7f1;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(22,47,88,.08)}
.review-gallery img{width:100%;height:auto;display:block}

/* Bigger controls in bottom form */
.big-form legend{font-size:13px}.big-form .field>span{font-size:11px}.big-form .field input,.big-form .field select{height:44px;font-size:13px}.checks label{font-size:12px}.submit-cell small{font-size:10px}.quote-panel-head h2{font-size:32px}

@media (max-width:820px){
  .section-heading h2{font-size:29px}
  .hero-lead{font-size:16px}
  .mini-benefit i{font-size:27px}.mini-benefit span{font-size:12px}
  .strip-grid>div{font-size:12px}.strip-grid i{font-size:25px}
  .airport-banner{grid-template-columns:1fr;min-height:0}
  .airport-copy{padding:30px 28px}.airport-copy h2{font-size:31px}.airport-copy p{font-size:13px}
  .airport-photo{min-height:300px}.airport-photo:after{background:linear-gradient(180deg,rgba(7,28,67,.18),rgba(7,28,67,0) 35%)}
  .fleet-gallery{grid-template-columns:repeat(2,1fr)}
  .review-gallery{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  body{font-size:15px}.section{padding:32px 0}
  .brand strong{font-size:13px}.brand small{font-size:10px}
  .hero-lead{font-size:15px}.mini-benefit{min-height:68px}.mini-benefit i{font-size:25px}.mini-benefit span{font-size:11px}
  .field>span{font-size:11px}.field input,.field select{font-size:13px}
  .strip-grid>div{font-size:11px}.strip-grid i{font-size:23px}
  .route-body h3{font-size:16px}.route-body p{font-size:12px}
  .trust-card i{width:44px;height:44px;font-size:25px}.trust-card h3{font-size:13px}
  .airport-copy{padding:26px 22px}.airport-copy h2{font-size:28px}.airport-photo{min-height:230px}
  .fleet-gallery{grid-template-columns:1fr;gap:12px}
  .review-gallery{grid-template-columns:1fr;gap:12px}
  .steps-grid h3{font-size:13px}.steps-grid p,.extras-grid p{font-size:11px}.extras-grid h3{font-size:13px}
  .faq summary{font-size:12px}.faq details p{font-size:11px}
}

/* Unified trip details field */
.field textarea{
  width:100%;min-height:104px;resize:vertical;border:1px solid #d7e1ee;border-radius:9px;
  padding:12px 13px;font:inherit;font-size:14px;line-height:1.45;color:var(--navy);background:#fff;
  transition:border-color .2s,box-shadow .2s;
}
.field textarea:focus{outline:none;border-color:#6da2ff;box-shadow:0 0 0 3px rgba(28,105,235,.1)}
.field-textarea>span{margin-bottom:6px}.details-fieldset{grid-column:span 2}

/* One large passenger review per screen */
.review-gallery{display:none!important}
.review-slider{position:relative;max-width:920px;margin:0 auto;padding:0 64px 34px}
.review-viewport{overflow:hidden;border-radius:16px}
.review-track{display:flex;transition:transform .36s ease;will-change:transform}
.review-slide{flex:0 0 100%;margin:0;display:flex;justify-content:center;align-items:flex-start}
.review-zoom{display:block;width:100%;padding:0;border:0;background:#fff;cursor:zoom-in;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(22,47,88,.12)}
.review-zoom img{display:block;width:100%;height:auto;max-height:650px;object-fit:contain;background:#fff}
.review-arrow{position:absolute;top:50%;transform:translateY(-58%);z-index:3;width:48px;height:48px;border:1px solid #d9e3ef;border-radius:50%;background:#fff;color:var(--blue);font-size:38px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px rgba(25,54,92,.12)}
.review-prev{left:0}.review-next{right:0}.review-arrow:hover{background:#edf4ff}
.review-counter{text-align:center;margin-top:15px;font-size:14px;font-weight:700;color:#617089}

/* Review image lightbox */
.review-lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:34px 82px;background:rgba(2,10,24,.9);backdrop-filter:blur(4px)}
.review-lightbox.open{display:flex}.lightbox-open{overflow:hidden}
.review-lightbox>img{max-width:min(1100px,90vw);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.45);background:#fff}
.lightbox-close{position:absolute;right:28px;top:20px;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:35px;cursor:pointer}
.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:42px;cursor:pointer}
.lightbox-prev{left:22px}.lightbox-next{right:22px}

/* Equal phone presentation in final CTA */
.final-phone{display:flex!important;flex-direction:column;align-items:flex-start;gap:8px}
.final-phone>a,.final-phone>a.secondary{font-size:21px!important;font-weight:800!important;color:#fff!important;opacity:1!important}
.final-phone>span{display:none!important}.final-phone strong{margin-top:5px}

@media (max-width:820px){
  .details-fieldset{grid-column:1/-1}
  .review-slider{max-width:720px;padding:0 52px 32px}
  .review-arrow{width:42px;height:42px;font-size:33px}
}
@media (max-width:560px){
  .field textarea{font-size:13px;min-height:120px}
  .review-slider{padding:0 0 44px}
  .review-arrow{top:auto;bottom:0;transform:none;width:38px;height:38px;font-size:30px}
  .review-prev{left:calc(50% - 58px)}.review-next{right:calc(50% - 58px)}
  .review-counter{margin-top:13px}
  .review-lightbox{padding:64px 12px 70px}.review-lightbox>img{max-width:96vw;max-height:82vh}
  .lightbox-close{right:12px;top:12px}.lightbox-arrow{top:auto;bottom:12px;transform:none;width:44px;height:44px}
  .lightbox-prev{left:calc(50% - 58px)}.lightbox-next{right:calc(50% - 58px)}
  .final-phone>a,.final-phone>a.secondary{font-size:20px!important}
}

/* Consent checkbox */
.consent-check{display:flex;align-items:flex-start;gap:9px;margin:2px 0 10px;font-size:12px;line-height:1.35;color:#52627a;cursor:pointer}
.consent-check input{width:17px;height:17px;flex:0 0 17px;margin:0;accent-color:var(--blue);cursor:pointer}
.consent-check span{padding-top:1px}
.big-form-consent{grid-column:1/-1;margin:0 0 2px;font-size:12px}
@media (max-width:560px){.consent-check,.big-form-consent{font-size:11px}}

/* SVG icon for hero minibus benefit */
.mini-benefit-icon{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px}
.mini-benefit-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}


/* Unified SVG service icons */
.extra-icon{
  position:absolute;left:16px;top:20px;
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:#edf4ff;color:var(--blue);
  font-style:normal;
}
.extra-icon svg{
  width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;display:block;
}

.ui-icon{
  display:grid!important;place-items:center;
  color:inherit;font-style:normal;
}
.ui-icon svg{
  width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;display:block;
}
.strip-grid .ui-icon{font-size:28px;min-width:31px;color:#1a4d91;}
.trust-card .ui-icon{width:48px;height:48px;font-size:28px;margin:0 auto 10px;border-radius:10px;background:#f1f9ed;color:var(--green);}
.trust-card .ui-icon svg{width:28px;height:28px;}
@media (max-width:560px){
  .extra-icon{width:36px;height:36px}.extra-icon svg{width:22px;height:22px}
  .strip-grid .ui-icon{font-size:23px}
  .trust-card .ui-icon{width:44px;height:44px}.trust-card .ui-icon svg{width:25px;height:25px}
}

/* ===== Compact passenger review slider ===== */
.reviews{
  padding-top:30px;
  padding-bottom:36px;
}
.reviews .section-heading{
  margin-bottom:22px;
}
.review-slider{
  position:relative;
  max-width:680px;
  margin:0 auto;
  padding:0 58px 30px;
}
.review-viewport{
  overflow:hidden;
  border-radius:18px;
}
.review-slide{
  flex:0 0 100%;
  margin:0;
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.review-zoom{
  width:min(100%,520px);
  height:430px;
  margin:0 auto;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #e1e8f1;
  border-radius:16px;
  background:#fff;
  cursor:zoom-in;
  overflow:hidden;
  box-shadow:0 8px 26px rgba(22,47,88,.09);
}
.review-zoom img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  background:#fff;
}
.review-arrow{
  width:44px;
  height:44px;
  font-size:34px;
  box-shadow:0 6px 18px rgba(25,54,92,.10);
}
.review-counter{
  margin-top:12px;
  font-size:13px;
}

@media (max-width:820px){
  .review-slider{max-width:610px;padding:0 50px 30px}
  .review-slide{min-height:400px}
  .review-zoom{width:min(100%,480px);height:400px;padding:14px}
}

@media (max-width:560px){
  .reviews{padding-top:24px;padding-bottom:28px}
  .reviews .section-heading{margin-bottom:16px}
  .review-slider{max-width:100%;padding:0 0 48px}
  .review-slide{min-height:340px}
  .review-zoom{width:100%;height:340px;padding:10px;border-radius:14px}
  .review-arrow{width:38px;height:38px;font-size:29px}
  .review-counter{margin-top:10px;font-size:12px}
}

/* ===== 2026-09-01 readability: larger text + stronger contrast ===== */
:root{
  --muted:#55657c;
  --text:#10213e;
}

body{
  font-size:17px;
  color:var(--text);
}

/* Header */
.main-nav{font-size:15px;color:#33445f}
.brand strong{font-size:17px}
.brand small{font-size:12px;color:#5f6f84}
.header-phone>a{font-size:17px}
.header-phone div{font-size:12px;color:#5e6e83}
.btn-small{font-size:14px}

/* Section headings and general descriptions */
.section-heading h2{font-size:34px}
.section-heading p{font-size:16px;color:#56677e;line-height:1.55}
.eyebrow{font-size:13px}

/* Hero */
.hero-lead{font-size:19px;line-height:1.55;color:#334760}
.mini-benefit span{font-size:14px;line-height:1.3;color:#0b2147}
.form-head h2{font-size:26px}
.field>span{font-size:13px;color:#4f6178}
.field input,.field select,.field textarea{font-size:15px;color:#172b49}
.field input::placeholder,.field textarea::placeholder{color:#758399;opacity:1}
.form-note{font-size:12px;color:#66768b}
.consent-check{font-size:13px;color:#42556f}

/* Benefit strip */
.strip-grid>div{font-size:14px;color:#203653}

/* Routes */
.route-body h3{font-size:18px}
.route-body p{font-size:14px;line-height:1.5;color:#56677e}
.route-body strong{font-size:20px}
.route-body .btn{font-size:13px}

/* Why us */
.trust-card h3{font-size:15px;line-height:1.32}

/* Airport */
.airport-copy p{font-size:15px;line-height:1.6;color:#e1eaf8}
.airport-btn{font-size:14px}

/* Steps */
.steps-grid h3{font-size:15px}
.steps-grid p{font-size:13px;line-height:1.5;color:#58697f}

/* Additional services */
.extras-grid h3{font-size:15px}
.extras-grid p{font-size:13px;line-height:1.5;color:#56677e}
.extras-note{font-size:13px;color:#5b6c82}

/* Bottom quote form */
.big-form legend{font-size:14px}
.big-form .field>span{font-size:12px}
.big-form .field input,.big-form .field select,.big-form .field textarea{font-size:14px}
.checks label{font-size:13px;color:#40536d}
.submit-cell small{font-size:11px;color:#66768b}
.big-form-consent{font-size:13px}

/* Reviews */
.review-counter{font-size:14px;color:#4f6178}

/* FAQ */
.faq summary{font-size:14px;color:#1d314e}
.faq details p{font-size:13px;line-height:1.55;color:#56677e}

/* Final CTA and footer */
.final-grid p{font-size:14px;line-height:1.55;color:#d3dff0}
.final-actions .btn{font-size:13px}
.final-phone strong{font-size:13px}
.footer-grid p{font-size:12px;line-height:1.5;color:#a7b6cb}
.footer-grid h3{font-size:13px}
.footer-grid>div>a:not(.brand){font-size:12px;color:#b2bfd2}
.footer-bottom{font-size:11px;color:#91a3be}

@media (max-width:820px){
  body{font-size:16px}
  .main-nav a{font-size:14px}
  .section-heading h2{font-size:31px}
  .section-heading p{font-size:15px}
  .hero-lead{font-size:17px}
  .mini-benefit span{font-size:13px}
  .strip-grid>div{font-size:13px}
  .route-body h3{font-size:17px}
  .route-body p{font-size:13.5px}
  .trust-card h3{font-size:14px}
  .airport-copy p{font-size:14px}
  .steps-grid h3{font-size:14px}
  .steps-grid p{font-size:13px}
  .extras-grid h3{font-size:14px}
  .extras-grid p{font-size:13px}
  .faq summary{font-size:13.5px}
  .faq details p{font-size:12.5px}
}

@media (max-width:560px){
  body{font-size:16px}
  .brand strong{font-size:14px}
  .brand small{font-size:10.5px}
  .section-heading h2{font-size:28px}
  .section-heading p{font-size:14px}
  .hero-lead{font-size:16px;line-height:1.55}
  .mini-benefit span{font-size:12.5px}
  .field>span{font-size:12px}
  .field input,.field select,.field textarea{font-size:14px}
  .consent-check,.big-form-consent{font-size:12px}
  .strip-grid>div{font-size:12px}
  .route-body h3{font-size:17px}
  .route-body p{font-size:13px}
  .trust-card h3{font-size:13.5px}
  .airport-copy p{font-size:14px}
  .steps-grid h3{font-size:14px}
  .steps-grid p{font-size:12.5px}
  .extras-grid h3{font-size:14px}
  .extras-grid p{font-size:12.5px}
  .extras-note{font-size:12px}
  .big-form legend{font-size:13px}
  .big-form .field>span{font-size:11.5px}
  .checks label{font-size:12px}
  .faq summary{font-size:13px}
  .faq details p{font-size:12.5px}
  .final-grid p{font-size:13px}
  .footer-grid p,.footer-grid>div>a:not(.brand){font-size:12px}
}


/* ===== 2026-09-01 refinements: hero benefits + readable steps/services ===== */

/* Hero benefits: one neat glass panel instead of four bulky cards */
.hero-badges{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  max-width:735px;
  margin-top:18px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(208,220,235,.95);
  border-radius:16px;
  box-shadow:0 10px 28px rgba(31,63,105,.11);
  overflow:hidden;
  backdrop-filter:blur(5px);
}
.hero-badges .mini-benefit{
  position:relative;
  min-height:84px;
  padding:14px 14px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:11px;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.hero-badges .mini-benefit:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:18px;
  bottom:18px;
  width:1px;
  background:#e2eaf3;
}
.hero-badges .mini-benefit i,
.hero-badges .mini-benefit .mini-benefit-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  min-width:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#edf4ff;
  color:#1263e9;
  font-size:24px;
  font-style:normal;
}
.hero-badges .mini-benefit .mini-benefit-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero-badges .mini-benefit span{
  font-size:13.5px;
  line-height:1.22;
  font-weight:800;
  color:#0b2147;
  letter-spacing:-.01em;
}

/* Trip steps: larger, darker and grouped visually */
.steps-section{
  padding-top:34px;
  padding-bottom:38px;
}
.steps-section .section-heading{
  margin-bottom:25px;
}
.steps-grid{
  gap:16px;
}
.steps-grid li{
  min-height:150px;
  padding:24px 18px 20px 78px;
  border:1px solid #e2e9f2;
  border-radius:15px;
  background:#fff;
  box-shadow:0 6px 18px rgba(25,54,92,.045);
}
.steps-grid li:not(:last-child):after{
  display:none;
}
.step-number{
  top:17px;
  left:18px;
  font-size:15px;
  line-height:1;
  color:#1263e9;
}
.steps-grid i{
  left:17px;
  top:45px;
  width:48px;
  height:48px;
  background:#edf4ff;
  color:#0c4ea8;
  font-size:21px;
  border:1px solid #e3ecf8;
}
.steps-grid h3{
  margin:0 0 8px;
  font-size:16px;
  line-height:1.3;
  color:#071d46;
  font-weight:850;
}
.steps-grid p{
  margin:0;
  font-size:14.5px;
  line-height:1.55;
  color:#3e5069;
  font-weight:500;
}

/* Additional services: stronger contrast and more balanced cards */
.extras{
  padding-top:32px;
  padding-bottom:38px;
  background:#f9fbfe;
}
.extras .section-heading{
  margin-bottom:24px;
}
.extras-grid{
  gap:14px;
}
.extras-grid>div{
  min-height:126px;
  padding:22px 18px 20px 76px;
  border:1px solid #dce6f1;
  border-radius:15px;
  background:#fff;
  box-shadow:0 6px 18px rgba(25,54,92,.04);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.extras-grid .extra-icon,
.extras-grid>div>i{
  left:20px;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#edf4ff;
  color:#1263e9;
}
.extras-grid .extra-icon svg{
  width:24px;
  height:24px;
}
.extras-grid h3{
  margin:0 0 7px;
  font-size:16.5px;
  line-height:1.28;
  color:#071d46;
  font-weight:850;
}
.extras-grid p{
  margin:0;
  font-size:14px;
  line-height:1.5;
  color:#42546d;
  font-weight:500;
}
.extras-note{
  margin-top:14px;
  font-size:13.5px;
  color:#455872;
  font-weight:500;
}

@media (max-width:1100px){
  .hero-badges{max-width:560px;grid-template-columns:1fr 1fr}
  .hero-badges .mini-benefit:nth-child(2)::after{display:none}
  .hero-badges .mini-benefit:nth-child(-n+2){border-bottom:1px solid #e2eaf3}
}

@media (max-width:820px){
  .hero-badges{max-width:100%;width:100%;grid-template-columns:1fr 1fr}
  .hero-badges .mini-benefit{min-height:78px;padding:12px}
  .hero-badges .mini-benefit span{font-size:13px}
  .steps-grid{grid-template-columns:1fr 1fr;gap:12px}
  .steps-grid li{min-height:142px}
  .extras-grid{grid-template-columns:1fr 1fr;gap:12px}
}

@media (max-width:560px){
  .hero-badges{
    grid-template-columns:1fr 1fr;
    border-radius:14px;
    margin-top:15px;
  }
  .hero-badges .mini-benefit{
    min-height:74px;
    padding:11px 10px;
    gap:9px;
  }
  .hero-badges .mini-benefit i,
  .hero-badges .mini-benefit .mini-benefit-icon{
    flex-basis:38px;
    width:38px;
    height:38px;
    min-width:38px;
  }
  .hero-badges .mini-benefit .mini-benefit-icon svg{width:22px;height:22px}
  .hero-badges .mini-benefit span{font-size:12px;line-height:1.22}
  .steps-section{padding-top:28px;padding-bottom:30px}
  .steps-grid{grid-template-columns:1fr;gap:10px}
  .steps-grid li{min-height:0;padding:18px 16px 18px 72px}
  .step-number{left:16px;top:15px;font-size:14px}
  .steps-grid i{left:15px;top:39px;width:43px;height:43px;font-size:19px}
  .steps-grid h3{font-size:15.5px;margin-bottom:6px}
  .steps-grid p{font-size:14px;line-height:1.5}
  .extras{padding-top:27px;padding-bottom:31px}
  .extras-grid{grid-template-columns:1fr;gap:10px}
  .extras-grid>div{min-height:104px;padding:18px 15px 17px 68px}
  .extras-grid .extra-icon,
  .extras-grid>div>i{left:16px;width:38px;height:38px}
  .extras-grid h3{font-size:15.5px}
  .extras-grid p{font-size:13.5px}
  .extras-note{font-size:13px;line-height:1.45}
}


/* ===== 2026-09-01 form + FAQ typography alignment ===== */
/* Bottom form uses the same readable text scale as the first form */
.big-form legend{
  font-size:13px;
  line-height:1.35;
  color:#31445f;
}
.big-form .field>span{
  font-size:13px;
  color:#4f6178;
}
.big-form .field input,
.big-form .field select,
.big-form .field textarea{
  font-size:15px;
  color:#172b49;
}
.big-form .checks label{
  font-size:13px;
  color:#40536d;
}
.big-form .submit-cell small{
  font-size:12px;
  color:#66768b;
}
.big-form-consent{
  font-size:13px;
}

/* FAQ is easier to read on desktop and mobile */
.faq summary{
  font-size:15px;
  line-height:1.4;
  color:#142a49;
  font-weight:750;
}
.faq details p{
  font-size:14px;
  line-height:1.6;
  color:#465a74;
}

@media (max-width:820px){
  .big-form legend{font-size:13px}
  .big-form .field>span{font-size:13px}
  .big-form .field input,
  .big-form .field select,
  .big-form .field textarea{font-size:15px}
  .big-form .checks label{font-size:13px}
  .faq summary{font-size:14.5px}
  .faq details p{font-size:14px}
}

@media (max-width:560px){
  .big-form legend{font-size:12px}
  .big-form .field>span{font-size:12px}
  .big-form .field input,
  .big-form .field select,
  .big-form .field textarea{font-size:14px}
  .big-form .checks label{font-size:12.5px}
  .big-form-consent{font-size:12px}
  .faq summary{font-size:14px}
  .faq details p{font-size:13.5px}
}

/* Mail form handler */
.js-quote-form button[type="submit"]:disabled{
  opacity:.65;
  cursor:wait;
  transform:none;
}


/* Success popup after form submission */
body.modal-open{overflow:hidden}
.success-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.success-modal.open{display:flex}
.success-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,17,40,.58);
  backdrop-filter:blur(3px);
}
.success-modal__card{
  position:relative;
  z-index:1;
  width:min(440px,100%);
  padding:34px 30px 28px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 24px 70px rgba(7,29,70,.25);
  text-align:center;
}
.success-modal__icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#edf4ff;
  color:var(--blue);
  font-size:34px;
  font-weight:900;
}
.success-modal__card h2{
  margin:0 0 10px;
  color:var(--navy);
  font-size:28px;
  line-height:1.15;
}
.success-modal__card p{
  margin:0 auto 22px;
  max-width:350px;
  color:#50627a;
  font-size:15px;
  line-height:1.55;
}
.success-modal__button{min-width:150px}
.success-modal__close{
  position:absolute;
  right:14px;
  top:12px;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:#f3f6fa;
  color:#50627a;
  font-size:25px;
  line-height:1;
}
.success-modal__close:hover{background:#eaf1fb;color:var(--navy)}
@media (max-width:560px){
  .success-modal__card{padding:30px 22px 24px;border-radius:17px}
  .success-modal__card h2{font-size:24px}
  .success-modal__card p{font-size:14px}
}
