:root {
  --home-brand: #9e1f63;
  --home-brand-dark: #74164a;
  --home-indigo: #2c3990;
  --home-ink: #111827;
  --home-body: #475467;
  --home-muted: #667085;
  --home-paper: #ffffff;
  --home-canvas: #f8f7fb;
  --home-warm: #fcfaf8;
  --home-line: #e8e6ef;
  --home-shadow: 0 24px 70px rgba(28, 24, 52, .10);
  --home-radius-xl: 32px;
  --home-radius-lg: 24px;
  --home-radius-md: 18px;
}

html { scroll-behavior: smooth; }
body.home-page {
  margin: 0;
  color: var(--home-ink);
  background: var(--home-paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.home-page * { box-sizing: border-box; }
.home-page img { max-width: 100%; }
.home-page a { color: inherit; }
.home-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.home-section { padding: 96px 0; position: relative; }
.home-section--soft { background: var(--home-canvas); }
.home-section--warm { background: var(--home-warm); }
.home-section--dark { background: #15162a; color: #fff; overflow: hidden; }

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--home-brand-dark);
  background: #fbf0f6;
  border: 1px solid #f0d9e6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.home-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--home-brand); box-shadow: 0 0 0 5px rgba(158,31,99,.10); }
.home-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.home-section-head > div:first-child { max-width: 760px; }
.home-section-head h2,
.home-center-head h2 {
  margin: 14px 0 0;
  color: var(--home-ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 850;
}
.home-section-head p,
.home-center-head p { margin: 16px 0 0; color: var(--home-muted); font-size: 17px; line-height: 1.75; }
.home-center-head { max-width: 780px; text-align: center; margin: 0 auto 46px; }

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.home-btn svg { width: 18px; height: 18px; }
.home-btn--primary { color: #fff; background: linear-gradient(135deg, var(--home-brand), #7f205d 52%, var(--home-indigo)); box-shadow: 0 16px 34px rgba(158,31,99,.22); }
.home-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(158,31,99,.30); }
.home-btn--secondary { color: #25284f; border: 1px solid #dddbea; background: rgba(255,255,255,.9); }
.home-btn--secondary:hover { transform: translateY(-2px); border-color: #c8c3dc; box-shadow: 0 12px 28px rgba(20,20,44,.08); }
.home-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--home-brand); font-weight: 800; text-decoration: none; white-space: nowrap; }
.home-text-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.home-text-link:hover svg { transform: translateX(4px); }

/* Hero */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 66px;
  background:
    radial-gradient(circle at 7% 7%, rgba(158,31,99,.10), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(44,57,144,.11), transparent 31%),
    linear-gradient(180deg, #fff 0%, #fbfafd 100%);
}
.home-hero::before {
  content: '';
  position: absolute;
  width: 520px; height: 520px;
  border: 1px solid rgba(44,57,144,.08);
  border-radius: 50%;
  right: -250px; top: -230px;
  box-shadow: 0 0 0 80px rgba(44,57,144,.025), 0 0 0 160px rgba(158,31,99,.02);
  pointer-events: none;
}
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .94fr); gap: clamp(28px, 4vw, 60px); align-items: center; position: relative; z-index: 1; }
.home-hero-copy { min-width: 0; position: relative; z-index: 2; }
.home-hero-copy h1 {
  margin: 20px 0 22px;
  max-width: 640px;
  color: #15162a;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.01;
  letter-spacing: -.058em;
  font-weight: 900;
}
.home-hero-copy h1 span { color: var(--home-brand); position: relative; white-space: normal; text-wrap: balance; }
.home-hero-copy h1 span::after { content: ''; position: absolute; left: 2px; right: 0; bottom: 1px; height: 8px; z-index: -1; border-radius: 99px; background: rgba(158,31,99,.12); }
.home-hero-copy > p { max-width: 650px; margin: 0; color: #596074; font-size: 18px; line-height: 1.78; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.home-trust-item { display: flex; align-items: center; gap: 9px; color: #4b5165; font-size: 13px; font-weight: 700; }
.home-trust-icon { width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--home-brand); background: #fbf0f6; font-size: 12px; font-weight: 900; }

.home-hero-visual { position: relative; min-height: 570px; }
.home-hero-photo-wrap {
  position: absolute;
  inset: 10px 0 14px 24px;
  border-radius: 42px 42px 42px 110px;
  overflow: hidden;
  background: #eceaf3;
  box-shadow: var(--home-shadow);
  border: 1px solid rgba(255,255,255,.75);
}
.home-hero-photo-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(14,15,31,.16)); pointer-events: none; }
.home-hero-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.home-floating-card {
  position: absolute;
  z-index: 3;
  max-width: 225px;
  padding: 15px 17px;
  border-radius: 17px;
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 18px 45px rgba(26,27,56,.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: homeFloat 5.8s ease-in-out infinite;
}
.home-floating-card strong { display: block; color: #20223f; font-size: 14px; line-height: 1.3; }
.home-floating-card small { display: block; margin-top: 4px; color: #70758a; font-size: 11px; line-height: 1.45; }
.home-floating-card--experts { left: -10px; top: auto; bottom: 150px; }
.home-floating-card--location { right: -18px; bottom: 48px; animation-delay: -2.4s; }
.home-floating-card--location .home-mini-pin { width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center; margin-bottom: 9px; color: #fff; background: linear-gradient(135deg, var(--home-brand), var(--home-indigo)); }
.home-floating-card--location svg { width: 16px; height: 16px; fill: currentColor; }
.home-visual-seal {
  position: absolute;
  z-index: 4;
  right: 18px; top: -12px;
  width: 112px; height: 112px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
  background: #15162a;
  border: 8px solid #fbfafd;
  box-shadow: 0 18px 36px rgba(21,22,42,.16);
  text-align: center;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: .04em;
  transform: rotate(7deg);
}
@keyframes homeFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Concern selector */
.home-concern-strip { padding: 26px 0 36px; background: #fff; }
.home-concern-shell { padding: 30px; border: 1px solid var(--home-line); border-radius: 26px; background: #fff; box-shadow: 0 16px 48px rgba(21,22,42,.06); }
.home-concern-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.home-concern-top h2 { margin: 0; color: #252743; font-size: 20px; letter-spacing: -.02em; }
.home-concern-top p { margin: 4px 0 0; color: #777c8f; font-size: 13px; }
.home-concern-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.home-concern-card {
  min-height: 122px;
  padding: 17px 14px;
  border-radius: 18px;
  border: 1px solid #eceaf2;
  background: #faf9fc;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.home-concern-card:hover { transform: translateY(-4px); background: #fff; border-color: #dcc3d2; box-shadow: 0 14px 30px rgba(41,37,69,.09); }
.home-concern-card i { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 12px; color: var(--home-brand); background: #fbf0f6; font-style: normal; font-size: 17px; }
.home-concern-card strong { display: block; color: #2c2e49; font-size: 13px; line-height: 1.35; }
.home-concern-card span { display: block; margin-top: 5px; color: #85899a; font-size: 11px; line-height: 1.35; }

/* Process */
.home-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.home-process-card { position: relative; min-height: 300px; padding: 30px; border: 1px solid var(--home-line); border-radius: var(--home-radius-lg); background: #fff; overflow: hidden; }
.home-process-card::after { content: attr(data-step); position: absolute; right: 20px; top: 10px; color: rgba(44,57,144,.055); font-size: 86px; line-height: 1; font-weight: 900; letter-spacing: -.06em; }
.home-process-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--home-brand), var(--home-indigo)); font-size: 13px; font-weight: 850; box-shadow: 0 10px 24px rgba(158,31,99,.16); }
.home-process-card h3 { position: relative; z-index: 1; margin: 24px 0 10px; color: #20223d; font-size: 24px; letter-spacing: -.035em; }
.home-process-card p { position: relative; z-index: 1; margin: 0; color: #697084; font-size: 15px; line-height: 1.75; }
.home-process-card ul { position: relative; z-index: 1; list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 8px; }
.home-process-card li { color: #4e556a; font-size: 13px; font-weight: 650; }
.home-process-card li::before { content: '✓'; margin-right: 8px; color: var(--home-brand); font-weight: 900; }

.home-consultation { padding: 26px 0 16px; background: #fff; }
.home-consultation-shell { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); gap: clamp(28px,5vw,70px); align-items: center; padding: clamp(28px,4vw,52px); border: 1px solid #e7e4ed; border-radius: 30px; background: radial-gradient(460px 260px at 0 0,rgba(158,31,99,.09),transparent 72%),linear-gradient(145deg,#faf7fa,#fff 58%,#f2f8f7); box-shadow: 0 24px 70px rgba(27,29,54,.08); }
.home-consultation-copy h2 { max-width: 720px; margin: 10px 0 14px; color: #20223d; font-size: clamp(32px,4.2vw,52px); line-height: 1.08; letter-spacing: -.05em; }
.home-consultation-copy > p { max-width: 680px; margin: 0; color: #62697a; font-size: 16px; line-height: 1.75; }
.home-consultation-copy .home-btn { margin-top: 22px; }
.home-consultation-notice { display: grid; gap: 2px; margin-top: 16px; padding: 13px 15px; border-left: 4px solid var(--home-brand); border-radius: 4px 14px 14px 4px; background: #fff7fa; color: #71405c; font-size: 13px; }
.home-consultation-options { display: grid; gap: 12px; }
.home-consultation-options article { display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid #e7e4ed; border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: 0 10px 28px rgba(27,29,54,.045); }
.home-consultation-options i { display: grid; width: 44px; height: 44px; place-items: center; flex: 0 0 44px; border-radius: 13px; background: #fbf0f6; color: var(--home-brand); font-style: normal; font-size: 21px; }
.home-consultation-options strong,.home-consultation-options span { display: block; }
.home-consultation-options strong { color:#292b46; font-size: 15px; }
.home-consultation-options span { color:#73788a; font-size: 12px; }
.home-consultation-options > p { margin: 4px 0 0; padding: 15px; border-radius: 14px; background: #1f2348; color: #e4e5ec; font-size: 12px; line-height: 1.65; }

/* Services */
.home-services-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: stretch; }
.home-services-feature { position: relative; min-height: 580px; padding: 42px; border-radius: 30px; overflow: hidden; color: #fff; background: linear-gradient(155deg, #191a31 0%, #23264f 53%, #70204f 100%); }
.home-services-feature::before { content: ''; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; right: -170px; bottom: -120px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.home-services-feature small { position: relative; z-index: 1; color: #e5bdd0; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.home-services-feature h2 { position: relative; z-index: 1; margin: 18px 0 18px; max-width: 420px; font-size: clamp(36px, 4vw, 54px); line-height: 1.02; letter-spacing: -.045em; }
.home-services-feature p { position: relative; z-index: 1; max-width: 430px; margin: 0; color: #c9cada; font-size: 16px; line-height: 1.75; }
.home-services-feature .home-btn { position: absolute; z-index: 2; left: 42px; bottom: 42px; color: #1f2141; background: #fff; }
.home-service-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.home-service-card { position: relative; min-height: 181px; padding: 24px; border: 1px solid var(--home-line); border-radius: 22px; background: #fff; text-decoration: none; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.home-service-card::after { content: '→'; position: absolute; right: 22px; bottom: 20px; color: #a2a5b4; font-size: 22px; transition: transform .2s, color .2s; }
.home-service-card:hover { transform: translateY(-4px); border-color: #d6bfd0; box-shadow: 0 16px 38px rgba(27,27,53,.09); }
.home-service-card:hover::after { transform: translateX(4px); color: var(--home-brand); }
.home-service-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--home-brand); background: #fbf0f6; font-weight: 900; font-size: 16px; }
.home-service-card h3 { margin: 18px 40px 7px 0; color: #262842; font-size: 18px; line-height: 1.2; letter-spacing: -.025em; }
.home-service-card p { margin: 0 36px 0 0; color: #7a7f91; font-size: 12.5px; line-height: 1.55; }

/* Experts */
.home-experts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.home-expert-card { display: grid; grid-template-columns: 210px 1fr; min-height: 340px; border: 1px solid var(--home-line); border-radius: 28px; background: #fff; overflow: hidden; box-shadow: 0 18px 50px rgba(27,28,56,.055); }
.home-expert-photo { min-height: 340px; overflow: hidden; background: #eceaf2; }
.home-expert-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform .5s ease; }
.home-expert-card:hover .home-expert-photo img { transform: scale(1.025); }
.home-expert-body { padding: 30px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.home-expert-kicker { color: var(--home-brand); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.home-expert-body h3 { margin: 8px 0 5px; color: #22243f; font-size: 27px; letter-spacing: -.035em; }
.home-expert-title { color: #666c80; font-size: 13px; font-weight: 650; }
.home-expert-body p { margin: 17px 0 20px; color: #73788a; font-size: 13.5px; line-height: 1.72; }
.home-expert-body .home-text-link { margin-top: auto; font-size: 13px; }

/* Clinic */
.home-clinic-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.home-clinic-copy { padding-right: 35px; }
.home-clinic-copy h2 { margin: 16px 0 18px; color: #20223d; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.045em; }
.home-clinic-copy p { margin: 0; color: #6c7285; font-size: 16px; line-height: 1.8; }
.home-clinic-points { display: grid; gap: 12px; margin: 26px 0 30px; }
.home-clinic-point { display: flex; align-items: center; gap: 11px; color: #43495f; font-size: 14px; font-weight: 700; }
.home-clinic-point i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: var(--home-brand); background: #fbf0f6; font-style: normal; }
.home-clinic-mosaic { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 250px 250px; gap: 12px; }
.home-clinic-shot { overflow: hidden; border-radius: 24px; background: #eae8ef; }
.home-clinic-shot:first-child { grid-row: 1 / 3; }
.home-clinic-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.home-clinic-shot:hover img { transform: scale(1.035); }

/* Blog */
.home-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-blog-card { border: 1px solid var(--home-line); border-radius: 23px; overflow: hidden; background: #fff; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.home-blog-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(29,29,57,.09); }
.home-blog-image { aspect-ratio: 16/9; overflow: hidden; background: #eceaf2; }
.home-blog-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.home-blog-card:hover .home-blog-image img { transform: scale(1.035); }
.home-blog-body { padding: 22px; }
.home-blog-meta { color: var(--home-brand); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .055em; }
.home-blog-body h3 { margin: 10px 0 8px; color: #252743; font-size: 19px; line-height: 1.28; letter-spacing: -.025em; }
.home-blog-body p { margin: 0; color: #7c8193; font-size: 13px; line-height: 1.6; }

/* Reviews link panel */
.home-proof-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px 36px; border-radius: 26px; color: #fff; background: linear-gradient(125deg, #20223f, #292d63); overflow: hidden; position: relative; }
.home-proof-panel::after { content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -80px; top: -150px; background: rgba(158,31,99,.36); filter: blur(8px); }
.home-proof-copy { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; }
.home-proof-logo { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; color: #20223f; background: #fff; font-size: 22px; font-weight: 900; }
.home-proof-copy h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.home-proof-copy p { margin: 5px 0 0; color: #c4c7d8; font-size: 13px; }
.home-proof-panel .home-btn { position: relative; z-index: 1; color: #242744; background: #fff; }

/* FAQ */
.home-faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.home-faq-intro h2 { margin: 16px 0 15px; color: #20223d; font-size: clamp(36px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.home-faq-intro p { margin: 0; color: #747a8d; line-height: 1.75; }
.home-faq-list { display: grid; gap: 10px; }
.home-faq-item { border: 1px solid var(--home-line); border-radius: 18px; background: #fff; overflow: hidden; }
.home-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; color: #292b47; font-size: 15px; font-weight: 800; }
.home-faq-item summary::-webkit-details-marker { display: none; }
.home-faq-item summary::after { content: '+'; width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--home-brand); background: #fbf0f6; font-size: 20px; font-weight: 500; transition: transform .2s; }
.home-faq-item[open] summary::after { transform: rotate(45deg); }
.home-faq-item p { margin: 0; padding: 0 22px 21px; color: #73798c; font-size: 14px; line-height: 1.72; }

/* Final CTA */
.home-final-cta { position: relative; overflow: hidden; padding: 72px 0; background: #15162a; color: #fff; }
.home-final-cta::before,
.home-final-cta::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; }
.home-final-cta::before { width: 440px; height: 440px; left: -210px; top: -245px; background: rgba(158,31,99,.24); filter: blur(8px); }
.home-final-cta::after { width: 360px; height: 360px; right: -170px; bottom: -220px; background: rgba(44,57,144,.40); filter: blur(8px); }
.home-final-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; position: relative; z-index: 1; }
.home-final-copy { max-width: 720px; }
.home-final-copy small { color: #e5b5cb; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.home-final-copy h2 { margin: 12px 0 12px; color: #fff; font-size: clamp(36px, 4vw, 54px); line-height: 1.03; letter-spacing: -.045em; }
.home-final-copy p { margin: 0; color: #bdc0d1; font-size: 15px; line-height: 1.7; }
.home-final-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.home-final-actions .home-btn--secondary { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }

/* Reveal */
.home-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.home-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr); gap: 30px; }
  .home-hero-copy h1 { max-width: 580px; font-size: clamp(40px, 5vw, 60px); }
  .home-hero-visual { min-height: 500px; }
  .home-concern-grid { grid-template-columns: repeat(3, 1fr); }
  .home-services-layout { grid-template-columns: 1fr; }
  .home-services-feature { min-height: 440px; }
  .home-expert-card { grid-template-columns: 180px 1fr; }
  .home-footer-spacer { display: none; }
}

@media (max-width: 900px) {
  .home-section { padding: 76px 0; }
  .home-hero { padding-top: 52px; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { text-align: center; }
  .home-hero-copy > p { margin-inline: auto; }
  .home-hero-actions, .home-trust-row { justify-content: center; }
  .home-hero-visual { width: min(680px, 100%); min-height: 560px; margin: 14px auto 0; }
  .home-consultation-shell { grid-template-columns: 1fr; }
  .home-process-grid { grid-template-columns: 1fr; }
  .home-process-card { min-height: 0; }
  .home-experts-grid { grid-template-columns: 1fr; }
  .home-clinic-layout { grid-template-columns: 1fr; }
  .home-clinic-copy { padding-right: 0; }
  .home-blog-grid { grid-template-columns: 1fr 1fr; }
  .home-blog-card:last-child { display: none; }
  .home-faq-wrap { grid-template-columns: 1fr; gap: 34px; }
  .home-final-grid { align-items: flex-start; flex-direction: column; gap: 28px; }
  .home-final-actions { justify-content: flex-start; }
}

@media (max-width: 650px) {
  .home-container { width: min(100% - 24px, 1180px); }
  .home-section { padding: 64px 0; }
  .home-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .home-section-head h2, .home-center-head h2 { font-size: 34px; }
  .home-section-head p, .home-center-head p { font-size: 15px; }
  .home-hero { padding: 38px 0 42px; }
  .home-hero-copy h1 { margin-top: 16px; font-size: clamp(40px, 13vw, 56px); }
  .home-hero-copy h1 span { white-space: normal; }
  .home-hero-copy > p { font-size: 16px; line-height: 1.7; }
  .home-hero-actions { display: grid; grid-template-columns: 1fr; }
  .home-btn { width: 100%; }
  .home-trust-row { gap: 12px; align-items: flex-start; flex-direction: column; width: max-content; max-width: 100%; margin-inline: auto; }
  .home-hero-visual { min-height: 430px; margin-top: 12px; }
  .home-hero-photo-wrap { inset: 10px 0 18px 0; border-radius: 30px 30px 30px 74px; }
  .home-hero-photo { object-position: center 44%; }
  .home-floating-card { max-width: 190px; padding: 12px 13px; }
  /* Mobilde isim kartını yüzlerden uzaklaştırıp gövde seviyesine al. */
  .home-floating-card--experts { left: 8px; top: auto; bottom: 150px; }
  .home-floating-card--location { right: 7px; bottom: 28px; }
  .home-visual-seal { width: 88px; height: 88px; right: 5px; top: -4px; border-width: 6px; font-size: 9px; }
  .home-concern-strip { padding: 14px 0 28px; }
  .home-concern-shell { padding: 20px; border-radius: 22px; }
  .home-concern-top { align-items: flex-start; flex-direction: column; }
  .home-concern-grid { grid-template-columns: 1fr 1fr; }
  .home-concern-card { min-height: 118px; }
  .home-consultation { padding-top: 12px; }
  .home-consultation-shell { padding: 24px; border-radius: 23px; }
  .home-process-card { padding: 24px; }
  .home-services-feature { min-height: 480px; padding: 28px; border-radius: 24px; }
  .home-services-feature .home-btn { left: 28px; right: 28px; bottom: 28px; width: auto; }
  .home-service-cards { grid-template-columns: 1fr; }
  .home-service-card { min-height: 158px; }
  .home-expert-card { grid-template-columns: 1fr; }
  .home-expert-photo { min-height: 390px; max-height: 440px; }
  .home-expert-body { padding: 25px; }
  .home-clinic-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 170px; }
  .home-clinic-shot:first-child { grid-row: auto; grid-column: 1 / 3; }
  .home-blog-grid { grid-template-columns: 1fr; }
  .home-blog-card:last-child { display: block; }
  .home-proof-panel { align-items: flex-start; flex-direction: column; padding: 26px; }
  .home-proof-panel .home-btn { width: 100%; }
  .home-proof-copy { align-items: flex-start; }
  .home-faq-item summary { padding: 18px; }
  .home-faq-item p { padding: 0 18px 18px; }
  .home-final-cta { padding: 58px 0; }
  .home-final-actions { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .home-reveal { opacity: 1; transform: none; }
}

/* === V9 Google review trust section === */
.home-reviews-section { position:relative; overflow:hidden; }
.home-reviews-section::before { content:''; position:absolute; width:420px; height:420px; right:-220px; top:40px; border-radius:50%; background:radial-gradient(circle,rgba(158,31,99,.07),transparent 68%); pointer-events:none; }
.home-review-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; }
.home-review-card { min-height:260px; display:flex; flex-direction:column; padding:25px; border:1px solid #eae8ef; border-radius:21px; background:#fff; box-shadow:0 14px 38px rgba(25,27,58,.055); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.home-review-card:hover { transform:translateY(-4px); border-color:#e3c9d7; box-shadow:0 22px 50px rgba(25,27,58,.09); }
.home-review-stars { color:#9e1f63; font-size:13px; letter-spacing:.14em; }
.home-review-card blockquote { margin:22px 0 28px; color:#404359; font-size:16px; line-height:1.72; font-weight:600; letter-spacing:-.01em; }
.home-review-card footer { margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:12px; padding-top:17px; border-top:1px solid #f0eef3; }
.home-review-card footer strong { color:#292b47; font-size:12.5px; }
.home-review-card footer span { color:#9b9ead; font-size:10.5px; }
.home-review-bottom { margin-top:16px; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:18px 20px; border-radius:17px; background:#f8f7fb; border:1px solid #eceaf1; }
.home-review-bottom p { max-width:660px; margin:0; color:#898d9f; font-size:11px; line-height:1.55; }
.home-review-bottom > div { display:flex; flex-wrap:wrap; gap:8px; }
.home-review-bottom .home-btn { min-height:43px; padding:0 14px; font-size:11.5px; }
@media (max-width:900px) { .home-review-grid { grid-template-columns:1fr 1fr; } .home-review-card:last-child { grid-column:1/-1; } }
@media (max-width:620px) { .home-review-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; padding:2px 2px 12px; margin-inline:-2px; scrollbar-width:none; } .home-review-grid::-webkit-scrollbar { display:none; } .home-review-card { flex:0 0 88%; min-height:245px; scroll-snap-align:start; } .home-review-card:last-child { grid-column:auto; } .home-review-bottom { align-items:stretch; flex-direction:column; } .home-review-bottom > div { display:grid; grid-template-columns:1fr 1fr; } }

/* =========================================================
   V10 — readability + Mersin local SEO section
   ========================================================= */
.home-hero-copy > p { font-size:19px; line-height:1.78; }
.home-trust-item { font-size:14px; }
.home-concern-top p { font-size:14px; }
.home-concern-card strong { font-size:14px; }
.home-concern-card span { font-size:12.5px; line-height:1.45; }
.home-process-card p { font-size:16px; }
.home-process-card li { font-size:14px; }
.home-services-feature p { color:#e1e3ec !important; font-size:17px; }
.home-service-card p { color:#666c7f; font-size:14px; line-height:1.62; }
.home-expert-title { font-size:14px; }
.home-expert-body p { color:#666c7f; font-size:15px; line-height:1.72; }
.home-blog-body p { color:#666c7f; font-size:14px; line-height:1.65; }
.home-proof-copy p { color:#dde0ea !important; font-size:14px; }
.home-faq-item summary { font-size:16px; }
.home-faq-item p { color:#646a7d; font-size:15.5px; line-height:1.75; }
.home-final-copy p { color:#daddE8; font-size:16px; }
.home-review-card blockquote { color:#444a5f !important; font-size:15.5px !important; line-height:1.7 !important; }
.home-review-bottom > p { color:#666c7f !important; font-size:13.5px !important; line-height:1.65 !important; }

.home-local-seo {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(760px 360px at 95% 0%,rgba(44,57,144,.07),transparent 62%),
    radial-gradient(680px 320px at 0% 100%,rgba(158,31,99,.06),transparent 62%),
    #fff;
}
.home-local-seo-grid {
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);
  gap:clamp(32px,5vw,72px);
  align-items:center;
}
.home-local-seo-copy h2 {
  max-width:760px;
  margin:16px 0 20px;
  color:#20223d;
  font-size:clamp(36px,4vw,54px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.home-local-seo-copy > p {
  max-width:800px;
  margin:0 0 15px;
  color:#596074;
  font-size:17px;
  line-height:1.8;
}
.home-local-seo-copy strong { color:#333650; }
.home-local-links { display:flex; flex-wrap:wrap; gap:9px; margin-top:24px; }
.home-local-links a {
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 13px;
  border:1px solid #e7dce3;
  border-radius:12px;
  color:#7d1b51;
  background:#fffafd;
  font-size:13.5px;
  font-weight:750;
  text-decoration:none;
  transition:transform .2s,border-color .2s,box-shadow .2s;
}
.home-local-links a:hover { transform:translateY(-2px); border-color:#d7b8ca; box-shadow:0 10px 24px rgba(31,27,59,.07); }
.home-local-card {
  padding:30px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 8%,rgba(190,76,136,.36),transparent 35%),
    linear-gradient(145deg,#191b34,#2f315f 68%,#512349);
  box-shadow:0 28px 70px rgba(25,27,58,.16);
}
.home-local-card > span { color:#f0c7db; font-size:12px; font-weight:850; letter-spacing:.06em; text-transform:uppercase; }
.home-local-card h3 { margin:10px 0 10px; color:#fff; font-size:30px; letter-spacing:-.035em; }
.home-local-card > p { margin:0; color:#e1e3ed; font-size:15px; line-height:1.7; }
.home-local-card dl { display:grid; gap:9px; margin:24px 0; }
.home-local-card dl div { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:11px 0; border-bottom:1px solid rgba(255,255,255,.09); }
.home-local-card dt { color:#bfc3d4; font-size:13px; }
.home-local-card dd { margin:0; color:#fff; font-size:13.5px; font-weight:750; }
.home-local-card-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.home-local-card-actions a {
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:12px;
  color:#fff;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.075);
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.home-local-card-actions a:last-child { border-color:transparent; background:linear-gradient(135deg,#b52875,#2c3990); }

@media(max-width:900px){
  .home-local-seo-grid{grid-template-columns:1fr}
  .home-local-card{max-width:620px}
}
@media(max-width:620px){
  .home-hero-copy > p{font-size:17px}
  .home-local-seo-copy h2{font-size:34px}
  .home-local-seo-copy > p{font-size:16px}
  .home-local-card{padding:24px 20px;border-radius:22px}
  .home-local-card-actions{grid-template-columns:1fr}
}
