
:root{
  --bg:#e47f2c;
  --bg2:#b87130;
  --muted:rgba(233,238,252,.74);
  --text:#f8fafc;
  --accent:#ff9a3d; /* açık turuncu */
  --accent2:#ffd08a;
  --ring: rgba(255,154,61,.32);
  --shadow: 0 18px 45px rgba(0,0,0,.35);
  --radius: 18px;
  --logo-h: 54px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans";
  background: radial-gradient(1100px 650px at 18% 0%, rgba(255,208,138,.22), transparent 60%),
              radial-gradient(900px 520px at 90% 10%, rgba(255,154,61,.18), transparent 55%),
              radial-gradient(900px 520px at 70% 90%, rgba(255,154,61,.10), transparent 55%),
              var(--bg);
  color: var(--text);
}
a{color:inherit; text-decoration:none}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}

header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,18,32,.62);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar{
  border-bottom:1px solid rgba(255,255,255,.06);
  background: rgba(11,18,32,.52);
}
.topbar-inner{display:flex; align-items:center; justify-content:flex-start; gap:12px; padding:10px 0}
.topbar-left{display:flex; gap:10px; flex-wrap:wrap}
.topbar-pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  font-weight:900; font-size:13px;
}
.dot{width:10px; height:10px; border-radius:99px; display:inline-block}
.dot-wa{background:#22c55e}
.dot-ig{background:linear-gradient(180deg, #f9a8d4, #fb7185, #f97316)}

.navbar{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:12px}
.brand{display:flex; align-items:center; gap:12px; font-weight:900}
.brand img{height:var(--logo-h); width:auto; max-width:280px}
.brand span{display:flex; flex-direction:column; line-height:1.05}
.brand small{color:rgba(248,250,252,.82); font-weight:800; margin-top:4px}
.navlinks{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.navlinks a{color:rgba(248,250,252,.82); font-weight:900; font-size:14px; padding:10px 10px; border-radius:12px}
.navlinks a:hover{color:var(--text); background:rgba(255,255,255,.10)}
.actions{display:flex; align-items:center; gap:10px}
select.lang{
  background:rgba(255,255,255,.10);
  color:var(--text);
  border:1px solid rgba(255,255,255,.10);
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  outline:none;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-weight:950;
}
.btn:hover{background:rgba(255,255,255,.07)}
.btn.primary{
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  border-color: rgba(0,0,0,.25);
  color:#0b1220;
}
.btn.primary:hover{filter:brightness(1.05)}
.btn.whatsapp{border-color: rgba(34,197,94,.28)}

@media (max-width: 980px){
  /* Keep menu links hidden, but show language + social icons */
  .navlinks{display:flex; align-items:center; gap:10px}
  .navlinks > a{display:none}
  .navlinks .nav-extras{display:flex}
  .navbar{flex-wrap:wrap}
  .topbar-inner{flex-direction:column; align-items:flex-start}
}


.card{
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero{padding:44px 0 24px}
.hero-wrap{display:grid; gap:18px; grid-template-columns:1.1fr .9fr; align-items:stretch}
@media (max-width: 960px){.hero-wrap{grid-template-columns:1fr}}
.hero-copy{padding:28px}
.kicker{
  display:inline-flex; gap:8px; align-items:center;
  background:rgba(255,154,61,.12);
  border:1px solid rgba(255,154,61,.28);
  color: rgba(255,208,138,.95);
  padding:8px 12px;
  border-radius:999px;
  font-weight:950;
  font-size:13px;
}
h1{margin:14px 0 10px; font-size:44px; line-height:1.05; letter-spacing:-.6px; text-shadow: 0 10px 26px rgba(0,0,0,.35)}
@media (max-width:520px){h1{font-size:34px}}
.lead{color:rgba(248,250,252,.82); font-weight:800; font-size:16px; line-height:1.6}
.hero-ctas{display:flex; flex-wrap:wrap; gap:12px; margin-top:18px}
.badges{margin-top:18px; display:flex; flex-wrap:wrap; gap:10px}
.badge{
  padding:9px 11px; border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  font-weight:900; font-size:13px;
}

.mini-slider{margin-top:16px; display:grid; grid-template-columns:1fr 1fr; gap:12px}
@media(max-width:520px){.mini-slider{grid-template-columns:1fr}}
.mini-slide{border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.05)}
.mini-slide img{width:100%; height:auto; display:block}
.mini-cap{display:flex; justify-content:space-between; align-items:center; padding:10px 12px; border-top:1px solid rgba(255,255,255,.08)}
.mini-cap b{font-size:14px}
.mini-cap span{color:rgba(248,250,252,.82); font-weight:950}

.form-card{padding:18px}
.form-card h3{margin:4px 0 10px; font-size:18px}
.note{color:rgba(248,250,252,.82); font-size:13px; line-height:1.5; margin:0}

/* --- Callout / Info box (name-based welcome) --- */
.callout{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  margin:12px 0 14px;
}
.callout-ico{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,138,30,.18);
  border:1px solid rgba(255,138,30,.32);
  flex:0 0 auto;
}
.callout-title{font-weight:800; letter-spacing:.1px; margin:0 0 2px}
.callout-text{color:rgba(248,250,252,.82); font-size:13px; line-height:1.5}

.divider{height:1px; background:rgba(255,255,255,.10); margin:12px 0}
.step-subtitle{font-weight:800; margin:0 0 8px}

.steps{display:flex; gap:8px; padding:8px 4px 14px}
.stepdot{height:8px; flex:1; border-radius:999px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.10)}
.stepdot.active{background:rgba(249,115,22,.55); border-color:rgba(249,115,22,.70)}
.stepdot.done{background:rgba(34,197,94,.45); border-color:rgba(34,197,94,.65)}

.step-title{font-weight:1000; margin:6px 0 12px; color: rgba(255,230,200,.92)}
form{display:grid; gap:12px}
label{display:grid; gap:7px; font-size:13px; color:rgba(248,250,252,.82); font-weight:900}
input, select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(11,18,32,.55);
  color: var(--text);
  outline:none;
  font-weight:800;
}
input:focus, select:focus{
  border-color: rgba(249,115,22,.55);
  box-shadow: 0 0 0 4px var(--ring);
}
.row{display:grid; gap:12px; grid-template-columns:1fr 1fr}
@media(max-width:640px){.row{grid-template-columns:1fr}}

.wizard-actions{display:flex; gap:10px; justify-content:space-between; margin-top:2px}
.fineprint{margin:10px 0 0; color:rgba(248,250,252,.82); font-size:12px; line-height:1.5}

.seg{display:grid; gap:10px}
.seg-item{
  display:flex; gap:10px; align-items:center;
  padding:12px 12px; border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  cursor:pointer;
  font-weight:900;
}
.seg-item input{width:auto; margin:0}
.seg-item:hover{border-color:rgba(249,115,22,.35)}

.counter{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  padding:12px 12px; border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.counter b{font-size:14px}
.counter .muted{color:rgba(248,250,252,.82); font-weight:850; font-size:12px}
.counter-ctl{display:flex; align-items:center; gap:8px}
.ctl{
  width:38px; height:38px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-weight:1000;
  cursor:pointer;
}
.ctl:hover{background:rgba(255,255,255,.07)}
.counter-ctl input{width:56px; text-align:center; padding:10px 8px}

section{padding:30px 0}
.section-title{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom:14px}
.section-title h2{margin:0; font-size:26px}
.section-title p{margin:0; color:rgba(248,250,252,.82); font-weight:850}
.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
@media(max-width:920px){.cards{grid-template-columns:1fr}}
.card-pad{padding:18px}
.card-pad h4{margin:0 0 8px; font-size:16px}
.card-pad p{margin:0; color:rgba(248,250,252,.82); line-height:1.6}

.split{display:grid; gap:16px; grid-template-columns:1fr 1fr}
@media(max-width:920px){.split{grid-template-columns:1fr}}
.media{border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,.08); background:#0b1220}
.media img{width:100%; height:auto; display:block}
.mt{margin-top:14px}

.list{display:grid; gap:10px}
.item{display:flex; justify-content:space-between; gap:16px; padding:14px 16px; border-radius:16px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.03)}
.item b{font-size:14px}
.item span{color:rgba(248,250,252,.82); font-weight:950}

.faq{display:grid; gap:10px}
.faq details{border-radius:16px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.03); padding:14px 16px}
.faq summary{cursor:pointer; font-weight:1000}
.faq summary::-webkit-details-marker{display:none}
.faq p{margin:10px 0 0; color:rgba(248,250,252,.82); line-height:1.6; font-weight:800}

