/* ============================================================
   Transfers page — Airport Krakow
   Self-contained but visually consistent with site.css / guide.css
   (dark navy #0a0f1f sections, gold/orange #f59e0b / #fbbf24 accents,
   Poppins). Light + dark alternating sections.
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--primary:#0a0f1f;--dark:#0a0f1f;--dark2:#0f2545;--accent:#f59e0b;--gold:#f59e0b;--gold2:#fbbf24;--orange:#f97316;--text:#1f2937;--text-light:#6b7280;--muted:#6b7280;--white:#fff;--card:#ffffff;--light-bg:#f8fafc;--border:#e5e7eb;--radius:16px}
html{scroll-behavior:smooth}
body{font-family:'Poppins',sans-serif;color:var(--text);background:var(--white);line-height:1.6}
img{max-width:100%;display:block}

/* ===== Nav (matches guide.css) ===== */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;transition:all 0.35s ease}
nav.scrolled{background:var(--primary);box-shadow:0 2px 24px rgba(0,0,0,0.35);padding:12px 32px}
.nav-logo{font-size:1.45rem;font-weight:800;color:white;text-decoration:none;letter-spacing:-0.5px}
.nav-logo span{color:var(--accent)}
.nav-links{display:flex;gap:24px;list-style:none;align-items:center}
.nav-links a{color:rgba(255,255,255,0.88);text-decoration:none;font-weight:500;font-size:0.88rem}
.nav-links a:hover,.nav-links a.active{color:var(--accent)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{width:26px;height:2px;background:white;border-radius:2px;display:block}
.mobile-menu{display:none;position:fixed;inset:0;background:var(--primary);z-index:1001;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:24px}
.mobile-menu.open{display:flex}
.mobile-menu a{color:white;text-decoration:none;font-size:1.5rem;font-weight:700}
.mobile-menu a.active{color:var(--accent)}
.mobile-close{position:absolute;top:24px;right:28px;font-size:2rem;color:white;cursor:pointer;background:none;border:none}

/* Language dropdown */
.lang-dropdown{position:relative;display:inline-block}
.lang-btn{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:8px;padding:6px 12px;cursor:pointer;color:#fff;font-family:'Poppins',sans-serif;font-size:0.82rem;font-weight:600;transition:all 0.2s}
.lang-btn:hover{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.3)}
.lang-btn-arrow{font-size:0.65rem;opacity:0.6;margin-left:2px}
.lang-menu{display:none;position:absolute;top:calc(100% + 6px);right:0;background:var(--primary);border:1px solid rgba(255,255,255,0.12);border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,0.4);padding:6px;min-width:150px;z-index:500}
.lang-menu.open{display:block}
.lang-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:none;background:none;color:rgba(255,255,255,0.75);font-family:'Poppins',sans-serif;font-size:0.82rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all 0.15s}
.lang-option:hover{background:rgba(255,255,255,0.08);color:#fff}
.lang-option.active{color:var(--accent);font-weight:700}
.lang-mobile-btns{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:16px}
.lang-mobile-btn{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:white;padding:10px 18px;border-radius:8px;font-family:'Poppins',sans-serif;font-size:0.95rem;font-weight:500;cursor:pointer}
.lang-mobile-btn:hover,.lang-mobile-btn.active{background:rgba(245,158,11,0.2);color:var(--accent);border-color:var(--accent)}

/* ===== HERO ===== */
.t-hero{position:relative;background:#0a0f1f;padding:130px 24px 64px;overflow:hidden;--hero-img:url('/images/transfers/airport-krakow.webp')}
.t-hero::before{content:'';position:absolute;inset:0;background:var(--hero-img) center/cover;opacity:1;z-index:0}
.t-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,9,18,0.94) 0%,rgba(6,9,18,0.8) 26%,rgba(6,9,18,0.45) 44%,rgba(6,9,18,0.12) 60%,transparent 76%),linear-gradient(180deg,transparent 55%,rgba(6,9,18,0.4) 100%);z-index:1}
.t-hero-grid{position:relative;z-index:2;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.85fr;gap:48px;align-items:center}
.t-hero-left{color:#fff}
.t-breadcrumb{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:0.82rem;color:rgba(255,255,255,0.6);margin-bottom:18px}
.t-breadcrumb a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.18s}
.t-breadcrumb a:hover{color:var(--gold)}
.t-breadcrumb .sep{color:rgba(255,255,255,0.3);font-size:0.7rem}
.t-breadcrumb .current{color:var(--gold)}
.t-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(245,158,11,0.15);border:1px solid rgba(245,158,11,0.35);color:var(--gold2);font-size:0.72rem;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:16px}
.t-hero-left h1{font-size:clamp(2rem,4.4vw,3.1rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:10px;letter-spacing:-0.02em}
.t-hero-left h1 span{display:block}
.t-hero-tagline{color:var(--gold2);font-size:1.1rem;font-weight:600;margin-bottom:14px}
.t-hero-sub{font-size:0.98rem;color:rgba(255,255,255,0.72);max-width:520px;line-height:1.6;margin-bottom:28px}
.t-facts{display:flex;flex-direction:column;align-items:flex-start;gap:15px}
.t-fact{display:flex;align-items:center;gap:14px}
.t-fact-ic{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.t-fact-ic svg{width:30px;height:30px;display:block}
.t-fact-txt{display:flex;flex-direction:column;line-height:1.25}
.t-fact-txt strong{color:#fff;font-weight:700;font-size:0.96rem}
.t-fact-txt>span{color:rgba(255,255,255,0.6);font-size:0.8rem}
.t-fact img{width:22px;height:22px;flex-shrink:0;display:block}
.t-fact .stars{color:var(--gold);letter-spacing:1px}

/* Hero composited car image (product shot floating over the dark hero) */
.t-hero-car{margin-top:30px;height:230px;background:var(--car-img,url('/images/transfers/car-van.webp')) center/contain no-repeat;filter:drop-shadow(0 26px 40px rgba(0,0,0,0.55))}

/* Hero intro band (SEO paragraph, server-rendered) */
.t-introband{background:#fff;padding:52px 24px}
.t-introcard{max-width:940px;margin:0 auto;background:linear-gradient(180deg,#fdfaf3 0%,#fbf5ea 100%);border:1px solid rgba(245,158,11,0.22);border-radius:18px;padding:28px 36px;display:flex;align-items:flex-start;gap:20px;box-shadow:0 16px 46px rgba(10,15,30,0.06)}
.t-introcard-ic{flex-shrink:0;width:46px;height:46px;border-radius:12px;background:rgba(245,158,11,0.13);display:flex;align-items:center;justify-content:center}
.t-introcard-ic svg{width:24px;height:24px}
.t-introcard p{color:#3f4754;font-size:1.05rem;line-height:1.78;margin:0}

/* Hero price card */
.t-price-card{background:#fff;border:1px solid rgba(10,15,30,0.06);border-radius:20px;padding:28px;box-shadow:0 34px 80px rgba(0,0,0,0.5);position:relative;overflow:hidden}
.t-price-card h3{color:#6b7280;font-size:0.82rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:8px}
.t-price-big{font-size:2.5rem;font-weight:800;line-height:1.05;margin-bottom:4px;background:linear-gradient(135deg,var(--gold) 0%,var(--orange) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.t-price-big small{font-size:1rem;font-weight:700;color:#9ca3af;-webkit-text-fill-color:#9ca3af}
.t-price-rows{list-style:none;margin:18px 0 20px;padding:0;display:flex;flex-direction:column;gap:9px}
.t-price-rows li{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fbf6ed;border:1px solid rgba(245,158,11,0.14);border-radius:10px;padding:11px 15px;color:#4b5563;font-size:0.92rem}
.t-price-rows .amt{font-weight:800;color:#1f2937;white-space:nowrap}
.btn-book{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px 22px;background:#0a0f1f;color:#fff;font-weight:700;font-size:0.98rem;border-radius:12px;text-decoration:none;border:none;transition:transform 0.2s,box-shadow 0.2s,background 0.2s;cursor:pointer;font-family:'Poppins',sans-serif;line-height:1.2}
.btn-book:hover{transform:translateY(-2px);background:#11182c;box-shadow:0 10px 28px rgba(0,0,0,0.25)}
.btn-book svg{width:18px;height:18px;flex-shrink:0;fill:#25D366}

/* Price card reassurance lines */
.t-price-reassure{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.t-price-reassure span{display:inline-flex;align-items:center;gap:8px;color:#6b7280;font-size:0.8rem}
.t-price-reassure span svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 30px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold2) 100%);color:#0a0f1f;font-weight:700;font-size:0.98rem;border-radius:12px;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 8px 24px rgba(245,158,11,0.3)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(245,158,11,0.45)}
.btn-gold svg{width:18px;height:18px;flex-shrink:0;fill:#0a0f1f}

/* ===== Feature row ===== */
.t-features{background:#fff;border-top:1px solid #eef0f4;padding:50px 24px 56px}
.t-features-wrap{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.t-feature{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px}
.t-feature-ic{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.t-feature-ic img{width:64px;height:64px;display:block}
.t-feature-ic svg{width:64px;height:64px;display:block}
.t-feature h3{color:#1f2937;font-size:1.02rem;font-weight:700;margin-bottom:6px}
.t-feature p{color:#6b7280;font-size:0.86rem;line-height:1.5;max-width:220px}

/* ===== Section base ===== */
.t-section{padding:72px 24px}
.t-section.light{background:var(--light-bg)}
.t-section.white{background:#fff}
.t-section-inner{max-width:1100px;margin:0 auto}
.t-section h2{font-size:clamp(1.7rem,3vw,2.1rem);font-weight:800;text-align:center;margin-bottom:10px;letter-spacing:-0.01em}
.t-section h2 .gold{background:linear-gradient(135deg,var(--gold) 0%,var(--orange) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.t-section .t-sub{color:var(--text-light);text-align:center;max-width:620px;margin:0 auto 44px;font-size:0.98rem}

/* ===== Vehicle cards ===== */
.t-vehicles{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.t-vcard{position:relative;background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:0 8px 32px rgba(10,15,30,0.06);min-height:236px;display:flex;transition:transform 0.22s,box-shadow 0.22s}
.t-vcard:hover{transform:translateY(-4px);box-shadow:0 16px 44px rgba(10,15,30,0.12)}
.t-vcard-info{position:relative;z-index:2;width:58%;padding:28px;display:flex;flex-direction:column}
.t-vcard-info h3{font-size:1.3rem;font-weight:800;color:#1f2937;margin-bottom:16px}
.t-vspecs{display:flex;flex-direction:column;gap:11px;margin-bottom:20px}
.t-vspec{display:inline-flex;align-items:center;gap:9px;font-size:0.9rem;font-weight:600;color:var(--text)}
.t-vspec svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.t-vcard-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.t-vprice{display:flex;align-items:baseline;gap:7px}
.t-vprice .num{font-size:1.7rem;font-weight:800;color:var(--orange)}
.t-vprice .unit{font-size:0.82rem;color:var(--text-light);font-weight:600}
.t-vcard-photo{position:absolute;right:-3%;top:0;bottom:0;width:50%;background-position:center;background-repeat:no-repeat;background-size:contain;z-index:1}
.t-vcard .btn-book{width:auto;padding:13px 26px;background:#0a0f1f;border-color:#0a0f1f}
.t-vcard .btn-book:hover{background:#11182c}
@media(max-width:560px){.t-vcard{flex-direction:column;min-height:0}.t-vcard-info{width:100%;order:2}.t-vcard-photo{position:relative;width:100%;height:140px;right:0;order:1}}
.t-note{text-align:center;color:var(--text-light);font-size:0.86rem;max-width:680px;margin:34px auto 0;line-height:1.6}

/* ===== How it works ===== */
.t-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:start}
.t-step{position:relative;text-align:center;padding:8px}
.t-step-num{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--gold) 0%,var(--gold2) 100%);color:#0a0f1f;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 6px 18px rgba(245,158,11,0.3)}
.t-step-ic{margin-bottom:10px}
.t-step-ic svg{width:30px;height:30px;stroke:#0a0f1f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.t-step h3{font-size:1.02rem;font-weight:700;margin-bottom:6px}
.t-step p{color:var(--text-light);font-size:0.86rem;line-height:1.5}
.t-step .t-arrow{position:absolute;top:24px;right:-7px;color:rgba(245,158,11,0.55)}
.t-step .t-arrow svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.t-step:last-child .t-arrow{display:none}

/* ===== Why choose ===== */
.t-why{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.t-why-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}
.t-why-list li{display:flex;align-items:flex-start;gap:14px;font-size:1rem;color:var(--text)}
.t-why-list .check{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold2));display:inline-flex;align-items:center;justify-content:center;margin-top:1px}
.t-why-list .check svg{width:15px;height:15px;stroke:#0a0f1f;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.t-why-list li strong{display:block;font-weight:700;margin-bottom:2px}
.t-why-list li span.d{color:var(--text-light);font-size:0.88rem;font-weight:400}
.t-why-img{height:380px;border-radius:22px;background:linear-gradient(135deg,#0f2545 0%,#0a0f1f 100%);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 36px rgba(10,15,30,0.16);position:relative;overflow:hidden}
.t-why-img::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 20%,rgba(245,158,11,0.18),transparent 60%)}
.t-why-img svg{width:120px;height:120px;stroke:rgba(245,158,11,0.7);fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:1}

/* ===== Why book (benefits strip) ===== */
.t-section.t-whybook{background:#fbf8f1;border-top:1px solid rgba(10,15,30,0.06);border-bottom:1px solid rgba(10,15,30,0.06)}
.t-whybook .t-section-inner{max-width:880px}
.t-whybook-list{list-style:none;padding:0;margin:30px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px 30px}
.t-whybook-list li{display:flex;align-items:center;gap:13px;font-size:1.02rem;font-weight:600;color:var(--text)}
.t-whybook-list .check{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold2));display:inline-flex;align-items:center;justify-content:center}
.t-whybook-list .check svg{width:15px;height:15px;stroke:#0a0f1f;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:640px){.t-whybook-list{grid-template-columns:1fr;gap:14px}}

/* ===== Testimonials (dark) ===== */
.t-testi{background:linear-gradient(135deg,#0a0f1f 0%,#0f2545 60%,#0a0f1f 100%);padding:72px 24px}
.t-testi h2{color:#fff}
.t-testi .t-sub{color:rgba(255,255,255,0.65)}
.t-testi-track{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.t-testi-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);border-radius:18px;padding:28px;backdrop-filter:blur(8px)}
.t-stars{color:var(--gold);font-size:1.05rem;letter-spacing:2px;margin-bottom:14px}
.t-testi-card p{color:rgba(255,255,255,0.85);font-size:0.96rem;line-height:1.6;margin-bottom:18px;font-style:italic}
.t-testi-author{color:#fff;font-weight:700;font-size:0.92rem}
.t-testi-author span{color:rgba(255,255,255,0.5);font-weight:500}
.t-testi-link{color:inherit;text-decoration:none;display:inline-flex;align-items:center}
.t-testi-link:hover{text-decoration:underline}
.t-testi-arrows{display:none;justify-content:center;gap:14px;margin-top:24px}
.t-testi-arrow{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.18);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.t-testi-arrow svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}

/* ===== Other routes ===== */
.t-routes{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.t-route{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;text-decoration:none;color:var(--text);transition:transform 0.2s,box-shadow 0.2s,border-color 0.2s}
.t-route-img{height:120px;background-size:cover;background-position:center;background-color:#eef1f6}
.t-route-info{display:flex;flex-direction:column;gap:5px;padding:14px 16px 16px}
.t-route:hover{transform:translateY(-3px);border-color:rgba(245,158,11,0.4);box-shadow:0 12px 30px rgba(10,15,30,0.12)}
.t-route-name{font-weight:700;font-size:1rem;color:#1f2937}
.t-route-meta{font-size:0.8rem;color:var(--text-light)}
.t-route-price{font-weight:800;color:var(--orange);font-size:1.05rem;margin-top:2px}

/* ===== Bottom CTA banner ===== */
.t-cta{background:linear-gradient(135deg,var(--gold2) 0%,var(--orange) 100%);padding:60px 24px}
.t-cta-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.t-cta-text h2{color:#0a0f1f;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;margin-bottom:6px;text-align:left}
.t-cta-text p{color:rgba(10,15,31,0.78);font-size:1.02rem;font-weight:500}
.t-cta-text .t-cta-small{font-size:0.85rem;color:rgba(10,15,31,0.62);font-weight:500;margin-top:6px}
.t-cta .btn-book{width:auto;background:#0a0f1f;border-color:#0a0f1f;white-space:nowrap}

/* ===== Footer ===== */
.t-footer{background:var(--primary);color:rgba(255,255,255,0.7);padding:56px 24px 26px}
.t-footer-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px}
.footer-logo{font-size:1.7rem;font-weight:800;color:white;margin-bottom:8px}
.footer-logo span{color:var(--accent)}
.t-footer-brand p{font-size:0.86rem;line-height:1.6;color:rgba(255,255,255,0.6);max-width:300px;margin-bottom:18px}
.t-footer-social{display:flex;gap:12px}
.t-footer-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.14);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.7);transition:all 0.18s}
.t-footer-social a:hover{background:var(--accent);border-color:var(--accent);color:#0a0f1f}
.t-footer-col h4{color:#fff;font-size:0.92rem;font-weight:700;margin-bottom:14px}
.t-footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.t-footer-col a{color:rgba(255,255,255,0.62);text-decoration:none;font-size:0.86rem;font-weight:500;transition:color 0.16s}
.t-footer-col a:hover{color:var(--accent)}
.t-footer-contact a{color:var(--gold);font-weight:600}
.footer-bottom{max-width:1100px;margin:34px auto 0;font-size:0.78rem;color:rgba(255,255,255,0.35);border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;text-align:center}

/* ===== WhatsApp float ===== */
.wa-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,0.2);z-index:900;transition:transform 0.2s}
.wa-float:hover{transform:scale(1.1)}

/* ===== Booking modal ===== */
.modal-overlay{position:fixed;inset:0;background:rgba(6,10,22,0.72);backdrop-filter:blur(4px);z-index:2000;display:none;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto}
.modal-overlay.open{display:flex}
.modal{position:relative;background:#fff;border-radius:22px;width:100%;max-width:520px;padding:34px 30px;box-shadow:0 30px 80px rgba(0,0,0,0.45);margin:auto}
.modal-close{position:absolute;top:16px;right:18px;background:none;border:none;font-size:1.3rem;line-height:1;color:var(--text-light);cursor:pointer;padding:4px}
.modal-close:hover{color:var(--text)}
.modal-form h3{font-size:1.4rem;font-weight:800;color:#0a0f1f;margin-bottom:4px}
.modal-form .modal-sub{color:var(--text-light);font-size:0.9rem;margin-bottom:20px}
.modal-form.hide{display:none}
.form-group{margin-bottom:14px}
.form-group label{display:flex;align-items:center;gap:7px;font-size:0.82rem;font-weight:600;color:var(--text);margin-bottom:6px}
.form-group label svg{width:15px;height:15px;color:var(--accent);flex-shrink:0}
.form-group input,.form-group textarea{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:10px;font-family:'Poppins',sans-serif;font-size:0.92rem;color:var(--text);background:#fff;transition:border-color 0.16s,box-shadow 0.16s}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(245,158,11,0.14)}
.form-group textarea{resize:vertical}
.modal-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.btn-submit{width:100%;padding:14px 22px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold2) 100%);color:#0a0f1f;font-weight:800;font-size:1rem;border:none;border-radius:12px;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 8px 22px rgba(245,158,11,0.3);transition:transform 0.18s,box-shadow 0.18s;margin-top:6px}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(245,158,11,0.42)}
.btn-submit:disabled{opacity:0.6;cursor:default;transform:none}
.modal-wa-link{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:14px;color:#128C7E;font-weight:700;font-size:0.92rem;text-decoration:none}
.modal-wa-link svg{color:#25D366}
.modal-wa-link:hover{text-decoration:underline}
.modal-success{display:none;text-align:center;padding:24px 8px}
.modal-success.show{display:block}
.modal-success .success-icon{display:inline-flex;margin-bottom:14px}
.modal-success .success-title{font-size:1.3rem;font-weight:800;color:#0a0f1f;margin-bottom:8px}
.modal-success .success-sub{color:var(--text-light);font-size:0.95rem}

/* ===== Responsive ===== */
@media(max-width:980px){
    .nav-links{display:none}
    .hamburger{display:flex}
    .t-hero-grid{grid-template-columns:1fr;gap:32px}
    .t-features-wrap{grid-template-columns:1fr 1fr;gap:28px 16px}
    .t-vehicles{grid-template-columns:1fr}
    .t-steps{grid-template-columns:1fr 1fr;gap:28px 16px}
    .t-step .t-arrow{display:none !important}
    .t-why{grid-template-columns:1fr;gap:28px}
    .t-why-img{order:-1;height:280px}
    .t-hero-left,.t-price-card{min-width:0}
    .t-testi-track{display:flex;flex-direction:column;gap:16px}
    .t-testi-card{width:100%}
    .t-testi-arrows{display:none}
    .t-cta-inner{flex-direction:column;text-align:center}
    .t-cta-text h2,.t-cta-text p,.t-cta-text .t-cta-small{text-align:center}
    .t-cta-text .t-cta-small{margin-left:auto;margin-right:auto}
    .t-footer-grid{grid-template-columns:1fr 1fr;gap:30px}
    .t-footer-brand{grid-column:1 / -1}
    .t-hero-car{height:200px}
}
@media(max-width:560px){
    nav{padding:14px 18px}
    .t-hero{padding:120px 18px 56px}
    .t-section{padding:54px 18px}
    .t-features{padding:0 18px 48px}
    .t-features-wrap{grid-template-columns:1fr}
    .t-steps{grid-template-columns:1fr}
    /* hero facts -> vertical fade+slide-up cycle, one at a time (like home hero on mobile) */
    .t-facts{display:grid;grid-template-areas:"stack";align-items:center;width:100%;max-width:100%;min-height:56px;margin-top:10px;gap:0;overflow:visible}
    .t-fact{grid-area:stack;width:100%;opacity:0;animation:t-fact-roll 12s cubic-bezier(0.4,0,0.2,1) infinite;will-change:opacity,transform}
    .t-fact:nth-child(1){animation-delay:0s}
    .t-fact:nth-child(2){animation-delay:3s}
    .t-fact:nth-child(3){animation-delay:6s}
    .t-fact:nth-child(4){animation-delay:9s}
    @keyframes t-fact-roll{0%{opacity:0;transform:translateY(16px)}4%{opacity:1;transform:translateY(0)}21%{opacity:1;transform:translateY(0)}25%{opacity:0;transform:translateY(-16px)}100%{opacity:0;transform:translateY(-16px)}}
    @media (prefers-reduced-motion: reduce){
        .t-facts{display:flex;flex-direction:column;gap:12px;min-height:0}
        .t-fact{animation:none;opacity:1}
    }
    /* reviews -> simple vertical stack, comfortable text */
    .t-testi{padding:56px 16px}
    .t-testi-card{padding:22px 20px}
    .t-testi-card p{font-size:0.95rem;font-style:normal;line-height:1.56}
    .t-footer-grid{grid-template-columns:1fr;gap:26px}
    .modal{padding:28px 20px}
    .modal-row2{grid-template-columns:1fr}
    .t-hero-car{height:170px}
}

/* FAQ accordion */
.t-faq-list{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.t-faq-item{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color 0.18s}
.t-faq-item[open]{border-color:rgba(245,158,11,0.35)}
.t-faq-item summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:700;color:#1f2937;font-size:1rem;display:flex;align-items:center;justify-content:space-between;gap:16px}
.t-faq-item summary::-webkit-details-marker{display:none}
.t-faq-x{position:relative;width:16px;height:16px;flex-shrink:0}
.t-faq-x::before,.t-faq-x::after{content:'';position:absolute;background:var(--gold);border-radius:2px}
.t-faq-x::before{top:7px;left:0;width:16px;height:2px}
.t-faq-x::after{left:7px;top:0;width:2px;height:16px;transition:transform 0.2s}
.t-faq-item[open] .t-faq-x::after{transform:rotate(90deg);opacity:0}
.t-faq-a{padding:0 22px 18px;color:var(--text-light);line-height:1.7;font-size:0.95rem}
.t-faq-a p{margin:0}