/* ============================================================
   Serbest Dental — Custom CSS
   ============================================================ */

/* ── Variables ───────────────────────────────────────────── */
:root {
  --primary:        #1B4D6E;
  --primary-light:  #2C7DA0;
  --primary-dark:   #143d57;
  --accent:         #C49A3C;
  --accent-light:   #d4af5a;
  --white:          #FFFFFF;
  --light:          #F5F7FA;
  --dark:           #2D3436;
  --gray:           #6c757d;
  --border:         #e9ecef;
  --whatsapp:       #25D366;
  --whatsapp-dark:  #1da851;

  --radius-btn:  50px;
  --radius-card: 16px;
  --radius-sm:   8px;
  --shadow-sm:   0 2px 8px rgba(27, 77, 110, 0.08);
  --shadow-md:   0 8px 24px rgba(27, 77, 110, 0.12);
  --shadow-lg:   0 20px 48px rgba(27, 77, 110, 0.16);
  --transition:  all 0.3s ease;
}

/* ── Base ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--dark);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--dark);
}

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

img { max-width: 100%; height: auto; }

/* ── Navbar ──────────────────────────────────────────────── */
.navbar {
  padding: 0.9rem 0;
  transition: var(--transition);
  background: transparent;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  padding: 0.6rem 0;
}

/* İç sayfalarda baştan beyaz + koyu metin */
body.page-inner .navbar {
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: var(--shadow-sm);
}

body.page-inner .navbar .brand-name        { color: var(--primary); }
body.page-inner .navbar .brand-icon        { background: var(--primary); }
body.page-inner .navbar .navbar-nav .nav-link { color: var(--dark) !important; }
body.page-inner .navbar .navbar-nav .nav-link:hover,
body.page-inner .navbar .navbar-nav .nav-link.active { color: var(--primary) !important; background: rgba(27,77,110,0.06); }
body.page-inner .navbar .lang-switcher-btn { color: var(--dark); background: var(--light); border-color: var(--border); }
body.page-inner .navbar .lang-switcher-btn:hover { background: var(--primary); color: white; border-color: var(--primary); }
body.page-inner .navbar .navbar-toggler { border-color: rgba(0,0,0,0.2); }
body.page-inner .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.6)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.2);
  color: white;
  border-radius: 10px;
  font-size: 1.1rem;
  transition: var(--transition);
}

.navbar.scrolled .brand-icon {
  background: var(--primary);
}

.navbar-brand:hover .brand-icon {
  background: var(--accent);
  transform: rotate(-5deg);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: white;
  transition: var(--transition);
}

.brand-sub {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.navbar.scrolled .brand-name { color: var(--primary); }

/* Hamburger icon beyaz */
.navbar-toggler { border-color: rgba(255,255,255,0.5); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar.scrolled .navbar-toggler { border-color: rgba(0,0,0,0.2); }
.navbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.6)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Nav links — transparan durumda beyaz */
.navbar-nav .nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9) !important;
  padding: 0.4rem 0.75rem !important;
  border-radius: 8px;
  transition: var(--transition);
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: white !important;
  background: rgba(255,255,255,0.12);
}

.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

/* Scroll sonrası koyu metin */
.navbar.scrolled .navbar-nav .nav-link {
  color: var(--dark) !important;
}

.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link.active {
  color: var(--primary) !important;
  background: rgba(27, 77, 110, 0.06);
}

/* Dropdown */
.dropdown-menu-dental {
  border: none;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-lg);
  padding: 0.75rem;
  min-width: 220px;
  margin-top: 0.5rem !important;
  animation: fadeInDown 0.2s ease;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dropdown-menu-dental .dropdown-item {
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--dark);
  transition: var(--transition);
}

.dropdown-menu-dental .dropdown-item:hover,
.dropdown-menu-dental .dropdown-item.active {
  background: rgba(27, 77, 110, 0.07);
  color: var(--primary);
}

.dropdown-menu-dental .dropdown-item i {
  color: var(--primary-light);
  width: 18px;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-btn);
  transition: var(--transition);
  border: none;
}

.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 4px 14px rgba(27, 77, 110, 0.25);
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 77, 110, 0.35);
  color: white;
}

.btn-outline-primary {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.btn-outline-primary:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

.btn-outline-light {
  border: 1.5px solid rgba(255,255,255,0.5);
  color: white;
  background: transparent;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,0.15);
  color: white;
  border-color: white;
}

.btn-accent {
  background: var(--accent);
  color: white;
  box-shadow: 0 4px 14px rgba(196, 154, 60, 0.3);
}

.btn-accent:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
  color: white;
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: white;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

/* ── Lang Switcher ───────────────────────────────────────── */
.lang-switcher-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 50px;
  padding: 0.25rem 0.7rem;
  text-decoration: none;
  transition: var(--transition);
  line-height: 1.4;
}

.lang-switcher-btn:hover {
  background: rgba(255,255,255,0.25);
  color: white;
  border-color: rgba(255,255,255,0.6);
}

/* Scroll sonrası koyu */
.navbar.scrolled .lang-switcher-btn {
  color: var(--dark);
  background: var(--light);
  border-color: var(--border);
}