.contact{padding:18px; display:grid; grid-template-columns:1.25fr .75fr; gap:14px; align-items:stretch}
@media(max-width:920px){.contact{grid-template-columns:1fr}}
.contact-actions{display:flex; flex-wrap:wrap; gap:12px; margin:14px 0}
.contact-mini{display:grid; gap:10px}
.contact-box{padding:14px 16px; border-radius:16px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.03); display:flex; justify-content:space-between; align-items:center; font-weight:1000}
.footer{padding:18px 0 0; color:rgba(248,250,252,.82); font-weight:850; text-align:center}

/* Popular routes cards */
.route-grid{
  display:grid;
  grid-template-columns: repeat( auto-fit, minmax(230px, 1fr) );
  gap:16px;
}
.route-card{
  position:relative;
  display:block;
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 190px;
}
.route-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.05);
}
.route-overlay{
  position:absolute;
  left:0; right:0; bottom:0;
  padding:14px 14px 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.78) 60%, rgba(0,0,0,.90) 100%);
}
.route-overlay b{
  display:block;
  font-size: 15px;
  letter-spacing:.2px;
}
.route-overlay span{
  display:block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(229,231,235,.90);
}
.route-card:hover{
  transform: translateY(-3px);
  border-color: rgba(251,146,60,.55);
  box-shadow: 0 22px 55px rgba(0,0,0,.40);
}

