﻿:root {
  --ink: #172126;
  --muted: #627178;
  --paper: #f7faf8;
  --white: #ffffff;
  --teal: #0f766e;
  --teal-dark: #0b4f4a;
  --mint: #d9f2e9;
  --coral: #e46f56;
  --gold: #d6a94a;
  --line: #dce7e2;
  --pink: #ec5d9b;
  --pink-dark: #b83272;
  --pink-soft: #fde7f1;
  --shadow: 0 22px 60px rgba(23, 33, 38, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(23, 33, 38, 0.08);
}
.main-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 18px clamp(18px, 4vw, 64px);
  background: var(--white);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 220px;
}
.brand-title {
  color: #173d64;
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}
.brand-logo {
  display: block;
  width: clamp(220px, 19vw, 310px);
  height: auto;
  object-fit: contain;
}
.brand-mark,
.brand strong,
.brand small { display: none; }
.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.nav-toggle-label { display: none; }
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}
.main-nav a {
  padding: 10px 2px;
  border-radius: 0;
  color: #173d64;
  font-size: 1rem;
  font-weight: 600;
}
.main-nav a:hover,
.main-nav a:focus-visible {
  color: #1f7ed4;
  background: transparent;
  outline: none;
}
.main-nav a:not(.nav-cta):hover,
.main-nav a:not(.nav-cta):focus-visible {
  box-shadow: inset 0 -2px 0 #1f7ed4;
}
.main-nav .nav-cta {
  min-width: 190px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #155f9f;
  color: var(--white);
  text-align: center;
  font-weight: 800;
}
.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
  color: var(--white);
  background: #1560a5;
  box-shadow: none;
}
.pilates-link { color: #ec5d9b !important; }
.pilates-link:hover,
.pilates-link:focus-visible { color: #b83272 !important; background: transparent !important; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  min-height: calc(100vh - 78px);
  padding: clamp(28px, 5vw, 72px) clamp(18px, 4vw, 64px);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.hero-content { max-width: 680px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 760px; font-size: clamp(2.45rem, 6vw, 5.8rem); line-height: 0.98; }
h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 3.15rem); line-height: 1.08; }
h3 { margin: 0; font-size: 1.08rem; line-height: 1.25; }
.hero-text { max-width: 600px; margin: 24px 0 0; color: #415158; font-size: clamp(1rem, 1.6vw, 1.18rem); }
.hero-actions, .cta-section { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-actions { margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid transparent;
}
.button.primary { background: var(--coral); color: var(--white); box-shadow: 0 14px 30px rgba(228, 111, 86, 0.25); }
.button.secondary { background: var(--white); color: var(--ink); border-color: var(--line); }
.pink-button { background: #a92d67; color: var(--white); box-shadow: 0 14px 30px rgba(169, 45, 103, 0.25); }

.profile-photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  overflow: visible;
}
.profile-photo {
  width: min(100%, 520px);
  height: 650px;
  max-height: calc(100vh - 150px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 33, 38, 0.16);
}
.hero-image {
  min-height: 560px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.48), rgba(15, 118, 110, 0.05) 44%), url("img/klinikfoto.jpeg") center / cover;
  box-shadow: var(--shadow);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 4vw, 64px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}
.trust-strip div { padding: 24px; background: var(--white); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 1rem; }
.trust-strip span { margin-top: 4px; color: var(--muted); font-size: 0.94rem; }

.section, .about-section, .blog-section, .split-section, .location-section, .cta-section, .pilates-section { padding: clamp(64px, 9vw, 120px) clamp(18px, 4vw, 64px); }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}
.about-panel { max-width: 760px; }
.about-panel p { color: var(--muted); font-size: 1.05rem; }
.about-list { display: grid; gap: 12px; }
.about-list div {
  padding: 22px;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 33, 38, 0.08);
}
.about-list strong, .about-list span { display: block; }
.about-list span { margin-top: 4px; color: var(--muted); }

.service-grid, .blog-grid, .pilates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.service-card, .blog-card, .pilates-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.service-card .icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--teal-dark);
  font-size: 1.35rem;
  font-weight: 900;
}
.service-card p, .steps p, .location-copy p, .cta-section p, .blog-card p, .pilates-card p { color: var(--muted); }
.blog-section { background: #ffffff; }
.blog-card { min-height: 250px; background: var(--paper); }
.blog-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
}

