:root {
  --ana-renk: #2ea7ff;
  --sari: #ffc107;
  --bs-body-font-family: 'Poppins', system-ui, -apple-system, sans-serif;
}

/* =========================
   KURUMSAL TİPOGRAFİ SİSTEMİ
========================= */


/* Genel metin ayarı */
body {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  font-size: 16.5px;
  line-height: 1.7;
  letter-spacing: 0.1px;
  color: #0b1e35;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

}

/* Başlık sistemi */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #163c69;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 42px;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

/* Paragraf okunabilirliği */
p {
  max-width: 65ch;
}

/* Hero başlık premium görünüm */
.hero-section h1 {
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;

  line-height: 1.25;
  max-width: 650px;

}

/* Navbar yazı stili */
.navbar {
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.nav-link {
  position: relative;
  transition: color 0.2s ease-in-out;
}

.nav-link:hover {
  color: var(--ana-renk) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: var(--ana-renk);
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 80%;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: -0.3px;
}

/* Buton yazı dengesi */
.btn {
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Section başlık boşlukları */
section h2 {
  margin-bottom: 18px;
}

/* =========================
   MOBİL TİPOGRAFİ
========================= */

@media (max-width:768px) {

  body {
    font-size: 15.5px;
    line-height: 1.75;
  }

  h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .lead {
    font-size: 16px;
  }

  .navbar {
    font-size: 15px;
  }

  .btn {
    font-size: 16px;
    padding: 12px 22px;
  }

  .hero-section {
    text-align: left;
  }

  .hero-section h1 {
    max-width: 100%;
  }

}

/* =========================
   BÜYÜK EKRAN İNCE AYAR
========================= */

@media (min-width:1200px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }
}


/* HERO */
.hero-section {
  position: relative;




  /* yükseklik DARALMAZ */
  min-height: 90vh;
  padding: 80px 0;
  /* içerik sıkışmasın */
  display: flex;
  align-items: center;
  color: white;
}




/* GLASS CARD */
.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 20px;
  transition: 0.3s;
}

.glass-card:hover {
  transform: translateY(-5px)
}

.glass-card h3,
.glass-card h4 {
  color: white;
}

/* BUTTON */
.btn-kurye {
  background: var(--ana-renk);
  color: white;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: 600;
  border: none;
  min-height: 48px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(46, 167, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  /* mobilde boydan boya uzamasın */
}

.btn-kurye:hover {
  background: #1d8de0;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(46, 167, 255, 0.35);
}

/* FOOTER */
footer {
  background: #0b1e35;
  color: white;
  padding: 60px 0 30px 0;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-link {
  color: #cfd8dc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.footer-link:hover {
  color: white
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  color: #90a4ae;
}

/* MOBILE MENU */
@media(max-width:991px) {

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    background: white;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1030;
    display: block !important;
  }

  .navbar-collapse {
    display: none;
  }

  .nav-link {
    color: #163c69 !important
  }
}

.bolgeler-section {
  background: #f4f7fb;
}

.bolge-card {
  background: linear-gradient(135deg, rgba(46, 167, 255, 0.10), rgba(42, 167, 156, 0.10));
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: 600;
  border: 1px solid rgba(46, 167, 255, 0.25);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: 0.25s;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Hover sakin — zıplama yok */
.bolge-card:hover {
  transform: none;
  border-color: var(--ana-renk);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

.bolge-card i {
  color: var(--ana-renk);
  font-size: 18px;
}


.hizmet-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--ana-renk), #2aa79c);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.iletisim-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 999;
}

.iletisim-float-sol {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 999;
}

/* ORTAK BUTON */
.float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease;
}

/* WHATSAPP */
.whatsapp-btn {
  background: #25D366;
}

/* TELEFON */
.telefon-btn {
  background: var(--ana-renk);
  animation: tlfnabiz 2s infinite;

}

/* HOVER ANİMASYON */
.float-btn:hover {
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

@keyframes tlfnabiz {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 167, 255, 0.6);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(46, 167, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(46, 167, 255, 0);
  }
}

/* NABIZ ANİMASYONU (hafif oynama) */
.whatsapp-btn {
  animation: nabiz 2s infinite;
}

@keyframes nabiz {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* MOBİLDE BİRAZ BÜYÜK */
@media(max-width:768px) {
  .float-btn {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

/* HİZMET KARTI — premium ton */
.hizmet-kart {
  background: linear-gradient(135deg, rgba(46, 167, 255, 0.10), rgba(42, 167, 156, 0.10));
  border: 1px solid rgba(46, 167, 255, 0.25);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

/* Hover yumuşak ama zıplama yok */
.hizmet-kart:hover {
  transform: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}

.site-logo {
  height: 48px;
  width: auto;
}

@media (max-width:768px) {
  .hero-section {
    min-height: 50vh;
    align-items: flex-start;
    padding-top: 70px;
  }
}

section {
  scroll-margin-top: 90px;
}

.hero-accent {
  color: var(--ana-renk);
  text-shadow: 0 2px 10px rgba(46, 167, 255, 0.25);
  font-size: 0.70em;
}

.btn-kurye .fa-whatsapp {
  transition: 0.25s ease;
  color: #25D366
}

.bg-light {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  height: 34px;
  width: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.footer-contact {
  color: #cfd8dc;
  text-decoration: none;
  transition: 0.25s;
}

.footer-contact:hover {
  color: white;
  text-decoration: none;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-size: 18px;
  transition: 0.25s;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.social-icon:hover {
  background: var(--ana-renk);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}


.accordion-item {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(46, 167, 255, 0.25);
  margin-bottom: 12px;
}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background: rgba(46, 167, 255, 0.08);
  color: #0b1e35;
}


/* VIP ACCORDION + - */
.vip-accordion .accordion-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(46, 167, 255, 0.25);
  margin-bottom: 12px;
}

.no-arrow::after {
  display: none;
}

.acc-icon {
  font-size: 22px;
  font-weight: 700;
  transition: 0.25s;
}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) .acc-icon {
  transform: rotate(45deg);
  /* + → - */
}

.accordion-button:not(.collapsed) {
  background: rgba(46, 167, 255, 0.08);
  color: #0b1e35;
}

.hizmet-link-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media(min-width:576px) {
  .hizmet-link-list {
    grid-template-columns: 1fr 1fr;
  }
}

.hizmet-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #0b1e35;
  font-weight: 600;
  border: 1px solid rgba(46, 167, 255, 0.25);
  background: linear-gradient(135deg, rgba(46, 167, 255, 0.08), rgba(42, 167, 156, 0.08));
  transition: 0.25s;
}

.hizmet-link i {
  color: var(--ana-renk);
  font-size: 18px;
}

.hizmet-link:hover {
  transform: translateX(6px);
  background: rgba(46, 167, 255, 0.12);
  color: #0b1e35;
}

/* HERO SLIDER */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.25));
  z-index: 1;
}