/* topbar icon buttons */
.topbar-pill.icon{ padding:8px 10px; }
.icon-img{ width:22px; height:22px; display:block; }
.sr{
  position:absolute; width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}

/* Big centered logo on first screen */
.hero-logo{ display:flex; justify-content:center; margin: 12px 0 18px; }
.hero-logo img{
  height: 120px;
  width:auto;
  max-width: min(560px, 92vw);
  filter: drop-shadow(0 16px 36px rgba(0,0,0,.35));
}
@media (max-width: 600px){ .hero-logo img{ height: 88px; } }

/* Popular routes - text only with check */
.route-list{ display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:14px; }
@media (max-width: 860px){ .route-list{ grid-template-columns:1fr; } }

.route-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.18);
  cursor:pointer;
}
.route-item:hover{
  border-color: rgba(251,146,60,.55);
  background:rgba(0,0,0,.22);
}
.route-check{
  width:28px; height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background: rgba(249,115,22,.18);
  border: 1px solid rgba(249,115,22,.35);
  color: #fff;
  font-weight: 1000;
  flex: 0 0 28px;
}
.route-text b{display:block; font-size:14px}
.route-text span{display:block; margin-top:4px; color: rgba(248,250,252,.72); font-weight:850; font-size:12px}

.btn.icon{ padding:10px 12px; display:inline-flex; align-items:center; justify-content:center; }
.btn.icon .icon-img{ width:22px; height:22px; }

/* Nav extras: language + social icons next to menu */
.nav-extras{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:10px;
  padding-left:10px;
  border-left:1px solid rgba(255,255,255,.12);
}
.lang--nav{
  padding:7px 10px;
  font-size: 13px;
}
.navicon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.20);
}
.navicon:hover{
  border-color: rgba(251,146,60,.55);
  background: rgba(0,0,0,.26);
}
@media (max-width: 860px){
  .nav-extras{
    border-left:none;
    padding-left:0;
    margin-left:0;
    width:100%;
  }
}

