* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 1rem;
}

body {
  font-family: "Manrope", sans-serif;
  color: #000a2d;
  background: #ffffff;
  line-height: 1.58;
}

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

.container {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3267ff;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 0.95rem;
  transition: 0.2s ease;
  color: #ffffff !important;
}
.btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.btn-primary .wa-icon {
  font-size: 1.35rem;
}

@media (max-width: 1440px) {
  .container {
    width: min(1180px, 100% - 44px);
  }
}
@media (max-width: 1280px) {
  .container {
    width: min(1080px, 100% - 40px);
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 28px);
  }
}
@media (max-width: 400px) {
  html {
    font-size: 94%;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 91%;
  }
  .container {
    width: calc(100% - 22px);
  }
}
@media (max-width: 320px) {
  html {
    font-size: 88%;
  }
  .container {
    width: calc(100% - 16px);
  }
}
@media (max-width: 400px) {
  .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
.site-sticky-head {
  position: sticky;
  top: 0;
  z-index: 90;
}

.topbar {
  border-bottom: 1px solid rgba(0, 10, 45, 0.08);
  font-size: 0.88rem;
  background: #fafbff;
}
.topbar .topbar-inner {
  min-height: 38px;
  display: grid;
  grid-template-columns: 0.7fr 1.6fr 1.3fr;
  align-items: center;
  gap: 18px;
}
.topbar p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 10, 45, 0.7);
  white-space: nowrap;
}
.topbar p:last-child {
  justify-content: flex-end;
}
.topbar i {
  color: rgba(0, 10, 45, 0.55);
}

@media (max-width: 1279px) {
  .topbar {
    display: none;
  }
}
.site-header {
  border-bottom: 1px solid rgba(0, 10, 45, 0.08);
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}
.site-header .header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.brand .logo-text {
  line-height: 110%;
}
.brand .logo-text .small {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.brand .logo-text .large {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: #000a2d;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 8px;
  margin-right: -4px;
  border-radius: 10px;
}
.menu-toggle:focus-visible {
  outline: 2px solid rgba(50, 103, 255, 0.6);
  outline-offset: 2px;
}

.header-quick-actions {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-weight: 600;
  color: rgba(0, 10, 45, 0.8);
}
.main-nav a.active {
  color: #3267ff;
}
.main-nav a:hover {
  color: #3267ff;
}
.main-nav .header-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0, 10, 45, 0.12);
  color: #e1306c;
}
.main-nav .header-instagram:hover {
  color: #e1306c;
  border-color: rgba(225, 48, 108, 0.35);
  background: rgba(225, 48, 108, 0.08);
}
.main-nav .header-instagram i {
  font-size: 1.15rem;
}

.wa-icon {
  color: #25d366;
  font-size: 1.5rem;
}

.site-footer {
  background: #03113d;
  color: #ffffff;
  padding: 30px 0 0;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}