.pilates-hero { background: linear-gradient(135deg, #fde7f1, #ffffff 72%); }
.pilates-hero .eyebrow, .pilates-section .eyebrow { color: var(--pink-dark); }
.pilates-section { background: #fff6fa; }
.pilates-card, .pilates-mini {
  border-color: rgba(236, 93, 155, 0.22);
  background: linear-gradient(180deg, #ffffff, #fff4f9);
}
.pilates-card span, .pilates-mini .icon {
  color: var(--pink-dark);
  background: var(--pink-soft);
}
.pilates-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 8px;
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 80px);
  background: #eef6f1;
}
.steps { display: grid; gap: 14px; }
.steps article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(15, 118, 110, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}
.steps span { color: var(--gold); font-weight: 900; }
.steps p { grid-column: 2; margin: -6px 0 0; }

.location-section, .appointment-section {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.location-copy { max-width: 720px; }
.map-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, rgba(11, 79, 74, 0.92), rgba(23, 33, 38, 0.78)), radial-gradient(circle at 20% 25%, rgba(214, 169, 74, 0.5), transparent 32%);
}
.map-card span { color: var(--mint); font-weight: 800; }
.map-card strong { margin-top: 8px; font-size: 2rem; line-height: 1.1; }
.map-card a {
  width: fit-content;
  margin-top: 24px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  font-weight: 800;
}

.page-hero {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 4vw, 64px) clamp(42px, 7vw, 80px);
  background: linear-gradient(135deg, #eef6f1, #ffffff);
}
.page-hero h1 { max-width: 920px; font-size: clamp(2.2rem, 5vw, 4.8rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.compact-section { padding-top: clamp(42px, 6vw, 72px); }
.text-link { display: inline-flex; margin-top: 12px; color: var(--teal-dark); font-weight: 800; }

.contact-card, .appointment-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 33, 38, 0.08);
}
.appointment-form {
  position: relative;
  overflow: hidden;
  border-color: rgba(21, 96, 165, 0.14);
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
  box-shadow: 0 18px 50px rgba(21, 96, 165, 0.13);
}
.appointment-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #1560a5, #ec5d9b);
}
.contact-card h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.map-contact-card {
  display: grid;
  gap: 14px;
}
.map-embed {
  width: 100%;
  max-height: 230px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.appointment-form { display: grid; gap: 16px; }
.form-head {
  position: relative;
  display: grid;
  gap: 6px;
  margin-bottom: 6px;
}
.form-head h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}
.form-head span {
  color: var(--muted);
  font-size: 0.94rem;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.appointment-form label { display: grid; gap: 7px; color: #34444b; font-weight: 800; }
.appointment-form input, .appointment-form select, .appointment-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: #1560a5;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(21, 96, 165, 0.12);
  outline: none;
}
.appointment-form textarea { resize: vertical; }
.appointment-submit {
  justify-self: start;
  min-width: 220px;
  background: #1560a5 !important;
  box-shadow: 0 14px 30px rgba(21, 96, 165, 0.22) !important;
}

.cta-section { justify-content: space-between; background: var(--ink); color: var(--white); }
.cta-section div { max-width: 720px; }
.cta-section p { margin-bottom: 0; color: #c4d0d3; }
.site-footer {
  padding: 0 clamp(18px, 5vw, 86px);
  color: #f3fbff;
  background: linear-gradient(180deg, #123a4b, #092833);
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(180px, 0.6fr) minmax(280px, 0.9fr);
  gap: clamp(40px, 8vw, 92px);
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 72px) 0 46px;
}
.footer-brand-block {
  justify-self: start;
  max-width: 470px;
}
.footer-brand-title {
  display: block;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}
.footer-brand-block h2,
.footer-links h3,
.footer-contact h3 {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.3;
}
.footer-brand-block p,
.footer-contact p,
.footer-contact a,
.footer-links a {
  color: #e4f1f7;
  font-size: 0.98rem;
  line-height: 1.7;
}
.footer-brand-block p {
  margin: 0;
  font-weight: 700;
}
.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}
.footer-contact {
  justify-self: end;
  max-width: 380px;
}
.footer-contact p {
  margin: 0;
}
.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: #7fc1ff;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.footer-social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--white);
  font-weight: 900;
}
.footer-social .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 8%, #fdf497 9%, #fd5949 42%, #d6249f 62%, #285aeb 100%);
}
.footer-social .instagram-icon {
  display: block;
  width: 21px;
  height: 21px;
}
.footer-social .linkedin { background: #095b9f; }
.footer-social .whatsapp { background: #08783e; }
.footer-social .whatsapp-icon {
  display: block;
  width: 22px;
  height: 22px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 0 12px;
  border-top: 1px solid rgba(228, 241, 247, 0.16);
}
.footer-bottom p {
  margin: 0;
  color: #e4f1f7;
  font-weight: 800;
}
.footer-bottom div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-bottom a {
  color: #f3fbff;
}
.footer-bottom .footer-designer {
  color: #c084fc;
  font-weight: 900;
  text-decoration: none;
}
.footer-bottom .footer-designer:hover {
  color: #e9d5ff;
  text-decoration: underline;
}
@media (max-width: 920px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { justify-content: flex-start; }
  .main-header-bar { align-items: flex-start; flex-direction: column; }
  .main-nav { justify-content: flex-start; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image, .profile-photo-wrap { min-height: 360px; order: -1; }
  .trust-strip, .about-section, .service-grid, .blog-grid, .pilates-grid, .split-section, .location-section, .appointment-section, .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .main-header-bar {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 18px;
  }
  .brand { min-width: 0; }
  .brand-title { font-size: 1.45rem; letter-spacing: 0; }
  .brand-logo { width: 190px; }
  .nav-toggle-label {
    display: inline-grid;
    grid-template-columns: 16px auto;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    margin-left: auto;
    padding: 8px 10px;
    border: 1px solid rgba(31, 126, 212, 0.2);
    border-radius: 8px;
    background: #f7fbff;
    color: #095b9f;
    font-weight: 800;
    cursor: pointer;
  }
  .nav-toggle-label span {
    grid-column: 1;
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: #1f7ed4;
  }
  .nav-toggle-label strong {
    grid-column: 2;
    grid-row: 1 / 4;
    font-size: 0.82rem;
  }
  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    margin-top: 2px;
    padding: 10px;
    border: 1px solid rgba(31, 126, 212, 0.12);
    border-radius: 8px;
    background: #f7fbff;
  }
  .nav-toggle:checked ~ .main-nav { display: flex; }
  .main-nav a {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 7px;
    text-align: left;
    color: #173d64;
    background: var(--white);
    border: 1px solid rgba(21, 96, 165, 0.12);
    font-size: 0.92rem;
  }
  .main-nav .nav-cta { min-width: 0; min-height: 42px; padding: 10px 14px; text-align: center; color: var(--white); background: #1f7ed4; }
  h1 { font-size: 2.35rem; }
  .hero-image, .profile-photo-wrap { min-height: 270px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-info-panel { gap: 24px; }
  .small-map { max-height: 180px; }
  .send-message-button { width: 100%; }
  .appointment-submit { justify-self: stretch; }
  .button, .hero-actions, .cta-section .button { width: 100%; }
  .steps article { grid-template-columns: 1fr; }
  .steps p { grid-column: auto; margin-top: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom div { gap: 12px; flex-direction: column; }
}




.contact-layout {
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 86px);
  background: var(--white);
}

@media (max-width: 920px) {
  .profile-photo {
    width: min(100%, 460px);
    height: min(calc((100vw - 36px) * 1.25), 575px);
    max-height: none;
  }
}
.contact-info-panel {
  display: grid;
  gap: 34px;
  align-content: start;
}
.contact-info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
}
.contact-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1f7ed4;
  color: var(--white);
}
.contact-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-info-item h2 {
  margin: 0 0 4px;
  color: #173d64;
  font-size: 1.2rem;
  line-height: 1.2;
}
.contact-info-item p {
  margin: 0;
  color: #1e2d38;
  font-size: 0.95rem;
  line-height: 1.5;
}
.small-map {
  max-height: 160px;
  aspect-ratio: 16 / 8;
  margin-top: -8px;
}
.map-link {
  width: fit-content;
  color: #1f7ed4;
  font-weight: 800;
}
.clean-contact-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.clean-contact-form::before {
  display: none;
}
.clean-contact-form label {
  gap: 0;
}
.clean-contact-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.clean-contact-form input,
.clean-contact-form textarea {
  min-height: 43px;
  border: 1px solid #d7dce2;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}
.clean-contact-form input::placeholder,
.clean-contact-form textarea::placeholder {
  color: #a9b0b8;
}
.clean-contact-form textarea {
  min-height: 148px;
}
.send-message-button {
  justify-self: center;
  min-width: 178px;
  min-height: 44px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: #1f7ed4;
  color: var(--white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(31, 126, 212, 0.22);
}
.send-message-button:hover,
.send-message-button:focus-visible {
  background: #1560a5;
  outline: none;
}

/* Rebuilt appointment page */
.appointment-page {
  background: var(--white);
}
.appointment-hero {
  padding: clamp(70px, 11vw, 138px) clamp(18px, 5vw, 86px) 58px;
  text-align: center;
}
.appointment-hero h1 {
  margin: 0;
  color: #173d64;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.05;
}
.title-divider {
  display: block;
  width: 160px;
  height: 2px;
  margin: 18px auto 22px;
  background: linear-gradient(90deg, #cfd5db 0 31%, #1f7ed4 31% 69%, #cfd5db 69% 100%);
}
.appointment-hero > p {
  margin: 0 auto 64px;
  max-width: 720px;
  color: #1e2d38;
  font-size: 1rem;
}
.appointment-wide-form {
  display: grid;
  gap: 24px;
  max-width: 1296px;
  margin: 0 auto;
}
.appointment-fields-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.appointment-wide-form label {
  display: grid;
  text-align: left;
}
.appointment-wide-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.appointment-wide-form input,
.appointment-wide-form select,
.appointment-wide-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid #d5dae0;
  border-radius: 0;
  color: #1e2d38;
  background: var(--white);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.appointment-wide-form input::placeholder,
.appointment-wide-form textarea::placeholder {
  color: #b3bac1;
}
.appointment-wide-form input:focus,
.appointment-wide-form select:focus,
.appointment-wide-form textarea:focus {
  border-color: #1f7ed4;
  box-shadow: 0 0 0 3px rgba(31, 126, 212, 0.1);
}
.message-field textarea {
  min-height: 128px;
  resize: vertical;
}
.appointment-create-button {
  justify-self: center;
  min-width: 188px;
  min-height: 44px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: #1f7ed4;
  color: var(--white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(31, 126, 212, 0.22);
}
.appointment-create-button:hover,
.appointment-create-button:focus-visible {
  background: #1560a5;
  outline: none;
}
.full-map-section {
  width: 100%;
  height: clamp(320px, 32vw, 500px);
  overflow: hidden;
  border-top: 1px solid #dfe7ef;
  border-bottom: 1px solid #dfe7ef;
}
.full-map-section iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.appointment-contact-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(44px, 7vw, 72px) clamp(18px, 5vw, 86px);
  background: #eef6ff;
}
.appointment-contact-footer h2 {
  margin-bottom: 28px;
  color: #173d64;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}
.appointment-contact-footer p {
  margin: 0 0 8px;
  color: #1e2d38;
}

@media (max-width: 920px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { justify-content: flex-start; }
  .appointment-fields-grid { grid-template-columns: 1fr 1fr; }
  .appointment-contact-footer { flex-direction: column; }
}

@media (max-width: 560px) {
  .appointment-hero { padding-top: 52px; }
  .appointment-hero > p { margin-bottom: 34px; }
  .appointment-fields-grid { grid-template-columns: 1fr; gap: 14px; }
  .appointment-wide-form { gap: 14px; }
  .appointment-create-button { width: 100%; }
  .full-map-section { height: 320px; }
}



.home-feature-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 64px);
  background: var(--white);
}
.home-feature-image {
  min-height: 430px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(31, 126, 212, 0.16), rgba(23, 61, 100, 0.28)), url("img/klinikfoto.jpeg") center / cover;
  box-shadow: 0 22px 52px rgba(23, 33, 38, 0.14);
}
.home-feature-copy {
  max-width: 760px;
}
.home-feature-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}
.feature-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.feature-stats div {
  padding: 18px;
  border: 1px solid rgba(31, 126, 212, 0.14);
  border-radius: 8px;
  background: #f4f9ff;
}
.feature-stats strong,
.feature-stats span {
  display: block;
}
.feature-stats strong {
  color: #1f7ed4;
  font-size: 1.8rem;
  line-height: 1;
}
.feature-stats span {
  margin-top: 8px;
  color: #3f5566;
  font-size: 0.92rem;
}
.home-specialties-section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 64px);
  background: #f4f9ff;
}
.center-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.specialty-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid #dce9f6;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(23, 33, 38, 0.06);
}
.specialty-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: #1f7ed4;
  font-weight: 900;
}
.specialty-card p {
  color: var(--muted);
}
.home-process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 6vw, 84px);
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 64px);
  background: var(--white);
}
.process-timeline {
  display: grid;
  gap: 14px;
}
.process-timeline article {
  padding: 22px 24px;
  border-left: 4px solid #1f7ed4;
  border-radius: 8px;
  background: #f7faf8;
}
.process-timeline strong {
  color: #173d64;
  font-size: 1.08rem;
}
.process-timeline p {
  margin: 6px 0 0;
  color: var(--muted);
}
.home-pilates-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 clamp(18px, 4vw, 64px) clamp(64px, 9vw, 112px);
  padding: clamp(30px, 5vw, 54px);
  border-radius: 8px;
  background: linear-gradient(135deg, #fde7f1, #ffffff 64%);
  border: 1px solid rgba(236, 93, 155, 0.2);
}
.home-pilates-banner div {
  max-width: 760px;
}
.home-pilates-banner .eyebrow {
  color: var(--pink-dark);
}
.home-pilates-banner p:not(.eyebrow) {
  color: var(--muted);
}

