/* ===================================================
   Prof. Dr. Ahmet Özdoğan — Prestige Medical Theme
   Palette: Deep Navy · Warm Gold · Warm Off-White
   =================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

/* ===== TOKENS ===== */
:root {
  --bg:           #faf8f4;
  --bg-warm:      #f4f0e8;
  --surface:      #ffffff;
  --text:         #0d1b2a;
  --muted:        #5a6478;
  --primary:      #0a1c3b;
  --primary-mid:  #163263;
  --gold:         #c9a96e;
  --gold-dark:    #a8814c;
  --gold-light:   #ecdfc4;
  --line:         #e5ddd4;
  --maxw:         1140px;
  --shadow:       0 20px 50px rgba(10,28,59,.09);
  --shadow-soft:  0 8px 24px  rgba(10,28,59,.06);
  --shadow-strong:0 28px 60px rgba(10,28,59,.14);
  --radius-lg:    1rem;
  --radius-md:    0.6rem;
  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-body:    'DM Sans', 'Inter', 'Segoe UI', sans-serif;
}

/* ===== BASE ===== */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.75;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.brand,
.hero h1,
.section-title h2,
.hero .value,
.trust-strip .value {
  font-family: var(--font-display);
}

h1 { margin: 0 0 1rem;   line-height: 1.08; letter-spacing: -.025em; }
h2 { margin: 0 0 0.5rem; line-height: 1.18; }
h3 { line-height: 1.3; }
p  { margin: 0 0 1rem; }

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

.container {
  max-width: var(--maxw);
  width: min(100%, var(--maxw));
  margin-inline: auto;
  padding: 0 1.5rem;
}

/* ===== TOP STRIP ===== */
.top-strip {
  background: var(--primary);
  color: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(201,169,110,.25);
  position: relative;
  z-index: 2;
  letter-spacing: .01em;
  transition: transform 220ms ease, opacity 220ms ease,
              height 220ms ease, min-height 220ms ease,
              padding-top 220ms ease, padding-bottom 220ms ease,
              border-color 220ms ease;
}

.top-strip-inner {
  padding: .42rem 0;
  min-height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem 1.2rem;
  flex-wrap: wrap;
}

.top-strip .top-item,
.top-strip p {
  margin: 0;
  font-size: .75rem;
  font-weight: 400;
  opacity: .85;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

#top-clinic::before,
#top-phone::before,
#top-email::before {
  margin-right: .3rem;
  font-family: 'Font Awesome 6 Free','Font Awesome 6 Pro',sans-serif;
  font-weight: 900;
  font-size: .68rem;
  color: var(--gold);
  opacity: .9;
}
#top-clinic::before { content: '\f3c5'; }
#top-phone::before  { content: '\f095'; }
#top-email::before  { content: '\f0e0'; }

.top-strip-actions {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-left: auto;
}

.top-cta {
  font-family: var(--font-body);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: .28rem .9rem;
  white-space: nowrap;
  transition: 160ms ease;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  border: 1px solid rgba(201,169,110,.4);
  color: var(--gold);
}
.top-cta-call { background: rgba(201,169,110,.1); }
.top-cta:hover { background: rgba(201,169,110,.22); border-color: var(--gold); }

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 80;
  background: rgba(250,248,244,.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  transition: all 220ms ease;
  box-shadow: 0 4px 20px rgba(10,28,59,.06);
}
.site-header::after { content: ''; display: none; }

.site-header.scrolled {
  background: rgba(255,255,255,.99);
  box-shadow: 0 8px 32px rgba(10,28,59,.1);
}

.site-header.compact .top-strip {
  transform: translateY(-105%);
  opacity: 0;
  min-height: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
  pointer-events: none;
}
.site-header.compact { background: rgba(255,255,255,.99); }
.site-header.compact::after { opacity: 0; }

