/* ========================================
   DOC Ağız ve Diş Sağlığı – Homepage styles
   Stiller yalnızca bu dosyada; index.html içine inline CSS yazılmaz.
   ======================================== */

:root {
  --navy: #0e3166;
  --navy-deep: #031521;
  --navy-mid: #094f89;
  --navy-soft: #27556c;
  --orange: #ff730f;
  --orange-soft: #e67952;
  --copper: #c4845a;
  --copper-deep: #a86b42;
  --copper-soft: #e8c4a8;
  --text: #1a2332;
  --text-muted: #5d7486;
  --border: #e8eef2;
  --bg-soft: #f7fafc;
  --white: #ffffff;
  --shadow-sm: 0 4px 18px rgba(7, 27, 44, 0.08);
  --shadow-md: 0 10px 40px rgba(7, 27, 44, 0.12);
  --radius: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --font-body: "Outfit", "Manrope", sans-serif;
  --font-display: "Outfit", sans-serif;
  --font-hero: "Ovo", serif;
  --heading: #070807;
  --header-h: 88px;
  --container: 1280px;
  --slider-gap: 1.25rem;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a[aria-disabled="true"] {
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading);
  margin: 0 0 0.75rem;
}

p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

.container-sore {
  width: min(100% - 3rem, var(--container));
  margin-inline: auto;
}

/* ---------- Buttons ---------- */
.btn-sore {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 12px;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.btn-sore:hover {
  transform: translateY(-1px);
}

.btn-sore-primary {
  background: var(--navy);
  color: var(--white);
}

.btn-sore-primary:hover {
  background: var(--navy-mid);
  color: var(--white);
}

.btn-sore-white {
  background: var(--white);
  color: var(--navy);
}

.btn-sore-copper {
  background: var(--copper);
  color: var(--white);
  border-color: var(--copper);
}

.btn-sore-copper:hover {
  background: var(--copper-deep);
  color: var(--white);
}

.btn-sore-dark {
  background: #1a1a1a;
  color: var(--white);
}

.btn-sore-dark:hover {
  background: #333;
  color: var(--white);
}

.btn-sore-whatsapp {
  background: #25d366;
  color: var(--white);
}

.btn-sore-whatsapp:hover {
  background: #1ebe57;
  color: var(--white);
}

.btn-sore-sm {
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
  width: fit-content;
}

.btn-sore-white:hover {
  background: var(--bg-soft);
  color: var(--navy);
}

.btn-sore-outline {
  background: transparent;
  border-color: rgba(14, 49, 102, 0.25);
  color: var(--navy);
}

.btn-sore-outline:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.btn-sore-ghost {
  background: transparent;
  color: var(--white);
  border-color: transparent;
  padding-left: 0.25rem;
}

.btn-sore-ghost:hover {
  color: rgba(255, 255, 255, 0.85);
}

.btn-sore-outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
  justify-content: center;
}

.btn-sore-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.btn-arrow-sq {
  border-radius: 8px;
  width: 26px;
  height: 26px;
}

.btn-consult {
  border: 1px solid rgba(14, 49, 102, 0.2);
  background: var(--white);
  color: var(--navy);
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-consult:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.btn-consult-hero {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.btn-consult-hero:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.btn-consult-copper {
  background: var(--copper);
  border-color: var(--copper);
  color: var(--white);
  border-radius: 10px;
  min-width: 170px;
  height: 50px;
  padding: 0 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.btn-consult-copper:hover {
  background: var(--copper-deep);
  border-color: var(--copper-deep);
  color: var(--white);
}

.lang-switch--header {
  display: flex;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.lang-switch--header a {
  color: rgba(255, 255, 255, 0.75);
  padding: 0.2rem 0.35rem;
}

.lang-switch--header a.is-active,
.lang-switch--header a:hover {
  color: var(--white);
}

.site-header.is-sticky .lang-switch--header a {
  color: var(--text-muted);
}

.site-header.is-sticky .lang-switch--header a.is-active,
.site-header.is-sticky .lang-switch--header a:hover {
  color: var(--navy);
}

/* ---------- Section helpers ---------- */
.section {
  padding: 2.75rem 0 2.25rem;
}

.section-soft {
  background: var(--bg-soft);
}

#tedaviler .container-sore,
#yorumlar .container-sore,
#neden-doc .container-sore,
#sonuclar .container-sore,
#randevu .container-sore,
#ekip .container-sore,
#icerikler .container-sore,
#sss .container-sore {
  width: calc(100% - 2 * clamp(1.25rem, 4.2vw, 5rem));
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.section-head__text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}

.section-head__text + .btn-sore {
  flex: 0 0 auto;
  align-self: flex-end;
}

.section-head h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  margin-bottom: 0.65rem;
  color: var(--heading);
  white-space: normal;
  line-height: 1.2;
}

.section-head p {
  margin-bottom: 0;
  font-size: 1rem;
  max-width: 54ch;
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--navy-mid);
  font-weight: 600;
  font-size: 0.92rem;
}

.link-more:hover {
  color: var(--orange);
}

.link-external::after {
  content: "↗";
  font-size: 0.8em;
}

/* ---------- Top bar ---------- */
.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0.85rem 0 0;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(3, 21, 33, 0.55);
  backdrop-filter: blur(8px);
  color: var(--white);
  border-radius: 10px;
  padding: 0.4rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 500;
}