@media (max-width: 920px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { justify-content: flex-start; }
  .home-feature-section,
  .home-process-section,
  .specialty-grid {
    grid-template-columns: 1fr;
  }
  .home-pilates-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .home-feature-image { min-height: 280px; }
  .feature-stats { grid-template-columns: 1fr; }
  .home-pilates-banner .button { width: 100%; }
}





.hero-appointment-button {
  min-width: 150px;
  border-radius: 999px;
  background: #095b9f !important;
  color: var(--white);
  box-shadow: 0 14px 28px rgba(31, 126, 212, 0.24) !important;
}
.hero-appointment-button:hover,
.hero-appointment-button:focus-visible {
  background: #1560a5 !important;
}

.hero-services-button {
  min-width: 170px;
  border-radius: 999px;
  border-color: rgba(31, 126, 212, 0.35) !important;
  color: #1f7ed4;
  background: var(--white);
}
.hero-services-button:hover,
.hero-services-button:focus-visible {
  border-color: #1f7ed4 !important;
  background: #f4f9ff;
}

.quick-link-grid {
  align-items: stretch;
}
.quick-link-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(145deg, #1f7ed4, #145f9f);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(31, 126, 212, 0.2);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.quick-link-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -45% 45%;
  height: 150px;
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(-18deg);
  transition: transform 260ms ease;
}
.quick-link-card:hover,
.quick-link-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px rgba(31, 126, 212, 0.28);
  background: linear-gradient(145deg, #2589e3, #124f87);
}
.quick-link-card:hover::after,
.quick-link-card:focus-within::after {
  transform: translateY(-18px) rotate(-18deg);
}
.quick-link-card .icon {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
}
.quick-link-card h3,
.quick-link-card p,
.quick-link-card .text-link {
  position: relative;
  z-index: 1;
}
.quick-link-card p {
  color: rgba(255, 255, 255, 0.82);
}
.quick-link-card .text-link {
  color: var(--white);
}
.quick-link-card .text-link::after {
  content: " →";
}

.specialty-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 410px;
  flex-direction: column;
  border: 1px solid rgba(31, 126, 212, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 14px 34px rgba(23, 33, 38, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.specialty-card:hover,
.specialty-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(31, 126, 212, 0.32);
  box-shadow: 0 24px 52px rgba(31, 126, 212, 0.18);
}
.specialty-card span {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(31, 126, 212, 0.1);
  color: #1f7ed4;
  font-size: 0.86rem;
  line-height: 1;
}
.specialty-card h3 {
  color: #173d64;
}
.specialty-card p {
  margin-bottom: 22px;
}
.specialty-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(23, 33, 38, 0.12);
  transition: transform 260ms ease;
}
.specialty-card:hover img,
.specialty-card:focus-within img {
  transform: scale(1.035);
}
.about-page {
  background: #ffffff;
}

.about-photo-hero {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 52px) clamp(32px, 5vw, 62px);
  display: grid;
  gap: clamp(26px, 4vw, 44px);
}

.about-photo-frame {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  background: #eef6ff;
  box-shadow: 0 22px 55px rgba(11, 53, 88, 0.13);
}

.about-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.about-story {
  width: min(100%, 880px);
  margin: 0 auto;
}

.about-story h1 {
  margin: 10px 0 20px;
  color: #17242c;
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: 1;
}

.about-story p:not(.eyebrow) {
  margin: 0 0 14px;
  color: #40576a;
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.medical-term-link {
  color: inherit;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: rgba(31, 126, 212, 0.3);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 0.22s ease, text-decoration-color 0.22s ease;
}

.medical-term-link:hover,
.medical-term-link:focus-visible {
  color: #1560a5;
  text-decoration-color: #1560a5;
}

.about-treatment-areas {
  margin: 30px 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid #d9e8f6;
  border-radius: 20px;
  background: linear-gradient(145deg, #f6fbff, #ffffff);
  box-shadow: 0 18px 44px rgba(18, 63, 104, 0.08);
}

.about-treatment-areas h2 {
  margin: 0 0 20px;
  color: #123f68;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.about-treatment-areas ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-treatment-areas li {
  position: relative;
  padding-left: 24px;
  color: #40576a;
  line-height: 1.55;
}

.about-treatment-areas li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #1f7ed4;
  font-weight: 900;
}

.article-topic-section {
  scroll-margin-top: 110px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #dfeaf3;
}

.article-topic-section h2 {
  color: #123f68;
}

@media (max-width: 680px) {
  .about-treatment-areas {
    border-radius: 15px;
  }

  .about-treatment-areas ul {
    grid-template-columns: 1fr;
  }
}

.about-values-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 52px) clamp(50px, 7vw, 90px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-values-section article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid #d9e8f6;
  border-radius: 10px;
  background: linear-gradient(145deg, #f7fbff 0%, #ffffff 100%);
  box-shadow: 0 14px 34px rgba(17, 86, 143, 0.08);
}

.about-values-section span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #155f9f;
  color: #ffffff;
  font-weight: 700;
}

.about-values-section h2 {
  margin: 0 0 10px;
  color: #123f68;
  font-size: 1.12rem;
}

.about-values-section p {
  margin: 0;
  color: #516879;
  line-height: 1.65;
}