.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer .footer-brand-title {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.96);
}
.site-footer .footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}
.site-footer .insta-icon {
  color: #e1306c;
  font-size: 1.5rem;
}
.site-footer .footer-contact {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
  max-width: 360px;
}
.site-footer .footer-contact a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
}
.site-footer .footer-contact i {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.95);
}
.site-footer a:hover {
  color: #8bb0ff;
}
.site-footer .footer-bottom {
  margin-top: 24px;
  padding: 14px 0;
  text-align: center;
  background: #020b2a;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}
.site-footer .footer-bottom a {
  color: #ffffff;
  font-weight: 700;
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

@media (max-width: 1024px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .site-footer .footer-contact {
    justify-items: start;
    text-align: left;
  }
  .site-header .header-inner {
    min-height: 68px;
    gap: 12px;
    position: relative;
    z-index: 100;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
  }
  .header-quick-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }
  .header-quick-actions .header-quick-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
  }
  .header-quick-actions .header-quick-link--instagram {
    color: #e1306c;
  }
  .header-quick-actions .header-quick-link--whatsapp {
    color: #128c7e;
  }
  .header-quick-actions .header-quick-link i {
    font-size: 1.2rem;
  }
  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--site-sticky-h, 112px);
    bottom: 0;
    min-height: calc(100dvh - var(--site-sticky-h, 112px));
    max-height: calc(100dvh - var(--site-sticky-h, 112px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: #ffffff;
    border-top: 1px solid rgba(0, 10, 45, 0.08);
    box-shadow: 0 18px 40px rgba(9, 20, 60, 0.12);
    padding: 20px calc(24px + env(safe-area-inset-right, 0)) 28px calc(24px + env(safe-area-inset-left, 0));
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0));
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    display: none;
    z-index: 95;
  }
  .main-nav.is-open {
    display: flex;
  }
  .main-nav a {
    padding: 12px 4px;
    font-size: 1rem;
    border-radius: 10px;
  }
  .main-nav a.btn-primary {
    justify-content: center;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-brand-title {
    font-size: clamp(1.35rem, 6vw, 1.95rem);
  }
  .site-footer .footer-instagram {
    font-size: 1.05rem;
  }
}
@media (max-width: 360px) {
  .header-quick-actions {
    gap: 6px;
  }
  .header-quick-actions .header-quick-link {
    width: 34px;
    height: 34px;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .brand .logo-text .small {
    font-size: 0.88rem;
  }
  .brand .logo-text .large {
    font-size: 1.25rem;
  }
  .site-header .header-inner {
    min-height: 64px;
  }
}
@media (max-width: 320px) {
  .brand .logo-text .large {
    font-size: 1.15rem;
  }
  .main-nav a {
    font-size: 0.95rem;
    padding: 10px 2px;
  }
}
.hero {
  padding: 36px 0;
}
.hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
}
.hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3267ff;
  font-weight: 700;
  margin-bottom: 14px;
  border: 1px solid rgba(0, 10, 45, 0.08);
  border-radius: 12px;
  padding-inline: 16px;
  background: #f7f7f7;
}
.hero h1 {
  font-size: clamp(1.65rem, 6.2vw, 2.5rem);
  line-height: 1.15;
  margin-bottom: 14px;
}
.hero h1 .highlight {
  display: block;
  color: #3267ff;
  font-weight: 900;
  font-size: clamp(2rem, 10vw, 4rem);
}
.hero p {
  max-width: 520px;
  margin-bottom: 22px;
  color: rgba(0, 10, 45, 0.75);
  font-size: clamp(0.94rem, 3.2vw, 1rem);
}
.hero .hero-image-wrap {
  background: linear-gradient(180deg, #eef3ff, #f9fbff);
  border-radius: 24px 0 0 24px;
  padding: 14px;
}
.hero .hero-photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
}
.hero .hero-photo-title {
  position: absolute;
  top: clamp(40px, 3vw, 80px);
  left: clamp(12px, 3vw, 20px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  pointer-events: none;
  letter-spacing: 0.02em;
  text-shadow: 0 0 1px white, 0 0 12px rgba(255, 255, 255, 0.75), 0 2px 8px rgba(255, 255, 255, 0.5);
}
.hero .hero-photo-title-part {
  display: block;
  color: rgba(0, 10, 45, 0.92);
}
.hero .hero-photo-title-part--muted {
  font-weight: 300;
  font-size: clamp(0.72rem, 1.8vw, 0.92rem);
  line-height: 1.25;
}
.hero .hero-photo-title-part--strong {
  font-weight: 800;
  font-size: clamp(1.08rem, 3.8vw, 1.72rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
}
.hero .hero-image {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.feature-cards {
  padding-bottom: 32px;
}
.feature-cards .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-cards .card i {
  border-radius: 14px;
  border: 1px solid rgba(0, 10, 45, 0.1);
  width: 60px;
  height: 60px;
  background: #fbfcff;
  color: #3267ff;
  font-size: 2rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-cards .card h3 {
  margin-bottom: 6px;
}
.feature-cards .card p {
  color: rgba(0, 10, 45, 0.72);
  font-size: 0.95rem;
  text-align: center;
  max-width: 18rem;
}

.about,
.treatments {
  padding: 64px 0;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
.split-grid .section-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}
.split-grid .section-title.bold {
  font-weight: 900;
  font-size: 3rem;
}
.split-grid .section-title .highlight {
  font-weight: 900;
  font-size: 3rem;
}
.split-grid p {
  color: rgba(0, 10, 45, 0.75);
  margin-bottom: 16px;
}
.split-grid ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}
.split-grid ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.split-grid ul i {
  color: #3267ff;
}

.anim-card {
  transform: scale(1.35);
  max-width: 100%;
}
.anim-card dotlottie-player {
  width: 100%;
  height: 360px;
}

@media (max-width: 1024px) {
  .anim-card {
    transform: scale(1.12);
  }
  .anim-card dotlottie-player {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .anim-card {
    transform: scale(1.02);
  }
  .anim-card dotlottie-player {
    height: 280px;
  }
}
@media (max-width: 400px) {
  .anim-card {
    transform: none;
  }
  .anim-card dotlottie-player {
    height: 240px;
  }
}
.blog {
  padding: 64px 0;
}
.blog h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}
.blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.blog article {
  border: 1px solid rgba(0, 10, 45, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}
.blog article .thumb {
  aspect-ratio: 16/10;
  background: linear-gradient(130deg, #dfe8ff, #f4f7ff);
}
.blog article .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog article .blog-content {
  padding: 16px;
}
.blog article h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}
.blog article p {
  color: rgba(0, 10, 45, 0.72);
  margin-bottom: 14px;
  font-size: 0.94rem;
}

.cta {
  margin-top: 4rem;
  padding-bottom: 70px;
}
.cta .cta-inner {
  border-radius: 18px;
  position: relative;
  min-height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f8ff;
}
.cta .cta-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 480px;
  gap: 16px;
}
.cta .cta-content h2 {
  font-size: clamp(1rem, 3.8vw, 2rem);
  line-height: 1.05;
  color: #000a2d;
  font-weight: 600;
  margin: 0;
}
.cta .cta-content span {
  font-weight: 900;
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  color: #3267ff;
}
.cta .cta-content p {
  max-width: 360px;
  color: rgba(0, 10, 45, 0.65);
  margin: 0;
  font-size: 1.1rem;
}
.cta .cta-badge {
  border: 1px solid rgba(50, 103, 255, 0.3);
  color: #3267ff;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  width: fit-content;
  padding: 8px 14px;
}
.cta .cta-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 400px;
  object-fit: contain;
  object-position: bottom right;
}

@media (max-width: 1024px) {
  .hero .hero-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }
  .feature-cards .cards,
  .blog .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta .cta-inner {
    min-height: auto;
    padding: 34px 24px 0;
  }
  .cta .cta-content {
    max-width: 100%;
    padding-bottom: 220px;
    gap: 20px;
  }
  .cta .cta-content .btn-primary {
    margin-bottom: 28px;
  }
  .cta .cta-image {
    width: 52%;
    right: 24px;
    max-width: 360px;
  }
}
@media (max-width: 768px) {
  .feature-cards .cards,
  .blog .blog-grid {
    grid-template-columns: 1fr;
  }
  .hero,
  .about,
  .treatments,
  .blog {
    padding: 50px 0;
  }
  .cta .cta-inner {
    padding: 26px 16px 0;
    border-radius: 14px;
  }
  .cta .cta-content {
    padding-bottom: 200px;
    gap: 22px;
  }
  .cta .cta-content h2 {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }
  .cta .cta-content p {
    font-size: 1rem;
  }
  .cta .cta-content .btn-primary {
    margin-top: 6px;
    margin-bottom: 36px;
  }
  .cta .cta-image {
    width: min(290px, 70%);
    right: 8px;
  }
}
@media (max-width: 600px) {
  .hero .hero-image-wrap {
    border-radius: 16px;
  }
}
.js .reveal-section {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js .reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal-section,
  .js .reveal-section.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 400px) {
  .hero p,
  .split-grid p {
    font-size: 0.92rem;
  }
}
@media (max-width: 360px) {
  .hero {
    padding: 28px 0;
  }
  .hero .hero-badge {
    font-size: 0.78rem;
    padding-inline: 12px;
  }
  .split-grid .section-title {
    font-size: clamp(1.35rem, 8vw, 2rem);
  }
  .split-grid .section-title.bold {
    font-size: clamp(1.5rem, 8.5vw, 2.2rem);
  }
  .split-grid .section-title .highlight {
    font-size: clamp(1.5rem, 8.5vw, 2.3rem);
  }
  .feature-cards .card p {
    font-size: 0.88rem;
  }
  .blog article .blog-content h3 {
    font-size: 1rem;
  }
  .cta .cta-content span {
    font-size: clamp(1.65rem, 9vw, 2.85rem);
  }
  .cta .cta-content p {
    font-size: 0.95rem;
  }
}
.page-hero {
  padding: 40px 0 16px;
  text-align: center;
}
.page-hero h1 {
  font-size: clamp(1.85rem, 7vw, 4rem);
  line-height: 1.15;
}
.page-hero p {
  color: rgba(0, 10, 45, 0.7);
  font-size: clamp(0.92rem, 3.2vw, 1.05rem);
  max-width: 36rem;
  margin-inline: auto;
  padding-inline: 0.25rem;
}

.treatments-list {
  padding: 40px 0 80px;
}
.treatments-list .container.treatments-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 10rem;
}