/* OpenStreetMap suggestions */
.with-sug{ position: relative; }
.sug{
  position:absolute;
  left:0; right:0;
  top: calc(100% - 6px);
  z-index: 30;
  background: rgba(20,20,20,.92);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(0,0,0,.45);
  overflow:hidden;
  display:none;
}
.sug .item{
  padding: 10px 12px;
  cursor:pointer;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(248,250,252,.92);
  font-size: 13px;
  line-height: 1.25;
}
.sug .item:first-child{ border-top:none; }
.sug .item:hover{
  background: rgba(249,115,22,.16);
}
.sug .muted{
  display:block;
  margin-top:4px;
  color: rgba(248,250,252,.65);
  font-size: 12px;
}

/* Field action row */
.field-actions{ margin-top:10px; display:flex; justify-content:flex-end; }
.btn.tiny{ padding:7px 10px; font-size: 12px; border-radius: 999px; }
.picked{
  margin-left:10px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(20,184,166,.35);
  background: rgba(20,184,166,.12);
  color: rgba(248,250,252,.92);
  font-size: 12px;
  font-weight: 900;
}
.err{
  margin:10px 0 0;
  color: rgba(248,113,113,.92);
  font-weight: 850;
  font-size: 12px;
}

/* Modal */
.modal{ position:fixed; inset:0; display:flex; align-items:center; justify-content:center; z-index: 60; }
.modal[hidden]{ display:none; }
.modal-backdrop{ position:absolute; inset:0; background: rgba(0,0,0,.6); }
.modal-card{
  position:relative;
  width: min(920px, 92vw);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(15,23,42,.88);
  box-shadow: 0 40px 90px rgba(0,0,0,.55);
  padding: 14px;
}
.modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 6px 4px 8px;
}
.modal-close{
  width: 38px; height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.18);
  color: rgba(248,250,252,.92);
  cursor:pointer;
}
.modal-close:hover{ border-color: rgba(251,146,60,.55); }
.modal-sub{ padding: 0 4px 10px; font-size: 13px; }
.leaflet-map{
  height: min(62vh, 520px);
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
}
.modal-actions{
  display:flex;
  justify-content:flex-end;
  gap: 10px;
  padding: 12px 4px 4px;
}

.contact-icon-img{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display:inline-block;
  vertical-align: middle;
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
}

/* App-like social icons in header (mobile) */
.navicon .icon-img{
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display:block;
}
.navicon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
}
@media (max-width: 600px){
  .navicon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: transparent;
    border: none;
    padding: 0;
  }
  .navicon .icon-img{
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
  .nav-extras{
    gap: 8px;
  }
}

/* v18 user-provided social icons */
.navicon{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: transparent;
  border: none;
  padding: 0;
}
.navicon .icon-img{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display:block;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
@media (max-width: 600px){
  .navicon{ width: 46px; height: 46px; border-radius: 14px; }
  .navicon .icon-img{ width: 46px; height: 46px; border-radius: 14px; }
}
.contact-icon-img{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.38);
}

/* v20 transparent social icons */
.navicon{
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.12);
}
@media (max-width:600px){
  .navicon{
    background: rgba(0,0,0,.14);
    border: 1px solid rgba(255,255,255,.10);
  }
}
.contact-icon-img{
  background: rgba(0,0,0,.16);
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
}

