@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--bg:#f6fbff;--surface:#fff;--ink:#07172f;--muted:#667085;--primary:#0067c5;--primary2:#0da7ff;--accent:#ffd21f;--accent2:#7bd438;--line:#dde9f5;--soft:#eef7ff;--shadow:0 24px 70px rgba(0,71,140,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:fixed;top:0;left:0;width:100%;background:rgba(3,29,73,.80);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:none;backdrop-filter:blur(18px);z-index:100}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:14px;font-weight:950}.site-logo{height:64px;width:64px;object-fit:cover;border-radius:50%;box-shadow:0 12px 30px rgba(0,0,0,.22)}.brand-text,.site-header .brand-text small,.site-header .nav,.site-header .nav a{color:#fff}.brand small{display:block;font-weight:850;color:rgba(255,255,255,.74);font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.nav{display:flex;align-items:center;gap:20px;font-weight:850;font-size:15px}.nav a{position:relative;padding:10px 2px}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;border-radius:99px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:.25s}.nav a:hover:after{transform:scaleX(1)}.call-btn,.btn,.floating-call{background:linear-gradient(135deg,var(--accent),#fff07a);color:#061a35;font-weight:950;padding:15px 22px;border-radius:999px;box-shadow:0 16px 38px rgba(255,210,31,.24);white-space:nowrap}.hero{position:relative;min-height:100vh;padding:150px 0 72px;background:linear-gradient(90deg,rgba(0,28,75,.88),rgba(0,79,150,.58),rgba(0,28,75,.74)),url('images/vozilo-2.jpg') center/cover no-repeat;display:flex;align-items:center;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 30%,rgba(255,210,31,.24),transparent 28%),linear-gradient(to bottom,rgba(0,0,0,.05),rgba(0,23,58,.26));pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .92fr;gap:58px;align-items:center;color:#fff}.eyebrow{display:inline-flex;background:rgba(255,210,31,.16);color:#fff;border:1px solid rgba(255,210,31,.55);font-weight:950;text-transform:uppercase;letter-spacing:.12em;border-radius:999px;padding:10px 16px;font-size:12px}h1{font-size:clamp(44px,6vw,82px);line-height:.94;letter-spacing:-.06em;margin:24px 0 22px}h2{font-size:clamp(32px,4vw,56px);line-height:1;letter-spacing:-.05em;margin:0 0 18px}h3{font-size:24px;margin:12px 0}p{font-size:18px;line-height:1.68;color:var(--muted)}.hero p{max-width:720px;color:rgba(255,255,255,.92);font-size:clamp(18px,2vw,24px);line-height:1.48;text-shadow:0 8px 28px rgba(0,0,0,.35)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.btn.primary{background:linear-gradient(135deg,var(--accent),#fff176);color:#061a35}.btn.secondary,.btn.light{background:#fff;color:var(--primary);border:1px solid var(--line);box-shadow:0 10px 26px rgba(0,65,130,.10)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.stats div{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:18px;backdrop-filter:blur(12px)}.stats strong{display:block;font-size:22px;color:var(--accent)}.stats span{font-size:13px;color:rgba(255,255,255,.82);font-weight:800}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;border-radius:34px;box-shadow:0 32px 90px rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.24)}.glass-badge{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:999px;padding:14px 18px;font-weight:950;color:var(--primary)}section{padding:86px 0}.section-head{max-width:720px}.section-head.center{text-align:center;margin:0 auto 38px}.section-head span{color:var(--primary);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow);min-height:290px;transition:.25s}.service-card:hover{transform:translateY(-4px);box-shadow:0 30px 85px rgba(0,101,197,.17)}.service-card .icon{font-size:34px;color:var(--primary)}.soft{background:linear-gradient(135deg,#eef7ff,#fff)}.split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.process-list{display:grid;gap:14px;margin-top:26px}.process-list div{display:grid;grid-template-columns:auto 1fr;column-gap:14px;row-gap:4px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;font-weight:850}.process-list div b{grid-row:1/3;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;width:42px;height:42px;border-radius:14px;display:grid;place-items:center}.process-list div span{color:var(--muted);font-weight:500}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px}.image-stack img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:0 24px 70px rgba(0,71,140,.14)}.image-stack img:nth-child(2){margin-top:70px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.gallery-grid a{display:block;overflow:hidden;border-radius:26px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.gallery-grid img{width:100%;height:310px;object-fit:cover;display:block;transition:.35s ease}.gallery-grid a:hover img{transform:scale(1.04)}.rich-band{background:linear-gradient(135deg,#004996,#0088e8);color:#fff;border-radius:38px;padding:44px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;box-shadow:0 25px 80px rgba(0,71,140,.20);position:relative;overflow:hidden}.rich-band:after{content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;background:var(--accent);border-radius:50%;opacity:.18}.rich-band p{color:#dcefff}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mini-grid div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:24px;color:#fff}.mini-grid strong{font-size:20px}.mini-grid p{font-size:15px;margin-bottom:0;color:#e7f5ff}.cta-section{padding:70px 0}.cta-card{background:radial-gradient(circle at 85% 20%,rgba(255,210,31,.28),transparent 30%),linear-gradient(135deg,#00366f,#0088e8);border-radius:34px;padding:46px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:#fff}.cta-card p{color:#eaf5ff}.footer{background:#031d49;color:#fff;padding:64px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:50px}.footer p,.copyright{color:#cbd6e2;font-size:15px}.footer a{display:block;color:#eef7ff;margin:10px 0}.footer .brand{align-items:center}.footer-logo{height:56px;width:56px;border-radius:50%;object-fit:cover}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:40px}.copyright a{display:inline;color:#fff;font-weight:900}.floating-call{position:fixed;right:24px;bottom:24px;width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;z-index:40;font-size:28px}.mobile-toggle{display:none}
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.nav{gap:14px;font-size:14px}}
@media(max-width:960px){.container{width:min(100% - 28px,1180px)}.header-inner{height:auto;min-height:76px;padding:10px 0;display:grid;grid-template-columns:1fr auto;gap:10px}.brand-text{font-size:15px}.site-logo{height:54px;width:54px}.call-btn{display:none}.mobile-toggle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);cursor:pointer}.mobile-toggle span{width:22px;height:2px;background:#fff;position:relative;border-radius:999px;display:block}.mobile-toggle span:before,.mobile-toggle span:after{content:'';position:absolute;left:0;width:22px;height:2px;background:#fff;border-radius:999px}.mobile-toggle span:before{top:-7px}.mobile-toggle span:after{top:7px}.nav{display:none}body.menu-open .nav{display:flex;position:absolute;top:76px;left:12px;right:12px;flex-direction:column;background:#031d49;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:12px;box-shadow:0 28px 80px rgba(0,0,0,.22);z-index:99}body.menu-open .nav a{padding:14px 16px;border-radius:16px}body.menu-open .nav a:hover{background:rgba(255,255,255,.08)}.hero{padding:130px 0 58px;min-height:100svh}.hero-grid,.split,.rich-band{grid-template-columns:1fr;gap:32px}.hero-media{display:none}.hero,section{padding:56px 0}.services-grid,.mini-grid{grid-template-columns:1fr}.image-stack{grid-template-columns:1fr}.image-stack img{height:auto}.image-stack img:nth-child(2){margin-top:0}.stats{grid-template-columns:1fr}.cta-card{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){h1{font-size:42px}.hero-actions .btn{width:100%}.floating-call{right:16px;bottom:16px;width:56px;height:56px}.gallery-grid{grid-template-columns:1fr}.rich-band{padding:26px}.gallery-grid img{height:auto}}

/* FIX v2 - mobile spacing, no overlap, fewer repeated image blocks */
#zasto-mi .section-head{max-width:780px;margin:0 auto;text-align:center}
#zasto-mi .process-list{grid-template-columns:repeat(4,1fr);margin-top:34px}
#zasto-mi .process-list div{min-height:150px;align-content:start}
.vehicle-showcase{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:30px}
.vehicle-main,.vehicle-side img{overflow:hidden;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}
.vehicle-main img{width:100%;height:520px;object-fit:cover;display:block}
.vehicle-side{display:grid;gap:18px}
.vehicle-side img{width:100%;height:251px;object-fit:cover;display:block}

@media(max-width:960px){
  .hero{min-height:auto;padding:118px 0 48px;display:block}
  .hero-grid{display:block;color:#fff}
  .hero-copy{max-width:100%}
  .hero h1{margin-top:18px;margin-bottom:16px;line-height:1.02}
  .hero p{font-size:16px;line-height:1.55}
  .hero-actions{margin-top:22px;gap:10px}
  .stats{margin-top:24px;gap:10px}
  .stats div{padding:14px;border-radius:16px}
  section{padding:54px 0!important;overflow:hidden}
  .services-grid{gap:16px}
  .service-card{min-height:auto;padding:24px;border-radius:24px}
  .service-card p{margin-bottom:0}
  #zasto-mi .section-head{text-align:left;margin:0}
  #zasto-mi .process-list{grid-template-columns:1fr;gap:12px;margin-top:24px}
  #zasto-mi .process-list div{min-height:0;padding:16px}
  .vehicle-showcase{grid-template-columns:1fr;margin-top:22px;gap:14px}
  .vehicle-main img,.vehicle-side img{height:auto;max-height:none;aspect-ratio:4/3}
  .rich-band{gap:22px;border-radius:28px;padding:28px}
  .mini-grid div{padding:18px;border-radius:18px}
  .cta-section{padding-top:46px!important}
  .footer{padding-top:50px}
}
@media(max-width:560px){
  .container{width:min(100% - 24px,1180px)}
  .site-logo{height:48px;width:48px}
  .brand-text{font-size:14px;line-height:1.1}
  .brand small{font-size:9px;letter-spacing:.05em}
  .hero{padding-top:104px;background-position:center}
  h1{font-size:36px;letter-spacing:-.045em}
  h2{font-size:29px;letter-spacing:-.04em;line-height:1.04}
  h3{font-size:21px}
  p{font-size:16px;line-height:1.6}
  .eyebrow{font-size:10px;padding:8px 12px}
  .hero-actions .btn{width:100%;padding:14px 18px}
  .section-head.center{text-align:left;margin:0 0 24px}
  .process-list div{grid-template-columns:auto 1fr;align-items:start}
  .process-list div b{width:36px;height:36px;border-radius:12px}
  .vehicle-side{gap:14px}
  .vehicle-main,.vehicle-side img{border-radius:22px}
  .cta-card{padding:28px;border-radius:26px}
  .footer .brand{align-items:center}
  .footer-grid{gap:28px}
  .floating-call{font-size:24px}
}


/* FIX v3 - stronger hero + second phone number */
.phone-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.phone-actions .btn{min-width:170px}.hero-phone-line{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px;font-weight:950;color:#fff}.hero-phone-line a{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);padding:10px 14px;border-radius:999px}.stats{grid-template-columns:repeat(4,1fr)}
.hero{min-height:92vh;padding:138px 0 70px;background:linear-gradient(90deg,rgba(0,24,66,.92),rgba(0,53,105,.76),rgba(0,23,61,.86)),url('images/vozilo-2.jpg') center right/cover no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,29,73,.18),rgba(3,29,73,.42));z-index:1}.hero-grid{grid-template-columns:1.05fr .85fr}.hero-copy{background:rgba(3,29,73,.34);border:1px solid rgba(255,255,255,.12);border-radius:36px;padding:34px;backdrop-filter:blur(10px);box-shadow:0 30px 90px rgba(0,0,0,.18)}.hero h1{max-width:760px}.hero-media img{aspect-ratio:1/1;border-radius:36px}.stats div{box-shadow:0 10px 28px rgba(0,0,0,.12)}
@media(max-width:960px){.stats{grid-template-columns:repeat(2,1fr)}.hero{padding:112px 0 36px;background-position:center;min-height:auto}.hero-copy{padding:26px;border-radius:28px}.hero h1{font-size:clamp(36px,9vw,54px);line-height:1.02;margin-top:16px}.hero p{font-size:17px;line-height:1.55}.hero-phone-line{justify-content:center}.hero-phone-line a{flex:1;text-align:center;min-width:140px}.phone-actions .btn{flex:1}.cta-card .phone-actions{width:100%}.cta-card .phone-actions .btn{width:100%}}
@media(max-width:560px){.hero{padding-top:98px;padding-bottom:30px}.hero-copy{padding:22px 16px;border-radius:24px}.hero .eyebrow{display:none}.hero h1{font-size:34px;margin:0 0 14px;letter-spacing:-.035em}.hero p{font-size:16px}.stats{grid-template-columns:1fr 1fr;margin-top:20px}.stats div{padding:13px}.stats strong{font-size:20px}.stats span{font-size:12px}.hero-actions{margin-top:20px}.hero-phone-line{gap:8px}.hero-phone-line span{display:none}.hero-phone-line a{width:100%;flex:auto}.phone-actions{flex-direction:column}.phone-actions .btn{width:100%}.site-header{background:rgba(3,29,73,.92)}}


/* FIX v4 - clean mobile hero: only 0-24h + Taxi boxes, more breathing space */
.hero{padding-top:165px;padding-bottom:82px;min-height:92vh;}
.hero-copy{max-width:760px;}
.hero h1{margin-top:18px;}
.hero-stats-clean{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px;}
.hero-stats-clean div{min-height:104px;display:flex;flex-direction:column;justify-content:center;}
.hero-phone-line{margin-top:20px;margin-bottom:8px;}

@media(max-width:960px){
  .hero{padding-top:132px!important;padding-bottom:54px!important;}
  .hero-copy{padding:30px 24px!important;}
  .hero h1{margin-top:0;margin-bottom:18px;}
  .hero p{margin-bottom:0;}
  .hero-actions{margin-top:28px!important;}
  .hero-phone-line{margin-top:20px;margin-bottom:8px;}
  .hero-stats-clean{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:24px!important;}
  .hero-stats-clean div{min-height:94px;padding:18px!important;}
}

@media(max-width:560px){
  .hero{padding-top:126px!important;padding-bottom:48px!important;}
  .hero-copy{padding:26px 18px!important;border-radius:28px!important;}
  .hero h1{font-size:36px!important;line-height:1.04!important;margin-bottom:18px!important;}
  .hero p{font-size:16px!important;line-height:1.6!important;}
  .hero-actions{margin-top:26px!important;gap:12px!important;}
  .hero-actions .btn{padding:16px 18px!important;}
  .hero-stats-clean{grid-template-columns:1fr 1fr!important;margin-top:24px!important;}
  .hero-stats-clean div{min-height:92px;padding:16px 14px!important;border-radius:18px!important;}
  .hero-stats-clean strong{font-size:24px!important;}
  .hero-stats-clean span{font-size:12px!important;line-height:1.35;}
  .hero-phone-line a{padding:11px 14px;}
}