.rating-badge strong {
  font-weight: 700;
}

.rating-badge .stars {
  color: #fbbc05;
  letter-spacing: -1px;
  font-size: 0.7rem;
}

.trustpilot-star {
  color: #00b67a;
  font-size: 0.95rem;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
}

.btn-search {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(3, 21, 33, 0.45);
  color: var(--white);
  border: 0;
  border-radius: var(--radius-pill);
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 500;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 1.35rem 0 0.5rem;
  transition: all 0.3s ease;
}

.site-header .container-sore {
  width: calc(100% - 2 * clamp(1.25rem, 4.2vw, 5rem));
  max-width: none;
}

.site-header.is-sticky {
  position: fixed;
  top: 0;
  background: transparent;
  padding: 0.85rem 0;
}

.site-header.is-sticky .nav-shell {
  background: var(--white);
  box-shadow: var(--shadow-md);
  padding: 0.45rem 0.75rem 0.45rem 1rem;
  border-radius: 14px;
}

.site-header.is-sticky .nav-menu {
  background: transparent;
}

.site-header.is-sticky .nav-menu a {
  color: var(--navy);
}

.site-header.is-sticky .nav-menu > li > a:hover {
  color: var(--navy-mid);
  background: transparent;
}

.site-header.is-sticky .brand-logo-white {
  display: none;
}

.site-header.is-sticky .btn-consult-hero {
  background: var(--white);
  border-color: rgba(14, 49, 102, 0.2);
  color: var(--navy);
}

.site-header.is-sticky .btn-consult-copper {
  background: var(--copper);
  border-color: var(--copper);
  color: var(--white);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0;
  border-radius: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.brand img {
  height: 65px;
  width: auto;
}

.brand-logo-dark {
  display: none;
}

.site-header.is-sticky .brand-logo-dark {
  display: block;
  background: #0a0a0a;
  border-radius: 6px;
  padding: 0.2rem 0.45rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.temos-badge {
  height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  padding: 0;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.4rem 0.55rem;
  border-radius: 0;
  white-space: nowrap;
  background: transparent;
}

.nav-menu > li > a:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
}

.nav-menu .chevron {
  font-size: 0.65rem;
  opacity: 0.75;
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  min-width: 260px;
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 0.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 60;
}

.nav-menu > li:hover > .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-panel a {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 600;
}

.dropdown-panel a span {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-top: 0.15rem;
}

.dropdown-panel a:hover {
  background: var(--bg-soft);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  font-size: 1.25rem;
}

.site-header.is-sticky .nav-toggle {
  background: var(--bg-soft);
  color: var(--navy);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  /* Görsel oranı (klinik-slider.jpg ≈ 1807×870): 100vh zorlaması cover crop/zoom üretmesin */
  min-height: 640px;
  height: auto;
  max-height: none;
  aspect-ratio: 1807 / 870;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--white);
  padding: 0 0 2.5rem;
  overflow: visible;
  background: #031521;
  z-index: 1;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero__slide img,
.hero__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      96deg,
      rgba(6, 22, 48, 0.86) 0%,
      rgba(6, 22, 48, 0.58) 28%,
      rgba(6, 22, 48, 0.22) 52%,
      rgba(6, 22, 48, 0.06) 64%,
      rgba(6, 22, 48, 0) 78%
    ),
    linear-gradient(
      180deg,
      rgba(3, 21, 33, 0.18) 0%,
      rgba(3, 21, 33, 0.04) 40%,
      rgba(3, 21, 33, 0.22) 100%
    );
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 3;
  width: calc(100% - 2 * clamp(1.25rem, 4.2vw, 5rem));
  max-width: none;
  margin-inline: auto;
  padding-top: clamp(6.5rem, 17vw, 14rem);
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  min-height: 0;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40rem;
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: auto;
}

