/* ==========================================================================
   Upmedcare — Modern Medical Tourism Theme
   By - AjansNar - Ali Fuat Mercan - aFm
   URL - https://ajansnar.com - https://fuatmercan.com
   Bootstrap 5.3.3 tabanlı özel stil · Mobil & RTL uyumlu
   ========================================================================== */
:root {
  --brand:        #0b5c9c;   /* derin medikal mavi */
  --brand-600:    #0a5088;
  --brand-700:    #073d6b;
  --brand-2:      #10b3c4;   /* turkuaz aksan */
  --accent:       #e6b04a;   /* ince altın */
  --ink:          #0e2233;   /* koyu metin */
  --muted:        #5b6b7a;   /* soluk metin */
  --line:         #e7eef5;
  --bg-soft:      #f4f8fc;
  --white:        #ffffff;
  --wa:           #25d366;
  --radius:       18px;
  --radius-sm:    12px;
  --shadow-sm:    0 6px 20px rgba(11,92,156,.08);
  --shadow:       0 18px 45px rgba(11,92,156,.12);
  --shadow-lg:    0 30px 70px rgba(11,92,156,.18);
  --grad:         linear-gradient(120deg, var(--brand) 0%, var(--brand-2) 100%);
  --font-head:    'Manrope', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;
}

* { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, .navbar-brand { font-family: var(--font-head); font-weight: 800; letter-spacing: -.02em; }
a { text-decoration: none; }

.text-brand { color: var(--brand); }
.text-gradient {
  background: linear-gradient(90deg, var(--brand-2), var(--accent));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* ---------- Section helpers ---------- */
.section { padding: 96px 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--brand-700); background-image: radial-gradient(circle at 15% 20%, rgba(16,179,196,.25), transparent 45%), radial-gradient(circle at 85% 80%, rgba(11,92,156,.5), transparent 40%); }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--brand-2);
  background: rgba(16,179,196,.1); padding: 6px 14px; border-radius: 40px; margin-bottom: 16px;
}
.eyebrow-light { color: #bfe9ef; background: rgba(255,255,255,.1); }
.section-title { font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.15; margin-bottom: 18px; }
.section-text { color: var(--muted); font-size: 1.06rem; line-height: 1.75; }

/* ---------- Buttons ---------- */
.btn { font-family: var(--font-head); font-weight: 700; border-radius: 50px; padding: 12px 26px; transition: .25s ease; border: 0; }
.btn-lg { padding: 15px 34px; font-size: 1.02rem; }
.btn-brand { background: var(--grad); color: #fff; box-shadow: 0 10px 25px rgba(11,92,156,.28); }
.btn-brand:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 16px 34px rgba(11,92,156,.38); }
.btn-whatsapp { background: var(--wa); color: #fff; box-shadow: 0 10px 25px rgba(37,211,102,.3); }
.btn-whatsapp:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 16px 34px rgba(37,211,102,.4); }
.btn-nav { padding: 9px 20px; }

/* ---------- Topbar ---------- */
.topbar { background: var(--brand-700); color: rgba(255,255,255,.85); padding: 9px 0; font-size: .86rem; }
.topbar i { color: var(--brand-2); }
.badge-24 { background: rgba(16,179,196,.18); color: #d6f4f8; padding: 4px 12px; border-radius: 40px; font-weight: 600; font-size: .78rem; }
.topbar-social a { color: rgba(255,255,255,.7); font-size: .95rem; transition: .2s; }
.topbar-social a:hover { color: var(--brand-2); }
.lang-switch { cursor: pointer; font-weight: 700; color: #fff; }

/* ---------- Navbar ---------- */
.site-nav { background: rgba(255,255,255,.9); backdrop-filter: blur(12px); padding: 14px 0; box-shadow: 0 4px 24px rgba(14,34,51,.06); transition: .3s; }
.site-nav.scrolled { padding: 9px 0; box-shadow: 0 8px 30px rgba(14,34,51,.1); }
.navbar-brand { display: flex; align-items: center; gap: 10px; font-size: 1.5rem; color: var(--ink); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--grad); color: #fff; font-size: 1.2rem; box-shadow: 0 8px 18px rgba(11,92,156,.3); }
.brand-logo { height: 42px; width: auto; max-width: 220px; object-fit: contain; display: block; }
.brand-text { color: var(--ink); }
.brand-text span { color: var(--brand-2); }
.site-nav .nav-link { font-family: var(--font-head); font-weight: 600; color: var(--ink); margin: 0 4px; padding: 8px 14px !important; border-radius: 40px; transition: .2s; }
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--brand); background: rgba(11,92,156,.07); }
.navbar-toggler { border: 0; padding: 4px; }
.navbar-toggler:focus { box-shadow: none; }

/* Dil seçici (masaüstü + mobil) */
.lang-btn { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 700; color: var(--ink); background: rgba(11,92,156,.07); border-radius: 40px; padding: 9px 16px; font-size: .9rem; }
.lang-btn i { color: var(--brand-2); }
.lang-btn:hover, .lang-btn:focus, .lang-btn.show { background: rgba(11,92,156,.12); color: var(--brand); }
.lang-btn::after { margin-left: 2px; }
.lang-menu { border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 8px; min-width: 180px; }
.lang-menu .dropdown-item { border-radius: 10px; padding: 9px 12px; font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.lang-menu .dropdown-item .fi { font-size: 1.15rem; line-height: 1; }
.lang-menu .dropdown-item:hover { background: var(--bg-soft); color: var(--brand); }
.lang-menu .dropdown-item.active { background: var(--grad); color: #fff; }
@media (max-width: 991px) {
  .nav-actions { flex-direction: column; align-items: stretch !important; gap: 10px !important; margin-top: 14px; }
  .lang-dropdown { width: 100%; }
  .lang-btn { width: 100%; justify-content: center; }
  .nav-actions .btn-nav { width: 100%; justify-content: center; display: flex; align-items: center; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: 150px 0 170px; overflow: hidden; background: var(--brand-700); }
.hero-bg { position: absolute; inset: 0; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: .28; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(7,61,107,.96) 0%, rgba(11,92,156,.86) 45%, rgba(16,179,196,.55) 100%); }
.hero .container { color: #fff; }
.hero-eyebrow { display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); padding: 8px 18px; border-radius: 40px; font-weight: 600; font-size: .9rem; margin-bottom: 22px; }
.hero-eyebrow i { color: var(--accent); }
.hero-title { font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 1.1; margin-bottom: 22px; }
.hero-lead { font-size: 1.15rem; line-height: 1.7; color: rgba(255,255,255,.9); max-width: 560px; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero-trust { display: flex; align-items: center; gap: 14px; }
.trust-avatars { display: flex; }
.trust-avatars span { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; margin-inline-start: -12px; background: var(--grad); }
.trust-avatars span:first-child { margin-inline-start: 0; }
.trust-avatars span:nth-child(2){ background: linear-gradient(120deg,#e6b04a,#f0c96f); }
.trust-avatars span:nth-child(3){ background: linear-gradient(120deg,#10b3c4,#5ad1de); }
.trust-avatars span:nth-child(4){ background: linear-gradient(120deg,#073d6b,#0b5c9c); }
.stars { color: var(--accent); font-size: .85rem; letter-spacing: 2px; }
.hero-trust small { color: rgba(255,255,255,.85); }
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; }
.hero-wave svg { width: 100%; height: 90px; display: block; }
.hero-wave path { fill: #fff; }

/* ---------- Visual showcase ---------- */
.upmed-showcase {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 118px 0 92px;
  background: var(--brand-700);
}
.upmed-showcase-bg,
.upmed-showcase-overlay {
  position: absolute;
  inset: 0;
}
.upmed-showcase-bg {
  z-index: -3;
  background:
    radial-gradient(circle at 16% 20%, rgba(16,179,196,.3), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(230,176,74,.18), transparent 32%),
    linear-gradient(135deg, rgba(7,61,107,.78) 0%, rgba(11,92,156,.58) 52%, rgba(16,179,196,.38) 100%),
    var(--upmed-showcase-image, linear-gradient(135deg, #073d6b 0%, #0b5c9c 52%, #10b3c4 100%));
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto, auto, auto, cover;
}
.upmed-showcase-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7,61,107,.94) 0%, rgba(7,61,107,.78) 45%, rgba(7,61,107,.42) 100%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0));
}
.upmed-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 54px;
  align-items: center;
}
.upmed-showcase-copy {
  color: #fff;
  max-width: 690px;
}
.upmed-showcase-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 40px;
  background: rgba(255,255,255,.12);
  color: #d8f7fb;
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.upmed-showcase-title {
  margin: 24px 0 20px;
  font-size: clamp(2.15rem, 5vw, 4.15rem);
  line-height: 1.05;
  color: #fff;
}
.upmed-showcase-title br {
  display: block;
}
.upmed-showcase-lead {
  max-width: 640px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.84);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  font-weight: 500;
  line-height: 1.75;
}
.upmed-showcase-card {
  width: min(440px, 100%);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.13);
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
  backdrop-filter: blur(20px);
}
.upmed-showcase-card-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.6);
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.upmed-showcase-phone {
  display: inline-block;
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--font-head);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1.15;
}
.upmed-showcase-phone:hover {
  color: #fff;
}
.upmed-showcase-actions,
.upmed-showcase-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.upmed-showcase-call,
.upmed-showcase-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease;
}
.upmed-showcase-call {
  background: #fff;
  color: var(--brand);
  box-shadow: 0 0 0 0 rgba(255,255,255,.42);
  animation: upmedShowcasePulse 2.4s infinite;
}
.upmed-showcase-secondary {
  background: var(--wa);
  color: #fff;
}
.upmed-showcase-call:hover,
.upmed-showcase-secondary:hover {
  transform: translateY(-2px);
}
.upmed-showcase-call:hover {
  color: var(--brand);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}
.upmed-showcase-secondary:hover {
  color: #fff;
  box-shadow: 0 18px 34px rgba(37,211,102,.28);
}
.upmed-showcase-trust {
  margin-top: 22px;
}
.upmed-showcase-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.82);
  font-size: .84rem;
  font-weight: 700;
}
.upmed-showcase-trust i {
  color: var(--accent);
}
.upmed-showcase-media {
  position: relative;
  min-height: 510px;
}
.upmed-showcase-main,
.upmed-showcase-thumb {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  box-shadow: 0 30px 70px rgba(0,0,0,.24);
}
.upmed-showcase-main {
  inset: 0 0 64px 0;
  border-radius: 30px;
}
.upmed-showcase-thumb {
  right: -24px;
  bottom: 0;
  width: 46%;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
}
.upmed-showcase-main img,
.upmed-showcase-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 5.2s ease;
}
.upmed-showcase-main img.active,
.upmed-showcase-thumb img.active {
  opacity: 1;
  transform: scale(1);
}
@keyframes upmedShowcasePulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.36); }
  70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* ---------- Stats ---------- */