.navbar.scrolled .lang-switcher-btn:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

/* Lang btn in footer bottom */
.footer-bottom-links .lang-switcher-btn {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.75);
}

.footer-bottom-links .lang-switcher-btn:hover {
  background: rgba(255,255,255,0.2);
  color: white;
  border-color: rgba(255,255,255,0.4);
}

/* ── WhatsApp Float ──────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  background: var(--whatsapp);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  transition: var(--transition);
  text-decoration: none;
}

.whatsapp-float:hover {
  background: var(--whatsapp-dark);
  color: white;
  transform: scale(1.1);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
}

.wa-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--whatsapp);
  animation: waPulse 2.5s infinite;
  z-index: -1;
}

@keyframes waPulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  70%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}

@media (max-width: 767.98px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 20px;
    font-size: 1.4rem;
  }
}

/* ── Offcanvas Mobile Menu ───────────────────────────────── */
.offcanvas-menu {
  max-width: 300px;
  border-left: none;
  box-shadow: var(--shadow-lg);
}

.offcanvas-brand {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
}

.mobile-nav .nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--dark);
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  transition: var(--transition);
}

.mobile-nav .nav-link:hover,
.mobile-nav .nav-link.active {
  color: var(--primary);
  background: rgba(27, 77, 110, 0.06);
}

.mobile-nav .nav-link-sm {
  font-size: 0.85rem;
  color: var(--gray);
  padding: 0.4rem 0.75rem;
}

/* ── Spacing ─────────────────────────────────────────────── */
.py-6 { padding-top: 5rem; padding-bottom: 5rem; }

/* ── Trust Bar ───────────────────────────────────────────── */
.trust-bar {
  background: var(--dark);
  padding: 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.75rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.07);
  height: 100%;
  transition: var(--transition);
}

.trust-item:hover { background: rgba(255,255,255,0.03); }
.trust-item-last  { border-right: none; }

.trust-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(196,154,60,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--accent);
}

.trust-body { display: flex; flex-direction: column; gap: 0.1rem; }

.trust-number {
  font-size: 1.4rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}

.trust-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}

.trust-sub {
  font-size: 0.73rem;
  color: rgba(255,255,255,0.45);
}

@media (max-width: 767.98px) {
  .trust-item { padding: 1.25rem 1rem; gap: 0.75rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .trust-item-last { border-bottom: none; }
  .trust-icon { width: 40px; height: 40px; font-size: 1.1rem; }
  .trust-number { font-size: 1.15rem; }
}

/* ── Service Cards ───────────────────────────────────────── */
.section-services { background: var(--white); }

.service-card {
  display: block;
  background: white;
  border-radius: var(--radius-card);
  padding: 2rem 1.5rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--dark);
  transition: var(--transition);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-light);
  color: var(--dark);
}

.service-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(27,77,110,0.1), rgba(44,125,160,0.08));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1.25rem;
  transition: var(--transition);
}

.service-card:hover .service-card-icon {
  background: var(--primary);
  color: white;
}

.service-card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--dark);
}

.service-card-text {
  font-size: 0.83rem;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.service-card-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  transition: var(--transition);
}

.service-card:hover .service-card-link { color: var(--accent); gap: 4px; }

@media (max-width: 575.98px) {
  .service-card { padding: 1.25rem 1rem; }
  .service-card-icon { width: 44px; height: 44px; font-size: 1.2rem; margin-bottom: 0.85rem; }
  .service-card-title { font-size: 0.88rem; }
  .service-card-text { display: none; }
}

/* ── About Short ─────────────────────────────────────────── */
.about-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.about-img-placeholder {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #e8f4f8;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img-placeholder svg { width: 100%; height: 100%; object-fit: cover; }

.about-badge-stat {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--accent);
  color: white;
  border-radius: 14px;
  padding: 0.85rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-md);
}

.about-badge-stat .stat-n { font-size: 1.6rem; font-weight: 800; line-height: 1; }
.about-badge-stat .stat-l { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.85; }

.about-text {
  font-size: 1rem;
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.about-spec-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: white;
  border-radius: 10px;
  border-left: 3px solid var(--accent);
}

.about-spec-item i {
  font-size: 1.1rem;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.about-spec-item strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--dark);
}

.about-spec-item span {
  font-size: 0.8rem;
  color: var(--gray);
}

@media (max-width: 575.98px) {
  .about-badge-stat { bottom: -12px; right: -8px; padding: 0.65rem 1rem; }
  .about-badge-stat .stat-n { font-size: 1.3rem; }
}

/* ── Tech Section ────────────────────────────────────────── */
.section-tech {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, var(--primary-light) 100%);
  position: relative;
  overflow: hidden;
}

.section-tech::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(196,154,60,0.08);
}

.text-white-70 { color: rgba(255,255,255,0.7) !important; }
.section-badge-light { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9); }

.tech-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-card);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--transition);
  height: 100%;
}

.tech-card:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-4px);
  border-color: rgba(196,154,60,0.4);
}