/* v21 logo-only icons + contact text */
.navicon{
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.navicon .icon-img{
  box-shadow: none !important;
  background: transparent !important;
}
/* Keep a comfortable tap target without showing a box */
.navicon{
  width: 40px;
  height: 40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.navicon .icon-img{
  width: 34px;
  height: 34px;
  border-radius: 0;
}
@media (max-width:600px){
  .navicon{ width: 46px; height: 46px; }
  .navicon .icon-img{ width: 40px; height: 40px; }
}

.contact-icon-img{
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.contact-text{
  margin-left: 10px;
  font-weight: 850;
  color: rgba(248,250,252,.92);
}
/* Align contact rows nicely */
#contact a{ display:flex; align-items:center; gap: 10px; }

/* v22 language flags */
.lang-flags{
  display:flex;
  align-items:center;
  gap:8px;
}
.lang-flag{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
  padding: 0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.lang-flag img{
  width: 22px;
  height: 22px;
  display:block;
}
.lang-flag:hover{
  border-color: rgba(20,184,166,.45);
  background: rgba(0,0,0,.18);
}
.lang-flag.active{
  border-color: rgba(249,115,22,.60);
  box-shadow: 0 12px 28px rgba(249,115,22,.12);
}
@media (max-width: 600px){
  .lang-flag{ width: 40px; height: 40px; border-radius: 14px; }
  .lang-flag img{ width: 26px; height: 26px; }
}

/* v22 contact logo+text */
#contact .btn{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap: 10px;
}
#contact .btn .contact-text{
  font-weight: 850;
  letter-spacing: .2px;
}


/* v24 hero icon buttons */
.hero-ctas {
  display:flex;
  gap: 12px;
  align-items:center;
  flex-wrap: wrap;
}
.hero-ctas .btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
}
.hero-ctas .btn .icon-img {
  width: 20px;
  height: 20px;
  display:block;
}
.hero-ctas .btn.icon-btn {
  width: 48px;
  min-width: 48px;
  height: 44px;
  padding: 0;
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
}
.hero-ctas .btn.icon-btn:hover {
  background: rgba(0,0,0,.28);
}
.hero-ctas .btn.wa-hero {
  justify-content:center;
}
.hero-ctas .btn.wa-hero.icon-btn .icon-img{
  width: 18px;
  height: 18px;
}
@media (max-width: 520px){
  .hero-ctas .btn.icon-btn {
    width: 44px;
    min-width: 44px;
    height: 42px;
  }
}


/* v25 contact simplified */
.card.contact {
  grid-template-columns: 1fr;
  text-align: center;
}
.card.contact .contact-actions {
  justify-content: center;
}

/* === V27 tweaks === */
#contact .btn.social{
  background: rgba(24, 194, 183, 0.92);
  border-color: rgba(255,255,255,0.18);
}
#contact .btn.social:hover{
  background: rgba(24, 194, 183, 1);
}

.hero-ctas .btn.ig-hero{
  padding: 12px 16px;
  gap: 10px;
  font-size: 14px;
}
.hero-ctas .btn.ig-hero .icon-img{
  width: 18px;
  height: 18px;
}

/* Popular routes photo gallery */
.route-photos{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:16px;
  margin-top:18px;
}
.route-photo{
  padding:14px;
}
.route-photo img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:14px;
  display:block;
}
@media (max-width: 640px){
  .route-photos{ grid-template-columns: 1fr; }
  .route-photo img{ height: 200px; }
}

.topbar-right{margin-left:auto; display:flex; align-items:center;}
.topbar-cta{display:inline-flex; align-items:center; gap:10px; padding:8px 12px; border-radius:999px; background: rgba(37,211,102,.14); border:1px solid rgba(37,211,102,.26); font-weight:950;}
.topbar-cta:hover{filter:brightness(1.06);}
.topbar-cta .icon-img{width:18px; height:18px;}

.hero{position:relative; overflow:hidden; padding:60px 0 30px;}
.hero-bg{position:absolute; inset:0; background-image:url('../images/vehicle-transporter.png'); background-size:cover; background-position:center; transform:scale(1.05); filter:saturate(1.05) contrast(1.05); opacity:.28;}
.hero-bg:after{content:''; position:absolute; inset:0; background: linear-gradient(90deg, rgba(11,18,32,.92) 0%, rgba(11,18,32,.65) 55%, rgba(11,18,32,.35) 100%);}
.hero-wrap{position:relative; z-index:1;}


