  /* Self-hosted font (замість render-blocking Google Fonts). Використовується лише в .ua-slogan (кирилиця). */
  @font-face{
    font-family:'Playfair Display';
    font-style:italic;
    font-weight:700;
    font-display:swap;
    src:url(fonts/playfair-display-cyrillic-italic-700.woff2) format('woff2');
    unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  :root{
    --primary:#1A73E8; --primary-600:#155CC0; --accent:#FFC400;
    --ink:#111827; --muted:#6B7280; --bg:#FFFFFF; --bg-soft:#F5F7FA;
    --success:#16A34A; --line:#E5E7EB; --radius:16px;
    --shadow:0 10px 30px rgba(17,24,39,.08);
    --font:"Segoe UI",Roboto,Inter,system-ui,Arial,sans-serif;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.55;font-size:17px}
  img{max-width:100%;display:block}
  a{color:inherit;text-decoration:none}
  .wrap{max-width:1160px;margin:0 auto;padding:0 20px}
  section{padding:72px 0}
  h1,h2,h3{line-height:1.15;font-weight:800;letter-spacing:-.01em}
  h2{font-size:clamp(26px,3.4vw,38px);margin-bottom:12px}
  .lead{color:var(--muted);font-size:18px;max-width:720px}
  .center{text-align:center;margin-inline:auto}
  .btn{display:inline-flex;align-items:center;gap:8px;border:0;cursor:pointer;
    font-family:inherit;font-weight:700;font-size:16px;padding:14px 26px;border-radius:12px;transition:.18s}
  .btn-primary{background:var(--primary);color:#fff}
  .btn-primary:hover{background:var(--primary-600);transform:translateY(-1px)}
  .btn-ghost{background:#fff;color:var(--primary);border:2px solid var(--primary)}
  .btn-ghost:hover{background:var(--primary);color:#fff}
  .btn-lg{padding:16px 32px;font-size:17px}
  .tag{display:inline-flex;align-items:center;gap:8px;background:rgba(26,115,232,.1);
    color:var(--primary-600);font-weight:700;font-size:14px;padding:8px 14px;border-radius:999px}
  .grid{display:grid;gap:22px}

  /* HEADER */
  header{position:sticky;top:0;z-index:40;background:transparent;padding:14px 16px}
  .nav{max-width:1160px;margin:0 auto;display:flex;align-items:center;gap:26px;height:66px;
    padding:0 30px;background:#fff;border-radius:40px;
    box-shadow:0 10px 30px rgba(17,24,39,.10),0 2px 6px rgba(17,24,39,.05)}
  .logo{font-weight:900;font-size:20px;letter-spacing:-.02em}
  .logo span{color:var(--primary)}
  .menu{display:flex;gap:22px;margin-left:12px;font-weight:600;font-size:15px}
  .menu a:hover{color:var(--primary)}
  .nav-right{margin-left:auto;display:flex;align-items:center;gap:16px}
  .phone{font-weight:800;white-space:nowrap}
  .ua-slogan{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;
    font-family:"Playfair Display",Georgia,"Times New Roman",serif;
    font-style:italic;font-weight:700;font-size:20px;letter-spacing:.01em;
    color:#0057B7;text-shadow:0 1px 0 rgba(255,255,255,.6)}
  .ua-flag{width:27px;height:18px;flex:0 0 auto;border-radius:3px;
    background:linear-gradient(#0057B7 0 50%,#FFD700 50% 100%);
    box-shadow:0 1px 3px rgba(0,0,0,.18);border:1px solid rgba(0,0,0,.06)}
  .burger{display:none;font-size:26px;background:none;border:0;cursor:pointer}
  @media(max-width:560px){.ua-slogan{font-size:16px;gap:7px}.ua-flag{width:22px;height:15px}}
  @media(max-width:380px){.ua-slogan .ua-flag{display:none}}

  /* HEADER DROPDOWN */
  .has-dropdown{position:relative}
  .drop-toggle{display:inline-flex;align-items:center;gap:6px;cursor:pointer;
    font-family:inherit;font-weight:600;font-size:15px;color:inherit;background:none;border:0;padding:0}
  .drop-toggle:hover{color:var(--primary)}
  .drop-toggle .chev{font-size:11px;transition:transform .2s}
  .has-dropdown:hover .drop-toggle .chev,.has-dropdown.open .drop-toggle .chev{transform:rotate(180deg)}
  .dropdown{position:absolute;top:calc(100% + 12px);left:-14px;min-width:200px;background:#fff;
    border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;
    opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s;z-index:50}
  .has-dropdown:hover .dropdown,.has-dropdown.open .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
  .dropdown::before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}
  .dd-head{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;
    color:var(--muted);padding:8px 12px;border-bottom:1px solid var(--line);margin-bottom:6px}
  .dropdown a{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;
    font-weight:700;font-size:15px;transition:.15s}
  .dropdown a:hover{background:var(--bg-soft)}
  .dd-dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%}
  .dd-uber{color:#111827}
  .dd-uber .dd-dot{background:#111827}
  .dd-bolt{color:#34C759}
  .dd-bolt .dd-dot{background:#34C759}
  .dd-uklon{color:#111827}
  .dd-uklon .dd-dot{background:#A5C400}

  /* HERO */
  .hero{background:linear-gradient(180deg,#E9F2FE 0%,#D6E6FF 100%);
    border-radius:36px;margin:12px 16px 0;padding:clamp(30px,4vw,58px) 0}
  .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
  .hero h1{font-size:clamp(32px,4.6vw,54px);margin:0 0 22px}
  .hero .accent{color:var(--primary)}
  .hero-text .lead{margin-bottom:30px}

  /* START BUTTON */
  .btn-start{display:inline-flex;align-items:center;gap:16px;background:var(--accent);
    color:#1a1400;font-weight:800;font-size:18px;padding:8px 32px 8px 8px;border-radius:999px;
    box-shadow:0 12px 26px rgba(255,196,0,.4);transition:.2s}
  .btn-start:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(255,196,0,.5)}
  .bs-ic{width:52px;height:52px;flex:0 0 52px;border-radius:50%;background:#fff;color:#111;
    display:grid;place-items:center;font-size:22px}

  /* HERO CARDS */
  .hero-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .hcard{position:relative;display:flex;flex-direction:column;border-radius:22px;
    padding:26px 28px;min-height:224px;overflow:hidden;transition:.2s}
  .hcard:hover{transform:translateY(-4px)}
  .hc-yellow{grid-column:1 / -1}
  .hc-arrow{position:absolute;top:22px;right:22px;width:46px;height:46px;flex:0 0 46px;
    border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;
    font-size:22px;transition:.2s}
  .hcard:hover .hc-arrow{transform:translate(3px,-3px)}
  .hc-label{font-size:15px;font-weight:600;opacity:.85;margin-bottom:6px}
  .hc-title{font-size:clamp(22px,2.3vw,29px);font-weight:800;line-height:1.1;
    letter-spacing:-.01em;max-width:78%}
  .hc-foot{margin-top:auto;padding-top:20px}
  .hc-foot span{display:block;font-size:14px;opacity:.82;margin-bottom:2px}
  .hc-foot b{font-size:clamp(20px,2.1vw,26px);font-weight:900}
  .hc-blue{background:var(--primary);color:#fff}
  .hc-green{background:#3FCB79;color:#0E2D18}
  .hc-yellow{background:#FFBB00;color:#3a2f00}
  .hc-car{position:absolute;right:-2%;bottom:-6%;width:66%;max-width:440px;height:auto;
    pointer-events:none;z-index:0}
  .hcard .hc-label,.hcard .hc-title,.hcard .hc-foot{position:relative;z-index:2}
  .hcard .hc-arrow{z-index:3}
  @media(max-width:900px){.hc-car{width:58%;bottom:-4%}}
  @media(max-width:560px){
    .hero-cards{grid-template-columns:1fr;gap:14px}
    .hcard{min-height:auto;padding:30px 26px;text-align:center}
    .hc-arrow{top:20px;right:20px}
    .hc-title{max-width:none;font-size:26px;overflow-wrap:break-word}
    .hc-yellow{text-align:left}
    .hc-yellow .hc-title{max-width:70%}
    .hc-car{width:52%;bottom:-2%}
  }

  /* WHY / ABOUT */
  .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:stretch}
  .why-left{display:flex;flex-direction:column;justify-content:space-between;gap:40px}
  .why-left h2{font-size:clamp(28px,3.4vw,44px);line-height:1.12;margin:0}
  .why-right p{color:var(--muted);font-size:17px;line-height:1.6;margin-bottom:18px}
  .why-right p:last-child{margin-bottom:0}
  .why-right strong{color:var(--ink);font-weight:800}
  .proof{display:flex;align-items:center}
  .avatars{display:flex;position:relative;z-index:2}
  .avatar{width:50px;height:50px;border-radius:50%;border:3px solid #fff;overflow:hidden;
    margin-right:-14px;box-shadow:0 3px 10px rgba(17,24,39,.15);
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='15' r='7' fill='white'/%3E%3Cpath d='M7 36c0-7.2 5.8-13 13-13s13 5.8 13 13z' fill='white'/%3E%3C/svg%3E");
    background-repeat:no-repeat;background-position:center bottom;background-size:78%}
  .avatar:nth-child(1){background-color:#60A5FA}
  .avatar:nth-child(2){background-color:#34D399}
  .avatar:nth-child(3){background-color:#94A3B8}
  .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}
  .proof-pill{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);
    border-radius:999px;padding:12px 28px 12px 34px;margin-left:-16px;box-shadow:var(--shadow)}
  .proof-pill b{font-size:32px;font-weight:900;color:#F2A200;line-height:1}
  .proof-pill span{font-size:14px;color:var(--muted);line-height:1.3}
  @media(max-width:900px){.why-grid{grid-template-columns:1fr;gap:36px}}

  /* ROAD / EARN */
  .road-sec{background:var(--bg-soft)}
  .road-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
  .road-text h2{margin:0}
  .accent-y{color:#F5A200}
  .road-list{list-style:none;display:grid;gap:20px;margin-top:30px}
  .road-list li{position:relative;padding-left:28px;font-size:20px;font-weight:700;
    letter-spacing:-.01em;color:var(--ink)}
  .road-list li::before{content:"";position:absolute;left:2px;top:.62em;width:10px;height:10px;
    border-radius:50%;background:var(--primary);transform:translateY(-50%)}
  .road-art{display:flex;justify-content:center}
  .road-art svg{width:100%;max-width:400px;height:auto}
  .road-dash{animation:dashmove 1.4s linear infinite}
  @keyframes dashmove{to{stroke-dashoffset:-100}}
  .road-car{animation:carbob 2.6s ease-in-out infinite}
  @keyframes carbob{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
  @media(prefers-reduced-motion:reduce){.road-dash,.road-car{animation:none}}
  @media(max-width:900px){.road-grid{grid-template-columns:1fr;gap:24px}
    .road-art svg{max-width:300px}}

  /* PLATFORM TABS */
  .ptabs{display:flex;gap:8px;padding-left:10px;position:relative;z-index:2}
  .ptab{font-family:inherit;font-weight:800;font-size:16px;padding:15px 38px;border:0;cursor:pointer;
    background:#E7E9EE;color:var(--muted);border-radius:16px 16px 0 0;margin-bottom:-8px;transition:.15s}
  .ptab:hover{color:var(--ink)}
  .ptab[data-tab="uber"].is-active{background:#0E0E0E;color:#fff}
  .ptab[data-tab="bolt"].is-active{background:#0F1512;color:#fff}
  .ptab[data-tab="uklon"].is-active{background:#12141C;color:#fff}
  .ptab-mobile{display:none;align-items:center;justify-content:space-between;margin-bottom:14px}
  .pnav{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#fff;
    font-size:22px;line-height:1;cursor:pointer;color:var(--ink)}
  .pcur{font-weight:800;font-size:18px}
  .pslide{position:relative;display:none;overflow:hidden;border-radius:22px;min-height:340px;padding:52px 56px}
  .pslide.is-active{display:block}
  .pslide-uber{background:#0E0E0E}
  .pslide-bolt{background:#0F1512}
  .pslide-uklon{background:#12141C}
  .plogo{position:absolute;top:40px;right:52px;font-weight:900;font-size:30px;letter-spacing:-.02em;z-index:3;color:#fff}
  .pslide-bolt .plogo{color:#2FD180}
  .pslide-uklon .plogo{color:#C9F24A}
  .ptext{position:relative;z-index:2;max-width:48%}
  .pslide h2{color:#fff;margin-bottom:16px}
  .ptext p{color:rgba(255,255,255,.78);font-size:18px;line-height:1.55;margin-bottom:28px}
  .pcar{position:absolute;right:-1%;bottom:0;width:60%;max-width:720px;z-index:1;pointer-events:none;line-height:0}
  .pcar-img{position:absolute;right:0;bottom:0;width:100%;height:auto}
  .pcar-ph{width:100%;height:auto;display:block}
  .pslide-uber .pcar-ph .b{fill:#2A2A2A}
  .pslide-uber .pcar-ph .w{fill:#0E0E0E}
  .pslide-uber .pcar-ph .t{fill:#171717}
  .pslide-uber .pcar-ph .h{fill:#3d3d3d}
  .pslide-bolt .pcar-ph .b{fill:#E9EDEA}
  .pslide-bolt .pcar-ph .w{fill:#0F1512}
  .pslide-bolt .pcar-ph .t{fill:#141414}
  .pslide-bolt .pcar-ph .h{fill:#2FD180}
  .pslide-uklon .pcar-ph .b{fill:#2A2C36}
  .pslide-uklon .pcar-ph .w{fill:#12141C}
  .pslide-uklon .pcar-ph .t{fill:#171923}
  .pslide-uklon .pcar-ph .h{fill:#C9F24A}
  @media(max-width:900px){
    .ptabs{display:none}
    .ptab-mobile{display:flex}
    .pslide{padding:32px 24px;min-height:430px}
    .ptext{max-width:100%}
    .pcar{width:108%;opacity:.3;right:-10%}
    .plogo{font-size:24px;top:26px;right:24px}
  }

  /* WORK WITH US */
  .job-grid{grid-template-columns:repeat(2,1fr);gap:26px}
  .job-card{background:#fff;border:1px solid var(--line);border-radius:28px;
    padding:40px 40px 36px;display:flex;flex-direction:column}
  .job-card h3{font-size:clamp(24px,2.6vw,32px);letter-spacing:-.01em;margin-bottom:16px}
  .job-card>p{color:var(--muted);font-size:16px;line-height:1.6;margin-bottom:20px}
  .job-cond{list-style:none;display:grid;gap:11px;margin-bottom:26px}
  .job-cond li{position:relative;padding-left:28px;font-size:15.5px;line-height:1.45;color:var(--ink)}
  .job-cond li::before{content:"✓";position:absolute;left:0;top:0;color:var(--success);font-weight:800}
  .job-foot{margin-top:auto}
  .job-sal span{display:block;font-size:15px;color:var(--muted)}
  .job-sal b{display:block;font-size:30px;font-weight:900;margin:2px 0 22px}
  @media(max-width:900px){.job-grid{grid-template-columns:1fr}
    .job-card{padding:30px 26px}}
  /* OUR FLEET */
  .fleet-cars .car-photo{aspect-ratio:2/1;background:#EDF0F3}
  .fleet-cars .car-desc{color:var(--muted);font-size:14px;line-height:1.5;padding:0 6px;margin-bottom:14px}
  .fleet-cars .btn-book{margin-top:auto}

  .rent-banner{position:relative;overflow:hidden;background:#F2F3F5;border-radius:28px;
    margin-top:26px;min-height:300px;padding:52px 56px}
  .rent-banner h3{font-size:clamp(26px,3vw,40px);letter-spacing:-.01em;margin-bottom:16px}
  .rent-banner p{color:var(--muted);font-size:17px;line-height:1.6;max-width:52%;
    margin-bottom:30px;position:relative;z-index:2}
  .rent-banner .btn-start{position:relative;z-index:2}
  .rent-banner-alt{background:linear-gradient(135deg,#FFF3C9 0%,#FBFBFA 62%);border:1px solid #F1E4AE;
    margin-bottom:28px;min-height:220px;padding:30px 56px}
  .rent-banner-alt h3{font-size:clamp(24px,2.6vw,34px);margin-bottom:10px}
  .rent-banner-alt p{margin-bottom:18px}
  .rb-car{position:absolute;right:3%;top:50%;transform:translateY(-50%);width:44%;
    max-width:540px;height:auto;pointer-events:none;z-index:1}
  @media(max-width:900px){
    .rent-banner{padding:32px 26px;min-height:auto}
    .rent-banner p{max-width:100%}
    .rb-car{position:static;transform:none;width:88%;margin:24px auto 0;display:block}
  }

  /* OFFER CARDS */
  .offers{grid-template-columns:repeat(3,1fr)}
  .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);transition:.2s}
  .card:hover{transform:translateY(-4px)}
  .card h3{font-size:20px;margin-bottom:8px}
  .card p{color:var(--muted);font-size:15px;margin-bottom:16px}
  .price-badge{font-weight:800;color:var(--success)}

  /* ADVANTAGES */
  .adv{grid-template-columns:repeat(5,1fr)}
  .adv-item{background:var(--bg-soft);border-radius:var(--radius);padding:22px;position:relative}
  .adv-item .n{position:absolute;top:16px;right:18px;font-weight:900;color:var(--line);font-size:26px}
  .adv-item .ic{width:44px;height:44px;border-radius:12px;background:#fff;color:var(--primary);
    display:grid;place-items:center;font-size:22px;margin-bottom:12px;box-shadow:var(--shadow)}
  .adv-item h4{font-size:16px;margin-bottom:6px}
  .adv-item p{font-size:14px;color:var(--muted)}

  /* PLATFORMS */
  .plat{grid-template-columns:repeat(3,1fr)}
  .plat a{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;text-align:center;box-shadow:var(--shadow);transition:.2s}
  .plat a:hover{transform:translateY(-4px);border-color:var(--primary)}
  .plat .name{font-weight:900;font-size:26px;margin-bottom:8px}
  .plat p{color:var(--muted);font-size:14px}

  /* STEPS */
  .steps{grid-template-columns:repeat(4,1fr)}
  .step{padding:24px;border-radius:var(--radius);background:#fff;border:1px solid var(--line)}
  .step .num{width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;
    font-weight:800;display:grid;place-items:center;margin-bottom:14px}
  .step h4{font-size:17px;margin-bottom:6px}
  .step p{color:var(--muted);font-size:14px}
  .section-soft{background:var(--bg-soft)}

  /* REVIEWS */
  .rev{grid-template-columns:repeat(3,1fr)}
  .rev-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
  .stars{color:var(--accent);margin-bottom:10px;font-size:16px}
  .rev-card p{font-size:15px}
  .rev-card .who{margin-top:14px;font-weight:700;font-size:14px;color:var(--muted)}

  /* PRICING */
  .pricing{grid-template-columns:repeat(2,1fr);max-width:820px;margin-inline:auto}
  .plan{background:#fff;border:2px solid var(--line);border-radius:20px;padding:30px;position:relative}
  .plan.vip{border-color:var(--primary)}
  .plan .badge{position:absolute;top:-14px;left:30px;background:var(--primary);color:#fff;
    font-size:13px;font-weight:700;padding:5px 12px;border-radius:999px}
  .plan h3{font-size:24px;margin-bottom:6px}
  .plan .cost{font-size:16px;color:var(--muted);margin:12px 0}
  .plan .cost b{font-size:30px;color:var(--ink)}
  .plan ul{list-style:none;margin:16px 0 22px;display:grid;gap:10px}
  .plan li{display:flex;gap:10px;font-size:15px}
  .plan li::before{content:"✓";color:var(--success);font-weight:800}

  /* FAQ */
  .faq{max-width:820px;margin-inline:auto}
  .q{border:1px solid var(--line);border-radius:12px;margin-bottom:12px;background:#fff;overflow:hidden}
  .q button{width:100%;text-align:left;background:none;border:0;padding:18px 20px;font-family:inherit;
    font-weight:700;font-size:16px;cursor:pointer;display:flex;justify-content:space-between;gap:16px}
  .q .a{max-height:0;overflow:hidden;transition:max-height .25s ease;color:var(--muted)}
  .q .a p{padding:0 20px 18px}
  .q.open .a{max-height:260px}
  .q .chev{transition:.2s;color:var(--primary)}
  .q.open .chev{transform:rotate(180deg)}

  /* LEAD FORM */
  .lead-sec{background:linear-gradient(135deg,var(--primary),var(--primary-600));color:#fff}
  .lead-box{background:#fff;color:var(--ink);border-radius:22px;box-shadow:var(--shadow);
    padding:34px;max-width:520px;margin:22px auto 0}
  .lead-box h3{font-size:22px;margin-bottom:6px}
  .field{margin-bottom:14px}
  .field input{width:100%;padding:14px 16px;border:1.5px solid var(--line);border-radius:12px;font-size:16px;font-family:inherit}
  .field input:focus{outline:0;border-color:var(--primary)}
  .consent{font-size:12px;color:var(--muted);margin-top:10px}
  .consent a{color:var(--primary)}

  /* BLOG */
  .blog{grid-template-columns:repeat(3,1fr)}
  .post{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
  .post .thumb{height:150px;background:linear-gradient(120deg,#dbeafe,#eff6ff);display:grid;place-items:center;color:var(--primary);font-weight:800}
  .post .body{padding:18px}
  .post .cat{font-size:12px;color:var(--primary);font-weight:700;text-transform:uppercase}
  .post h4{font-size:16px;margin:6px 0}
  .post .meta{font-size:13px;color:var(--muted)}

  /* FOOTER */
  footer{background:#0F172A;color:#CBD5E1;padding:52px 0 28px;font-size:15px}
  .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:30px}
  footer h5{color:#fff;font-size:15px;margin-bottom:14px}
  footer a:hover{color:#fff}
  .foot-links{display:grid;gap:8px}
  .socials{display:flex;gap:12px;margin-top:14px}
  .socials a{width:38px;height:38px;border-radius:10px;background:#1E293B;display:grid;place-items:center}
  .copyright{border-top:1px solid #1E293B;margin-top:34px;padding-top:20px;font-size:13px;color:#64748B}

  /* STICKY CTA */
  .sticky-cta{position:fixed;right:20px;bottom:20px;z-index:45;box-shadow:0 14px 34px rgba(26,115,232,.45)}
  @media(max-width:900px){.sticky-cta.mobile-bar{left:0;right:0;bottom:0;border-radius:0;justify-content:center;padding:16px}}

  /* MODAL */
  .modal{position:fixed;inset:0;z-index:60;background:rgba(15,23,42,.6);display:none;
    align-items:center;justify-content:center;padding:20px}
  .modal.on{display:flex}
  .modal-box{background:#fff;border-radius:20px;max-width:440px;width:100%;padding:30px;position:relative}
  .modal-box h3{font-size:22px;margin-bottom:6px}
  .modal-box .close{position:absolute;top:14px;right:16px;font-size:26px;background:none;border:0;cursor:pointer;color:var(--muted)}
  .promo{background:rgba(22,163,74,.12);color:var(--success);font-weight:700;font-size:14px;
    padding:10px 14px;border-radius:10px;margin-bottom:16px}
  .ok-msg{display:none;background:rgba(22,163,74,.12);color:var(--success);padding:16px;border-radius:12px;font-weight:700;text-align:center}

  /* JOIN MODAL */
  .join-box{position:relative;overflow:hidden;background:#FFC400;border-radius:28px;
    width:100%;max-width:1000px;min-height:440px;display:flex}
  .join-close{position:absolute;top:20px;right:20px;width:48px;height:48px;border-radius:50%;
    background:#fff;border:0;cursor:pointer;font-size:24px;color:#111;z-index:5;
    display:grid;place-items:center;line-height:1}
  .join-content{padding:48px 52px;flex:1;z-index:2}
  .join-box h2{font-size:clamp(30px,4vw,50px);line-height:1.04;color:#111;
    letter-spacing:-.02em;margin-bottom:16px;font-weight:800}
  .join-content>p{font-size:18px;color:#3a2f00;line-height:1.5;margin-bottom:30px;max-width:460px}
  .join-fields{display:flex;gap:16px;margin-bottom:22px;flex-wrap:wrap;max-width:620px}
  .join-input{flex:1;min-width:220px;display:flex;align-items:center;gap:12px;
    background:#fff;border-radius:999px;padding:15px 24px}
  .join-input svg{flex:0 0 18px}
  .join-input input{border:0;outline:0;background:none;font-family:inherit;font-size:16px;width:100%;color:#111}
  .join-submit-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
  .join-btn{display:inline-flex;align-items:center;gap:16px;background:#111;color:#fff;border:0;
    cursor:pointer;font-family:inherit;font-weight:800;font-size:17px;padding:8px 34px 8px 8px;
    border-radius:999px;transition:.15s}
  .join-btn:hover{transform:translateY(-1px)}
  .jb-ic{width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:#fff;color:#111;
    display:grid;place-items:center;font-size:20px}
  .join-consent{font-size:12.5px;color:#3a2f00;line-height:1.4;max-width:300px}
  .join-consent a{color:#111;text-decoration:underline}
  .join-photo{position:absolute;right:0;bottom:0;height:100%;width:auto;max-width:46%;
    object-fit:cover;object-position:left bottom;z-index:1}
  /* extra questions: age / experience / rating */
  .join-extra{display:flex;flex-direction:column;gap:14px;margin-bottom:22px;max-width:620px}
  .join-q{display:flex;flex-direction:column;gap:8px}
  .join-q-label{font-size:14.5px;font-weight:700;color:#3a2f00}
  .join-q-label small{font-weight:500;opacity:.65}
  .join-input.has-select{position:relative}
  .join-input.has-select::after{content:"▾";position:absolute;right:22px;top:50%;
    transform:translateY(-50%);color:#111;pointer-events:none;font-size:13px}
  .join-select{border:0;outline:0;background:none;font-family:inherit;font-size:16px;width:100%;
    color:#111;-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:20px}
  /* themes */
  .join-box.theme-blue{background:#1A73E8}
  .join-box.theme-blue h2{color:#fff}
  .join-box.theme-blue .join-content>p{color:rgba(255,255,255,.88)}
  .join-box.theme-blue .join-consent{color:rgba(255,255,255,.82)}
  .join-box.theme-blue .join-consent a{color:#fff}
  .join-box.theme-blue .join-q-label{color:rgba(255,255,255,.9)}
  .join-box.theme-green .join-q-label{color:#0E2D18}
  .join-box.theme-green{background:#3FCB79}
  .join-box.theme-green h2{color:#0E2D18}
  .join-box.theme-green .join-content>p{color:#0E2D18}
  .join-box.theme-green .join-consent{color:#0E2D18}
  .join-box.theme-green .join-consent a{color:#0E2D18}
  @media(max-width:760px){
    .join-box{min-height:auto}
    .join-content{padding:34px 24px}
    .join-photo{display:none!important}
    .join-consent{max-width:none}
  }

  @media(max-width:900px){
    .menu,.phone{display:none}
    .burger{display:block}
    .hero-grid{grid-template-columns:1fr}
    .offers,.plat,.rev,.blog{grid-template-columns:1fr}
    .adv,.steps{grid-template-columns:repeat(2,1fr)}
    .pricing{grid-template-columns:1fr}
    .foot-grid{grid-template-columns:1fr 1fr}
    section{padding:52px 0}
  }

/* ================= ОРЕНДА PAGE ================= */
.oh-hero{background:linear-gradient(180deg,#EEF3FA 0%,#E1E9F5 100%);border-radius:36px;
  margin:12px 16px 0;padding:clamp(30px,4vw,56px) 0;overflow:hidden}
.oh-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.oh-left h1{font-size:clamp(30px,4.4vw,50px);line-height:1.08;margin-bottom:16px}
.oh-left h1 .accent{color:var(--primary)}
.oh-left p{color:var(--muted);font-size:18px;line-height:1.5;margin-bottom:30px;max-width:470px}
.oh-car{width:100%;max-width:600px;height:auto;justify-self:end}
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px;font-size:14px;color:var(--muted);margin-bottom:22px}
.crumbs a:hover{color:var(--primary)}
.crumbs .sep{color:#9aa3af}
.crumbs .cur{color:var(--ink);font-weight:700}
.bolt-hero{background:linear-gradient(180deg,#E9F7EE 0%,#D7EFE0 100%)}
.bolt-accent{color:#12A150}
.bolt-hero .crumbs a:hover{color:#16A34A}

/* ================= BLOG PAGE ================= */
.blog-hero{background:linear-gradient(120deg,#2F80ED 0%,#1E63C7 60%,#1856B4 100%);
  border-radius:36px;margin:12px 16px 0;padding:clamp(30px,4vw,56px) 0;overflow:hidden;color:#fff}
.blog-grid2{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;min-height:280px;position:relative}
.blog-hero .crumbs{color:rgba(255,255,255,.75)}
.blog-hero .crumbs a{color:rgba(255,255,255,.75)}
.blog-hero .crumbs a:hover{color:#fff}
.blog-hero .crumbs .sep{color:rgba(255,255,255,.5)}
.blog-hero .crumbs .cur{color:#fff}
.blog-hero h1{font-size:clamp(36px,5vw,64px);line-height:1.05;margin-bottom:18px}
.blog-hero .bh-sub{color:rgba(255,255,255,.9);font-size:clamp(17px,2vw,20px);font-weight:600;max-width:420px}
.bh-phone-wrap{position:relative;align-self:stretch}

/* PHONE MOCKUP */
.phone{position:absolute;right:0;top:-8px;width:230px;max-width:60vw;background:#0c0d10;
  border-radius:42px;padding:11px;
  box-shadow:0 40px 70px rgba(9,30,66,.45),0 8px 20px rgba(9,30,66,.3);
  transform:rotate(8deg)}
.phone-screen{position:relative;background:#fff;border-radius:36px;overflow:hidden;aspect-ratio:9/19.3}
.phone-notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:96px;height:28px;
  background:#0c0d10;border-radius:16px;z-index:3}
.phone-status{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;
  padding:14px 24px 8px;font-size:14px;font-weight:700;color:#0c0d10}
.phone-status .ps-ic{display:flex;gap:5px;align-items:center;font-size:12px}
.ph-article{padding:6px 16px 18px;text-align:center}
.ph-photo{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3.4;background:#e7ebf0}
.ph-photo img{width:100%;height:100%;object-fit:cover}
.ph-roof{position:absolute;top:14%;left:50%;transform:translateX(-50%);background:var(--accent);
  color:#1a1400;font-weight:900;font-size:10px;letter-spacing:.04em;padding:5px 12px;border-radius:6px;
  box-shadow:0 4px 10px rgba(0,0,0,.25);white-space:nowrap}
.ph-cat{display:inline-block;margin:16px 0 12px;padding:7px 16px;border:1px solid var(--line);
  border-radius:999px;font-size:13px;font-weight:600;color:var(--muted)}
.ph-title{font-size:18px;font-weight:800;line-height:1.25;letter-spacing:-.01em;color:var(--ink)}
@media(max-width:820px){
  .blog-grid2{grid-template-columns:1fr;text-align:center;min-height:auto}
  .blog-hero .bh-sub{margin:0 auto}
  .blog-hero .crumbs{justify-content:center}
  .bh-phone-wrap{align-self:auto;display:flex;justify-content:center}
  .phone{position:static;transform:rotate(0);width:230px;margin:26px auto 0}
}

/* BLOG LIST */
.blog-list{grid-template-columns:repeat(2,1fr);gap:34px 44px}
.post-card{background:transparent;display:flex;flex-direction:column}
.post-photo{display:block;aspect-ratio:3/2;background:#e7ebf0;overflow:hidden;
  border-radius:22px;transition:.2s}
.post-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s}
.post-card:hover .post-photo{box-shadow:var(--shadow)}
.post-card:hover .post-photo img{transform:scale(1.03)}
.post-body{padding:18px 2px 4px;display:flex;flex-direction:column;flex:1}
.post-cat{align-self:flex-start;font-size:13px;font-weight:600;
  color:var(--ink);background:var(--bg-soft);padding:7px 15px;border-radius:999px;margin-bottom:16px}
.post-card h3{font-size:22px;line-height:1.25;margin-bottom:14px;font-weight:800}
.post-card h3 a{color:var(--ink)}
.post-card h3 a:hover{color:var(--primary)}
.post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;
  font-size:14px;color:var(--muted);margin-bottom:14px}
.pm-item{display:inline-flex;align-items:center;gap:6px}
.pm-item svg{color:var(--accent);flex:none}
.pm-dot{color:var(--line)}
.post-card p{color:var(--muted);font-size:15px;line-height:1.55;margin-bottom:18px}
.post-read{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;
  font-weight:700;color:var(--ink);border:2px solid var(--accent);
  padding:10px 26px;border-radius:999px;transition:.2s}
.post-read:hover{background:var(--accent);color:var(--ink)}
@media(max-width:600px){.blog-list{grid-template-columns:1fr;gap:30px}}

/* ARTICLE (single post) */
.article-wrap{max-width:820px;margin:0 auto;padding:34px 0 20px}
.article-head{margin-bottom:26px}
.article-head .post-cat{margin-bottom:14px}
.article-head h1{font-size:clamp(28px,4vw,42px);line-height:1.18;letter-spacing:-.02em;margin-bottom:16px}
.article-head .post-meta{margin-bottom:0;font-size:14.5px}
.article-cover{border-radius:22px;overflow:hidden;background:#e7ebf0;aspect-ratio:16/8;margin-bottom:34px}
.article-cover img{width:100%;height:100%;object-fit:cover}
.article-doc>p:first-of-type{font-size:19px;line-height:1.55;color:var(--ink)}
.article-doc h2{font-size:25px;letter-spacing:-.01em;margin:36px 0 12px}
.article-doc h3{font-size:19px;margin:26px 0 8px}
.article-doc p{margin:0 0 16px;color:#374151;font-size:17px;line-height:1.62}
.article-doc ul,.article-doc ol{margin:0 0 18px;padding-left:22px}
.article-doc li{margin-bottom:9px;color:#374151;font-size:17px;line-height:1.55}
.article-doc strong{color:var(--ink);font-weight:700}
.article-doc a{color:var(--primary)}
.article-doc a:hover{text-decoration:underline}
.article-note{background:var(--bg-soft);border:1px solid var(--line);border-left:4px solid var(--accent);
  border-radius:14px;padding:16px 20px;margin:24px 0}
.article-note p{margin:0;font-size:15.5px;color:#374151}
.article-cta{background:var(--ink);color:#fff;border-radius:22px;padding:34px 36px;margin:44px 0 10px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.article-cta h3{font-size:23px;margin:0 0 6px;color:#fff}
.article-cta p{margin:0;color:#cbd5e1;font-size:15.5px}
.article-cta .btn{white-space:nowrap}
.article-back{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-weight:700;color:var(--primary)}
@media(max-width:600px){.article-cta{padding:26px 24px}}

.catalog{padding:48px 0 72px}
.sortbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:30px}
.sortbar .sl{color:var(--muted);font-size:15px;margin-right:auto}
.sort-opt{background:none;border:1.5px solid transparent;cursor:pointer;font-family:inherit;
  font-weight:700;font-size:15px;color:var(--ink);padding:11px 24px;border-radius:999px;transition:.15s}
.sort-opt:hover{color:var(--primary)}
.sort-opt.is-active{border-color:var(--accent)}

.catalog-body{display:grid;grid-template-columns:250px 1fr;gap:34px;align-items:start}
.filters{display:flex;flex-direction:column}
.filter-group{border-bottom:1px solid var(--line)}
.filter-head{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;
  border:0;cursor:pointer;font-family:inherit;font-weight:700;font-size:16px;color:var(--ink);padding:18px 4px}
.filter-head .fc{transition:transform .2s;color:var(--muted);font-size:12px}
.filter-group.open .fc{transform:rotate(180deg)}
.filter-body{max-height:0;overflow:hidden;transition:max-height .25s ease}
.filter-group.open .filter-body{max-height:340px}
.fb-in{padding:2px 4px 18px;display:grid;gap:11px}
.fopt{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--muted);cursor:pointer}
.fopt input{width:16px;height:16px;accent-color:var(--primary)}

.cars{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.car-card{background:#F7F8FA;border-radius:20px;padding:14px;display:flex;flex-direction:column}
.car-photo{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:#E5E9EF;margin-bottom:14px}
.car-photo img{width:100%;height:100%;object-fit:cover}
.car-badge{position:absolute;top:12px;left:12px;width:34px;height:34px;border-radius:50%;
  background:var(--accent);color:#111;display:grid;place-items:center;font-weight:900;font-size:15px}
.car-arrows{position:absolute;bottom:10px;right:10px;display:flex;gap:6px}
.car-arrows button{width:30px;height:30px;border-radius:50%;border:0;background:rgba(255,255,255,.9);
  cursor:pointer;font-size:15px;color:#111;display:grid;place-items:center}
.car-brand{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px;padding:0 6px}
.car-brand::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--primary)}
.car-name{display:flex;align-items:baseline;justify-content:space-between;padding:2px 6px 0;margin-bottom:14px}
.car-name h3{font-size:22px;font-weight:800;letter-spacing:-.01em}
.car-name .yr{color:var(--muted);font-weight:700}
.car-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 6px 14px;
  border-bottom:1px solid var(--line);margin-bottom:14px}
.car-specs .lbl{font-size:12px;color:#EC8B6A;margin-bottom:3px}
.car-specs .val{font-size:14px;color:var(--ink);font-weight:600;line-height:1.3}
.car-price{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 6px 16px}
.car-price .lbl{font-size:12px;color:var(--muted);margin-bottom:2px}
.car-price b{font-size:22px;font-weight:900}
.btn-book{margin:auto 4px 4px;display:flex;align-items:center;gap:14px;background:var(--accent);
  color:#1a1400;font-weight:800;font-size:16px;padding:8px 8px;border-radius:999px;cursor:pointer;
  border:0;font-family:inherit;transition:.15s}
.btn-book:hover{transform:translateY(-1px)}
.btn-req{margin:8px 4px 4px;display:flex;align-items:center;justify-content:center;gap:10px;
  background:transparent;color:#1a1400;font-weight:800;font-size:15px;padding:13px 8px;
  border-radius:999px;cursor:pointer;border:1.5px solid var(--accent);font-family:inherit;transition:.15s}
.btn-req:hover{background:rgba(255,196,0,.14)}
.car-req{display:none;flex-direction:column;flex:1;padding:8px 10px 10px;color:#1a1400}
.car-req h4{font-size:19px;font-weight:800;margin-bottom:16px}
.car-req ul{list-style:disc;padding-left:22px;display:flex;flex-direction:column;gap:12px;margin-bottom:22px}
.car-req li{font-size:15px;font-weight:600;line-height:1.35}
.btn-close-req{margin-top:auto;background:#fff;color:#111;font-weight:800;font-size:16px;
  padding:15px 8px;border-radius:999px;cursor:pointer;border:0;font-family:inherit;transition:.15s}
.btn-close-req:hover{transform:translateY(-1px)}
.car-card.req-open{background:var(--accent)}
.car-card.req-open > :not(.car-req){display:none}
.car-card.req-open .car-req{display:flex}

@media(max-width:1024px){.cars{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.oh-grid{grid-template-columns:1fr}.catalog-body{grid-template-columns:1fr}
  .filters{border:1px solid var(--line);border-radius:16px;padding:0 16px}}
@media(max-width:560px){.cars{grid-template-columns:1fr}}

/* Поп-ап вибору: робота водієм / оренда (спільний для всіх сторінок) */
.rentout-box{position:relative;background:#fff;border-radius:22px;
    padding:38px 34px 34px;max-width:440px;width:calc(100% - 40px);box-shadow:0 30px 70px rgba(15,23,42,.3)}
.rentout-box h2{font-size:26px;letter-spacing:-.01em;margin-bottom:10px}
.rentout-box p{color:var(--muted);font-size:16px;margin-bottom:24px}
.rentout-actions{display:flex;flex-direction:column;gap:14px}
.rentout-btn{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:16px;
    text-decoration:none;transition:.15s;border:1.5px solid transparent;cursor:pointer;text-align:left}
.rentout-btn svg{width:26px;height:26px;flex:0 0 26px}
.rentout-btn span{display:flex;flex-direction:column;line-height:1.25}
.rentout-btn b{font-size:17px}
.rentout-btn small{font-size:14px;opacity:.8}
.choice-driver{background:var(--accent);color:#111}
.choice-driver svg{fill:#111}
.choice-driver:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(255,196,0,.4)}
.choice-rent{background:#111;color:#fff}
.choice-rent svg{fill:#fff}
.choice-rent:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(17,17,17,.3)}