.hero__eyebrow {
  display: inline-block;
  color: var(--copper);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.15rem, 3.5vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: #ffffff;
  max-width: none;
  margin: 0 0 1.15rem;
}

.hero__word {
  display: inline;
  margin-inline-end: 0.22em;
  color: #f4ece2;
}

.hero__word:last-child {
  margin-inline-end: 0;
}

.hero__lead {
  margin: 0 0 1.65rem;
  max-width: 38ch;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.7rem;
}

.hero__btn-primary {
  border-radius: 10px;
  min-width: 170px;
  height: 50px;
  padding: 0 1.35rem;
  gap: 0.55rem;
  justify-content: center;
}

.hero__btn-primary i {
  font-size: 1rem;
  line-height: 1;
}

.hero__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero__link:hover {
  color: var(--copper-soft);
  border-bottom-color: var(--copper-soft);
}

.hero__link i {
  font-size: 0.9rem;
}

.feature-bar {
  background: var(--white);
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(7, 27, 44, 0.1);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  position: relative;
  z-index: 5;
  width: min(100%, 1320px);
  max-width: 1320px;
  margin: 0 auto -2.5rem;
  align-self: center;
}

.feature-bar__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  padding: 1.15rem 1rem;
  border-right: 1px solid #e5eaf0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  text-align: left;
}

.feature-bar__item:last-child {
  border-right: 0;
}

.feature-bar__icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-bar__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

#sanal-gezinti {
  padding-top: 3.5rem;
}

/* ---------- Cards / sliders ---------- */
.slider-wrap {
  position: relative;
  padding: 0 2.5rem;
  overflow: hidden;
}

.card-track {
  display: flex;
  gap: var(--slider-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0.25rem 0 0.75rem;
}

.card-track::-webkit-scrollbar {
  display: none;
}

.treat-card,
.result-card,
.article-card {
  flex: 0 0 calc((100% - (2 * var(--slider-gap))) / 3);
  min-width: 0;
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.treat-card:hover,
.result-card:hover,
.article-card:hover {
  box-shadow: var(--shadow-sm);
}

.treat-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.treat-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treat-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.treat-card__label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.treat-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
  color: var(--heading);
}

.treat-card p {
  font-size: 0.92rem;
  margin-bottom: 0.9rem;
}

.slider-nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.96);
  color: #6b7c8a;
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.slider-nav--prev {
  left: 0.35rem;
}

.slider-nav--next {
  right: 0.35rem;
}

.slider-nav:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.slider-nav:disabled {
  opacity: 0.35;
  pointer-events: none;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
}

.slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #c9d5de;
  padding: 0;
}

.slider-dots button.is-active {
  background: var(--navy);
  width: 22px;
  border-radius: 6px;
}

/* ---------- Results ---------- */
.result-card {
  display: grid;
  gap: 0.85rem;
  background: transparent;
  border: 0;
  overflow: visible;
  padding: 0;
}

.result-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.result-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.result-card__bekijk {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--navy);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
}

.result-card__details {
  display: grid;
  gap: 0.85rem;
  padding: 1rem 1.1rem 1.15rem;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.result-card__title-row {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 0.75rem;
  align-items: center;
}

.result-card__title-row h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  color: var(--heading);
  font-weight: 600;
}

.result-card__technique {
  justify-self: end;
  text-align: right;
  font-size: 0.72rem;
  font-weight: 600;
  color: #111;
  line-height: 1.25;
}

.result-card__divider {
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.result-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.result-meta-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5c7890;
  margin-bottom: 0.2rem;
  font-weight: 600;
}

.result-meta-value {
  color: var(--navy-mid);
  font-weight: 700;
  font-size: 0.92rem;
}