.hero-section>.container {
  position: relative;
  z-index: 2;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease, transform 6s ease-out;
  will-change: transform, opacity;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide:nth-child(1) {
  background-position: 55% 60%;
  transform-origin: 55% 60%;
}

.hero-slide:nth-child(2) {
  background-position: 35% 50%;
  transform-origin: 35% 50%;
}

.hero-slide:nth-child(3) {
  background-position: 35% 25%;
  transform-origin: 35% 25%;
}

@media (min-width: 992px) {
  .hero-slide:nth-child(1) {
    background-position: 90% 55%;
    transform-origin: 90% 55%;
  }

  .hero-slide:nth-child(2) {
    background-position: 40% center;
    transform-origin: 40% center;
  }

  .hero-slide:nth-child(3) {
    background-position: 40% 30%;
    transform-origin: 40% 30%;
  }
}


/* Navbar yazı rengi */
.navbar .nav-link {
  color: #163c69 !important;
}

.navbar .nav-link:hover {
  color: var(--ana-renk) !important;
}

/* =========================
   HERO PREMIUM TEXT ANIMATION
========================= */

.hero-title {
  opacity: 0;
  transform: translateY(20px);
  animation: heroTitleReveal 0.6s ease-out forwards;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hero-title .hero-accent {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  animation: heroAccentReveal 0.6s ease-out forwards;
  animation-delay: 0.1s;
}

.hero-section .lead {
  font-weight: 400;
  max-width: 520px;
  opacity: 0;
  transform: translateY(15px);
  animation: heroTextReveal 0.6s ease-out forwards;
  animation-delay: 0.2s;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

.hero-section .btn-kurye {
  opacity: 0;
  transform: translateY(15px);
  animation: heroBtnReveal 0.6s ease-out forwards;
  animation-delay: 0.3s;
}

/* KEYFRAMES */

@keyframes heroTitleReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroAccentReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroTextReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroBtnReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-title,
  .hero-title .hero-accent,
  .hero-section .lead,
  .hero-section .btn-kurye {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.kart-devam {

  font-size: 13px;
  font-weight: 700;
  color: #2ea7ff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  border: 2px dashed #2ea7ff;
  padding: 6px 16px;
  border-radius: 20px;
}


.kart-ok {
  display: inline-block;
  transition: transform 0.2s;
}

.hizmet-kart:hover .kart-ok {
  transform: translateX(4px);
}

/* SSS */
.sss-scroll-wrap {
  position: relative;
}

.sss-scroll {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #2ea7ff #1e293b;
}


.sss-scroll::-webkit-scrollbar {
  width: 4px;
}

.sss-scroll::-webkit-scrollbar-track {
  background: #1e293b;
  border-radius: 4px;
}

.sss-scroll::-webkit-scrollbar-thumb {
  background: #2ea7ff;
  border-radius: 4px;
}

.sss-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.sss-item:last-child {
  border-bottom: none;
}

.sss-soru {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #e2e8f0;
  gap: 12px;
  user-select: none;
  transition: color 0.2s;
}

.sss-soru:hover {
  color: #2ea7ff;
}

.sss-ikon {
  font-size: 20px;
  color: #2ea7ff;
  flex-shrink: 0;
  transition: transform 0.3s;
  font-weight: 300;
}

.sss-item.acik .sss-ikon {
  transform: rotate(45deg);
}

.sss-cevap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
  padding: 0 4px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.8;
}

.sss-item.acik .sss-cevap {
  max-height: 200px;
  padding: 0 4px 16px;
}

.sss-scroll-wrap.tam-acik::after {
  display: none;
}

.sss-gizli {
  display: none;
}

.sss-daha-btn {
  background: transparent;
  border: none;
  color: #64748b;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 auto;
}

.sss-daha-btn:hover {
  color: #2ea7ff;
}

@keyframes asagiBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

/* =========================
   SEO CONTENT CARD (MODERN)
========================= */
.seo-section {
  background-color: #f8fafc;
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.seo-card {
  background: white;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(46, 167, 255, 0.1);
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

.seo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--ana-renk), #2aa79c);
}

.seo-card h2 {
  font-size: 28px;
  margin-bottom: 30px !important;
  color: #0f172a;
}

.seo-card h3 {
  font-size: 20px;
  margin-top: 35px !important;
  margin-bottom: 20px !important;
  color: #1e293b;
}

.seo-card p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 100%;
}

.seo-card ul {
  padding-left: 20px;
}

.seo-card li {
  color: #475569;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .seo-section {
    padding: 50px 0;
  }
  .seo-card {
    padding: 30px 20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}