.header-inner {
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
  position: relative;
  padding: .6rem 1.4rem;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.site-header.compact .header-inner { min-height: 3.8rem; }
.site-header.compact .brand .site-logo { height: 2rem; }

.brand {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: .3rem;
  z-index: 2;
}
.brand .site-logo {
  display: block;
  width: auto;
  height: 4rem;
  object-fit: contain;
}

/* ===== NAV ===== */
.site-nav {
  display: flex;
  gap: 0;
  align-items: center;
  flex: 1;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.site-nav a {
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .5rem .75rem;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
  transition: 160ms ease;
  line-height: 1.2;
}

.site-nav a:hover { color: var(--primary); background: rgba(10,28,59,.04); }

.site-nav a::after {
  content: '';
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .18rem;
  height: 1.5px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: 200ms ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.site-nav a.active { color: var(--primary); }
.site-nav a.active::after { opacity: 1; transform: scaleX(.65); }
.site-nav a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ===== HEADER CONTROLS ===== */
.header-controls {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-left: auto;
}

#languageSelect {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  color: var(--text);
  font-family: var(--font-body);
  font-size: .8rem;
  padding: .45rem 2rem .45rem .75rem;
  line-height: 1.2;
  min-width: 138px;
  transition: border-color 180ms, box-shadow 180ms;
  appearance: none;
  background-image:
    linear-gradient(45deg,  transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%),
    linear-gradient(to right, #e5ddd4, #e5ddd4);
  background-position:
    calc(100% - 16px) calc(50% - 3px),
    calc(100% - 11px) calc(50% - 3px),
    calc(100% - 1.4rem) 50%;
  background-size: 7px 7px, 7px 7px, 1px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#languageSelect:hover,
#languageSelect:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,110,.15);
  outline: none;
}

/* ===== MENU TOGGLE ===== */
.menu-toggle {
  margin-left: auto;
  width: 2.4rem;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 3px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  transition: 160ms ease;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 1.1rem;
  height: 1.5px;
  background: var(--text);
  margin: 0;
  transition: 160ms ease;
  transform-origin: center;
  border-radius: 0;
}
#menuToggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
#menuToggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
#menuToggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* ===== BUTTONS ===== */
.btn {
  border: 0;
  border-radius: 3px;
  padding: .8rem 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 160ms ease;
}

.btn-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 8px 24px rgba(10,28,59,.2);
}
.btn-primary:hover {
  background: var(--primary-mid);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(10,28,59,.25);
}

.btn-secondary {
  color: #fff;
  background: transparent;
  border: 1.5px solid var(--gold);
}
.btn-secondary:hover {
  background: var(--gold);
  color: #fff;
  transform: translateY(-1px);
}

.header-cta {
  white-space: nowrap;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .5rem 1.1rem;
  border-radius: 3px;
  background: var(--primary);
  color: #fff;
  border: none;
  transition: 160ms ease;
}
.header-cta:hover { background: var(--gold-dark); }

/* ===== WHATSAPP FLOAT ===== */
.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  background: #16a34a;
  color: #fff;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(22,163,74,.3);
  overflow: hidden;
  transition: 160ms ease;
}
.floating-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(22,163,74,.35); }
.floating-whatsapp span { display: none; }

/* ===== MAIN & SECTIONS ===== */
.main { padding-top: 0; }

.section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.section-primary { padding-top: 0; }

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

.section-title {
  max-width: var(--maxw);
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
}
.section-title .eyebrow { margin: 0 0 .7rem; }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  color: var(--gold-dark);
  letter-spacing: .18em;
  font-size: .68rem;
  font-weight: 600;
  font-family: var(--font-body);
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1.5px solid var(--gold-light);
}

.section-text {
  max-width: 76ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  color: #fff;
  background: linear-gradient(145deg, #060e1d 0%, #0a1c3b 50%, #0d2246 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 12% 55%, rgba(201,169,110,.07) 0%, transparent 48%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.03) 0%, transparent 38%);
}
.hero::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 44%;
  height: 100%;
  background: linear-gradient(160deg, rgba(201,169,110,.05), rgba(255,255,255,.015));
  border-left: 1px solid rgba(201,169,110,.1);
}

.hero-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1.2fr .85fr;
  align-items: center;
  padding: 10rem 0 5rem;
}

.hero-copy h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.5rem);
  font-weight: 600;
}
.hero-copy p { color: rgba(255,255,255,.82); }

.hero-subtitle {
  font-size: 1.07rem;
  max-width: 56ch;
  line-height: 1.8;
  color: rgba(255,255,255,.75) !important;
}

.hero-chip-row {
  display: grid;
  gap: .6rem;
  margin: 1.4rem 0;
}
.hero-chip-row span {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .9rem;
  color: rgba(255,255,255,.82);
}
.hero-chip-row i { color: var(--gold); font-size: .82rem; }

.hero-actions {
  margin: 1.8rem 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.hero-meta {
  margin-top: 1.5rem;
  padding: 1rem 1.3rem;
  border: 1px solid rgba(201,169,110,.22);
  background: rgba(255,255,255,.04);
  border-radius: 4px;
  backdrop-filter: blur(8px);
}
.hero-meta p {
  margin: 0 0 .28rem;
  opacity: .78;
  font-size: .88rem;
}
.hero-meta p:last-child { margin: 0; }

/* ===== FEATURE GRID (inside hero) ===== */
.hero-featured-cards,
.feature-grid { margin-top: 1.5rem; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
}

.feature-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(201,169,110,.18);
  border-left: 2px solid rgba(201,169,110,.45);
  border-radius: 4px;
  padding: 1.1rem 1.1rem 1.1rem 1.25rem;
}
.feature-card h3 {
  font-size: .9rem;
  margin: 0 0 .4rem;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: .01em;
}
.feature-card p { font-size: .83rem; color: rgba(255,255,255,.68); margin: 0; }