@media (max-width: 920px) {
  .about-values-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .about-photo-hero {
    padding-top: 26px;
  }

  .about-photo-frame {
    border-radius: 8px;
  }

  .about-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

  .about-story h1 {
    font-size: 2.15rem;
  }

  .about-story p:not(.eyebrow) {
    font-size: 1rem;
  }

  .about-story-actions .button {
    width: 100%;
    justify-content: center;
  }
}
.vision-mission-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 52px) clamp(44px, 6vw, 74px);
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.vision-mission-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(31, 126, 212, 0.18);
  border-radius: 14px;
  background: linear-gradient(145deg, #f5fbff 0%, #ffffff 58%, #edf6ff 100%);
  box-shadow: 0 18px 45px rgba(13, 73, 120, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.vision-mission-card::before {
  content: "";
  position: absolute;
  inset: auto -70px -90px auto;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(31, 126, 212, 0.12);
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.vision-mission-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.58) 45%, transparent 72%);
  transform: translateX(-110%);
  transition: transform 0.75s ease;
  pointer-events: none;
}

.vision-mission-card:hover {
  transform: translateY(-8px);
  border-color: rgba(31, 126, 212, 0.42);
  box-shadow: 0 26px 62px rgba(13, 73, 120, 0.16);
}

.vision-mission-card:hover::before {
  transform: scale(1.12) translate(-8px, -8px);
  opacity: 0.9;
}

.vision-mission-card:hover::after {
  transform: translateX(110%);
}

.vision-mission-card .card-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: #1f7ed4;
  font-size: 0.84rem;
  font-weight: 700;
}

.vision-mission-card h3,
.vision-mission-card p {
  position: relative;
  z-index: 1;
}

.vision-mission-card h3 {
  margin: 0 0 16px;
  color: #123f68;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.18;
}

.vision-mission-card p {
  margin: 0;
  color: #506879;
  font-size: 1.02rem;
  line-height: 1.75;
}

.mission-card {
  background: linear-gradient(145deg, #fff7fb 0%, #ffffff 56%, #fce9f3 100%);
  border-color: rgba(236, 93, 155, 0.2);
}

.mission-card::before {
  background: rgba(236, 93, 155, 0.14);
}

.mission-card .card-kicker {
  background: #ec5d9b;
}

.mission-card:hover {
  border-color: rgba(236, 93, 155, 0.42);
}

@media (max-width: 780px) {
  .vision-mission-grid {
    grid-template-columns: 1fr;
  }

  .vision-mission-card {
    min-height: auto;
  }
}

.about-faq-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) clamp(18px, 4vw, 52px);
  background:
    radial-gradient(circle at 8% 12%, rgba(31, 126, 212, 0.09), transparent 30%),
    linear-gradient(145deg, #f7fbff 0%, #ffffff 70%);
  border-top: 1px solid #e1edf7;
}

.about-faq-heading {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.about-faq-heading h2 {
  margin: 8px 0 14px;
  color: #123f68;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.about-faq-heading > p:last-child {
  margin: 0;
  color: #587083;
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.about-faq-item {
  overflow: hidden;
  border: 1px solid #d9e8f6;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(18, 63, 104, 0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.about-faq-item:hover,
.about-faq-item[open] {
  border-color: rgba(31, 126, 212, 0.45);
  box-shadow: 0 18px 42px rgba(18, 63, 104, 0.12);
}

.about-faq-item[open] {
  transform: translateY(-2px);
}

.about-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 20px 24px;
  color: #163f62;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

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

.about-faq-icon {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f7ed4, #155b9d);
  box-shadow: 0 8px 18px rgba(31, 126, 212, 0.24);
}

.about-faq-icon::before,
.about-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.about-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.about-faq-item[open] .about-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.about-faq-answer {
  padding: 0 72px 22px 24px;
  animation: aboutFaqReveal 0.28s ease both;
}

.about-faq-answer p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #e6eff7;
  color: #506879;
  font-size: 1rem;
  line-height: 1.75;
}

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

@media (max-width: 560px) {
  .about-faq-section {
    padding-top: 46px;
    padding-bottom: 58px;
  }

  .about-faq-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .about-faq-heading h2 {
    font-size: 2rem;
  }

  .about-faq-item {
    border-radius: 14px;
  }

  .about-faq-item summary {
    min-height: 68px;
    padding: 17px 16px;
    font-size: 1rem;
  }

  .about-faq-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .about-faq-answer {
    padding: 0 16px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-faq-item,
  .about-faq-icon::before,
  .about-faq-icon::after,
  .about-faq-answer {
    animation: none;
    transition: none;
  }
}

/* Mobil sağdan açılan menü */
@media (max-width: 560px) {
  .site-header {
    z-index: 1000;
  }

  .main-header-bar {
    flex-wrap: nowrap;
  }

  .nav-toggle-label {
    position: relative;
    z-index: 1002;
    transition: color 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
  }

  .nav-toggle:checked + .nav-toggle-label {
    position: fixed;
    top: 14px;
    right: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
  }

  .nav-toggle:checked + .nav-toggle-label span {
    background: #ffffff;
  }

  .main-nav {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(86vw, 360px);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 88px 22px 28px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    overflow-y: auto;
    border: 0;
    border-radius: 24px 0 0 24px;
    background:
      radial-gradient(circle at 90% 8%, rgba(89, 181, 255, 0.42), transparent 30%),
      linear-gradient(160deg, #1f7ed4 0%, #155f9f 58%, #0c3f70 100%);
    box-shadow: -20px 0 55px rgba(6, 40, 70, 0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(105%);
    transition:
      transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      visibility 0s linear 0.38s;
  }

  .nav-toggle:checked ~ .main-nav {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .main-nav::before {
    content: "Menü";
    display: block;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .main-nav a,
  .main-nav .pilates-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    font-size: 1rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
  }

  .main-nav a:hover,
  .main-nav a:focus-visible,
  .main-nav a:not(.nav-cta):hover,
  .main-nav a:not(.nav-cta):focus-visible,
  .main-nav .pilates-link:hover,
  .main-nav .pilates-link:focus-visible {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    outline: none;
  }

  .main-nav .nav-cta {
    min-width: 0;
    min-height: 54px;
    margin-top: 8px;
    justify-content: center;
    color: #155f9f !important;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 12px 28px rgba(5, 42, 75, 0.2);
  }

  .main-nav .nav-cta:hover,
  .main-nav .nav-cta:focus-visible {
    color: #0c4e87 !important;
    background: #edf7ff !important;
  }
}
.services-page {
  background: #ffffff;
}

.services-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(62px, 9vw, 118px) clamp(18px, 4vw, 64px) clamp(48px, 7vw, 86px);
  background: linear-gradient(135deg, #f4f9ff 0%, #ffffff 62%, #eef6ff 100%);
}

.services-hero h1 {
  max-width: 960px;
  color: #17242c;
  font-size: clamp(2.25rem, 5vw, 4.9rem);
  line-height: 1;
}

.services-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 24px 0 0;
  color: #40576a;
  font-size: 1.1rem;
  line-height: 1.75;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.services-hero-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(31, 126, 212, 0.18);
  border-radius: 16px;
  background: linear-gradient(145deg, #1f7ed4, #123f68);
  color: #ffffff;
  box-shadow: 0 24px 58px rgba(31, 126, 212, 0.22);
}

.services-hero-panel::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -70px;
  bottom: -80px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.services-hero-panel span {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.services-showcase-section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 4vw, 64px);
}

.modern-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.modern-service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  border: 1px solid #dce9f6;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(17, 70, 112, 0.09);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.modern-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.55) 48%, transparent 72%);
  transform: translateX(-115%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.modern-service-card:hover,
.modern-service-card:focus-within {
  transform: translateY(-9px);
  border-color: rgba(31, 126, 212, 0.38);
  box-shadow: 0 28px 64px rgba(31, 126, 212, 0.17);
}

.modern-service-card:hover::after,
.modern-service-card:focus-within::after {
  transform: translateX(115%);
}

.modern-service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.modern-service-card:hover img,
.modern-service-card:focus-within img {
  transform: scale(1.055);
}

.modern-service-card div {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.modern-service-card span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31, 126, 212, 0.1);
  color: #1f7ed4;
  font-size: 0.82rem;
  font-weight: 900;
}

.modern-service-card h3 {
  margin-bottom: 12px;
  color: #123f68;
  font-size: 1.28rem;
}

.modern-service-card p {
  margin: 0;
  color: #516879;
  line-height: 1.72;
}

.services-process-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(58px, 8vw, 98px) clamp(18px, 4vw, 64px);
  background: #f4f9ff;
}

.services-process-band h2 {
  color: #17242c;
}

.services-process-list {
  display: grid;
  gap: 14px;
}

.services-process-list article {
  padding: 22px 24px;
  border-left: 4px solid #1f7ed4;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 70, 112, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.services-process-list article:hover {
  transform: translateX(8px);
  box-shadow: 0 20px 44px rgba(31, 126, 212, 0.14);
}

.services-process-list strong {
  color: #123f68;
  font-size: 1.08rem;
}

.services-process-list p {
  margin: 6px 0 0;
  color: #516879;
}

.services-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(54px, 8vw, 92px) clamp(18px, 4vw, 64px);
  padding: clamp(30px, 5vw, 54px);
  border-radius: 16px;
  background: linear-gradient(135deg, #173d64, #1f7ed4);
  color: #ffffff;
  box-shadow: 0 24px 58px rgba(31, 126, 212, 0.2);
}

.services-cta-banner div {
  max-width: 760px;
}

.services-cta-banner .eyebrow,
.services-cta-banner p {
  color: rgba(255, 255, 255, 0.82);
}

.services-cta-banner h2 {
  color: #ffffff;
}

@media (max-width: 980px) {
  .services-hero,
  .modern-service-grid,
  .services-process-band {
    grid-template-columns: 1fr;
  }

  .services-hero-panel {
    max-width: 520px;
  }

  .services-cta-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .services-hero {
    padding-top: 42px;
  }

  .services-hero-actions .button,
  .services-cta-banner .button {
    width: 100%;
  }

  .modern-service-card {
    min-height: auto;
  }

  .modern-service-card div {
    padding: 20px;
  }
}
.appointment-success-message {
  display: none;
  justify-self: center;
  margin: 2px 0 0;
  padding: 13px 20px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  background: #ecfdf3;
  color: #147a3f;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.12);
}

.appointment-success-message.is-visible {
  display: inline-flex;
  animation: appointmentSuccessPop 0.28s ease both;
}

.appointment-hidden-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

@keyframes appointmentSuccessPop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.reformer-page {
  overflow: hidden;
  background: #fff7fb;
}

.reformer-motion-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(62px, 8vw, 116px) clamp(18px, 5vw, 72px);
  color: #ffffff;
  overflow: hidden;
}

.reformer-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(18, 35, 49, 0.86) 0%, rgba(18, 35, 49, 0.62) 42%, rgba(18, 35, 49, 0.12) 74%),
    url("img/reformer-pilates-hero.png") center right / cover no-repeat;
  transform: scale(1.05);
  transform-origin: 72% 48%;
  animation: reformerBgMove 6.5s ease-in-out infinite alternate;
}

.reformer-motion-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(236, 93, 155, 0.1), rgba(31, 126, 212, 0.08));
  pointer-events: none;
}