.tech-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(196,154,60,0.2);
  border: 1px solid rgba(196,154,60,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--accent);
  margin: 0 auto 1.25rem;
  transition: var(--transition);
}

.tech-card:hover .tech-icon { background: var(--accent); color: white; border-color: var(--accent); }

.tech-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}

.tech-text {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 575.98px) {
  .tech-card { padding: 1.25rem 1rem; }
  .tech-icon { width: 50px; height: 50px; font-size: 1.25rem; }
}

/* ── Footer ──────────────────────────────────────────────── */
.site-footer {
  background: var(--primary-dark);
  color: rgba(255, 255, 255, 0.85);
}

.footer-top {
  padding: 5rem 0 3rem;
}

.footer-logo {
  font-size: 1.3rem;
  font-weight: 800;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: var(--transition);
}

.footer-logo:hover { color: var(--accent); }
.footer-logo i { color: var(--accent); }

.footer-tagline {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  max-width: 280px;
}

.footer-contact-quick {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-contact-link {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  transition: var(--transition);
  text-decoration: none;
}

.footer-contact-link:hover { color: white; }
.footer-contact-link.wa-link:hover { color: var(--whatsapp); }

.footer-social {
  display: flex;
  gap: 0.6rem;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
  text-decoration: none;
}

.social-icon:hover { background: rgba(255,255,255,0.2); color: white; }
.social-icon.wa:hover { background: var(--whatsapp); color: white; }

.footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links li a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  align-items: center;
}

.footer-links li a:hover { color: white; padding-left: 4px; }
.footer-links li a i { color: var(--accent); font-size: 0.7rem; }

.footer-contact-list li { flex-direction: column; align-items: flex-start; }
.footer-contact-list .footer-branch { margin-bottom: 0.75rem; }
.footer-contact-list strong { color: rgba(255,255,255,0.9); font-size: 0.88rem; display: block; }
.footer-contact-list span { font-size: 0.82rem; color: rgba(255,255,255,0.55); }

.footer-bottom {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-copy {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
}

.footer-bottom-links a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: var(--transition);
}

.footer-bottom-links a:hover { color: white; }
.footer-bottom-links span { color: rgba(255,255,255,0.25); }


/* ── Hero ────────────────────────────────────────────────── */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0d2d42 0%, #1B4D6E 45%, #2C7DA0 100%);
  /* Gerçek görsel geldiğinde:
  background: url('/assets/img/hero-bg.jpg') center/cover no-repeat; */
  overflow: hidden;
}

/* Gerçek görsel varken overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 45, 66, 0.92) 0%,
    rgba(27, 77, 110, 0.75) 60%,
    rgba(44, 125, 160, 0.55) 100%
  );
  z-index: 1;
}

/* Dekoratif arka plan şekli */
.hero-section::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,154,60,0.12) 0%, transparent 70%);
  z-index: 1;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44,125,160,0.2) 0%, transparent 70%);
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding: 120px 0 80px;
  color: white;
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  background: rgba(196,154,60,0.15);
  border: 1px solid rgba(196,154,60,0.3);
  border-radius: 50px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.5rem;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: dotPulse 2s infinite;
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}

/* Başlık */
.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  color: white;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.hero-title br { display: block; }

/* Alt metin */
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 520px;
}

/* CTA butonları */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero-cta .btn-lg {
  padding: 0.85rem 2rem;
  font-size: 1rem;
}

/* İstatistikler */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.stat-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.2);
}

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: scrollBounce 2s infinite;
}

.scroll-mouse {
  width: 22px;
  height: 34px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

.scroll-wheel {
  width: 3px;
  height: 7px;
  background: rgba(255,255,255,0.7);
  border-radius: 2px;
  animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
  0%   { transform: translateY(0);   opacity: 1; }
  100% { transform: translateY(10px); opacity: 0; }
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(5px); }
}

/* Hero responsive */
@media (max-width: 991.98px) {
  .hero-content { padding: 110px 0 60px; text-align: center; }
  .hero-subtitle { margin-inline: auto; }
  .hero-cta { justify-content: center; }
  .hero-stats { justify-content: center; }
}

@media (max-width: 575.98px) {
  .hero-cta .btn-lg { width: 100%; justify-content: center; }
  .hero-stats { gap: 1rem; }
  .stat-number { font-size: 1.3rem; }
}

/* ── Section Utilities ───────────────────────────────────── */
.section-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  background: rgba(196, 154, 60, 0.1);
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray);
  max-width: 540px;
  margin-inline: auto;
  line-height: 1.7;
}

.section-light { background: var(--light); }
.section-primary { background: var(--primary); color: white; }
.section-dark { background: var(--dark); color: white; }

/* ── Cards ───────────────────────────────────────────────── */
.card-dental {
  border: none;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  overflow: hidden;
  background: white;
}

.card-dental:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

/* ── Spacing helpers ─────────────────────────────────────── */
.pt-navbar { padding-top: 90px; }

/* ── Scrollbar ───────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--light); }
::-webkit-scrollbar-thumb { background: var(--primary-light); border-radius: 3px; }

/* ── Selection ───────────────────────────────────────────── */
::selection { background: var(--primary); color: white; }