/* ---------- 360° Tour discover ---------- */
.tour-discover {
  width: calc(100% - 2 * clamp(1.25rem, 4.2vw, 5rem));
  margin-inline: auto;
}

.tour-discover__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 1.75rem 4rem;
  align-items: center;
}

.tour-discover__intro {
  grid-column: 2;
  grid-row: 1;
}

.tour-discover__media {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-width: 0;
}

.tour-discover__aside {
  grid-column: 2;
  grid-row: 2;
}

.tour-discover__eyebrow {
  display: inline-block;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.tour-discover__intro h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  color: var(--heading);
  margin-bottom: 0.9rem;
  line-height: 1.15;
}

.tour-discover__intro p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.tour-discover__points {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.tour-discover__points li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 600;
}

.tour-discover__points i {
  color: var(--copper);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.tour-discover__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.tour-panel__frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow-md);
  aspect-ratio: 16 / 10;
  min-height: 520px;
}

.tour-panel__cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tour-panel__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 2;
  background: transparent;
}

.tour-hint {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 3;
  margin: 0;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 2rem);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(3, 21, 33, 0.72);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.3;
}

/* ---------- Clinics 2-up ---------- */
.clinics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.clinics-grid .result-card {
  width: 100%;
  flex: none;
}

/* ---------- Clinics (Kliniklerimiz) - premium minimal scope ---------- */
#klinikler .container-sore {
  width: calc(100% - 2 * clamp(1.25rem, 4.2vw, 5rem));
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
  padding: 3rem 2.25rem;
}

#klinikler .section-head {
  margin-bottom: 1.85rem;
}

#klinikler .clinics-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.55rem;
}

#klinikler .clinics-grid {
  gap: 1.5rem;
}

#klinikler .result-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  padding: 0;
  gap: 0;
}

#klinikler .result-card__media {
  border: 0;
  border-radius: 0;
  background: transparent;
  aspect-ratio: 16 / 10;
}

#klinikler .result-card__media img {
  object-position: center 34%;
  transition: none;
}

#klinikler .result-card--ovacik .result-card__media img {
  object-position: center 44%;
}

#klinikler .result-card__details {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 1.15rem 1.4rem 0.85rem;
  gap: 0.7rem;
}

#klinikler .result-card__title-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: baseline;
}

#klinikler .result-card__title-row h3 {
  font-size: 1.1rem;
  margin: 0;
}

#klinikler .result-card__technique {
  justify-self: end;
  text-align: right;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.3;
}

#klinikler .result-card__divider {
  display: none;
}

#klinikler .result-card__stats {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem 1rem;
}

#klinikler .result-meta-label {
  margin-bottom: 0.15rem;
}

#klinikler .result-meta-value {
  font-size: 0.88rem;
}

#klinikler .clinic-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  padding: 0 1.4rem 1.15rem;
}

#klinikler .clinic-actions .btn-sore {
  width: 100%;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  font-size: 0.88rem;
}

#klinikler .result-card--ovacik .clinic-actions {
  grid-template-columns: 1fr;
}

@media (max-width: 900px) {
  #klinikler .container-sore {
    padding: 2.25rem 1.25rem;
  }

  #klinikler .result-card__title-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  #klinikler .result-card__technique {
    justify-self: start;
    text-align: left;
  }

  #klinikler .result-card__stats {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  #klinikler .clinic-actions {
    grid-template-columns: 1fr;
    padding: 0 1.15rem 1.15rem;
  }

  #klinikler .result-card__details {
    padding: 1.05rem 1.15rem 0.85rem;
  }
}

@media (max-width: 640px) {
  #klinikler .container-sore {
    padding: 2rem 1rem;
    border-radius: 22px;
  }
}

/* ---------- Referans bannerları ---------- */
.reviews-banners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.reviews-banner {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  background: var(--white);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.reviews-banner:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.reviews-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- Tour panel legacy helpers (kept for frame) ---------- */

/* ---------- Why ---------- */
.why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

.why-grid__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
}

.why-grid__media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.why-grid h2 {
  color: var(--heading);
}

.why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.why-feature {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem;
  background: var(--white);
}

.why-feature__icon {
  width: 36px;
  height: 36px;
  border: 1px solid #c5d8e6;
  border-radius: 8px;
  color: var(--navy-mid);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1rem;
  flex-shrink: 0;
}

