/* ==========================================================================
   Service Bilgisayar — Site Stylesheet
   Tek dosya, harici font/ikon isteği yok — hız için sistem fontları kullanılır.
   ========================================================================== */

:root{
  --ink:#0e2430;
  --ink-soft:#24414f;
  --surface:#ffffff;
  --bg:#f3f6f7;
  --line:#dfe6e8;
  --line-strong:#c7d3d6;
  --muted:#56707a;

  --accent:#0f7c74;
  --accent-dark:#0b5f59;
  --accent-soft:#e3f3f1;

  --cta:#d9661c;
  --cta-dark:#b6540f;
  --cta-soft:#fbe9dd;

  --font-display:Georgia,"Iowan Old Style","Times New Roman",serif;
  --font-body:-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --font-mono:ui-monospace,"SFMono-Regular",Consolas,"Liberation Mono",monospace;

  --radius:10px;
  --radius-lg:16px;
  --shadow-card:0 1px 2px rgba(14,36,48,.06),0 8px 24px rgba(14,36,48,.06);
  --container:1180px;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--bg);
  color:var(--ink);
  font-family:var(--font-body);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;}
.container{
  max-width:var(--container);
  margin:0 auto;
  padding:0 1.5rem;
}
section{padding:4.5rem 0;}
@media (max-width:720px){ section{padding:3rem 0;} }

h1,h2,h3,h4{
  font-family:var(--font-display);
  line-height:1.18;
  margin:0 0 .6rem;
  text-wrap:balance;
  color:var(--ink);
}
h1{font-size:clamp(2rem,4.4vw,3rem);}
h2{font-size:clamp(1.55rem,3vw,2.1rem);}
h3{font-size:1.2rem;}
p{margin:0 0 1rem;}
.lede{color:var(--muted);font-size:1.05rem;max-width:62ch;}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-family:var(--font-mono);
  font-size:.72rem;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--accent-dark);
  background:var(--accent-soft);
  padding:.35rem .7rem;
  border-radius:999px;
  margin-bottom:.9rem;
}
.eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex:none;}

/* ---------- Section kicker (kutusuz, estetik başlık etiketi) ---------- */
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  font-family:var(--font-body);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--accent-dark);
  margin:0 0 .9rem;
}
.section-kicker::before,
.section-kicker::after{
  content:"";
  width:16px;height:1.5px;
  background:var(--accent);
  flex:none;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  font-family:var(--font-body);
  font-weight:600;
  font-size:.95rem;
  padding:.85rem 1.5rem;
  border-radius:999px;
  border:1px solid transparent;
  cursor:pointer;
  text-decoration:none;
  transition:transform .12s ease, background .15s ease, border-color .15s ease, color .15s ease;
  white-space:nowrap;
}
.btn:active{transform:scale(.97);}
.btn-cta{background:var(--cta);color:#fff;}
.btn-cta:hover{background:var(--cta-dark);}
.btn-outline{background:transparent;color:var(--surface);border-color:rgba(255,255,255,.55);}
.btn-outline:hover{background:rgba(255,255,255,.12);}
.btn-primary{background:var(--accent);color:#fff;}
.btn-primary:hover{background:var(--accent-dark);}
.btn-ghost{background:transparent;color:var(--accent-dark);border-color:var(--line-strong);}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent-dark);background:var(--accent-soft);}
.btn-sm{padding:.6rem 1.1rem;font-size:.85rem;}

/* ---------- Topbar ---------- */
.topbar{
  background:var(--ink);
  color:#c9dadd;
  font-size:.82rem;
}
.topbar .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding-top:.55rem;
  padding-bottom:.55rem;
  flex-wrap:wrap;
}
.topbar-info{display:flex;gap:1.4rem;flex-wrap:wrap;}
.topbar-info a{text-decoration:none;color:inherit;display:inline-flex;align-items:center;gap:.4rem;}
.topbar-info a:hover{color:#fff;}
.topbar-social{display:flex;gap:.7rem;}
.topbar-social a{
  width:26px;height:26px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);
  color:#c9dadd;
  text-decoration:none;
}
.topbar-social a:hover{background:var(--accent);color:#fff;}
.ic{width:15px;height:15px;flex:none;}

/* ---------- Main nav ---------- */
.navwrap{
  background:var(--surface);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:50;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  padding:.85rem 0;
}
.logo{
  display:flex;
  align-items:center;
  gap:.65rem;
  text-decoration:none;
  color:var(--ink);
  flex:none;
}
.logo-icon-img{height:46px;width:auto;display:block;flex:none;}
.logo-text{display:flex;flex-direction:column;line-height:1.05;}
.logo-text b{font-family:var(--font-display);font-size:1.18rem;letter-spacing:.01em;}
.logo-text span{font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);}
@media (max-width:960px){ .logo-icon-img{height:38px;} }