.reformer-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.75;
  animation: reformerFloat 7s ease-in-out infinite;
}

.reformer-glow-one {
  width: 220px;
  height: 220px;
  left: 8%;
  bottom: 12%;
  background: rgba(236, 93, 155, 0.34);
}

.reformer-glow-two {
  width: 150px;
  height: 150px;
  right: 18%;
  top: 18%;
  background: rgba(31, 126, 212, 0.28);
  animation-delay: -2.5s;
}

.reformer-hero-content {
  max-width: 760px;
  animation: reformerContentIn 0.8s ease both;
}

.reformer-hero-content .eyebrow {
  color: #ffd7e8;
}

.reformer-hero-content h1 {
  max-width: 840px;
  color: #ffffff;
  font-size: clamp(2.35rem, 5.5vw, 5.1rem);
  line-height: 0.98;
}

.reformer-hero-content p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

.reformer-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.reformer-hero-actions .secondary {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.reformer-floating-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(22px, 5vw, 56px);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 520px;
  animation: reformerPanelFloat 5s ease-in-out infinite;
}

.reformer-floating-panel span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-weight: 800;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(18, 35, 49, 0.14);
}

.reformer-benefits-section {
  padding: clamp(62px, 9vw, 112px) clamp(18px, 4vw, 64px);
  background: linear-gradient(180deg, #fff7fb, #ffffff);
}

.reformer-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reformer-benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(236, 93, 155, 0.2);
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff 0%, #fff3f9 100%);
  box-shadow: 0 16px 42px rgba(184, 50, 114, 0.09);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.reformer-benefit-card::after {
  content: "";
  position: absolute;
  inset: auto -50px -80px auto;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(236, 93, 155, 0.12);
  transition: transform 0.35s ease;
}

.reformer-benefit-card:hover {
  transform: translateY(-9px);
  border-color: rgba(236, 93, 155, 0.42);
  box-shadow: 0 26px 58px rgba(184, 50, 114, 0.16);
}

.reformer-benefit-card:hover::after {
  transform: scale(1.15) translate(-12px, -12px);
}

.reformer-benefit-card span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ec5d9b;
  color: #ffffff;
  font-weight: 900;
}

.reformer-benefit-card h3 {
  color: #b83272;
  font-size: 1.24rem;
}

.reformer-benefit-card p {
  color: #5e6070;
}

.reformer-flow-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(58px, 8vw, 96px) clamp(18px, 4vw, 64px);
  background: #ffffff;
}

.reformer-flow-list {
  display: grid;
  gap: 14px;
}

.reformer-flow-list article {
  padding: 22px 24px;
  border-left: 4px solid #ec5d9b;
  border-radius: 12px;
  background: #fff7fb;
  box-shadow: 0 14px 34px rgba(184, 50, 114, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.reformer-flow-list article:hover {
  transform: translateX(8px);
  box-shadow: 0 20px 44px rgba(184, 50, 114, 0.14);
}

.reformer-flow-list strong {
  color: #b83272;
  font-size: 1.08rem;
}

.reformer-flow-list p {
  margin: 6px 0 0;
  color: #5e6070;
}

@keyframes reformerBgMove {
  0% {
    transform: scale(1.055) translate3d(0, 0, 0);
    filter: saturate(1) brightness(1);
  }
  45% {
    transform: scale(1.085) translate3d(-10px, -4px, 0);
    filter: saturate(1.04) brightness(1.02);
  }
  100% {
    transform: scale(1.11) translate3d(-18px, 6px, 0);
    filter: saturate(1.02) brightness(1.01);
  }
}

@keyframes reformerFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-18px) scale(1.06);
  }
}

@keyframes reformerContentIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reformerPanelFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 920px) {
  .reformer-motion-hero {
    min-height: 760px;
    align-items: end;
  }

  .reformer-bg {
    background-position: center right 28%;
  }

  .reformer-floating-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 36px;
  }

  .reformer-benefit-grid,
  .reformer-flow-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .reformer-motion-hero {
    min-height: 690px;
    padding-top: 42px;
  }

  .reformer-bg {
    background-position: center right 36%;
  }

  .reformer-hero-actions .button {
    width: 100%;
  }

  .reformer-floating-panel span {
    width: 100%;
    text-align: center;
  }
}
.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 18px 12px 12px;
  border-radius: 999px;
  background: #08783e;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(34, 197, 94, 0.32);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-4px);
  background: #056332;
  box-shadow: 0 24px 48px rgba(34, 197, 94, 0.42);
  outline: none;
}

.floating-whatsapp-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 1.22rem;
  line-height: 1;
}


.floating-whatsapp-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

@media (max-width: 560px) {
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 10px 14px 10px 10px;
    font-size: 0.9rem;
  }

  .floating-whatsapp-icon {
    width: 30px;
    height: 30px;
    font-size: 1.08rem;
  }
}

/* MODERN BLOG SYSTEM */
.blog-hero-actions .button.primary {
  background: #095b9f;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(9, 91, 159, 0.25);
}

.blog-hero-actions .button.primary:hover,
.blog-hero-actions .button.primary:focus-visible {
  background: #07487e;
}