.footer{padding:44px 0 16px; margin-top:34px; background: rgba(0,0,0,.30); border-top:1px solid rgba(255,255,255,.08); text-align:left;}
.footer-grid{display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap:18px; align-items:start;}
@media(max-width: 980px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width: 560px){.footer-grid{grid-template-columns:1fr;}}
.footer-col h5{margin:0 0 10px; font-size:14px; font-weight:1000; color: rgba(248,250,252,.92);}
.footer-col a{display:flex; align-items:center; gap:10px; margin:8px 0; color: rgba(248,250,252,.78); font-weight:900;}
.footer-col a:hover{color:#fff;}
.footer-brand{display:flex; align-items:center; gap:12px;}
.footer-logo{width:46px; height:46px; border-radius:14px; object-fit:cover; box-shadow: 0 14px 36px rgba(0,0,0,.35);}
.footer-title{font-weight:1100;}
.footer-sub{color: rgba(248,250,252,.68); font-weight:900; font-size:12px; margin-top:2px;}
.footer-text{color: rgba(248,250,252,.72); font-weight:850; line-height:1.6; margin:12px 0 0;}
.footer-social .icon-img{width:18px; height:18px; border-radius:6px;}
.footer-mini{color: rgba(248,250,252,.62); font-weight:850; font-size:12px; margin-top:6px;}
.trust{display:grid; gap:10px;}
.trust-badge{display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:14px; background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10); font-weight:950;}
.trust-dot{width:10px; height:10px; border-radius:99px; background: rgba(255,154,61,.85); box-shadow: 0 0 0 4px rgba(255,154,61,.16);}
.footer-bottom{display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap; margin-top:22px; padding-top:14px; border-top:1px solid rgba(255,255,255,.08); color: rgba(248,250,252,.78); font-weight:900;}
.footer-muted{color: rgba(248,250,252,.60);}

.floating-wa{position:fixed; right:18px; bottom:18px; width:56px; height:56px; border-radius:999px; display:flex; align-items:center; justify-content:center; background:#25D366; border:1px solid rgba(0,0,0,.18); box-shadow: 0 16px 45px rgba(0,0,0,.40); z-index:70;}
.floating-wa .icon-img{width:28px; height:28px;}
.floating-wa:hover{filter:brightness(1.04);}


/* --- V29 Premium (açık turuncu) --- */
.hero{ position:relative; }
.hero-bg{
  position:absolute;
  inset:0;
  background: url("../images/vehicle-transporter.png") center/cover no-repeat;
  filter: saturate(1.05) contrast(1.05);
  opacity: .22;
  pointer-events:none;
}
.hero-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(11,18,32,.92) 0%, rgba(11,18,32,.55) 55%, rgba(11,18,32,.75) 100%);
}
.hero-wrap{ position:relative; z-index:1; }

.topbar-inner{ justify-content: space-between; }
.topbar-right{ display:flex; align-items:center; }
.topbar-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,154,61,.14);
  border: 1px solid rgba(255,154,61,.28);
  color: rgba(248,250,252,.95);
  font-weight:950;
}
.topbar-cta:hover{ background: rgba(255,154,61,.18); }

/* Language flags */
.lang-flags{ display:flex; gap:8px; align-items:center; }
.lang-flag{
  width:38px; height:38px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  padding:0;
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}
.lang-flag:hover{ border-color: rgba(255,154,61,.45); background: rgba(0,0,0,.24); }
.lang-flag img{ width:18px; height:18px; display:block; }