.treatment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 0;
  border: 1px solid rgba(0, 10, 45, 0.1);
  border-radius: 14px;
  padding: 16px;
  background: #ffffff;
  transition: opacity 0.68s ease, transform 0.68s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}
.treatment-card.reveal-section.is-visible:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: rgba(50, 103, 255, 0.2);
}
.treatment-card img {
  width: 240px;
  max-width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
.treatment-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.treatment-card h3 {
  font-size: clamp(1.15rem, 4vw, 2rem);
  color: #000a2d;
}
.treatment-card p {
  color: rgba(0, 10, 45, 0.7);
  max-width: 520px;
  font-size: clamp(0.88rem, 2.6vw, 1rem);
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(1) {
  transition-delay: 0s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(2) {
  transition-delay: 0.048s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(3) {
  transition-delay: 0.096s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(4) {
  transition-delay: 0.144s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(5) {
  transition-delay: 0.192s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(6) {
  transition-delay: 0.24s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(7) {
  transition-delay: 0.288s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(8) {
  transition-delay: 0.336s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(9) {
  transition-delay: 0.384s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(10) {
  transition-delay: 0.432s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(11) {
  transition-delay: 0.48s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(12) {
  transition-delay: 0.528s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(13) {
  transition-delay: 0.576s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(14) {
  transition-delay: 0.624s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(15) {
  transition-delay: 0.672s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(16) {
  transition-delay: 0.72s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(17) {
  transition-delay: 0.768s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(18) {
  transition-delay: 0.816s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(19) {
  transition-delay: 0.864s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(20) {
  transition-delay: 0.912s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(21) {
  transition-delay: 0.96s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(22) {
  transition-delay: 1.008s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(23) {
  transition-delay: 1.056s;
}

.js .treatments-card-wrapper .treatment-card.reveal-section:nth-child(24) {
  transition-delay: 1.104s;
}

@media (max-width: 1024px) {
  .treatments-list .container.treatments-card-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 6rem;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .treatments-list .container.treatments-card-wrapper {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-bottom: 4rem;
  }
  .treatment-card {
    padding: 14px;
    gap: 14px;
  }
  .treatment-card img {
    width: min(240px, 100%);
    height: auto;
    aspect-ratio: 3/2;
    max-height: 200px;
  }
  .page-hero {
    padding: 32px 0 12px;
  }
}
@media (max-width: 320px) {
  .treatment-card img {
    max-height: 160px;
  }
}
.about-page {
  padding-bottom: 80px;
}
.about-page .page-hero {
  padding: 48px 0 32px;
}
.about-page .page-hero h1 {
  font-size: clamp(1.85rem, 7vw, 3rem);
  line-height: 1.15;
}
.about-page .page-hero p {
  font-size: clamp(0.92rem, 3.2vw, 1.05rem);
  max-width: 36rem;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .about-page .page-hero {
    padding: 36px 0 20px;
  }
  .about-page .page-hero h1 {
    font-size: clamp(1.65rem, 8vw, 3rem);
  }
  .about-body .section-heading {
    font-size: clamp(1.45rem, 5.8vw, 2.35rem);
  }
}
@media (max-width: 360px) {
  .about-page {
    padding-bottom: 56px;
  }
  .about-treatments-tags span {
    font-size: 0.82rem;
    padding: 8px 12px;
  }
}
.about-content {
  padding: 24px 0 56px;
}
.about-content .split-grid {
  align-items: start;
}

.about-doctor-frame {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, #eef3ff, #f9fbff);
  border: 1px solid rgba(0, 10, 45, 0.08);
  padding: 12px;
  width: 100%;
  align-self: start;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.about-doctor-photo {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  min-height: 0;
  display: block;
  border-radius: 14px;
  object-fit: contain;
  object-position: center 20%;
}

.about-body {
  display: grid;
  gap: 18px;
}
.about-body .section-heading {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
}
.about-body .section-heading .highlight {
  color: #3267ff;
}
.about-body > p {
  color: rgba(0, 10, 45, 0.76);
  font-size: 1.05rem;
}

.about-treatments-intro {
  font-weight: 700;
  color: rgba(0, 10, 45, 0.88);
}

.about-treatments-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.about-treatments-tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
  color: rgba(0, 10, 45, 0.85);
  background: rgba(50, 103, 255, 0.1);
  border: 1px solid rgba(50, 103, 255, 0.2);
}

.about-clinic-swiper {
  padding: 48px 0 80px;
  overflow: hidden;
}

.clinic-swiper-shell {
  position: relative;
  outline: none;
}

.clinic-swiper {
  width: 100%;
  overflow: visible;
  padding-block: 8px 52px;
}
.clinic-swiper .swiper-slide {
  height: auto;
}

.clinic-slide-card {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0, 10, 45, 0.04);
  box-shadow: 0 8px 28px rgba(7, 12, 40, 0.1), 0 28px 64px rgba(9, 20, 60, 0.08);
  display: block;
}

.clinic-slide-img {
  position: relative;
}
.clinic-slide-img img {
  width: 100%;
  height: clamp(340px, 48vw, 520px);
  display: block;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.clinic-swiper .swiper-slide-active .clinic-slide-img img {
  transform: scale(1.01);
}

.about-clinic-swiper .swiper-pagination {
  bottom: 0 !important;
}

.about-clinic-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: rgba(4, 20, 50, 0.25);
  opacity: 1;
}

.about-clinic-swiper .swiper-pagination-bullet-active {
  background: rgb(50, 103, 255);
  transform: scale(1.15);
}

@media (max-width: 1024px) {
  .about-doctor-frame {
    height: auto !important;
  }
  .about-doctor-photo {
    height: auto;
    max-height: 520px;
    aspect-ratio: 4/5;
    object-position: center center;
    flex: none;
  }
}
@media (max-width: 768px) {
  .about-page .page-hero {
    padding: 36px 0 20px;
  }
  .about-page .page-hero h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .about-doctor-photo {
    max-height: none;
    aspect-ratio: 3/4;
  }
  .clinic-slide-img img {
    height: min(340px, 62vw);
  }
  .clinic-swiper {
    padding-bottom: 56px;
  }
}
@media (max-width: 600px) {
  .about-clinic-swiper {
    padding: 36px 0 64px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blog-page-main {
  padding-bottom: 80px;
}
.blog-page-main .page-hero {
  padding: 48px 0 36px;
}
.blog-page-main .page-hero .blog-hero-intro {
  max-width: 720px;
  margin: 14px auto 0;
  color: rgba(0, 10, 45, 0.7);
  font-size: 1.05rem;
}

.blog-index-page .blog-page-heading {
  position: absolute;
}

.blog-index-wrap {
  padding-top: 40px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .blog-index-wrap {
    padding-top: 32px;
  }
}

.blog-list-head {
  text-align: center;
  margin-bottom: 34px;
}
.blog-list-head h2 {
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  font-weight: 800;
  color: #000a2d;
}
.blog-list-head h2 .accent {
  color: #3267ff;
}

.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  padding-bottom: 48px;
}
.blog-index-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 10, 45, 0.1);
  background: linear-gradient(180deg, #fff, #f8faff);
  transition: transform 0.25s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.blog-index-grid article:focus-within, .blog-index-grid article:has(.blog-card-hit:hover) {
  border-color: rgba(50, 103, 255, 0.25);
  box-shadow: 0 18px 40px rgba(0, 10, 45, 0.07);
  transform: translateY(-3px);
}
.blog-index-grid .blog-card-hit {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 180px;
  height: 100%;
  color: inherit;
  outline: none;
}
.blog-index-grid .blog-card-media {
  width: 100%;
  max-height: 160px;
  overflow: hidden;
}
.blog-index-grid .blog-card-media img {
  width: 100%;
  height: 100%;
  max-height: 240px;
  object-fit: cover;
  display: block;
}
.blog-index-grid .blog-card-hit:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(50, 103, 255, 0.35), 0 14px 30px rgba(9, 20, 60, 0.12);
}
.blog-index-grid .blog-snippet {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 10px;
  padding: 16px;
}
.blog-index-grid .blog-snippet h3 {
  font-size: 1.02rem;
  line-height: 1.35;
  flex-shrink: 0;
}
.blog-index-grid .blog-snippet p {
  color: rgba(0, 10, 45, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1 1 auto;
}
.blog-index-grid .blog-snippet .read-more {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 12px;
  font-weight: 700;
  color: #3267ff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-index-grid .blog-snippet .read-more:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .blog-index-grid {
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .blog-index-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 40px;
  }
}
@media (max-width: 360px) {
  .blog-index-grid {
    gap: 11px;
  }
  .blog-index-grid .blog-snippet {
    padding: 12px;
    gap: 8px;
  }
  .blog-index-grid .blog-snippet h3 {
    font-size: 0.93rem;
  }
  .blog-index-grid .blog-snippet p {
    font-size: 0.85rem;
  }
  .blog-index-grid .blog-card-hit {
    min-height: 0;
  }
}
.blog-detail {
  padding-top: 32px;
}
.blog-detail.blog-page-main {
  padding-bottom: 80px;
}

.blog-detail-top {
  padding-bottom: 20px;
}
.blog-detail-top .breadcrumbs-bar {
  margin-bottom: 16px;
}

.blog-detail-title {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #000a2d;
}

.blog-detail article.prose.blog-detail-prose {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 24px;
}
.blog-detail article.prose.blog-detail-prose > p + p {
  margin-top: 16px;
}
.blog-detail article.prose.blog-detail-prose p {
  font-size: 1.035rem;
  line-height: 1.74;
  color: rgba(0, 10, 45, 0.84);
}
.blog-detail article.prose.blog-detail-prose img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  display: block;
}
.blog-detail article.prose.blog-detail-prose .blog-tags {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-detail article.prose.blog-detail-prose .blog-tags span {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(0, 10, 45, 0.5);
  background: rgba(50, 103, 255, 0.1);
  border: 1px solid rgba(50, 103, 255, 0.22);
}

.breadcrumbs-bar {
  width: 100%;
  margin: 0;
}
.breadcrumbs-bar ul {
  list-style: none;
  font-size: 0.93rem;
  color: rgba(0, 10, 45, 0.72);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.breadcrumbs-bar ul li + li::before {
  content: "/";
  display: inline-flex;
  margin-right: 10px;
  color: rgba(0, 10, 45, 0.42);
  font-weight: 800;
  transform: translateY(-1px);
}
.breadcrumbs-bar ul a {
  font-weight: 700;
  color: #3267ff;
}
.breadcrumbs-bar ul span[aria-current=page] {
  font-weight: 700;
  color: rgba(0, 10, 45, 0.88);
  max-width: 100%;
  line-height: 1.4;
}

.blog-detail .blog-back-row {
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .blog-detail .blog-back-row {
    flex-direction: column;
    align-items: stretch;
  }
  .blog-detail .blog-back-row .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
.blog-lead {
  display: none;
}

.blog-legal-notice {
  margin-top: 28px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.65;
  color: rgba(0, 10, 45, 0.66);
  background: rgba(0, 10, 45, 0.035);
  border: 1px solid rgba(0, 10, 45, 0.08);
}

@media (max-width: 768px) {
  .blog-page-main .page-hero {
    padding: 36px 0 28px;
  }
  .blog-detail article.prose.blog-detail-prose p {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  .blog-detail-title {
    font-size: clamp(1.32rem, 6.5vw, 2.35rem);
  }
  .blog-detail article.prose.blog-detail-prose p {
    font-size: 0.94rem;
  }
  .blog-detail article.prose.blog-detail-prose .blog-tags span {
    font-size: 0.78rem;
    padding: 6px 11px;
  }
}
.contact-page {
  padding-bottom: 80px;
}
.contact-page .page-hero {
  padding: 48px 0 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-page .page-hero {
    padding: 36px 0 24px;
  }
  .contact-page .page-hero h1 {
    font-size: clamp(2rem, 7vw, 3rem);
  }
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-block: 28px;
}
.contact-info-grid article {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(0, 10, 45, 0.09);
  background: linear-gradient(180deg, #fff 0%, #f7f9ff 100%);
  box-shadow: 0 10px 28px rgba(9, 20, 60, 0.06);
}
.contact-info-grid article h2 {
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(0, 10, 45, 0.55);
  margin-bottom: 10px;
}
.contact-info-grid article .contact-value {
  font-size: 1.08rem;
  font-weight: 700;
  color: rgba(0, 10, 45, 0.92);
  line-height: 1.45;
}
.contact-info-grid article .contact-value.is-multiline {
  font-weight: 600;
}
.contact-info-grid article a.contact-value {
  color: #3267ff;
}
.contact-info-grid article a.contact-value:hover {
  text-decoration: underline;
}
.contact-info-grid article .contact-address-link-wrap {
  margin-top: 14px;
  font-size: 0.95rem;
  color: rgba(0, 10, 45, 0.65);
  font-weight: 600;
}
.contact-info-grid article .contact-address-directions {
  color: #3267ff;
}
.contact-info-grid article .contact-address-directions:hover {
  text-decoration: underline;
}
.contact-info-grid article i.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(50, 103, 255, 0.12);
  color: #3267ff;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

@media (max-width: 1024px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}
.contact-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-bottom: 28px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(50, 103, 255, 0.2);
  background: rgba(50, 103, 255, 0.06);
}
.contact-cta-row p {
  flex: 1 1 200px;
  color: rgba(0, 10, 45, 0.78);
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

.contact-map-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 10, 45, 0.1);
  box-shadow: 0 18px 48px rgba(9, 20, 60, 0.1);
  background: rgba(0, 10, 45, 0.03);
}

.contact-map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  min-height: 300px;
}
.contact-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 600px) {
  .contact-map-embed {
    aspect-ratio: 4/3;
    min-height: 260px;
  }
}

.contact-faq {
  margin-bottom: 32px;
  padding-inline: 12px;
}
.contact-faq.reveal-section {
  margin-bottom: 32px;
}

.contact-faq-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #000a2d;
  text-align: center;
  margin-bottom: 10px;
}
.contact-faq-heading::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 4px;
  background: rgba(50, 103, 255, 0.85);
  margin: 14px auto 0;
}

.contact-faq-lead {
  text-align: center;
  color: rgba(0, 10, 45, 0.7);
  font-size: 1.02rem;
  max-width: 560px;
  margin: 0 auto 26px;
  line-height: 1.55;
}

.contact-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(0, 10, 45, 0.1);
  background: linear-gradient(180deg, #fff, #fafcff);
  box-shadow: 0 8px 24px rgba(9, 20, 60, 0.05);
  overflow: hidden;
}
.contact-faq-item[open] {
  border-color: rgba(50, 103, 255, 0.28);
  box-shadow: 0 12px 32px rgba(9, 20, 60, 0.08);
}
.contact-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  padding-right: 46px;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.4;
  color: rgba(0, 10, 45, 0.92);
  position: relative;
  user-select: none;
}
.contact-faq-item summary::-webkit-details-marker {
  display: none;
}
.contact-faq-item summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3267ff;
  border-bottom: 2px solid #3267ff;
  rotate: 45deg;
  transition: transform 0.25s ease;
}
.contact-faq-item[open] summary::after {
  translate: 0 -30%;
  rotate: -135deg;
}
.contact-faq-item summary:hover {
  color: #3267ff;
}
.contact-faq-item .contact-faq-panel {
  padding: 0 20px 18px;
  padding-top: 0;
  margin-top: -4px;
}
.contact-faq-item .contact-faq-panel p {
  color: rgba(0, 10, 45, 0.76);
  font-size: 0.985rem;
  line-height: 1.72;
  margin: 0;
}
.contact-faq-item .contact-faq-panel p + p {
  margin-top: 12px;
}
.contact-faq-item .contact-faq-panel p a {
  color: #3267ff;
  font-weight: 700;
}
.contact-faq-item .contact-faq-panel p a:hover {
  text-decoration: underline;
}
.contact-faq-item[open] .contact-faq-panel {
  border-top: 1px dashed rgba(0, 10, 45, 0.08);
  padding-top: 14px;
  margin-top: 0;
  margin-inline: 20px;
  padding-inline: 0;
  padding-bottom: 18px;
}

@media (max-width: 600px) {
  .contact-faq-item summary {
    padding-left: 16px;
    padding-right: 40px;
  }
  .contact-faq-item summary::after {
    right: 16px;
  }
  .contact-faq-item[open] .contact-faq-panel {
    margin-inline: 16px;
  }
}
@media (max-width: 360px) {
  .contact-page {
    padding-bottom: 56px;
  }
  .contact-info-grid {
    gap: 12px;
  }
  .contact-info-grid article {
    padding: 16px 14px;
  }
  .contact-info-grid article .contact-value {
    font-size: 0.98rem;
  }
  .contact-map-embed {
    min-height: 220px;
  }
  .contact-faq-heading {
    font-size: clamp(1.22rem, 6vw, 1.82rem);
  }
  .contact-faq-lead {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  .contact-faq-item summary {
    font-size: 0.93rem;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 38px;
  }
  .contact-faq-item .contact-faq-panel p {
    font-size: 0.92rem;
  }
}