.why-feature__text {
  min-width: 0;
}

.why-feature h3 {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
  color: var(--heading);
}

.why-feature p {
  font-size: 0.85rem;
  margin: 0;
}

.why-note {
  font-size: 0.95rem;
}

.why-note a {
  color: var(--navy-mid);
  font-weight: 700;
}

/* ---------- Sonuçlar / before-after ---------- */
#sonuclar .results-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.55rem;
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.results-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.ba-compare {
  --compare-position: 50%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef2f5;
}

.ba-compare__layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-compare__layer--after {
  background: repeating-linear-gradient(
    -45deg,
    #e8eef2,
    #e8eef2 10px,
    #f4f7f9 10px,
    #f4f7f9 20px
  );
}

.ba-compare__layer--before {
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
  background: repeating-linear-gradient(
    45deg,
    #dce4ea,
    #dce4ea 10px,
    #e7eef3 10px,
    #e7eef3 20px
  );
}

.ba-compare__layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-compare__ph {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #7a8b99;
  border: 1px dashed #b7c4ce;
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  background: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.ba-compare__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  width: 2px;
  background: var(--white);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(7, 27, 44, 0.08);
}

.ba-compare__divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transform: translate(-50%, -50%);
}

.ba-compare__range {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  appearance: none;
  background: transparent;
}

.results-card__labels {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1.15rem 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ---------- Randevu / ön görüşme ---------- */
.booking-panel {
  position: relative;
  overflow: hidden;
  background-color: var(--navy);
  background-image: url("../assets/doc-hakkimizda.png");
  background-size: cover;
  background-position: 58% 32%;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-shadow: var(--shadow-sm);
  padding: 2.75rem 2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 2.25rem;
  align-items: center;
}

.booking-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    95deg,
    rgba(8, 28, 58, 0.92) 0%,
    rgba(14, 49, 102, 0.82) 36%,
    rgba(14, 49, 102, 0.48) 68%,
    rgba(14, 49, 102, 0.28) 100%
  );
  pointer-events: none;
}

.booking-panel::after {
  content: none;
}

.booking-copy {
  position: relative;
  z-index: 1;
  color: var(--white);
  padding: 0.35rem 0.5rem 0 0;
}

.booking-copy__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper-soft);
  margin-bottom: 0.85rem;
}

.booking-copy__eyebrow::after {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--copper);
}

.booking-copy h2 {
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 3.15rem);
  line-height: 1.12;
  max-width: 13ch;
  margin-bottom: 0.9rem;
}

.booking-copy > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 38ch;
  margin-bottom: 0;
}

.booking-benefits {
  display: grid;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.booking-benefits li {
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.booking-benefits li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.booking-benefits__icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: 1px solid rgba(232, 196, 168, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--copper-soft);
  font-size: 0.92rem;
  margin-top: 0.15rem;
}

.booking-benefits__num {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--copper-soft);
  margin-bottom: 0.2rem;
}

.booking-benefits strong {
  display: block;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.booking-benefits p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.45;
}

.booking-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.booking-trust i {
  color: var(--copper-soft);
  margin-right: 0.3rem;
}

.booking-form {
  position: relative;
  z-index: 1;
  background: #fbfaf7;
  border: 1px solid rgba(232, 196, 168, 0.35);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(3, 21, 33, 0.22);
  padding: 1.65rem 1.55rem 1.4rem;
  display: grid;
  gap: 1.15rem;
  transform: translateY(-6px);
}

.booking-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.55rem;
  width: 40px;
  height: 2px;
  background: var(--copper);
  border-radius: 2px;
}

.booking-form__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.35rem;
}

.booking-form__head h3 {
  font-size: 1.05rem;
  margin: 0 0 0.3rem;
  color: var(--heading);
}

.booking-form__head p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.booking-form__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--copper);
  padding-top: 0.2rem;
}

.booking-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.booking-field {
  display: grid;
  gap: 0.4rem;
}

.booking-field label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--heading);
}

.booking-req {
  color: var(--copper);
}

.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid #eadfd4;
  border-radius: 13px;
  background: #f4f1ec;
  padding: 0.7rem 0.95rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text);
}

.booking-field__control {
  position: relative;
}

.booking-field__control i {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa6b0;
  font-size: 0.95rem;
  pointer-events: none;
}

