/* ====================================================
   Manisa Bahçe Hizmetleri — Ana Stil Dosyası
   Tasarım: Kurumsal, Modern, Profesyonel
   ==================================================== */

/* ---- VARIABLES ---- */
:root {
  --green:        #1B5E20;
  --green-mid:    #2E7D32;
  --green-light:  #4CAF50;
  --green-pale:   #E8F5E9;
  --white:        #ffffff;
  --gray-50:      #f8fafc;
  --gray-100:     #f1f5f9;
  --gray-200:     #e2e8f0;
  --gray-400:     #94a3b8;
  --gray-600:     #475569;
  --gray-800:     #1e293b;
  --text:         #1e293b;
  --text-muted:   #64748b;
  --radius:       12px;
  --radius-lg:    20px;
  --shadow-sm:    0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow:       0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:    0 10px 40px rgba(0,0,0,.14);
  --transition:   all .25s ease;
}

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--gray-800);
  line-height: 1.3;
}

img { max-width: 100%; }

a { color: var(--green); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--green-light); }

/* ---- TOP BAR ---- */
.topbar {
  background: var(--green);
  color: rgba(255,255,255,.85);
  font-size: 13px;
  padding: 6px 0;
}
.topbar a {
  color: rgba(255,255,255,.80);
  transition: color .2s;
}
.topbar a:hover { color: #fff; }
.topbar-right { gap: 20px !important; }

/* ---- NAVBAR ---- */
.main-navbar {
  background: #fff;
  border-bottom: 1px solid var(--gray-200);
  padding: 0;
  transition: box-shadow .3s;
}
.main-navbar.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,.12);
}
.main-navbar .navbar-toggler {
  border: none;
  color: var(--green);
  font-size: 1.3rem;
  padding: 8px;
}
.main-navbar .navbar-toggler:focus { box-shadow: none; }
.logo-img {
  height: 68px;
  width: auto;
  object-fit: contain;
  display: block;
}
.main-navbar .nav-link {
  color: var(--gray-800) !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 24px 12px !important;
  position: relative;
  transition: color .2s;
}
.main-navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 12px; right: 12px;
  height: 3px;
  background: var(--green-light);
  border-radius: 2px 2px 0 0;
  transform: scaleX(0);
  transition: transform .25s;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: var(--green) !important;
}
.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after {
  transform: scaleX(1);
}
.btn-success-cta {
  background: var(--green);
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 8px;
  border: none;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.btn-success-cta:hover {
  background: var(--green-mid);
  color: #fff !important;
  transform: translateY(-1px);
}

/* Dropdown */
.dropdown-menu {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  margin-top: 2px;
}
.dropdown-menu-modern { min-width: 240px; }
.dropdown-menu-xl { min-width: 580px; }

.dropdown-bolge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  padding: 4px 0;
}
.dropdown-header {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--green);
  padding: 8px 12px 4px;
}
.dropdown-item {
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 14px;
  color: var(--gray-600);
  transition: background .15s, color .15s;
}
.dropdown-item:hover {
  background: var(--green-pale);
  color: var(--green);
}
.dropdown-item-sm { padding: 3px 12px; font-size: 13px; }

/* ---- SECTION UTILS ---- */
.section-pad { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }

.section-badge {
  display: inline-block;
  background: var(--green-pale);
  color: var(--green);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--gray-800);
  margin-bottom: 16px;
}
.section-title span { color: var(--green); }
.section-subtitle {
  color: var(--text-muted);
  font-size: 16px;
  max-width: 560px;
}

/* ---- HERO ---- */
.hero-section {
  position: relative;
  min-height: 92vh;
  background: linear-gradient(135deg, #0a2e0d 0%, var(--green) 40%, var(--green-mid) 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 80% 50%, rgba(76,175,80,.18) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234CAF50' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 0 100px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.95);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-title .highlight {
  color: #a5d6a7;
}
.hero-desc {
  font-size: 17px;
  color: rgba(255,255,255,.82);
  max-width: 520px;
  margin-bottom: 36px;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.hero-tag {
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 13px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-hero-primary {
  background: #fff;
  color: var(--green) !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  border: 2px solid transparent;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.btn-hero-primary:hover {
  background: var(--green-pale);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.btn-hero-outline {
  background: transparent;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,.5);
  transition: var(--transition);
}
.btn-hero-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,.08);
  transform: translateY(-2px);
}
.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.hero-stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 1;
}
.hero-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,.65);
  display: block;
  margin-top: 2px;
}

/* Hero Slider (yan görsel) */
#heroSlider {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,.3);
}
.hero-slider-inner {
  border-radius: var(--radius-lg);
}
.hero-slider-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
#heroSlider .carousel-item {
  transition: transform .7s ease-in-out;
}
#heroSlider .carousel-control-prev,
#heroSlider .carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: rgba(0,0,0,.35);
  border-radius: 50%;
}
#heroSlider .carousel-control-prev { left: 14px; }
#heroSlider .carousel-control-next { right: 14px; }