/* ===== HERO CARD ===== */
.hero-card {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(360px, 100%);
  border-radius: 4px;
  background: rgba(255,255,255,.05);
  color: #fff;
  padding: 1.6rem;
  border: 1px solid rgba(201,169,110,.22);
  box-shadow: 0 40px 80px rgba(0,0,0,.35);
  text-align: center;
}
.hero-card::before { display: none; }
.hero-card::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-avatar-wrap {
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
  border: 3px solid rgba(201,169,110,.45);
  background: rgba(201,169,110,.1);
}
.hero-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-avatar-fallback {
  display: none;
  width: 100%;
  height: 100%;
  place-items: center;
  font-size: 2.6rem;
  color: var(--gold);
  font-weight: 700;
  font-family: var(--font-display);
}
.hero-card p { color: rgba(255,255,255,.88); font-size: .93rem; margin-bottom: .35rem; }
.hero-card .muted { color: rgba(255,255,255,.58); font-size: .83rem; }

/* ===== TRUST STRIP (inside hero, dark bg) ===== */
.trust-strip {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 3rem 0;
  border-top: 1px solid rgba(201,169,110,.15);
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
}

.trust-strip article {
  background: transparent;
  color: #fff;
  border-radius: 0;
  border: none;
  border-left: 1px solid rgba(201,169,110,.15);
  padding: 1.2rem 1.8rem;
  text-align: left;
  box-shadow: none;
}
.trust-strip article:first-child { border-left: none; }

.trust-strip .value {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 .3rem;
  font-size: 1.75rem;
  line-height: 1;
}
.trust-strip h4 {
  margin: 0;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .04em;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  line-height: 1.4;
}

/* ===== ABOUT / SECTION GRID ===== */
.section-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.media-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.media-card img { width: 100%; display: block; object-fit: cover; min-height: 400px; }

#aboutFacts {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .6rem;
}
#aboutFacts li {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  padding: .7rem 1rem;
  font-size: .92rem;
  color: var(--muted);
  position: relative;
}
#aboutFacts li::before { display: none; }

/* ===== CARD GRID ===== */
.card-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.2rem;
}

.card-grid article,
.contact-panel,
.contact-form,
.tourism-feature,
.faq-item,
.blog-item,
.tourism-step,
.tourism-package,
.contact-form button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

/* Blog items */
.blog-item-link { color: inherit; text-decoration: none; display: block; }
.blog-item {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: .55rem;
  min-height: 100%;
}
.blog-item-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}
.blog-item-meta { margin: 0; color: #64748b; font-size: .8rem; }
.blog-item-more { color: var(--gold-dark); font-size: .88rem; font-weight: 600; margin-top: .2rem; }
.blog-item:hover .blog-item-more { text-decoration: underline; }

.blog-post {
  max-width: min(760px, 100%);
  margin-inline: auto;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}
.blog-post-body { color: #334155; display: grid; gap: 1rem; }
.blog-post-body p { margin: 0; }
.blog-post-cover-wrap { margin: 0 0 1.2rem; }
.blog-post-cover-wrap.is-hidden { display: none; }
.blog-post-cover { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius-md); }
.blog-post-date { color: #64748b; font-size: .88rem; margin: 0 0 .25rem; }
#post-meta { color: #64748b; font-size: .85rem; margin: 0; }
.blog-post-back { margin-top: 1rem; width: fit-content; }
#related-title { margin: 0; }

/* ===== EXPERTISE / SERVICE CARDS ===== */
.expertise-card,
.service-card,
.tourism-feature,
.faq-item,
.blog-item,
.tourism-step,
.tourism-package {
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
  border-left: 3px solid var(--gold-light);
  transition: border-left-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.expertise-card:hover,
.service-card:hover {
  border-left-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.expertise-card h3,
.service-card h3,
.tourism-feature h4,
.tourism-package h3,
.blog-item h3,
.tourism-step p { margin-top: 0; }

.expertise-card h3,
.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary);
}

.expertise-card p,
.service-card p { color: var(--muted); font-size: .93rem; }

.tourism-package ul { margin: .7rem 0 0; padding-left: 1.2rem; }
.tourism-package ul li { margin: .3rem 0; color: var(--muted); }
.tourism-package .muted { margin-top: .6rem; }

/* ===== STEPS GRID ===== */
.steps-grid {
  max-width: var(--maxw);
  margin: 1.5rem auto 0;
  padding: 0 1.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.tourism-step { padding: 1.2rem; }
.tourism-step p { margin: 0; }
#tourism-packages, #tourism-list, #tourism-steps { margin-top: 1.5rem; }

/* ===== FAQ ===== */
.faq-list {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  gap: .8rem;
}

details {
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-light);
  transition: border-left-color 200ms;
}
details[open] { border-left-color: var(--gold); }
details summary {
  cursor: pointer;
  padding: 1.1rem 1.2rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .93rem;
  color: var(--primary);
  list-style: none;
}
details summary::-webkit-details-marker { display: none; }
details p {
  padding: 0 1.2rem 1.2rem;
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.8;
}

/* ===== CONTACT ===== */
.contact-grid { align-items: start; }
.contact-panel, .contact-form { padding: 1.6rem; box-shadow: var(--shadow-soft); }
.contact-panel h3 { margin-top: 0; font-family: var(--font-display); }

#contact-list { list-style: none; margin: .8rem 0 0; padding: 0; display: grid; gap: .7rem; }
#contact-list li {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: .8rem 1rem;
  background: var(--bg);
  color: var(--muted);
  font-size: .92rem;
}

.contact-form { display: grid; gap: .9rem; }

label { display: grid; gap: .4rem; font-size: .9rem; }
label span {
  font-weight: 600;
  color: var(--primary);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}

input, textarea {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: .78rem;
  background: var(--bg);
  font: inherit;
  font-size: .93rem;
  color: var(--text);
  transition: border-color 160ms, box-shadow 160ms;
}
input:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,110,.15);
}