/* Footer */
.footer{
  padding: 46px 0 22px;
  background: rgba(0,0,0,.30);
  border-top: 1px solid rgba(255,255,255,.10);
  text-align:left;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.4fr .8fr 1fr 1fr;
  gap: 18px;
}
@media (max-width: 980px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width: 560px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-col h5{ margin: 0 0 10px; font-size: 14px; letter-spacing:.2px; text-transform: uppercase; color: rgba(233,238,252,.78); }
.footer a{ color: rgba(233,238,252,.78); font-weight:850; margin: 8px 0; display:block; }
.footer a:hover{ color: rgba(248,250,252,.95); }
.footer-brand{ display:flex; gap:12px; align-items:center; }
.footer-logo{ width:48px; height:48px; object-fit:contain; border-radius: 12px; box-shadow: 0 14px 34px rgba(0,0,0,.35); }
.footer-title{ font-weight: 1000; }
.footer-sub{ color: rgba(233,238,252,.72); font-weight:850; font-size: 13px; margin-top: 2px; }
.footer-text{ color: rgba(233,238,252,.72); font-weight:800; line-height: 1.6; margin: 12px 0 0; }
.footer-social{ display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius: 14px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.footer-social:hover{ border-color: rgba(255,154,61,.40); background: rgba(255,255,255,.06); }
.footer-mini{ color: rgba(233,238,252,.62); font-size: 12px; font-weight:800; margin-top: 8px; }
.trust{ display:grid; gap:10px; }
.trust-badge{ display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius: 14px; border:1px solid rgba(255,255,255,.12); background: rgba(255,154,61,.08); }
.trust-dot{ width:10px; height:10px; border-radius: 999px; background: var(--accent); box-shadow: 0 0 0 6px rgba(255,154,61,.18); }
.footer-bottom{ margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.10); display:flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-muted{ color: rgba(233,238,252,.62); font-weight:800; }

/* Floating WhatsApp */
.floating-wa{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #25D366;
  box-shadow: 0 18px 44px rgba(0,0,0,.40);
  z-index: 80;
}
.floating-wa .icon-img{ width: 30px; height: 30px; }

/* === V29 (Açık turuncu) layout upgrades === */
.topbar-right{margin-left:auto; display:flex; align-items:center;}
.topbar-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  font-weight:950;
}
.topbar-cta:hover{border-color: rgba(255,154,61,.55); background: rgba(0,0,0,.24);}

/* Flags */
.lang-flags{display:flex; align-items:center; gap:8px;}
.lang-flag{
  width:34px; height:34px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.lang-flag:hover{border-color: rgba(255,154,61,.55);}
.lang-flag img{width:18px; height:18px; display:block;}

/* Hero background like reference */
.hero{position:relative; padding:54px 0 28px;}
.hero-bg{
  position:absolute;
  inset:0;
  background-image: url('../images/vehicle-transporter.png');
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  opacity:.20;
}
.hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(11,18,32,.92) 0%, rgba(11,18,32,.75) 40%, rgba(11,18,32,.55) 70%, rgba(11,18,32,.88) 100%);
}
.hero-wrap{position:relative; z-index:1;}

/* Buttons: lighter orange */
.btn.primary{
  background: linear-gradient(180deg, var(--accent2), var(--accent));
  border-color: rgba(0,0,0,.25);
  color:#0b1220;
}

/* Footer */
.footer{padding:46px 0 18px; color: rgba(248,250,252,.84); text-align:left; border-top:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.28);
}
.footer-grid{display:grid; grid-template-columns: 1.4fr 1fr 1.1fr 1.1fr; gap:18px; align-items:start;}
@media (max-width: 980px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media (max-width: 640px){.footer-grid{grid-template-columns:1fr;}}
.footer-col h5{margin:0 0 10px; font-size:14px; letter-spacing:.2px; font-weight:1000;}
.footer-col a{display:flex; align-items:center; gap:10px; padding:8px 0; color: rgba(248,250,252,.78); font-weight:850;}
.footer-col a:hover{color:#fff;}
.footer-brand{display:flex; gap:12px; align-items:center;}
.footer-logo{width:56px; height:56px; object-fit:contain; filter: drop-shadow(0 14px 30px rgba(0,0,0,.35));}
.footer-title{font-weight:1000;}
.footer-sub{color: rgba(248,250,252,.70); font-weight:850; font-size:13px; margin-top:2px;}
.footer-text{margin:12px 0 0; color: rgba(248,250,252,.72); line-height:1.6; font-weight:800;}
.footer-social{display:flex; align-items:center; gap:10px;}
.footer-mini{color: rgba(248,250,252,.66); font-size:12px; font-weight:850; margin-top:6px;}
.trust{display:grid; gap:10px; margin-top:6px;}
.trust-badge{display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:16px; border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.04);}
.trust-dot{width:10px; height:10px; border-radius:99px; background: rgba(255,154,61,.85); box-shadow: 0 0 0 4px rgba(255,154,61,.18);}
.footer-bottom{display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap; padding-top:16px; margin-top:18px; border-top:1px solid rgba(255,255,255,.08);}
.footer-muted{color: rgba(248,250,252,.60); font-weight:850;}

/* Floating WhatsApp */
.floating-wa{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #25D366;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  z-index: 80;
}
.floating-wa .icon-img{width:30px; height:30px;}

/* Make section spacing closer to reference */
section{padding:46px 0;}
.section-title h2{font-weight:1000; letter-spacing:-.2px;}



/* Vehicle feature list */
.feature-list{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.feature-list li{
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
  white-space: nowrap;
}
