/* GTF FRONT v6.3 */
#gtf-app,#gtf-app *,#gtf-app *::before,#gtf-app *::after{box-sizing:border-box}

#gtf-app{
  --m:#e91e8c;--ms:rgba(233,30,140,.10);--mss:rgba(233,30,140,.06);
  --sh:0 2px 16px rgba(0,0,0,.08);--shh:0 8px 28px rgba(0,0,0,.13);
  --r:14px;
  font-family:'DM Sans',sans-serif;color:#1a1a1a;
  width:100%;max-width:600px;min-width:0;
  margin-left:auto;margin-right:auto;
  background:#fff;overflow-x:hidden;display:block;
}
#gtf-app > *{width:100%;max-width:600px;}

/* ── HERO ── */
.gtf-hero{
  background:#fff;
  padding:28px 24px 24px;
  text-align:center;
  width:100%;
  border-bottom:1px solid rgba(0,0,0,.07);
}

/* LOGO — küçük, zarif */
.gtf-hero-logo{
  display:block;
  margin:0 auto 18px;
  width:40%;
  height:auto;
  max-width:240px;
  min-width:80px;
  object-fit:contain;
}

/* Partner banner */
#gtf-pb{
  display:none;
  font-size:11px;padding:4px 12px;border-radius:20px;
  background:rgba(233,30,140,.1);color:#e91e8c;
  margin-bottom:12px;letter-spacing:.3px;font-weight:600;
}

.gtf-hero-eyebrow{
  display:inline-flex;align-items:center;gap:6px;
  font-size:10px;letter-spacing:3px;text-transform:uppercase;
  color:#e91e8c;margin-bottom:8px;font-weight:600;
}
.gtf-hero-eyebrow::before,.gtf-hero-eyebrow::after{content:'✦';font-size:7px}