/* ---- HİZMET KARTLARI ---- */
.hizmet-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hizmet-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--green-light));
  transform: scaleX(0);
  transition: transform .3s;
}
.hizmet-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green-pale);
}
.hizmet-card:hover::before { transform: scaleX(1); }
.hizmet-icon-wrap {
  width: 68px; height: 68px;
  background: var(--green-pale);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: background .25s;
}
.hizmet-card:hover .hizmet-icon-wrap { background: var(--green); }
.hizmet-icon-wrap i {
  font-size: 28px;
  color: var(--green);
  transition: color .25s;
}
.hizmet-card:hover .hizmet-icon-wrap i { color: #fff; }
.hizmet-card h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.hizmet-card p {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 20px;
}
.hizmet-link {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hizmet-link:hover { color: var(--green-mid); gap: 10px; }

/* ---- NEDEN BİZ ---- */
.why-section { background: var(--gray-50); }
.why-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.why-icon {
  width: 52px; height: 52px;
  min-width: 52px;
  background: var(--green);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 20px;
}
.why-card h5 { font-size: 16px; margin-bottom: 4px; }
.why-card p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* ---- SAYAÇ ---- */
.counter-section {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 100%);
  position: relative;
}
.counter-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3C/g%3E%3C/svg%3E");
}
.counter-box { text-align: center; position: relative; }
.counter-num {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.counter-label {
  font-size: 14px;
  color: rgba(255,255,255,.7);
}

/* ---- BÖLGELER ---- */
.bolge-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--gray-200);
  color: var(--gray-600);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: var(--transition);
  text-decoration: none;
}
.bolge-badge:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(27,94,32,.25);
}

/* ---- TESTIMONIALS ---- */
.testimonial-section { background: var(--gray-50); }
.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  position: relative;
}
.testimonial-card::before {
  content: '\201C';
  font-size: 80px;
  font-family: Georgia, serif;
  color: var(--green-light);
  line-height: .8;
  position: absolute;
  top: 20px; left: 28px;
  opacity: .3;
}
.testimonial-stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; }
.testimonial-text {
  font-size: 15px;
  color: var(--gray-600);
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.8;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--green);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.testimonial-name { font-weight: 600; font-size: 14px; margin-bottom: 1px; }
.testimonial-city { font-size: 12px; color: var(--text-muted); }

/* Carousel arrows */
.carousel-control-prev, .carousel-control-next {
  width: 44px; height: 44px;
  background: var(--green);
  border-radius: 50%;
  top: 50%; transform: translateY(-50%);
  opacity: 1;
  position: absolute;
}
.carousel-control-prev { left: -20px; }
.carousel-control-next { right: -20px; }
.carousel-control-prev-icon, .carousel-control-next-icon { width: 18px; height: 18px; }

/* ---- BLOG KARTLARI ---- */
.blog-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  height: 100%;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-card-img {
  height: 200px;
  background: linear-gradient(135deg, var(--green-pale), var(--green-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 48px;
}
.blog-card-body { padding: 24px; }
.blog-cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--green);
  margin-bottom: 8px;
  display: block;
}
.blog-card h5 { font-size: 16px; margin-bottom: 10px; line-height: 1.4; }
.blog-card p { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.blog-meta { font-size: 12px; color: var(--gray-400); display: flex; align-items: center; gap: 6px; }
.blog-read-more {
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
}
.blog-read-more:hover { color: var(--green-mid); gap: 9px; }

/* ---- RANDEVU SECTION ---- */
.randevu-section {
  background: var(--gray-50);
  position: relative;
}
.randevu-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  box-shadow: var(--shadow-lg);
}
.randevu-card .form-label {
  font-weight: 600;
  font-size: 13px;
  color: var(--gray-600);
  margin-bottom: 5px;
}
.randevu-card .form-control,
.randevu-card .form-select {
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  transition: border-color .2s, box-shadow .2s;
}
.randevu-card .form-control:focus,
.randevu-card .form-select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(76,175,80,.12);
  outline: none;
}
.btn-randevu {
  background: var(--green);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px;
  border-radius: 10px;
  border: none;
  width: 100%;
  transition: background .2s, transform .15s;
}
.btn-randevu:hover {
  background: var(--green-mid);
  transform: translateY(-2px);
  color: #fff;
}
.randevu-info-card {
  background: var(--green);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  height: 100%;
}
.randevu-info-card h4 { color: #fff; margin-bottom: 24px; }
.randevu-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.randevu-info-item i {
  font-size: 18px;
  margin-top: 2px;
  opacity: .9;
}
.randevu-info-item p { margin: 0; font-size: 14px; opacity: .85; }
.randevu-info-item strong { display: block; font-size: 15px; opacity: 1; }

/* ---- FOOTER ---- */
.site-footer { background: #0d1f10; color: #fff; }
.footer-top { padding: 70px 0 50px; }
.footer-brand img { max-height: 70px; width: auto; }
.footer-desc {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  margin: 12px 0 20px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  margin-bottom: 8px;
}
.footer-contact-item i {
  color: var(--green-light);
  width: 16px;
  text-align: center;
}
.footer-contact-item a {
  color: rgba(255,255,255,.65);
  transition: color .2s;
}
.footer-contact-item a:hover { color: var(--green-light); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  transition: background .2s, color .2s;
}
.footer-social a:hover { background: var(--green); color: #fff; }

.footer-title {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 6px; }
.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  transition: color .2s, padding-left .2s;
}
.footer-links a:hover { color: var(--green-light); padding-left: 4px; }

.footer-links-2col {
  columns: 2; column-gap: 12px;
}
.footer-links-3col {
  columns: 3; column-gap: 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  font-size: 13px;
  color: rgba(255,255,255,.35);
}
.footer-bottom a {
  color: rgba(255,255,255,.4);
  transition: color .2s;
}
.footer-bottom a:hover { color: var(--green-light); }

/* ---- FLOATING BUTTONS ---- */
.float-whatsapp, .float-phone {
  position: fixed;
  bottom: 30px;
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  z-index: 999;
  transition: transform .25s, box-shadow .25s;
  text-decoration: none;
  position: fixed;
}
.float-whatsapp { right: 24px; bottom: 30px; background: #25d366; }
.float-phone    { right: 90px; bottom: 30px; background: var(--green); }
.float-whatsapp:hover, .float-phone:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(0,0,0,.3);
  color: #fff;
}
.float-tooltip {
  position: absolute;
  bottom: 64px;
  right: 0;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}
.float-whatsapp:hover .float-tooltip,
.float-phone:hover .float-tooltip { opacity: 1; }

/* ---- BACK TO TOP ---- */
.back-to-top {
  position: fixed;
  bottom: 96px; right: 24px;
  width: 44px; height: 44px;
  background: var(--gray-800);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0; visibility: hidden;
  z-index: 998;
  transition: all .3s;
}
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--green); transform: translateY(-2px); }