.stats-strip { margin-top: 15px; position: relative; z-index: 3; }
.stat { position: relative; background: #fff; border-radius: 22px; padding: 34px 18px 28px; box-shadow: var(--shadow); border: 1px solid var(--line); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; overflow: hidden; }
.stat::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 5px; background: var(--c, var(--grad)); opacity: .9; }
.stat::after { content: ''; position: absolute; top: -40px; inset-inline-end: -40px; width: 130px; height: 130px; border-radius: 50%; background: var(--c, var(--grad)); opacity: .06; transition: .35s; }
.stat:hover { transform: translateY(-10px); box-shadow: 0 30px 60px var(--glow, rgba(11,92,156,.22)); }
.stat:hover::after { transform: scale(1.6); opacity: .12; }
.stat-ic { width: 68px; height: 68px; margin: 0 auto 16px; border-radius: 20px; display: grid; place-items: center; font-size: 1.9rem; color: #fff; background: var(--c, var(--grad)); box-shadow: 0 12px 24px var(--glow, rgba(11,92,156,.3)); transition: transform .35s; }
.stat:hover .stat-ic { transform: translateY(-4px) rotate(-6deg); }
.stat-num { font-family: var(--font-head); font-weight: 800; font-size: 2.7rem; line-height: 1; background: var(--c, var(--grad)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { color: var(--ink); font-weight: 700; margin-top: 8px; font-size: .98rem; }
/* Her kart için ayrı renk kimliği */
.stat-c1 { --c: linear-gradient(135deg,#0b5c9c,#10b3c4); --glow: rgba(11,92,156,.28); }
.stat-c2 { --c: linear-gradient(135deg,#10b3c4,#3fd0c9); --glow: rgba(16,179,196,.30); }
.stat-c3 { --c: linear-gradient(135deg,#7a5cff,#a487ff); --glow: rgba(122,92,255,.28); }
.stat-c4 { --c: linear-gradient(135deg,#e6a13a,#f4c366); --glow: rgba(230,161,58,.30); }

/* ---------- About ---------- */
.about-visual { position: relative; }
.about-img { height: 460px; border-radius: 24px; background-position: center; background-repeat: no-repeat; background-size: cover; box-shadow: var(--shadow-lg); }
.about-badge { position: absolute; bottom: 26px; inset-inline-start: -20px; background: #fff; padding: 16px 20px; border-radius: 16px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px; }
.about-badge i { font-size: 2rem; color: var(--brand-2); }
.about-badge strong { display: block; font-family: var(--font-head); color: var(--ink); }
.about-badge span { font-size: .85rem; color: var(--muted); }
.feature-list { list-style: none; padding: 0; margin: 26px 0 30px; }
.feature-list li { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-weight: 500; color: var(--ink); }
.feature-list i { color: var(--brand-2); font-size: 1.2rem; }

/* ---------- Services ---------- */
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 26px; height: 100%; transition: .3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; inset-inline-start: 0; width: 100%; height: 4px; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 66px; height: 66px; border-radius: 16px; display: grid; place-items: center; font-size: 1.7rem; color: #fff; background: var(--grad); margin-bottom: 20px; box-shadow: 0 10px 22px rgba(11,92,156,.25); }
.service-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .96rem; line-height: 1.65; margin-bottom: 16px; }
.service-link { color: var(--brand); font-weight: 700; font-family: var(--font-head); font-size: .92rem; }
.service-link i { transition: .2s; }
.service-card:hover .service-link i { transform: translateX(4px); }

/* ---------- Treatments ---------- */
.treat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 26px 16px; text-align: center; height: 100%; transition: .3s; cursor: pointer; }
.treat-card i { font-size: 2rem; color: var(--brand-2); display: block; margin-bottom: 12px; transition: .3s; }
.treat-card span { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: .98rem; }
.treat-card:hover { background: var(--grad); border-color: transparent; transform: translateY(-6px); box-shadow: var(--shadow); }
.treat-card:hover i, .treat-card:hover span { color: #fff; }

/* ---------- Process ---------- */
.step-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 34px 24px; height: 100%; color: #fff; position: relative; transition: .3s; }
.step-card:hover { background: rgba(255,255,255,.1); transform: translateY(-6px); }
.step-num { font-family: var(--font-head); font-weight: 800; font-size: 2.6rem; color: rgba(255,255,255,.14); position: absolute; top: 16px; inset-inline-end: 22px; }
.step-card i { font-size: 2.2rem; color: var(--brand-2); margin-bottom: 16px; display: block; }
.step-card h4 { font-size: 1.15rem; margin-bottom: 10px; }
.step-card p { color: rgba(255,255,255,.75); font-size: .94rem; line-height: 1.6; margin: 0; }

/* ---------- Why us ---------- */
.why-img { height: 480px; border-radius: 24px; background-position: center; background-repeat: no-repeat; background-size: cover; box-shadow: var(--shadow-lg); }
.why-item { display: flex; gap: 18px; margin-top: 26px; }
.why-ic { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; font-size: 1.4rem; color: var(--brand); background: rgba(16,179,196,.12); }
.why-item h4 { font-size: 1.12rem; margin-bottom: 6px; }
.why-item p { color: var(--muted); margin: 0; font-size: .96rem; line-height: 1.6; }

/* ---------- Testimonials ---------- */
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; height: 100%; box-shadow: var(--shadow-sm); transition: .3s; }
.review-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.review-card p { color: var(--ink); line-height: 1.7; font-size: 1rem; margin-bottom: 22px; }
.review-user { display: flex; align-items: center; gap: 12px; }
.review-ava { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--grad); color: #fff; font-family: var(--font-head); font-weight: 700; }
.review-user strong { display: block; font-family: var(--font-head); }
.review-user small { color: var(--muted); }

/* ---------- Contact ---------- */
.contact-wrap { background: #fff; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.contact-info { background: var(--brand-700); background-image: radial-gradient(circle at 80% 10%, rgba(16,179,196,.35), transparent 45%); color: #fff; padding: 48px 40px; height: 100%; }
.contact-info h2 { font-size: 1.7rem; margin-bottom: 12px; }
.contact-info > p { color: rgba(255,255,255,.82); margin-bottom: 30px; }
.contact-list { list-style: none; padding: 0; margin: 0 0 28px; }
.contact-list li { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-list i { font-size: 1.15rem; color: var(--brand-2); margin-top: 3px; }
.contact-list small { display: block; color: rgba(255,255,255,.6); font-size: .8rem; }
.contact-list span { font-weight: 600; }
.contact-form { padding: 48px 40px; }
.contact-form .form-label { font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--ink); margin-bottom: 6px; }
.contact-form .form-control, .contact-form .form-select { border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 16px; font-size: .95rem; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--brand-2); box-shadow: 0 0 0 4px rgba(16,179,196,.12); }

/* ---------- Footer ---------- */
.site-footer { background: #0a1a28; color: rgba(255,255,255,.72); padding-top: 20px; }
.footer-brand { font-size: 1.5rem; margin-bottom: 16px; }
.site-footer .brand-text, .site-footer .brand-text span { color: #fff; }
.site-footer .brand-text span { color: var(--brand-2); }
.footer-about { color: rgba(255,255,255,.6); line-height: 1.7; font-size: .95rem; max-width: 320px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; transition: .25s; }
.footer-social a:hover { background: var(--grad); transform: translateY(-3px); }
.site-footer h5 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 11px; }
.site-footer ul a { color: rgba(255,255,255,.65); transition: .2s; }
.site-footer ul a:hover { color: var(--brand-2); padding-inline-start: 4px; }
.footer-contact li { color: rgba(255,255,255,.65); margin-bottom: 11px; }
.footer-contact i { color: var(--brand-2); margin-inline-end: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .88rem; color: rgba(255,255,255,.55); }
.footer-love i { color: #ff5b7f; }
.footer-love a { color: inherit; text-decoration: none; }
.footer-love a:hover { color: #fff; text-decoration: underline; }

/* ---------- Page banner (iç sayfa başlığı) ---------- */
.page-banner { position: relative; padding: 90px 0 64px; overflow: hidden; background: var(--brand-700); }
.page-banner-bg { position: absolute; inset: 0; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: .25; }
.page-banner-overlay { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(7,61,107,.95) 0%, rgba(11,92,156,.85) 50%, rgba(16,179,196,.6) 100%); }
.page-banner .container { color: #fff; }
.page-banner h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 12px; }
.page-banner .breadcrumb { margin: 0; }
.page-banner .breadcrumb-item, .page-banner .breadcrumb-item a { color: rgba(255,255,255,.8); font-family: var(--font-head); font-weight: 600; font-size: .95rem; text-decoration: none; }
.page-banner .breadcrumb-item a:hover { color: #fff; }
.page-banner .breadcrumb-item.active { color: var(--brand-2); }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

/* ---------- Mission & Vision ---------- */
.mv-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 34px; height: 100%; box-shadow: var(--shadow-sm); transition: .3s; }
.mv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.mv-ic { width: 66px; height: 66px; border-radius: 16px; display: grid; place-items: center; font-size: 1.7rem; color: #fff; background: var(--grad); margin-bottom: 20px; box-shadow: 0 10px 22px rgba(11,92,156,.25); }
.mv-card h3 { font-size: 1.4rem; margin-bottom: 12px; }
.mv-card p { color: var(--muted); line-height: 1.75; margin: 0; }

/* ---------- Values ---------- */
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 24px; text-align: center; height: 100%; transition: .3s; }
.value-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.value-ic { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-size: 1.6rem; color: var(--brand); background: rgba(16,179,196,.12); margin: 0 auto 18px; transition: .3s; }
.value-card:hover .value-ic { background: var(--grad); color: #fff; }
.value-card h4 { font-size: 1.15rem; margin-bottom: 10px; }
.value-card p { color: var(--muted); font-size: .94rem; line-height: 1.6; margin: 0; }

/* ---------- Stats (koyu zemin) ---------- */
.stat-dark i { font-size: 2rem; color: var(--brand-2); margin-bottom: 10px; display: block; }
.stat-label-light { color: rgba(255,255,255,.75); font-weight: 600; margin-top: 6px; font-size: .95rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--grad); border-radius: 26px; padding: 46px 44px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; top: -60px; inset-inline-end: -40px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.1); }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.cta-inner h2 { color: #fff; font-size: 1.7rem; margin-bottom: 6px; }
.cta-inner p { color: rgba(255,255,255,.85); margin: 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-actions .btn-light { color: var(--brand); font-weight: 700; }

/* ---------- FAQ / Akordeon ---------- */
.faq-accordion .accordion-item { border: 1px solid var(--line); border-radius: var(--radius-sm) !important; margin-bottom: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-accordion .accordion-header { margin: 0; }
.faq-accordion .accordion-button { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--ink); padding: 20px 22px; background: #fff; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--brand); background: rgba(11,92,156,.05); box-shadow: none; }
.faq-accordion .accordion-button:focus { box-shadow: none; border: 0; }
.faq-accordion .accordion-button::after { width: 1.1rem; height: 1.1rem; background-size: 1.1rem; }
.faq-accordion .accordion-body { color: var(--muted); line-height: 1.75; padding: 4px 22px 22px; }

.faq-help { margin-top: 48px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.faq-help h3 { font-size: 1.35rem; margin-bottom: 6px; }
.faq-help p { color: var(--muted); margin: 0; }
.faq-help-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-outline-brand { border: 2px solid var(--brand); color: var(--brand); background: transparent; }
.btn-outline-brand:hover { background: var(--brand); color: #fff; transform: translateY(-3px); }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; bottom: 26px; inset-inline-end: 26px; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; font-size: 1.7rem; box-shadow: 0 12px 28px rgba(37,211,102,.45); z-index: 999; animation: wa-pulse 2.4s infinite; }
.wa-float:hover { color: #fff; transform: scale(1.08); }
@keyframes wa-pulse { 0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow: 0 0 0 18px rgba(37,211,102,0);} 100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .section { padding: 64px 0; }
  .hero { padding: 90px 0 120px; text-align: center; }
  .upmed-showcase { padding: 86px 0 64px; }
  .upmed-showcase-grid { grid-template-columns: 1fr; gap: 34px; }
  .upmed-showcase-copy { max-width: none; text-align: center; }
  .upmed-showcase-lead,
  .upmed-showcase-card { margin-inline: auto; }
  .upmed-showcase-actions,
  .upmed-showcase-trust { justify-content: center; }
  .upmed-showcase-media { min-height: 420px; }
  .upmed-showcase-thumb { right: 16px; width: 38%; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .site-nav .navbar-collapse { background: #fff; margin-top: 12px; padding: 16px; border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav .nav-link { margin: 2px 0; }
  .btn-nav { margin-top: 10px; }
  .about-badge { inset-inline-start: 16px; }
  .contact-info { padding: 38px 28px; }
  .contact-form { padding: 32px 24px; }
}
@media (max-width: 575px) {
  .upmed-showcase { padding: 70px 0 52px; }
  .upmed-showcase-card { padding: 18px; border-radius: 18px; }
  .upmed-showcase-call,
  .upmed-showcase-secondary { width: 100%; }
  .upmed-showcase-media { min-height: 330px; }
  .upmed-showcase-main { inset: 0 0 46px 0; border-radius: 22px; }
  .upmed-showcase-thumb { bottom: 8px; right: 10px; width: 44%; border-radius: 16px; }
  .stat { padding: 22px 12px; }
  .stat-num { font-size: 1.9rem; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* ---------- RTL desteği için hazır (Arapça eklendiğinde) ----------
   Logical property'ler (margin-inline, inset-inline) kullanıldığı için
   <html dir="rtl"> + bootstrap.rtl.css yüklendiğinde site otomatik döner. */
[dir="rtl"] .service-card::before { transform-origin: right; }
[dir="rtl"] .why-item .service-link i,
[dir="rtl"] .service-card:hover .service-link i { transform: translateX(-4px); }