.gtf-hero-h1{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;font-weight:700;line-height:1.2;
  color:#1a1a1a;margin:0 0 8px;display:block;
}
.gtf-hero-h1 em{color:#e91e8c;font-style:normal}

.gtf-hero-sub{
  font-size:13px;color:#888;
  max-width:280px;margin:0 auto;line-height:1.6;display:block;
}

/* ── SECTION ── */
.gtf-sec{padding:24px 16px 8px;width:100%;background:#fff}
.gtf-sec-head{text-align:center;margin-bottom:18px}
.gtf-sec-label{
  font-size:10px;letter-spacing:3px;text-transform:uppercase;
  color:#e91e8c;font-weight:600;margin-bottom:6px;display:block;
}
.gtf-sec-title{
  font-family:'Cormorant Garamond',serif;
  font-size:26px;font-weight:700;color:#1a1a1a;margin:0;
}
.gtf-sec-title em{color:#e91e8c;font-style:normal}

/* ── KATEGORİLER: DAİMA 2 SÜTUN ── */
.gtf-cg{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px;padding:0 16px 16px;width:100%;
}
.gtf-cc{
  background:#fff;border-radius:var(--r);
  padding:16px 8px 12px;text-align:center;
  border:2px solid transparent;box-shadow:var(--sh);
  transition:.22s cubic-bezier(.4,0,.2,1);cursor:pointer;
  -webkit-tap-highlight-color:transparent;width:100%;min-width:0;
}
.gtf-cc:hover,.gtf-cc.a{
  border-color:#e91e8c;transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(233,30,140,.15);
}
.gtf-cc.a{background:var(--mss)}
.gtf-ci{
  width:44px;height:44px;margin:0 auto 8px;
  display:flex;align-items:center;justify-content:center;
  background:var(--mss);border-radius:12px;transition:.22s;
}
.gtf-cc:hover .gtf-ci,.gtf-cc.a .gtf-ci{background:var(--ms)}
.gtf-cn{font-size:12px;font-weight:600;color:#1a1a1a;line-height:1.25}
.gtf-cb{margin-top:4px;font-size:10px;color:#999;background:#f0f0f0;display:inline-block;padding:2px 7px;border-radius:20px}

/* ── HİZMET PANELİ ── */
.gtf-panel{padding:0 16px 32px;display:none;width:100%}
.gtf-panel.o{display:block;animation:gtfS .28s ease}
@keyframes gtfS{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.gtf-pbar{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 0 10px;border-bottom:2px solid rgba(233,30,140,.15);margin-bottom:14px;
}
.gtf-pbar-t{
  font-family:'Cormorant Garamond',serif;
  font-size:20px;font-weight:700;color:#1a1a1a;display:flex;align-items:center;gap:8px;
}
.gtf-pbar-i{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;background:rgba(233,30,140,.1);border-radius:7px;flex-shrink:0}
.gtf-pclose{background:none;border:1px solid rgba(0,0,0,.1);color:#666;font-size:12px;padding:5px 10px;border-radius:7px;cursor:pointer;font-family:'DM Sans',sans-serif;white-space:nowrap}
.gtf-pclose:hover{background:#f0f0f0}

/* ── HİZMET KARTLARI: TEK SÜTUN ── */
.gtf-ig{display:grid !important;grid-template-columns:1fr !important;gap:12px;width:100%}
.gtf-ic{background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh);border:1px solid rgba(0,0,0,.07);transition:.22s;display:flex;flex-direction:column;width:100%;min-width:0}
.gtf-ic:hover{transform:translateY(-3px);box-shadow:var(--shh)}

/* ── GÖRSEL: aspect-ratio 8/5 = 400×250 ── */
.gtf-iv{
  position:relative;width:100%;aspect-ratio:8/5;
  overflow:hidden;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.gtf-iv img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center;display:block;
  -webkit-backface-visibility:hidden;backface-visibility:hidden;
}
.gtf-iv.bg-teal{background:#e0f7f4}.gtf-iv.bg-blue{background:#e8f0fe}
.gtf-iv.bg-amber{background:#fff8e1}.gtf-iv.bg-pink{background:#fce4f4}
.gtf-iv.bg-green{background:#e8f5e9}.gtf-iv.bg-purple{background:#ede7f6}
.gtf-iv.bg-red{background:#fce8e8}.gtf-iv.bg-sky{background:#e1f5fe}
.gtf-iv.bg-lime{background:#f1f8e9}.gtf-iv.bg-orange{background:#fff3e0}
.gtf-itag{
  position:absolute;top:10px;right:10px;background:#e91e8c;color:#fff;
  font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;
  pointer-events:none;z-index:2;
}

/* ── KART BODY ── */
.gtf-ib{padding:14px;display:flex;flex-direction:column;flex:1;min-width:0}
.gtf-in{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:5px;line-height:1.3}
.gtf-id{font-size:13px;color:#555;line-height:1.55;flex:1;margin-bottom:12px}
.gtf-if{display:flex;align-items:center;justify-content:space-between;gap:8px}
.gtf-ip{font-size:17px;font-weight:700;color:#e91e8c}
.gtf-ip small{font-size:11px;font-weight:400;color:#999}
.gtf-wa-btn{
  display:flex;align-items:center;gap:5px;
  background:#25D366;color:#fff;border:none;
  padding:9px 14px;border-radius:8px;font-size:12px;font-weight:700;
  cursor:pointer;white-space:nowrap;flex-shrink:0;
  font-family:'DM Sans',sans-serif;transition:.2s;
}
.gtf-wa-btn:hover{background:#1da851}
.gtf-call-btn{
  display:flex;align-items:center;gap:5px;
  background:#e91e8c;color:#fff;text-decoration:none;
  padding:9px 14px;border-radius:8px;font-size:12px;font-weight:700;
  white-space:nowrap;flex-shrink:0;
  font-family:'DM Sans',sans-serif;transition:.2s;
}
.gtf-call-btn:hover{background:#c8166e}
.gtf-dir-btn{
  display:flex;align-items:center;gap:5px;
  background:#1565c0;color:#fff;text-decoration:none;
  padding:9px 14px;border-radius:8px;font-size:12px;font-weight:700;
  white-space:nowrap;flex-shrink:0;
  font-family:'DM Sans',sans-serif;transition:.2s;
}
.gtf-dir-btn:hover{background:#0d47a1}
.gtf-empty{color:#999;font-size:13px;padding:16px 0}



/* ══════════════════════════════════════════
   BOTTOM NAVBAR — Floating Pill
══════════════════════════════════════════ */

/* İçerik navbar'ın altına gizlenmesin */
#gtf-app { padding-bottom: 96px; }

/* Navbar kapsayıcı — sayfanın altına yapışık, 600px ortasında */
.gtf-navbar {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 568px;
  z-index: 999;

  /* Pill şekli */
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,.14), 0 1px 4px rgba(0,0,0,.08);

  /* 4 eşit sütun */
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  /* Safe area (iPhone home bar) */
  padding-bottom: env(safe-area-inset-bottom, 0px);
  overflow: hidden;
}

/* Her kutu */
.gtf-nb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 4px 10px;
  background: none;
  border: none;
  border-right: 1px solid rgba(0,0,0,.06);
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background .15s;
  min-width: 0;
}
.gtf-nb-item:last-child { border-right: none; }
.gtf-nb-item:active { background: rgba(0,0,0,.05); }
.gtf-nb-item.gtf-nb-off { opacity: .35; pointer-events: none; }

/* İkon dairesi */
.gtf-nb-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* SVG ikonlar — KESİN boyut */
.gtf-nb-icon-wrap svg {
  width: 20px !important;
  height: 20px !important;
  display: block;
  flex-shrink: 0;
}

/* GO logo navbar'da */
.gtf-nb-gologo {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
  display: block;
}

/* Etiket */
.gtf-nb-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
}

/* 1 — Biz Kimiz */
.gtf-nb-about .gtf-nb-icon-wrap { background: rgba(233,30,140,.10); }
.gtf-nb-about .gtf-nb-label     { color: #e91e8c; }

/* 2 — Yol Tarifi */
.gtf-nb-icon-maps                { background: rgba(66,133,244,.10); }
.gtf-nb-icon-maps svg            { stroke: #4285F4; }
.gtf-nb-item:nth-child(2) .gtf-nb-label { color: #4285F4; }

/* 3 — Telefon */
.gtf-nb-phone .gtf-nb-icon-wrap  { background: rgba(103,58,183,.10); }
.gtf-nb-phone .gtf-nb-icon-wrap svg { stroke: #673AB7; }
.gtf-nb-phone .gtf-nb-label      { color: #673AB7; }

/* 4 — WhatsApp */
.gtf-nb-wa .gtf-nb-icon-wrap     { background: rgba(37,211,102,.12); }
.gtf-nb-wa .gtf-nb-icon-wrap svg { width: 20px !important; height: 20px !important; fill: #25D366; }
.gtf-nb-wa .gtf-nb-label         { color: #25D366; }

/* ══════════════════════════════════════════
   ABOUT MODAL
══════════════════════════════════════════ */
#gtf-about-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 9999;
  display: none;
  align-items: flex-end;
  justify-content: center;
}
#gtf-about-modal.open { display: flex; }

.gtf-about-inner {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 24px 24px 32px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 -12px 48px rgba(0,0,0,.15);
  animation: gtfSlideUp .26s cubic-bezier(.4,0,.2,1);
  position: relative;
}
@keyframes gtfSlideUp {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

.gtf-about-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.gtf-about-head img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.gtf-about-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #e91e8c;
  border: none;
  color: #fff;
  width: 30px; height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .15s;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(233,30,140,.3);
}
.gtf-about-close:hover { background: #c8166e; }
.gtf-about-footer {
  text-align: center;
  font-size: 11px;
  color: #bbb;
  margin-top: 20px;
  font-family: 'DM Sans', sans-serif;
}
.gtf-about-footer a {
  color: #e91e8c;
  text-decoration: none;
}
.gtf-about-footer a:hover { text-decoration: underline; }

.gtf-about-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #444;
  margin: 0;
}