#contactForm button {
  border: 0;
  padding: .88rem;
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  transition: 160ms;
}
#contactForm button:hover { background: var(--gold-dark); }

#form-message { margin: 0; min-height: 1.2rem; font-weight: 600; font-size: .88rem; }
#form-message[data-state='success'] { color: #166534; }
#form-message[data-state='error']   { color: #b91c1c; }
#form-message[data-state='loading'] { color: var(--gold-dark); }
#contactForm button:disabled { opacity: .7; pointer-events: none; }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--primary);
  color: rgba(255,255,255,.68);
  padding: 3rem 1.5rem;
  margin-top: 0;
  text-align: center;
  border-top: 2px solid var(--gold);
}
.site-footer a { color: var(--gold); font-weight: 500; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer p { margin: 0 0 .5rem; font-size: .87rem; letter-spacing: .01em; }

/* ===== UTILITIES ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.muted { color: var(--muted); }

#top-clinic, #top-phone, #top-email { display: flex; align-items: center; }

/* ===== ANIMATIONS ===== */
.reveal-on-load {
  animation: reveal .72s cubic-bezier(.22,1,.36,1) both;
  animation-delay: var(--delay, 0s);
}
@keyframes reveal {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1060px) {
  .top-strip-inner { justify-content: center; text-align: center; gap: .42rem .65rem; }
  .top-strip p { width: 100%; text-align: left; }
  .top-strip-actions { margin-left: 0; }

  .section { padding-top: 5rem; padding-bottom: 5rem; }

  .site-nav,
  .header-cta,
  .floating-whatsapp span,
  .top-strip-actions { display: none; }

  .menu-toggle { display: flex; margin-left: auto; }

  .site-nav {
    position: absolute;
    top: calc(100% + .5rem);
    left: .75rem;
    right: .75rem;
    margin: 0;
    padding: .6rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-radius: 4px;
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: 0 16px 40px rgba(10,28,59,.12);
    gap: .1rem;
    backdrop-filter: blur(12px);
  }
  .site-nav.open { display: flex; }
  .site-nav a { border-radius: 4px; padding: .8rem 1rem; font-size: .86rem; }
  .site-nav a::after { display: none; }

  .hero-wrap,
  .section-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .hero-wrap { padding: 9rem 0 4rem; gap: 2.5rem; }

  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-strip, .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-strip article { border-left: 1px solid rgba(201,169,110,.15); border-top: 1px solid rgba(201,169,110,.12); }
}

@media (max-width: 720px) {
  .hero-wrap { gap: 2rem; padding: 7.5rem 0 3rem; }
  .feature-grid,
  .card-grid,
  .trust-strip,
  .steps-grid { grid-template-columns: 1fr; }
  .floating-whatsapp { width: auto; padding: 0 1.1rem; border-radius: 999px; }
  .floating-whatsapp span { display: inline; font-size: .88rem; }
  .section { padding-top: 4rem; padding-bottom: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