.menu{
  display:flex;
  align-items:center;
  gap:.3rem;
  list-style:none;
  margin:0;
  padding:0;
  font-size:.93rem;
  font-weight:600;
}
.menu a{
  text-decoration:none;
  color:var(--ink-soft);
  padding:.5rem .95rem;
  border-radius:999px;
  position:relative;
  transition:background .15s ease, color .15s ease;
}
.menu a:hover{color:var(--accent-dark);background:var(--accent-soft);}
.menu a.active{color:var(--accent-dark);background:var(--accent-soft);font-weight:700;}
.has-dropdown{position:relative;}
.dropdown{
  position:absolute;
  top:calc(100% + 1rem);
  left:-1rem;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:var(--shadow-card);
  min-width:250px;
  padding:.5rem;
  list-style:none;
  margin:0;
  opacity:0;
  visibility:hidden;
  transform:translateY(6px);
  transition:opacity .15s ease, transform .15s ease, visibility .15s ease;
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown{
  opacity:1;visibility:visible;transform:translateY(0);
}
.dropdown a{
  display:block;
  padding:.6rem .8rem;
  border-radius:8px;
  font-weight:500;
  font-size:.88rem;
}
.dropdown a:hover{background:var(--accent-soft);color:var(--accent-dark);}

.nav-actions{display:flex;align-items:center;gap:1.6rem;flex:none;}
.nav-phone{
  display:flex;flex-direction:column;align-items:center;
  text-decoration:none;color:var(--ink);
  font-family:var(--font-mono);
  line-height:1.15;
  text-align:center;
}
.nav-phone small{font-family:var(--font-body);color:var(--muted);font-size:.72rem;font-weight:600;}
.nav-phone b{font-size:.98rem;}

.menu-toggle{
  display:none;
  width:42px;height:42px;
  border-radius:8px;
  border:1px solid var(--line);
  background:var(--surface);
  align-items:center;
  justify-content:center;
  flex:none;
  cursor:pointer;
}
.menu-toggle svg{width:20px;height:20px;}

@media (max-width:960px){
  .menu{
    position:fixed;
    inset:0 0 0 auto;
    width:min(320px,86vw);
    height:100vh;
    background:var(--surface);
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:5.2rem 1.5rem 2rem;
    transform:translateX(100%);
    transition:transform .25s ease;
    box-shadow:-8px 0 24px rgba(0,0,0,.12);
  }
  .menu.open{transform:translateX(0);}
  .menu li{width:100%;border-bottom:1px solid var(--line);}
  .menu a{display:block;padding:.8rem .6rem;border-radius:8px;}
  .dropdown{
    position:static;opacity:1;visibility:visible;transform:none;
    box-shadow:none;border:none;padding:0 0 0 .8rem;display:none;
  }
  .has-dropdown.open .dropdown{display:block;}
  .nav-phone{display:none;}
  .menu-toggle{display:flex;}

  /* Teknik Servis Formu butonu mobilde taşıyor: gizle, logoyu ortala */
  .nav-actions .btn-primary{display:none;}
  .nav{position:relative;justify-content:center;}
  .nav-actions{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);gap:0;}

  /* Üst bilgi çubuğu: sosyal ikonları gizle, geri kalanı tek satırda tut */
  .topbar-social{display:none;}
  .topbar .container{flex-wrap:nowrap;justify-content:flex-start;padding-top:.45rem;padding-bottom:.45rem;}
  .topbar-info{
    flex-wrap:nowrap;
    gap:1rem;
    overflow-x:auto;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .topbar-info::-webkit-scrollbar{display:none;}
  .topbar-info a, .topbar-info span{white-space:nowrap;}
}

@media (max-width:640px){
  .topbar{font-size:.74rem;}
  .topbar-info{gap:.8rem;}
}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  background:var(--ink);
  color:#eef5f5;
  overflow:hidden;
  padding:5.5rem 0 7.5rem;
}
@media (max-width:900px){ .hero{padding:2.8rem 0 3.2rem;} }
.hero::before{
  content:"";
  position:absolute;inset:0;
  background-image:radial-gradient(circle at 1px 1px, rgba(255,255,255,.09) 1px, transparent 0);
  background-size:26px 26px;
  opacity:.5;
  z-index:2;
}
.hero-slideshow{position:absolute;inset:0;z-index:0;}
.hero-slide{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  animation:hero-slide-fade 21s infinite;
}
.hero-slide:nth-child(1){animation-delay:0s;}
.hero-slide:nth-child(2){animation-delay:-7s;}
.hero-slide:nth-child(3){animation-delay:-14s;}
@keyframes hero-slide-fade{
  0%{opacity:0;}
  5%{opacity:1;}
  28%{opacity:1;}
  38%{opacity:0;}
  100%{opacity:0;}
}
.hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(115deg, rgba(14,36,48,.95) 0%, rgba(14,36,48,.88) 40%, rgba(11,29,38,.8) 100%);
}
@media (prefers-reduced-motion:reduce){
  .hero-slide{animation:none;opacity:0;}
  .hero-slide:nth-child(1){opacity:1;}
}
.hero .container{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center;}
@media (max-width:900px){ .hero .container{grid-template-columns:1fr;} }
.hero h1{color:#fff;}
.hero .lede{color:#c3d6d6;max-width:52ch;}
.hero-cta{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.6rem;}
.hero-trust{
  display:flex;flex-wrap:wrap;gap:1.6rem 2.2rem;
  margin-top:2.6rem;
  padding-top:1.8rem;
  border-top:1px solid rgba(255,255,255,.14);
}
.hero-trust div{display:flex;flex-direction:column;}
.hero-trust b{font-family:var(--font-display);font-size:1.7rem;color:#fff;font-variant-numeric:tabular-nums;}
.hero-trust span{font-size:.78rem;color:#a9c3c3;}
@media (max-width:600px){
  .hero-trust{flex-wrap:nowrap;gap:.6rem;justify-content:space-between;margin-top:1.8rem;padding-top:1.3rem;}
  .hero-trust b{font-size:1.15rem;}
  .hero-trust span{font-size:.62rem;white-space:nowrap;}
}

.hero-panel{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius-lg);
  padding:1.6rem;
  backdrop-filter:blur(2px);
}
.hero-panel .panel-title{
  font-family:var(--font-mono);
  font-size:.72rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8fb9b6;
  margin-bottom:1rem;
}
.hero-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem;}
.hero-list li{
  display:flex;
  align-items:flex-start;
  gap:.75rem;
  font-size:.92rem;
  color:#dcebea;
  padding-bottom:.85rem;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.hero-list li:last-child{border-bottom:none;padding-bottom:0;}
.hero-list .dot{
  width:22px;height:22px;border-radius:50%;flex:none;
  background:var(--accent);
  display:flex;align-items:center;justify-content:center;
  margin-top:.05rem;
}
.hero-list svg{width:13px;height:13px;}

/* ---------- Section header ---------- */
.section-head{max-width:640px;margin:0 0 2.6rem;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}

/* ---------- Services grid ---------- */
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.25rem;
}
@media (max-width:960px){ .services-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){ .services-grid{grid-template-columns:1fr;} }

.skills-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:.7rem;
}
@media (max-width:560px){ .skills-grid{grid-template-columns:repeat(2,1fr);} }
.service-card{
  display:block;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:1.6rem 1.5rem;
  text-decoration:none;
  color:inherit;
  transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.service-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:var(--shadow-card);}
.service-icon{
  width:48px;height:48px;border-radius:12px;
  background:var(--accent-soft);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.1rem;
}
.service-icon svg{width:24px;height:24px;stroke:var(--accent-dark);}
.service-card h3{margin-bottom:.4rem;font-size:1.06rem;}
.service-card p{color:var(--muted);font-size:.9rem;margin-bottom:.9rem;}
.service-card .more{
  font-size:.83rem;font-weight:700;color:var(--accent-dark);
  text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;
}
.service-card .more svg{width:14px;height:14px;transition:transform .15s ease;}
.service-card .more:hover svg{transform:translateX(3px);}

/* ---------- Why us ---------- */
.why{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:3.2rem;
  align-items:center;
}
@media (max-width:900px){ .why{grid-template-columns:1fr;} }

.servicenet-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:3rem;
  align-items:center;
}
@media (max-width:800px){ .servicenet-grid{grid-template-columns:1fr;gap:2rem;} }
.why-visual{
  background:linear-gradient(160deg,var(--accent-soft),var(--surface));
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:2.2rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.1rem;
}
.why-stat{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:1.1rem 1.2rem;
}
.why-stat b{
  display:block;font-family:var(--font-display);font-size:1.9rem;color:var(--accent-dark);
  font-variant-numeric:tabular-nums;
}
.why-stat span{font-size:.8rem;color:var(--muted);}
.why-list{list-style:none;margin:1.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem;}
.why-list li{display:flex;gap:.85rem;align-items:flex-start;}
.why-list .dot{
  width:26px;height:26px;border-radius:50%;flex:none;margin-top:.05rem;
  background:var(--accent-soft);color:var(--accent-dark);
  display:flex;align-items:center;justify-content:center;
}
.why-list .dot svg{width:14px;height:14px;}
.why-list strong{display:block;font-size:.98rem;}
.why-list span{color:var(--muted);font-size:.88rem;}