.modern-blog-page,.article-page{background:#f7fbfc;color:#153441}.blog-hero-modern{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;min-height:620px;padding:80px clamp(20px,6vw,96px);background:linear-gradient(135deg,#eefaf7,#f7fbff 55%,#e8f2ff);overflow:hidden}.blog-hero-copy h1{font-size:clamp(2.8rem,5.7vw,5.3rem);line-height:.98;letter-spacing:-.055em;margin:12px 0 25px;color:#103d50}.blog-hero-copy>p:not(.eyebrow){font-size:1.15rem;line-height:1.75;color:#536f79}.blog-hero-actions,.blog-trust-row{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.blog-trust-row{color:#29675e;font-weight:800}.blog-motion-visual{position:relative;min-height:430px;display:grid;place-items:center}.blog-motion-visual>svg{z-index:2;width:min(100%,430px);filter:drop-shadow(0 25px 30px rgba(21,96,165,.18))}.motion-body{fill:url(#blogGrad)}.motion-line{fill:none;stroke:#fff;stroke-width:7;stroke-linecap:round}.motion-pulse{fill:#ffcc65;animation:blogPulse 2s infinite}.motion-orbit{position:absolute;border:1px solid rgba(21,96,165,.18);border-radius:50%;animation:blogSpin 14s linear infinite}.orbit-one{width:410px;height:410px}.orbit-two{width:300px;height:300px;animation-direction:reverse}.motion-badge{position:absolute;z-index:3;display:flex;gap:8px;padding:12px 16px;border-radius:16px;background:#ffffffe8;box-shadow:0 15px 35px #13435824}.motion-badge strong{color:#1560a5}.badge-one{left:2%;top:18%}.badge-two{right:0;bottom:18%}@keyframes blogPulse{50%{transform:scale(1.3)}}@keyframes blogSpin{to{transform:rotate(360deg)}}.blog-intro-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:1220px;margin:-40px auto 0;position:relative;z-index:5;border-radius:24px;background:#fff;box-shadow:0 20px 50px #103d501f}.blog-intro-strip div{display:grid;gap:5px;padding:27px 32px;border-right:1px solid #e3eef1}.blog-intro-strip span{color:#68808a}.blog-library{padding:110px clamp(20px,6vw,96px)}.blog-heading{display:grid;grid-template-columns:1fr minmax(280px,480px);gap:35px;max-width:1220px;margin:0 auto 45px}.blog-heading h2{font-size:clamp(2rem,4vw,3.4rem);margin:8px 0;color:#123e50}.modern-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1220px;margin:auto}.modern-blog-card{display:flex;flex-direction:column;border:1px solid #dfebee;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 12px 35px #14485912;transition:.35s}.modern-blog-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px #14485926}.blog-card-media{position:relative;height:235px;overflow:hidden}.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:.5s}.modern-blog-card:hover img{transform:scale(1.06)}.blog-card-icon{position:absolute;left:22px;bottom:18px;display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:#fff;color:#1560a5}.blog-card-icon svg{width:34px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round}.blog-card-content{display:flex;flex:1;flex-direction:column;padding:25px}.blog-card-meta{display:flex;justify-content:space-between;gap:10px;font-size:.75rem;text-transform:uppercase;font-weight:900;color:#398474}.blog-card-content h2{font-size:1.34rem}.blog-card-content h2 a{color:#123e50;text-decoration:none}.blog-card-content p{color:#677f89;line-height:1.7}.blog-read-more{margin-top:auto;color:#1560a5;font-weight:900;text-decoration:none}.blog-cta-modern{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:0 clamp(20px,6vw,96px) 90px;padding:50px;border-radius:30px;color:#fff;background:linear-gradient(120deg,#123e50,#1560a5)}.blog-cta-modern h2{font-size:clamp(1.8rem,3.5vw,3rem);margin:8px 0}.blog-cta-modern .button{background:#fff;color:#12465c}.article-breadcrumb{display:flex;gap:10px;max-width:1220px;margin:auto;padding:28px 20px}.article-hero{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center;max-width:1300px;margin:auto;padding:45px 40px 80px}.article-category{padding:8px 13px;border-radius:999px;background:#dff5ef;color:#247568;font-weight:900}.article-hero h1{font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.03;color:#113d50}.article-hero-copy>p,.article-content p{font-size:1.08rem;line-height:1.85;color:#5c747e}.article-meta{display:flex;gap:20px;color:#57717b;font-weight:800}.article-hero-media{height:480px;border-radius:32px;overflow:hidden}.article-hero-media img{width:100%;height:100%;object-fit:cover}.article-layout{display:grid;grid-template-columns:220px minmax(0,780px);justify-content:center;gap:60px;padding:50px 20px 90px}.article-toc{position:sticky;top:110px;display:grid;gap:12px;align-self:start;padding:22px;border-left:3px solid #33b8a5;background:#fff}.article-toc a{color:#66808a;text-decoration:none}.article-content section{margin-bottom:55px}.article-lead{padding:30px;border-radius:24px;background:#e9f7f3}.article-content h2{font-size:2rem;color:#123e50}.section-number{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#dff5ef;color:#247568;font-weight:900}.article-animated-visual{padding:28px;border-radius:22px;background:linear-gradient(135deg,#123e50,#1560a5);color:#fff}.article-animated-visual svg{width:100%}.article-animated-visual path{fill:none;stroke:#8de1d2;stroke-width:5}.article-animated-visual circle{fill:#ffcc65}.article-checklist{display:grid;gap:14px;padding:0;list-style:none}.article-checklist li{display:flex;gap:14px;padding:18px;border:1px solid #dfecee;border-radius:16px;background:#fff}.article-checklist li span{color:#247568;font-weight:900}.article-checklist p{margin:0}.expert-note{display:flex;gap:20px;padding:28px;border-radius:24px;background:#fff4d9}.expert-icon{display:grid;place-items:center;min-width:50px;height:50px;border-radius:16px;background:#ffcc65;font-weight:900}.expert-note h2{font-size:1.5rem;margin:6px 0}.article-cta{margin-top:60px}
@media(max-width:1050px){.blog-hero-modern,.article-hero{grid-template-columns:1fr}.modern-blog-grid{grid-template-columns:repeat(2,1fr)}.blog-heading{grid-template-columns:1fr}.article-layout{grid-template-columns:190px 1fr}}
@media(max-width:760px){.blog-hero-modern{padding-top:55px}.blog-motion-visual{min-height:330px}.blog-intro-strip{grid-template-columns:1fr;margin:-20px 18px 0}.blog-intro-strip div{border-bottom:1px solid #e3eef1}.modern-blog-grid{grid-template-columns:1fr}.blog-cta-modern{align-items:flex-start;flex-direction:column}.article-hero{padding:25px 16px 45px}.article-hero-media{height:340px}.article-layout{grid-template-columns:1fr}.article-toc{position:static}.expert-note{flex-direction:column}}
@media(max-width:480px){.blog-hero-actions{flex-direction:column}.blog-hero-actions .button,.blog-cta-modern .button{width:100%}.blog-library{padding-left:16px;padding-right:16px}.blog-card-meta{flex-direction:column}.article-hero-media{height:280px}.blog-cta-modern{padding:30px}}
@media(prefers-reduced-motion:reduce){.motion-orbit,.motion-pulse{animation:none}}

/* REFORMER EXTERNAL SITE OVERLAY */
.reformer-site-preview-overlay {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(13, 24, 34, 0.34);
  backdrop-filter: blur(13px) saturate(0.85);
  -webkit-backdrop-filter: blur(13px) saturate(0.85);
}

.reformer-site-preview-card {
  width: min(100%, 620px);
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(15, 45, 62, 0.72), rgba(48, 24, 53, 0.68));
  box-shadow: 0 30px 90px rgba(5, 18, 27, 0.35);
  color: #ffffff;
  text-align: center;
}

.reformer-preview-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #ffd0e6;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reformer-site-preview-card h2 {
  margin: 18px 0 14px;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.reformer-site-preview-card p {
  max-width: 480px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.7;
}

.reformer-preview-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  background: linear-gradient(110deg, #ff5ebd, #9848ee);
  box-shadow: 0 15px 38px rgba(236, 76, 174, 0.34);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reformer-preview-button:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 21px 44px rgba(236, 76, 174, 0.45);
}

.reformer-preview-button span {
  font-size: 1.35rem;
}

@media (max-width: 560px) {
  .reformer-site-preview-overlay {
    padding: 16px;
    backdrop-filter: blur(10px) saturate(0.85);
    -webkit-backdrop-filter: blur(10px) saturate(0.85);
  }

  .reformer-site-preview-card {
    padding: 34px 21px;
    border-radius: 26px;
  }

  .reformer-site-preview-card h2 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .reformer-preview-button {
    width: 100%;
  }
}
/* Commercial service landing pages and medical content enhancements */
.commercial-service-page {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0 80px;
}

.commercial-service-page .article-breadcrumb {
  margin: 0 0 24px;
}

.commercial-service-hero {
  align-items: center;
  margin-bottom: 38px;
}

.commercial-service-image {
  display: block;
  width: 100%;
  max-height: 460px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(14, 48, 73, 0.16);
}

.commercial-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(270px, 0.8fr);
  gap: 34px;
  margin: 46px 0;
}

.commercial-content-grid > article,
.commercial-side-card,
.related-services {
  border: 1px solid rgba(21, 96, 165, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(19, 60, 91, 0.08);
}

.commercial-content-grid > article {
  padding: clamp(26px, 4vw, 50px);
}

.commercial-content-grid h2 {
  margin: 26px 0 12px;
  color: #123b5d;
}

.commercial-content-grid p,
.commercial-steps li,
.medical-notice {
  line-height: 1.78;
}

.commercial-steps {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  padding-left: 22px;
}

.commercial-side-card {
  align-self: start;
  position: sticky;
  top: 104px;
  padding: 28px;
}

.commercial-side-card p {
  margin: 0 0 15px;
}

.medical-notice {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 4px solid #1560a5;
  border-radius: 14px;
  background: #eef7ff;
  color: #29465d;
}

.related-services {
  padding: clamp(25px, 4vw, 42px);
}

.related-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.related-service-links a {
  padding: 16px 18px;
  border-radius: 14px;
  background: #f2f8fd;
  color: #155687;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.related-service-links a:hover {
  transform: translateY(-2px);
  background: #e2f1fc;
}

.article-updated {
  margin: 10px 0 0;
  color: #597184;
  font-size: 0.92rem;
}

.article-sources {
  margin-top: 34px;
  padding: 24px;
  border-radius: 20px;
  background: #f6f9fc;
}

.article-sources h2 {
  margin-top: 0;
}

.article-sources ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.article-sources a {
  color: #155f96;
  font-weight: 650;
}

.specialty-card .text-link {
  display: inline-block;
  margin: 4px 0 16px;
}

@media (max-width: 860px) {
  .commercial-content-grid {
    grid-template-columns: 1fr;
  }

  .commercial-side-card {
    position: static;
  }

  .related-service-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .commercial-service-page {
    width: min(100% - 24px, 1180px);
    padding-top: 22px;
    overflow: hidden;
  }

  .commercial-service-hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    padding: 38px 20px;
  }

  .commercial-service-hero > div {
    min-width: 0;
  }

  .commercial-service-hero .services-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .commercial-service-hero .services-hero-actions .button {
    max-width: 100%;
  }

  .commercial-service-image {
    min-width: 0;
    max-width: 100%;
  }

  .related-service-links {
    grid-template-columns: 1fr;
  }
}
/* Animated, content-rich condition landing pages */
.condition-page{background:#f7fbfd;color:#153441}
.condition-page main{overflow:hidden}
.condition-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:center;gap:60px;min-height:690px;padding:70px clamp(24px,6vw,100px) 100px;background:radial-gradient(circle at 82% 25%,color-mix(in srgb,var(--condition-accent) 18%,transparent),transparent 32%),linear-gradient(135deg,#f4fbfa,#f7faff 65%,#edf5ff)}
.condition-hero::before{content:"";position:absolute;inset:auto auto 35px 6%;width:120px;height:8px;border-radius:20px;background:var(--condition-accent);opacity:.55}
.condition-hero-copy{position:relative;z-index:2;max-width:780px}
.condition-hero h1{max-width:850px;margin:12px 0 26px;color:#103d50;font-size:clamp(2.75rem,5.5vw,5.25rem);line-height:.99;letter-spacing:-.055em}
.condition-hero-copy>p:not(.eyebrow){max-width:760px;color:#536f79;font-size:1.12rem;line-height:1.8}
.condition-actions,.condition-trust{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}
.condition-actions .primary{background:linear-gradient(120deg,#0d665f,#124f87);color:#fff}
.condition-trust{gap:24px;color:#2e6d67;font-size:.9rem;font-weight:800}
.condition-visual{position:relative;display:grid;place-items:center;min-height:520px}
.condition-visual svg{width:min(100%,520px);filter:drop-shadow(0 26px 34px rgba(19,61,80,.17))}
.condition-orbit{fill:none;stroke:color-mix(in srgb,var(--condition-accent) 36%,transparent);stroke-width:2;stroke-dasharray:8 13;transform-origin:center;animation:condition-spin 22s linear infinite}
.condition-orbit.orbit-b{animation-direction:reverse;animation-duration:15s}
.condition-body{fill:url(#g);opacity:.9}
.condition-core{fill:#fff;opacity:.17}
.condition-pulse{fill:#ffcf63;filter:drop-shadow(0 0 15px #ffcf63);animation:condition-pulse 1.8s ease-in-out infinite}
.condition-motion{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-dasharray:9 12;animation:condition-dash 10s linear infinite}
.zone-spine{transform:translateY(-35px)}.zone-knee{transform:translate(56px,105px)}.zone-limbs{transform:translate(-92px,4px)}.zone-muscle{transform:translate(48px,20px)}.zone-tool{transform:translate(-45px,42px)}.zone-posture{transform:translateY(-80px)}.zone-nerve{transform:translate(-30px,5px)}.zone-elbow{transform:translate(92px,-15px)}.zone-foot{transform:translate(-58px,153px)}
.condition-float-tag{position:absolute;padding:11px 15px;border:1px solid #fff;border-radius:14px;background:#ffffffe8;box-shadow:0 15px 32px #123e5020;color:#315e6e;font-weight:900;animation:condition-float 4s ease-in-out infinite}
.tag-one{top:15%;left:2%}.tag-two{right:0;top:44%;animation-delay:-1.3s}.tag-three{left:10%;bottom:12%;animation-delay:-2.4s}
@keyframes condition-spin{to{transform:rotate(360deg)}}@keyframes condition-pulse{50%{opacity:.55;transform:scale(1.38)}}@keyframes condition-dash{to{stroke-dashoffset:-210}}@keyframes condition-float{50%{transform:translateY(-10px)}}
.condition-signal-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;max-width:1280px;margin:auto;padding:105px 30px}
.condition-signal-section h2,.condition-process h2,.condition-plan-section h2,.condition-related h2{margin:10px 0;color:#123e50;font-size:clamp(2rem,4vw,3.45rem);line-height:1.08;letter-spacing:-.035em}
.condition-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.condition-mini-card{min-height:220px;padding:28px;border:1px solid #dcebed;border-radius:24px;background:#fff;box-shadow:0 18px 45px #123e500c;transition:.35s}
.condition-mini-card:hover{transform:translateY(-8px);border-color:var(--condition-accent);box-shadow:0 25px 55px #123e501c}
.condition-mini-card span{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:#e6f1f5;color:#124f68;font-weight:900}
.condition-mini-card p{margin-top:35px;color:#425f6a;font-size:1.04rem;line-height:1.65;font-weight:750}
.condition-process{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;padding:100px clamp(24px,7vw,120px);background:#103d50;color:#fff}
.condition-process h2{color:#fff}.condition-process-heading>p:last-child{max-width:540px;color:#bfd1d8;line-height:1.8}
.condition-process-track{display:grid}
.condition-process-track article{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:23px 0;border-bottom:1px solid #ffffff26}
.condition-process-track article>span{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#0d5670;color:#fff;font-weight:900;box-shadow:0 0 0 3px color-mix(in srgb,var(--condition-accent) 55%,transparent)}
.condition-process-track strong{font-size:1.12rem}.condition-process-track p{margin:7px 0 0;color:#bcd0d7;line-height:1.6}
.condition-plan-section{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:85px;max-width:1250px;margin:auto;padding:120px 30px}
.condition-plan-visual{position:relative;display:grid;place-items:center;align-content:center;width:min(100%,430px);aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#fff,#eaf4f7);box-shadow:inset 0 0 0 1px #dbeaed,0 35px 75px #103d5018}
.condition-plan-visual strong{z-index:2;color:var(--condition-accent);font-size:7rem;line-height:.9}.condition-plan-visual p{z-index:2;color:#54717b;font-weight:900}
.condition-ring{position:absolute;border:2px dashed color-mix(in srgb,var(--condition-accent) 45%,transparent);border-radius:50%;animation:condition-spin 18s linear infinite}.ring-one{inset:10%}.ring-two{inset:23%;animation-direction:reverse}
.condition-plan-list{display:grid;gap:0;margin-top:28px}
.condition-plan-list div{display:grid;grid-template-columns:65px 1fr;align-items:center;padding:20px 0;border-bottom:1px solid #d9e8eb}
.condition-plan-list b{color:var(--condition-accent);font-size:1.3rem}.condition-plan-list span{color:#365864;font-size:1.03rem;font-weight:800}
.condition-faq-block{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:85px clamp(24px,7vw,120px);background:linear-gradient(120deg,#e9f7f3,#edf5ff)}
.condition-faq-block>div,.condition-faq-block aside{padding:40px;border-radius:27px;background:#fff;box-shadow:0 18px 45px #123e5012}
.condition-faq-block h2{color:#123e50;font-size:clamp(1.8rem,3vw,2.7rem)}.condition-faq-block p{color:#58737d;line-height:1.75}
.condition-faq-block aside{border-left:5px solid #f0ad4e}.condition-faq-block aside strong{color:#9a6415;font-size:1.12rem}
.condition-related{max-width:1260px;margin:auto;padding:110px 30px}
.condition-sources{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:42px clamp(24px,7vw,120px);background:#eef6f8}
.condition-sources h2{max-width:620px;margin:8px 0;color:#123e50;font-size:clamp(1.45rem,2.5vw,2.15rem)}
.condition-sources>div:last-child{display:grid;gap:10px;min-width:min(100%,390px)}
.condition-sources a{padding:13px 16px;border:1px solid #d5e5e9;border-radius:12px;background:#fff;color:#29677a;font-weight:750;text-decoration:none}
.condition-sources a:hover{border-color:#124f68;color:#124f68}
.condition-related>div{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:35px}
.condition-related a{display:grid;min-height:190px;padding:28px;border:1px solid #dce9ec;border-radius:24px;background:#fff;text-decoration:none;transition:.3s}
.condition-related a:hover{transform:translateY(-7px);border-color:var(--condition-accent);box-shadow:0 20px 45px #123e5017}.condition-related span{color:#5b737c}.condition-related strong{color:#123e50;font-size:1.3rem}.condition-related b{align-self:end;color:#124f68}
.condition-cta{margin-bottom:90px}
@media(max-width:980px){.condition-hero{grid-template-columns:1fr;padding-top:55px}.condition-visual{min-height:420px}.condition-signal-section,.condition-process,.condition-plan-section{grid-template-columns:1fr}.condition-plan-visual{margin:auto}.condition-mini-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.condition-hero{gap:25px;min-height:auto;padding:45px 20px 70px}.condition-hero h1{font-size:clamp(2.35rem,12vw,3.65rem)}.condition-visual{min-height:350px}.condition-float-tag{font-size:.76rem}.condition-trust{display:grid;gap:8px}.condition-signal-section,.condition-process,.condition-plan-section,.condition-faq-block,.condition-related{padding:75px 20px}.condition-mini-grid,.condition-faq-block,.condition-related>div{grid-template-columns:1fr}.condition-mini-card{min-height:160px}.condition-process{gap:35px}.condition-plan-section{gap:45px}.condition-plan-visual{width:min(100%,330px)}.condition-sources{display:grid;padding:45px 20px}.condition-sources>div:last-child{min-width:0}}
@media(prefers-reduced-motion:reduce){.condition-page *{animation:none!important;scroll-behavior:auto!important}}
.article-meta{flex-wrap:wrap}
.blog-byline{font-size:.82rem!important;color:#6b7f87!important;border-top:1px solid #e8eff1;padding-top:13px}
.related-reading{padding:30px;border-radius:24px;background:#fff;border:1px solid #dfecee}
.related-reading-links{display:grid;gap:12px}
.related-reading-links a{padding:14px 16px;border-radius:14px;background:#eef8f6;color:#1560a5;font-weight:800;text-decoration:none;transition:.25s}
.related-reading-links a:hover{transform:translateX(5px);background:#e0f2ee}
.legal-page{min-height:70vh;padding:20px clamp(18px,6vw,90px) 90px;background:linear-gradient(180deg,#f3faf9,#fff)}
.legal-card{max-width:920px;margin:25px auto;padding:clamp(28px,5vw,64px);border:1px solid #dcebed;border-radius:30px;background:#fff;box-shadow:0 22px 60px rgba(18,62,80,.09)}
.legal-card h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;color:#123e50}
.legal-card h2{margin-top:36px;color:#123e50}
.legal-card p{font-size:1.04rem;line-height:1.85;color:#58717b}
.legal-card a{color:#1560a5;font-weight:800}
.legal-updated{display:inline-block;padding:8px 13px;border-radius:999px;background:#e3f5f1;color:#247568!important;font-weight:800}
.content-depth-expansion{display:grid;gap:10px}
.content-depth-expansion>section{margin-bottom:55px}
.content-depth-expansion h2{font-size:clamp(1.65rem,3vw,2.15rem);color:#123e50}
.content-depth-expansion>section>p{font-size:1.05rem;line-height:1.85;color:#5c747e}
.urgent-signs{padding:30px;border:1px solid #f1c9c4;border-radius:24px;background:#fff7f5}
.urgent-signs ul,.mistake-list{display:grid;gap:11px;padding-left:22px;color:#4e6973;line-height:1.65}
.rehab-stage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:24px 0}
.rehab-stage-grid article{display:flex;gap:15px;align-items:flex-start;padding:20px;border:1px solid #dcebed;border-radius:18px;background:#fff}
.rehab-stage-grid strong{display:grid;place-items:center;min-width:42px;height:42px;border-radius:13px;background:#dff5ef;color:#247568}
.rehab-stage-grid p{margin:4px 0;color:#58717b;line-height:1.55}
.clinical-observation{padding:32px;border-radius:26px;background:linear-gradient(135deg,#123e50,#1560a5);color:#fff}
.clinical-observation h2,.clinical-observation p{color:#fff!important}
.clinical-observation blockquote{margin:22px 0;padding:20px 24px;border-left:4px solid #8de1d2;background:rgba(255,255,255,.1);font-size:1.12rem;line-height:1.75}
.article-faq details{margin:12px 0;border:1px solid #dcebed;border-radius:16px;background:#fff;overflow:hidden}
.article-faq summary{cursor:pointer;padding:18px 20px;color:#123e50;font-weight:850}
.article-faq details p{margin:0;padding:0 20px 20px}
.review-date{margin-top:24px;padding:18px;border-radius:14px;background:#eef8f6}
@media(max-width:700px){.rehab-stage-grid{grid-template-columns:1fr}.urgent-signs,.clinical-observation{padding:22px}}

/* Eski blog yazılarındaki makale sonu bağlantı ve sağlık notunu
   ana metin sütunuyla aynı genişlikte tutar. */
.article-page article > .article-service-row,
.article-page article > .medical-notice {
  width: min(780px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.article-page article > .article-service-row {
  margin-top: 8px;
  margin-bottom: 28px;
}

.article-page article > .medical-notice {
  margin-top: 0;
  margin-bottom: 70px;
}