.booking-field__control input,
.booking-field__control textarea {
  padding-left: 2.45rem;
}

.booking-field__control--area i {
  top: 1.05rem;
  transform: none;
}

.booking-field textarea {
  min-height: 132px;
  resize: vertical;
}

.booking-field input::placeholder,
.booking-field textarea::placeholder {
  color: #9aa6b0;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
  outline: 2px solid rgba(196, 132, 90, 0.35);
  outline-offset: 1px;
  border-color: var(--copper);
  background: #fff;
}

.booking-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.booking-check input {
  width: 16px;
  height: 16px;
  margin-top: 0.15rem;
  flex-shrink: 0;
  accent-color: var(--navy);
  border-radius: 4px;
}

.booking-check a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
}

.booking-form__submit {
  width: 100%;
  justify-content: space-between;
  min-height: 56px;
  border-radius: 13px;
  padding: 0.7rem 0.85rem 0.7rem 1.2rem;
  box-shadow: 0 6px 16px rgba(168, 107, 66, 0.22);
}

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.team-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
}

.team-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.team-card__body {
  padding: 1rem 1.1rem 1.2rem;
}

.team-card h3 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.team-card p {
  font-size: 0.82rem;
  margin: 0;
}

/* ---------- Articles / Blog ---------- */
.blog-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.55rem;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.articles-grid .article-card {
  flex: none;
  width: 100%;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease;
}

.blog-card:hover {
  box-shadow: var(--shadow-md);
}

.article-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.article-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card__img--temos {
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #f4f8f5, #e8f2ec);
  padding: 1.5rem;
}

.article-card__img--temos img {
  width: auto;
  max-height: 140px;
  object-fit: contain;
}

.article-card__body {
  padding: 1.15rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-meta {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 0.55rem;
}

.article-cat {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.45rem;
}

.article-card h3 {
  font-size: 1.05rem;
  margin: 0 0 0.55rem;
  color: var(--heading);
  line-height: 1.35;
}

.blog-card__excerpt {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
}

/* ---------- FAQ ---------- */
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: start;
  width: 100%;
  max-width: none;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
  padding: 0.95rem 1.1rem;
  font-weight: 700;
  color: var(--heading);
  font-size: 0.95rem;
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e8f1f8;
  color: var(--navy-mid);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
}

.faq-item[open] summary {
  color: var(--heading);
}

.faq-item[open] .faq-toggle::before {
  content: "−";
}

.faq-toggle::before {
  content: "+";
}

.faq-item p {
  padding: 0 1.1rem 1rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.78);
  padding: 4rem 0 1.75rem;
  margin-top: 1rem;
  border-radius: 28px 28px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1.15fr 1fr 1.1fr;
  gap: 2.5rem 2rem;
  margin-bottom: 3rem;
}

.site-footer h4 {
  color: var(--orange);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1.1rem;
  font-weight: 700;
}

.footer-brand h4 {
  margin-top: 1.25rem;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-brand img {
  height: 44px;
  margin-bottom: 0.35rem;
  background: #0a0a0a;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
}

.footer-links {
  display: grid;
  gap: 0.65rem;
}

.footer-links a {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}

.footer-contact__block {
  margin-bottom: 1.35rem;
}

.footer-contact strong {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--white);
  margin-bottom: 0.4rem;
  font-size: 0.92rem;
}

.footer-contact strong i {
  color: var(--orange);
  font-size: 0.95rem;
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.55;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.82rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.72);
}

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

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

/* ---------- WhatsApp FAB ---------- */
.whatsapp-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--navy);
  color: var(--white);
  padding: 0.7rem 1.05rem;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
  font-weight: 600;
  font-size: 0.92rem;
}

.whatsapp-fab:hover {
  color: var(--white);
  background: var(--navy-mid);
}

.whatsapp-fab i {
  color: #25d366;
  font-size: 1.25rem;
}

/* ---------- Mobile menu ---------- */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(3, 21, 33, 0.5);
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 360px);
  height: 100%;
  background: var(--white);
  padding: 1.25rem;
  overflow-y: auto;
}

