/* ═══════════════════════════════════════════════════
   taşıtttır.com — Hizmet Sayfaları Ortak CSS
   ═══════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Plus Jakarta Sans',system-ui,sans-serif;background:#fff;color:#1a1a2e;line-height:1.6;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* NAV */
.site-nav{background:#fff;border-bottom:1px solid #e8edf5;position:sticky;top:0;z-index:999;box-shadow:0 1px 4px rgba(27,42,74,.07)}
.nav-in{max-width:1240px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;height:64px;gap:1.5rem}
.nav-logo{font-family:'Bricolage Grotesque',sans-serif;font-size:1.25rem;font-weight:800;color:#1B2A4A;letter-spacing:-.02em;flex-shrink:0}
.nav-logo span{color:#F5620F}
.nav-links{display:flex;gap:.1rem;flex:1}
.nav-links a{padding:.38rem .8rem;font-size:.87rem;font-weight:500;color:#444;border-radius:6px;transition:all.18s}
.nav-links a:hover{background:#f0f4ff;color:#1B2A4A}
.nav-links a.on{color:#F5620F;font-weight:700}
.nav-cta{margin-left:auto;display:flex;gap:.5rem}
.btn-nav{padding:.42rem 1.1rem;border-radius:8px;font-size:.86rem;font-weight:700;cursor:pointer;font-family:inherit;border:none;transition:all.18s}
.btn-orange{background:#F5620F;color:#fff}
.btn-orange:hover{background:#d94d00;transform:translateY(-1px)}
.btn-outline-nav{background:transparent;border:1.5px solid #d0d8e8;color:#444}
.btn-outline-nav:hover{border-color:#1B2A4A;color:#1B2A4A}
.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:.4rem;background:none;border:none;margin-left:auto}
.hamburger span{display:block;width:22px;height:2px;background:#1B2A4A;border-radius:2px;transition:all.2s}
.mobile-menu{display:none;padding:1rem 1.5rem;border-top:1px solid #e8edf5;background:#fff}
.mobile-menu a{display:block;padding:.65rem 0;font-size:.9rem;font-weight:500;color:#444;border-bottom:1px solid #f4f6fb}
.mobile-menu a:last-child{border-bottom:none;padding-top:.8rem}
.mobile-menu.open{display:block}
@media(max-width:768px){.nav-links{display:none}.nav-cta{display:none}.hamburger{display:flex}}

/* HERO */
.hero{background:linear-gradient(135deg,#1B2A4A 0%,#243559 60%,#1B2A4A 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(245,98,15,.15) 0%,transparent 70%);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:-80px;left:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%);pointer-events:none}
.hero-in{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:center;position:relative;z-index:1}
.breadcrumb{font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:1.2rem;display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}
.breadcrumb a{color:rgba(255,255,255,.5);transition:color.18s}
.breadcrumb a:hover{color:#F5620F}
.breadcrumb span{color:rgba(255,255,255,.3)}
.hero h1{font-family:'Bricolage Grotesque',sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;line-height:1.12;letter-spacing:-.035em;margin-bottom:.9rem}
.hero h1 em{font-style:normal;color:#F5620F}
.hero-sub{font-size:1rem;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:1.8rem;max-width:500px}
.hero-btns{display:flex;gap:.7rem;flex-wrap:wrap}
.btn-hero-primary{padding:.82rem 2rem;background:#F5620F;color:#fff;border-radius:10px;font-size:.95rem;font-weight:700;border:none;cursor:pointer;transition:all.2s;font-family:inherit;display:inline-flex;align-items:center;gap:.5rem}
.btn-hero-primary:hover{background:#d94d00;transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,98,15,.35)}
.btn-hero-outline{padding:.82rem 2rem;background:rgba(255,255,255,.1);color:#fff;border-radius:10px;font-size:.95rem;font-weight:600;border:1.5px solid rgba(255,255,255,.25);cursor:pointer;transition:all.2s;font-family:inherit}
.btn-hero-outline:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.4)}
.hero-stats{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}
.hst{}.hst-n{font-family:'Bricolage Grotesque',sans-serif;font-size:1.5rem;font-weight:800;color:#fff;line-height:1}.hst-l{font-size:.75rem;color:rgba(255,255,255,.45);margin-top:.2rem}
/* Hero form */
.hero-form{background:#fff;border-radius:18px;padding:1.8rem;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.hf-title{font-family:'Bricolage Grotesque',sans-serif;font-size:1rem;font-weight:800;color:#1B2A4A;margin-bottom:.3rem}
.hf-sub{font-size:.78rem;color:#6B7A8D;margin-bottom:1.2rem}
.form-field{margin-bottom:.75rem}
.form-field label{display:block;font-size:.74rem;font-weight:700;color:#2C3E50;margin-bottom:.3rem}
.form-field select,.form-field input{width:100%;padding:.65rem .9rem;border:1.5px solid #e0e6ef;border-radius:8px;font-size:.88rem;color:#1a1a2e;font-family:inherit;appearance:none;background:#fff;transition:border-color.2s}
.form-field select:focus,.form-field input:focus{outline:none;border-color:#1B2A4A}
.form-field select option{background:#fff}
.priv-note{background:#eef2fa;border-radius:8px;padding:.65rem .9rem;font-size:.75rem;color:#1B2A4A;display:flex;gap:.4rem;margin-bottom:.8rem;border:1px solid #c8d4ee}
.btn-submit{width:100%;padding:.8rem;background:#F5620F;color:#fff;border:none;border-radius:9px;font-size:.92rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all.2s}
.btn-submit:hover{background:#d94d00;transform:translateY(-1px)}

/* SECTIONS */
.section{padding:5rem 1.5rem}
.section-in{max-width:1240px;margin:0 auto}
.section-alt{background:#f7f9fc}
.sec-hd{margin-bottom:2.5rem}
.sec-hd h2{font-family:'Bricolage Grotesque',sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#1B2A4A;letter-spacing:-.03em;line-height:1.2;margin-bottom:.6rem}
.sec-hd p{font-size:.95rem;color:#6B7A8D;max-width:560px;line-height:1.7}
.sec-hd.center{text-align:center}.sec-hd.center p{margin:0 auto}
.tag-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#F5620F;margin-bottom:.7rem}
.tag-label::before{content:'';width:3px;height:14px;background:#F5620F;border-radius:999px;display:block}

/* FEATURE GRID */
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.feat-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:1.6rem;transition:all.22s;box-shadow:0 1px 4px rgba(27,42,74,.05)}
.feat-card:hover{box-shadow:0 6px 24px rgba(27,42,74,.1);transform:translateY(-2px);border-color:#c8d4ee}
.feat-ico{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1rem}
.feat-ico-orange{background:#fef0e7}
.feat-ico-blue{background:#eef2fa}
.feat-ico-green{background:#ecfdf5}
.feat-ico-purple{background:#f5f3ff}
.feat-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:.97rem;font-weight:800;color:#1B2A4A;margin-bottom:.4rem}
.feat-card p{font-size:.84rem;color:#6B7A8D;line-height:1.65}

/* STEPS */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.step-card{text-align:center;padding:1.5rem 1rem;position:relative}
.step-num{width:46px;height:46px;border-radius:50%;background:#1B2A4A;color:#fff;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin:0 auto .9rem}
.step-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:.95rem;font-weight:800;color:#1B2A4A;margin-bottom:.4rem}
.step-card p{font-size:.83rem;color:#6B7A8D;line-height:1.65}
.step-arrow{position:absolute;right:-10px;top:23px;color:#e8edf5;font-size:1.2rem}

/* FAQ */
.faq-list{max-width:760px;margin:0 auto}
.faq-item{border:1px solid #e8edf5;border-radius:12px;margin-bottom:.7rem;overflow:hidden;background:#fff}
.faq-q{padding:1.1rem 1.3rem;font-weight:700;font-size:.93rem;color:#1B2A4A;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background.18s}
.faq-q:hover{background:#f7f9fc}
.faq-icon{font-size:.85rem;color:#F5620F;flex-shrink:0;transition:transform.25s}
.faq-a{display:none;padding:0 1.3rem 1.1rem;font-size:.88rem;color:#6B7A8D;line-height:1.75}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-icon{transform:rotate(45deg)}

/* CITIES GRID */
.cities-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem}
.city-chip{background:#f0f4ff;border:1px solid #e0e8f5;border-radius:8px;padding:.5rem .7rem;font-size:.78rem;font-weight:600;color:#1B2A4A;text-align:center;cursor:pointer;transition:all.18s;text-decoration:none;display:block}
.city-chip:hover{background:#1B2A4A;color:#fff;border-color:#1B2A4A}

/* TRUST BAND */
.trust-band{background:#fff;border-top:1px solid #e8edf5;border-bottom:1px solid #e8edf5;padding:.9rem 1.5rem}
.trust-in{max-width:1240px;margin:0 auto;display:flex;gap:2rem;align-items:center;flex-wrap:wrap;justify-content:center}
.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:#444;white-space:nowrap}
.trust-sep{width:1px;height:18px;background:#e8edf5}

/* CTA BAND */
.cta-band{background:linear-gradient(135deg,#1B2A4A,#243559);padding:4rem 1.5rem;text-align:center}
.cta-band h2{font-family:'Bricolage Grotesque',sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:.7rem}
.cta-band p{font-size:.95rem;color:rgba(255,255,255,.55);margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}
.cta-btns{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap}
.btn-cta-w{padding:.85rem 2.2rem;background:#fff;color:#1B2A4A;border-radius:10px;font-size:.95rem;font-weight:800;border:none;cursor:pointer;font-family:inherit;transition:all.2s}
.btn-cta-w:hover{background:#f0f4ff;transform:translateY(-1px)}
.btn-cta-o{padding:.85rem 2.2rem;background:transparent;color:#F5620F;border-radius:10px;font-size:.95rem;font-weight:700;border:2px solid #F5620F;cursor:pointer;font-family:inherit;transition:all.2s}
.btn-cta-o:hover{background:#F5620F;color:#fff}

/* FOOTER */
footer{background:#1B2A4A;padding:3rem 1.5rem 1.5rem}
.ft-in{max-width:1240px;margin:0 auto}
.ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.ft-logo{font-family:'Bricolage Grotesque',sans-serif;font-size:1.3rem;font-weight:800;color:#fff;display:block;margin-bottom:.6rem}
.ft-logo span{color:#F5620F}
.ft-desc{font-size:.82rem;color:rgba(255,255,255,.35);line-height:1.7;max-width:260px}
.ft-col h4{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.28);margin-bottom:.9rem}
.ft-col ul{list-style:none}
.ft-col li{margin-bottom:.45rem}
.ft-col a{font-size:.83rem;color:rgba(255,255,255,.5);transition:color.18s}
.ft-col a:hover{color:#fff}
.ft-btm{border-top:1px solid rgba(255,255,255,.07);padding-top:1.2rem;display:flex;justify-content:space-between;font-size:.77rem;color:rgba(255,255,255,.25);flex-wrap:wrap;gap:.4rem}

/* REVIEW CARDS */
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.review-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:1.5rem;box-shadow:0 1px 4px rgba(27,42,74,.05)}
.stars{color:#F59E0B;font-size:.95rem;margin-bottom:.8rem}
.review-text{font-size:.9rem;color:#444;line-height:1.75;margin-bottom:1.1rem;font-style:italic}
.review-au{display:flex;align-items:center;gap:.7rem}
.r-av{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1B2A4A,#F5620F);color:#fff;font-weight:800;font-size:.78rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.r-name{font-weight:700;font-size:.87rem;color:#1B2A4A}
.r-info{font-size:.74rem;color:#9CAABB}

/* PRICE TABLE */
.price-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(27,42,74,.08);border:1px solid #e8edf5}
.price-table thead tr{background:#1B2A4A}
.price-table thead th{padding:.9rem 1.2rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.7);text-align:left}
.price-table tbody td{padding:.85rem 1.2rem;font-size:.87rem;color:#444;border-bottom:1px solid #e8edf5}
.price-table tbody tr:last-child td{border-bottom:none}
.price-table tbody tr:hover td{background:#f7f9fc}
.price-range{font-weight:800;color:#F5620F}

/* RESPONSIVE */
@media(max-width:1100px){.hero-in{grid-template-columns:1fr}.hero-form{max-width:520px}.ft-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.feat-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:1fr 1fr}.cities-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:600px){.feat-grid,.review-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.cities-grid{grid-template-columns:repeat(3,1fr)}.hero{padding:3.5rem 1.5rem 3rem}.ft-grid{grid-template-columns:1fr}.hero h1{font-size:2rem}.step-arrow{display:none}}