/* ---- COOKIE ---- */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(15,20,15,.96);
  color: rgba(255,255,255,.9);
  font-size: 14px;
  z-index: 1050;
  border-top: 2px solid var(--green);
  backdrop-filter: blur(8px);
  padding: 12px 0;
}

/* ---- BREADCRUMB ---- */
.breadcrumb-wrap {
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
  padding: 12px 0;
}
.breadcrumb { margin: 0; font-size: 13px; }
.breadcrumb-item + .breadcrumb-item::before { color: var(--gray-400); }
.breadcrumb-item a { color: var(--green); }
.breadcrumb-item.active { color: var(--text-muted); }

/* ---- PAGE HERO (iç sayfalar) ---- */
.page-hero {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 100%);
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 50px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.page-hero h1 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,.8); max-width: 600px; }

/* ---- SECTION SEPARATOR ---- */
.section-sep {
  width: 60px; height: 4px;
  background: linear-gradient(90deg, var(--green), var(--green-light));
  border-radius: 2px;
  margin: 12px 0 20px;
}
.text-center .section-sep { margin-left: auto; margin-right: auto; }

/* ---- BUTTONS ---- */
.btn-green {
  background: var(--green);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  transition: var(--transition);
}
.btn-green:hover { background: var(--green-mid); color: #fff; transform: translateY(-2px); }
.btn-green-outline {
  background: transparent;
  color: var(--green);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 11px 26px;
  border-radius: 8px;
  border: 2px solid var(--green);
  transition: var(--transition);
}
.btn-green-outline:hover { background: var(--green); color: #fff; }

/* ---- RESPONSIVE ---- */
@media (max-width: 991.98px) {
  .main-navbar .nav-link { padding: 10px 0 !important; border-bottom: 1px solid var(--gray-100); }
  .main-navbar .nav-link::after { display: none; }
  .dropdown-menu-xl { min-width: 100%; }
  .dropdown-bolge-grid { grid-template-columns: 1fr; }
  .hero-section { min-height: auto; }
  .hero-content { padding: 50px 0 80px; }
  .carousel-control-prev { left: 0; }
  .carousel-control-next { right: 0; }
  .footer-links-3col { columns: 2; }
}
@media (max-width: 767.98px) {
  .section-pad { padding: 60px 0; }
  .float-phone { display: none; }
  .float-whatsapp { right: 16px; bottom: 16px; }
  .back-to-top { right: 16px; bottom: 80px; }
  .hero-stats { gap: 20px; }
  .footer-links-2col, .footer-links-3col { columns: 1; }
  .randevu-card { padding: 28px 20px; }
}

/* ---- HIZMET DETAY SAYFASI ---- */
.hizmet-detail-content h2, .hizmet-detail-content h3 { color: var(--green); }
.hizmet-detail-content ul li { margin-bottom: 6px; }
.hizmet-detail-content p { margin-bottom: 16px; line-height: 1.8; }
.faq-item { border-bottom: 1px solid var(--gray-200); padding: 16px 0; }
.faq-item:last-child { border: none; }
.faq-q { font-weight: 600; color: var(--gray-800); cursor: pointer; }
.faq-a { font-size: 14px; color: var(--text-muted); margin-top: 8px; display: none; }

/* ---- ADMIN (temel) ---- */
.admin-body { background: var(--gray-100); }