.mobile-nav__close {
  border: 0;
  background: var(--bg-soft);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.mobile-nav a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav-menu {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .temos-badge {
    display: none;
  }

  .lang-switch--header {
    display: none;
  }

  .feature-bar {
    grid-template-columns: repeat(3, 1fr);
    border-radius: 14px;
    margin-bottom: -1.5rem;
    min-height: 0;
    transform: none;
  }

  .feature-bar__item:nth-child(3) {
    border-right: 0;
  }

  .feature-bar__item:nth-child(n + 4) {
    border-top: 1px solid var(--border);
  }

  .site-header {
    padding-top: 1rem;
  }

  .clinics-grid,
  .tour-discover__grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .tour-discover__intro,
  .tour-discover__media,
  .tour-discover__aside {
    grid-column: 1;
    grid-row: auto;
  }

  .tour-panel__frame {
    min-height: 380px;
  }

  .treat-card,
  .result-card,
  .article-card {
    flex-basis: calc((100% - var(--slider-gap)) / 2);
  }

  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 2.25rem 0 1.75rem;
  }

  .hero__content,
  .tour-discover__grid,
  .why-grid,
  .results-grid,
  .booking-panel,
  .articles-grid,
  .clinics-grid,
  .reviews-banners {
    grid-template-columns: 1fr;
  }

  .tour-discover__intro,
  .tour-discover__media,
  .tour-discover__aside {
    grid-column: 1;
    grid-row: auto;
  }

  .tour-discover__intro p {
    max-width: none;
  }

  .tour-panel__frame {
    min-height: 360px;
  }

  .tour-hint {
    font-size: 0.72rem;
    left: 0.75rem;
    bottom: 0.75rem;
  }

  .hero {
    min-height: 620px;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .hero__inner {
    padding-top: 7.25rem;
  }

  .hero__slide img,
  .hero__slide video {
    object-position: 55% 40%;
  }

  .hero__title {
    max-width: none;
    font-size: clamp(24px, 6.4vw, 32px);
    line-height: 1.12;
  }

  .hero__lead {
    max-width: none;
    font-size: 15px;
  }

  .hero__content {
    max-width: none;
  }

  .hero__actions {
    gap: 1.25rem;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head h2 {
    white-space: normal;
  }

  .why-grid__media,
  .why-grid__media img {
    min-height: 360px;
  }

  .result-card__title-row {
    grid-template-columns: 1fr;
  }

  .result-card__technique {
    justify-self: start;
    text-align: left;
  }

  .booking-panel {
    padding: 1.5rem;
    background-position: 55% 36%;
  }

  .booking-panel::before {
    background: linear-gradient(
      180deg,
      rgba(8, 28, 58, 0.9) 0%,
      rgba(14, 49, 102, 0.82) 55%,
      rgba(14, 49, 102, 0.72) 100%
    );
  }

  .booking-copy h2 {
    max-width: none;
  }

  .booking-form {
    transform: none;
    padding: 1.35rem 1.2rem 1.2rem;
  }

  .booking-form__head {
    flex-direction: column;
    gap: 0.45rem;
  }

  .booking-form__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar__phone span {
    display: none;
  }

  .booking-panel {
    padding: 1.25rem;
    border-radius: 22px;
    background-position: 48% 38%;
  }

  .booking-form {
    padding: 1.25rem;
    border-radius: 18px;
  }

  .feature-bar {
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
    margin-bottom: -1rem;
    min-height: 0;
    transform: none;
  }

  .feature-bar__item {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .tour-panel__frame {
    min-height: 360px;
    aspect-ratio: 4 / 3;
  }

  .tour-discover__actions {
    width: 100%;
  }

  .tour-discover__actions .btn-sore {
    flex: 1 1 auto;
    justify-content: center;
  }

  .hero__slide img,
  .hero__slide video {
    object-position: 48% 38%;
  }

  .hero {
    min-height: 560px;
  }

  .hero__inner {
    padding-top: 6.5rem;
  }

  .btn-consult-copper {
    min-width: 0;
    height: 44px;
    padding: 0 0.9rem;
  }

  .treat-card,
  .result-card,
  .article-card {
    flex-basis: 85vw;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .slider-nav--prev {
    left: 0.25rem;
  }

  .slider-nav--next {
    right: 0.25rem;
  }

  .why-features {
    grid-template-columns: 1fr;
  }

  .team-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    top: 0;
  }

  .brand img {
    height: 34px;
  }

  .btn-consult span {
    display: none;
  }
}