/* ---------- CTA emergency band ---------- */
.cta-band{
  background:var(--cta);
  color:#fff;
  border-radius:var(--radius-lg);
  padding:2.4rem 2.6rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
  flex-wrap:wrap;
}
.cta-band h2{color:#fff;margin-bottom:.3rem;font-size:1.5rem;}
.cta-band p{color:#ffe2cc;margin:0;}
.cta-band .btn-outline{border-color:rgba(255,255,255,.7);}
@media (max-width:680px){
  .cta-band{justify-content:center;text-align:center;}
}

/* ---------- References marquee ---------- */
.marquee{
  overflow:hidden;
  width:100%;
  -webkit-mask-image:linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  mask-image:linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}
.marquee + .marquee{margin-top:1.6rem;}
.marquee-track{
  display:flex;
  align-items:center;
  gap:3rem;
  width:max-content;
  animation:marquee-left 34s linear infinite;
}
.marquee-right .marquee-track{animation-name:marquee-right;}
.marquee-track img{
  height:56px;
  width:auto;
  max-width:170px;
  object-fit:contain;
  transition:transform .15s ease;
  flex:none;
}
.marquee-track img:hover{transform:scale(1.06);}

/* ---------- Static reference logo grid (referanslarimiz.html) ---------- */
.ref-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
  gap:1.8rem 1.4rem;
}
.ref-tile{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
  min-height:88px;
}
.ref-tile img{
  max-width:100%;
  max-height:64px;
  object-fit:contain;
  transition:transform .15s ease;
}
.ref-tile img:hover{transform:scale(1.06);}

@keyframes marquee-left{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
@keyframes marquee-right{
  from{transform:translateX(-50%);}
  to{transform:translateX(0);}
}
@media (prefers-reduced-motion:reduce){
  .marquee-track{animation:none;}
}

/* ---------- Stats band ---------- */
.band-divider{
  height:10px;
  background:var(--surface);
}
.stats-band{
  background:var(--ink);
  color:#fff;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.5rem;
  text-align:center;
}
@media (max-width:720px){ .stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem;} }
@media (max-width:420px){ .stats-grid{grid-template-columns:1fr;} }
.stats-grid b{
  display:block;font-family:var(--font-display);font-size:2.4rem;color:#7fd9cf;
  font-variant-numeric:tabular-nums;
}
@media (max-width:720px){ .stats-grid b{font-size:1.7rem;} }
.stats-grid span{font-size:.85rem;color:#a9c3c3;}

/* ---------- Contact snippet / form ---------- */
.contact-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2.5rem;
  align-items:start;
}
@media (max-width:900px){ .contact-wrap{grid-template-columns:1fr;} }
.info-list{list-style:none;margin:0 0 1.6rem;padding:0;display:flex;flex-direction:column;gap:1.1rem;}
.info-list li{display:flex;gap:.9rem;align-items:flex-start;}
.info-list .dot{
  width:38px;height:38px;border-radius:10px;flex:none;
  background:var(--accent-soft);color:var(--accent-dark);
  display:flex;align-items:center;justify-content:center;
}
.info-list .dot svg{width:18px;height:18px;}
.info-list strong{display:block;font-size:.95rem;}
.info-list span, .info-list a{color:var(--muted);font-size:.9rem;text-decoration:none;}
.info-list a:hover{color:var(--accent-dark);}

.map-frame{
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  overflow:hidden;
  height:220px;
}
.map-frame iframe{width:100%;height:100%;border:0;display:block;}

.card-form{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:1.9rem;
  box-shadow:var(--shadow-card);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
@media (max-width:520px){ .form-row{grid-template-columns:1fr;} }
.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;}
.field label{font-size:.8rem;font-weight:700;color:var(--ink-soft);}
.field input, .field select, .field textarea{
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:.7rem .8rem;
  font-family:inherit;
  font-size:.92rem;
  background:var(--bg);
  color:var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:2px solid var(--accent);
  outline-offset:1px;
  background:var(--surface);
}
.field textarea{resize:vertical;min-height:110px;}
.form-note{font-size:.78rem;color:var(--muted);margin-top:.7rem;}

/* ---------- Page header (inner pages) ---------- */
.pagehead{
  background:var(--ink);
  color:#fff;
  padding:3rem 0 2.4rem;
}
.pagehead .crumbs{
  font-size:.82rem;color:#9fbcbc;display:flex;gap:.4rem;margin-bottom:.6rem;
}
.pagehead .crumbs a{color:#c9dadd;text-decoration:none;}
.pagehead .crumbs a:hover{color:#fff;}
.pagehead h1{color:#fff;margin-bottom:.4rem;}
.pagehead p{color:#c3d6d6;margin:0;max-width:60ch;}

/* ---------- Generic content blocks (service detail pages) ---------- */
.prose{max-width:74ch;}
.prose p{color:var(--ink-soft);}
.prose ul{color:var(--ink-soft);padding-left:1.2rem;}
.prose li{margin-bottom:.4rem;}
.check-list{list-style:none;margin:1.2rem 0;padding:0;display:flex;flex-direction:column;gap:.6rem;}
.check-list li{display:flex;gap:.7rem;align-items:flex-start;color:var(--ink-soft);}
.check-list .dot{
  width:22px;height:22px;border-radius:50%;flex:none;margin-top:.1rem;
  background:var(--accent-soft);color:var(--accent-dark);
  display:flex;align-items:center;justify-content:center;
}
.check-list .dot svg{width:12px;height:12px;}

.service-anchor{scroll-margin-top:5.5rem;}
.service-block{
  padding:2.4rem 0;
  border-bottom:1px solid var(--line);
}
.service-block:last-child{border-bottom:none;}
.service-block-head{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;}
.service-block-head .service-icon{margin-bottom:0;}

.sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;}
.sidebar-list a{
  display:flex;align-items:center;gap:.6rem;
  padding:.65rem .8rem;border-radius:8px;
  text-decoration:none;color:var(--ink-soft);font-size:.9rem;font-weight:600;
}
.sidebar-list a:hover, .sidebar-list a.active{background:var(--accent-soft);color:var(--accent-dark);}
.side-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:1.3rem;position:sticky;top:5.5rem;
}
.side-card h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.7rem;}

.two-col{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:start;}
@media (max-width:860px){ .two-col{grid-template-columns:1fr;} .side-card{position:static;} }

.info-table{width:100%;border-collapse:collapse;font-size:.92rem;}
.info-table th,.info-table td{text-align:left;padding:.7rem .9rem;border-bottom:1px solid var(--line);}
.info-table th{width:38%;color:var(--muted);font-weight:600;background:var(--bg);}
.info-table-wrap{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;}

/* ---------- Footer ---------- */
footer{background:#0a1b24;color:#a9c3c3;}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1.2fr;
  gap:2.4rem;
  padding:3.6rem 0 2.4rem;
}
@media (max-width:860px){ .footer-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:560px){ .footer-grid{grid-template-columns:1fr;} }
.footer-grid h4{
  color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;
  margin-bottom:1.1rem;font-family:var(--font-body);
}
.footer-grid p{color:#8ba7a7;font-size:.9rem;}
.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem;}
.footer-links a{color:#a9c3c3;text-decoration:none;font-size:.9rem;}
.footer-links a:hover{color:#fff;}
.footer-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;}
.footer-contact li{display:flex;gap:.6rem;align-items:flex-start;}
.footer-contact svg{width:16px;height:16px;flex:none;margin-top:.15rem;color:#7fd9cf;}
.footer-contact a{color:#a9c3c3;text-decoration:none;}
.footer-contact a:hover{color:#fff;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding:1.2rem 0;
  display:flex;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
  font-size:.8rem;
  color:#6f8c8c;
}
.footer-bottom a{color:#6f8c8c;text-decoration:none;}
.footer-bottom a:hover{color:#fff;}
@media (max-width:640px){
  .footer-grid{text-align:center;}
  .footer-grid > div:first-child .logo{justify-content:center;}
  .footer-links, .footer-contact{align-items:center;}
  .footer-contact li{justify-content:center;}
  .footer-bottom{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:.5rem;
    /* Sabit (fixed) whatsapp/harita/yukarı-çık butonları sayfanın en
       altında bu metnin üzerine binmesin diye ekstra boşluk bırakılır */
    padding-bottom:9.5rem;
  }
}

.back-strip{
  background:var(--accent-soft);
  color:var(--accent-dark);
  font-size:.85rem;
  text-align:center;
  padding:.55rem 0;
}
.back-strip a{color:var(--accent-dark);font-weight:700;text-decoration:none;}
.back-strip a:hover{text-decoration:underline;}

/* ---------- WhatsApp floating button ---------- */
.float-stack{
  position:fixed;
  right:1.4rem;
  bottom:1.4rem;
  z-index:80;
  display:flex;
  flex-direction:column;
  gap:.85rem;
  align-items:center;
}
.float-btn{
  width:58px;height:58px;
  display:flex;align-items:center;justify-content:center;
  transition:transform .15s ease;
}
.float-btn img{
  width:100%;height:100%;object-fit:contain;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.28));
}
.float-btn:hover{transform:scale(1.08);}
.float-btn-circle{
  border-radius:50%;
  overflow:hidden;
  box-shadow:0 5px 10px rgba(0,0,0,.28);
}
.float-btn-circle img{
  object-fit:cover;
  filter:none;
}
.float-btn-top{
  background:var(--surface);
  border:1px solid var(--line);
  color:var(--accent-dark);
  border-radius:50%;
  box-shadow:0 5px 10px rgba(0,0,0,.2);
  padding:0;
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, background .15s ease;
}
.float-btn-top svg{width:22px;height:22px;}
.float-btn-top:hover{background:var(--accent-soft);}
.float-btn-top.visible{opacity:1;transform:translateY(0);pointer-events:auto;}
@media (max-width:640px){
  .float-stack{right:1rem;bottom:1rem;gap:.6rem;}
  .float-btn{width:50px;height:50px;}
}

/* ---------- Page loader ---------- */
.page-loader{
  position:fixed;
  inset:0;
  z-index:9999;
  background:var(--ink);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:1;
  visibility:visible;
  transition:opacity .4s ease, visibility .4s ease;
}
.page-loader-logo{
  width:84px;height:84px;
  animation:page-loader-pulse 1.1s ease-in-out infinite;
}
.page-loader.loaded{opacity:0;visibility:hidden;pointer-events:none;}
@keyframes page-loader-pulse{
  0%,100%{transform:scale(.82);opacity:.75;}
  50%{transform:scale(1.15);opacity:1;}
}
@media (prefers-reduced-motion:reduce){
  .page-loader-logo{animation:none;}
}

/* ---------- Google reviews ---------- */
.review-card{
  max-width:640px;
  margin:0 auto;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);
  padding:1.6rem 1.8rem;
  display:flex;
  align-items:center;
  gap:1.2rem;
  flex-wrap:wrap;
}
.review-badge{
  width:56px;height:56px;min-width:56px;border-radius:50%;
  background:var(--bg);
  display:flex;align-items:center;justify-content:center;
  flex:0 0 56px;
}
.review-text{flex:1;min-width:200px;}
.review-title{font-weight:700;margin:0 0 .3rem;}
@media (max-width:640px){
  .review-card{justify-content:center;text-align:center;}
  .review-card .review-text{text-align:center;}
  .review-card .btn{margin:0 auto;}
}
.review-stars{display:flex;gap:.15rem;color:#f5a623;margin-bottom:.4rem;}
.review-stars svg{width:18px;height:18px;}
.rate-us{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.9rem;
  margin-top:1.6rem;
  font-size:.9rem;
  color:var(--muted);
}
.rate-stars{display:flex;gap:.25rem;color:#f5a623;text-decoration:none;}
.rate-stars svg{width:26px;height:26px;transition:transform .12s ease;}
.rate-stars:hover svg{transform:scale(1.12);}

/* ---------- Big map ---------- */
.big-map iframe{
  width:100%;
  height:460px;
  border:0;
  display:block;
}
@media (max-width:640px){ .big-map iframe{height:320px;} }

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *{transition:none !important;}
}
