:root {
  --ivory: #fbf8f4; --sand: #f1e6dc; --rose: #c9785f; --rose-dark: #a95c47;
  --ink: #282421; --muted: #6f6863; --green: #173d34; --line: rgba(169, 92, 71, .2);
  --serif: "Cormorant Garamond", Georgia, serif; --sans: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 400 15px/1.65 var(--sans); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1380px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: var(--green); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(169,92,71,.14); background: rgba(251,248,244,.88); backdrop-filter: blur(14px); }
.site-header.scrolled { position: fixed; box-shadow: 0 8px 30px rgba(42,32,25,.07); }
.header-inner { height: 94px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; display: flex; align-items: center; }
.brand-logo { width: 190px; aspect-ratio: 461 / 192; display: block; background: var(--rose-dark); -webkit-mask: url("assets/footer-logo.webp") center / contain no-repeat; mask: url("assets/footer-logo.webp") center / contain no-repeat; }
.desktop-nav { display: flex; align-items: center; gap: 25px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav a { position: relative; padding-block: 8px; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--rose); transform: scaleX(0); transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.button { min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-rose { color: white; background: linear-gradient(135deg, #d68b71, #ba684f); box-shadow: 0 9px 24px rgba(169,92,71,.25); }
.button-dark { color: white; background: var(--green); box-shadow: 0 10px 24px rgba(23,61,52,.16); }
.button-large { min-height: 54px; padding-inline: 27px; }
.menu-toggle, .mobile-nav { display: none; }
.hero { position: relative; min-height: 840px; padding-top: 94px; overflow: hidden; background: radial-gradient(circle at 18% 20%, #fff 0 10%, transparent 35%), linear-gradient(110deg, #fbf8f4 0 54%, #eee0d4 54% 100%); }
.hero::before { content: ""; position: absolute; inset: 94px 48% 0 auto; width: 1px; background: linear-gradient(transparent, var(--line), transparent); }
.hero-grid { min-height: 746px; display: grid; grid-template-columns: 53% 47%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 74px 54px 36px 0; }
.eyebrow { margin: 0 0 24px; color: var(--rose-dark); font-size: 11px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.hero-title { max-width: 650px; margin: 0; font: 400 clamp(46px, 5vw, 69px)/1.05 var(--serif); letter-spacing: -.025em; }
.hero-title em { display: block; color: var(--rose); font-weight: inherit; }
.hero-text { max-width: 570px; margin: 30px 0 29px; color: var(--muted); font-size: 16px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, max-content); justify-content: start; gap: 0; margin: 54px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.hero-benefits li + li { margin-left: 24px; padding-left: 24px; border-left: 1px solid var(--line); }
.ui-icon { width: 1em; height: 1em; display: inline-block; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-icon { flex: 0 0 auto; width: 18px; height: 18px; fill: currentColor; stroke: none; }
.hero-benefits .ui-icon { flex: 0 0 auto; width: 31px; height: 31px; color: var(--rose); stroke-width: 1.45; }
.hero-benefits b { color: var(--ink); font-weight: 600; }
.hero-portrait { position: relative; align-self: stretch; min-height: 680px; }
.portrait-frame { position: absolute; inset: 38px 0 0 20px; overflow: hidden; border-radius: 230px 230px 18px 18px; box-shadow: 0 25px 60px rgba(62,40,28,.15); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(23,61,52,.18)); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.credential-badge { position: absolute; z-index: 3; left: -28px; bottom: 58px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: rgba(255,255,255,.9); border: 1px solid white; border-radius: 12px; box-shadow: 0 12px 35px rgba(55,40,30,.13); backdrop-filter: blur(10px); color: var(--muted); font-size: 11px; line-height: 1.4; }
.credential-badge i { color: var(--rose); font-size: 30px; }
.credential-badge b { color: var(--green); }
.reveal { animation: enter .7s both; }
.hero-portrait.reveal { animation-delay: .15s; }
@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading .eyebrow { margin-bottom: 16px; }
h2 { margin: 0; font: 400 clamp(38px, 4.4vw, 55px)/1.12 var(--serif); letter-spacing: -.02em; }
h2 em { color: var(--rose); font-weight: inherit; }
.section-heading p:last-child { max-width: 590px; margin: 18px auto 0; color: var(--muted); }
.specialties { position: relative; background: #fffdfb; }
.specialties::before { content: ""; position: absolute; width: 320px; height: 320px; left: -180px; top: 0; border: 1px solid var(--line); border-radius: 50%; }
.specialty-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.specialty-card { position: relative; min-height: 280px; padding: 30px 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, white, #fcf7f2); transition: transform .3s, box-shadow .3s, border-color .3s; }
.specialty-card:hover { transform: translateY(-6px); border-color: rgba(169,92,71,.38); box-shadow: 0 20px 45px rgba(65,44,32,.08); }
.icon-shell { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--rose); background: #fff; }
.icon-shell .ui-icon { width: 34px; height: 34px; stroke-width: 1.45; }
.specialty-card h3 { margin: 25px 0 8px; font: 400 20px/1.2 var(--serif); }
.specialty-card p { max-width: 260px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.card-number { position: absolute; right: 20px; top: 18px; color: rgba(169,92,71,.22); font: 30px var(--serif); }
.about { overflow: hidden; background: var(--sand); }
.about-grid { display: grid; grid-template-columns: 1.05fr 1.05fr .8fr; gap: 54px; align-items: center; }
.about-photo { position: relative; padding: 0 0 34px 32px; }
.about-photo::before { content: ""; position: absolute; inset: 42px 45px 0 0; border: 1px solid rgba(169,92,71,.45); border-radius: 180px 180px 16px 16px; }
.photo-arch { position: relative; height: 590px; overflow: hidden; border-radius: 180px 180px 14px 14px; box-shadow: 0 24px 50px rgba(69,45,31,.16); }
.photo-arch img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.photo-caption { position: absolute; right: -18px; bottom: 0; display: grid; padding: 15px 20px; background: var(--green); color: white; border-radius: 10px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.photo-caption em { color: #e6b4a0; font: 17px var(--serif); text-transform: none; letter-spacing: 0; }
.about-copy h2 em { display: block; margin-top: 8px; font-size: .52em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.text-link { margin-top: 12px; padding-bottom: 5px; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--rose); color: var(--rose-dark); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.credentials { border-left: 1px solid var(--line); }
.credentials-label { margin: 0; padding: 0 0 12px 30px; color: var(--rose-dark) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.credentials article { display: flex; gap: 18px; padding: 28px 0 28px 30px; }
.credentials article + article { border-top: 1px solid var(--line); }
.credentials > article > .ui-icon { flex: 0 0 auto; width: 39px; height: 39px; color: var(--rose); stroke-width: 1.45; }
.credentials h3 { margin: 0 0 4px; font: 400 20px var(--serif); }
.credentials p { margin: 0; color: var(--muted); font-size: 12px; }
.credentials small { color: var(--rose-dark); font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.locations { padding-block: 94px; background: #fff; }
.locations .section-heading { margin-bottom: 38px; }
.location-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.location-group { min-width: 0; display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 12px 35px rgba(61,40,28,.05); }
.location-group-label { margin: 0; padding: 13px 18px; border-bottom: 1px solid var(--line); color: var(--rose-dark); font: 700 9px var(--sans); letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.outpatient-logos { display: grid; grid-template-columns: 1fr; }
.location-logo { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 13px; background: white; }
.outpatient-logos .location-logo + .location-logo { border-left: 1px solid var(--line); }
.location-group.consultation { border-color: rgba(23,61,52,.42); background: #fbede6; }
.consultation .location-group-label { color: var(--green); border-bottom-color: rgba(23,61,52,.18); }
.location-logo.current { min-height: 112px; color: var(--rose-dark); background: transparent; }
.location-logo img { width: auto; max-width: 78%; max-height: 68px; object-fit: contain; }
.logo-symbol { width: 37px; height: 37px; display: grid; place-items: center; transform: rotate(-12deg); font: 600 20px var(--sans); color: white; background: var(--rose); border-radius: 50%; }
.location-logo strong { font-size: 16px; letter-spacing: -.03em; }
.location-logo small { display: block; margin-top: 3px; font-size: 8px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.testimonials { overflow: hidden; color: white; background: var(--green); }
.testimonials .eyebrow, .testimonials h2 em { color: #e7a991; }
.testimonials h2 { color: white; }
.testimonials .section-heading p:last-child { color: rgba(255,255,255,.66); }
.testimonials-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.testimonials-top .section-heading { max-width: none; margin-bottom: 0; }
.testimonials-top .section-heading p:last-child { margin-left: 0; }
.carousel-controls { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; padding-bottom: 4px; }
.carousel-button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: rgba(255,255,255,.08); cursor: pointer; transition: transform .25s, color .25s, background .25s, border-color .25s; }
.carousel-button:hover { transform: translateY(-2px); color: var(--green); background: #f5d6c9; border-color: #f5d6c9; }
.carousel-button:disabled { opacity: .35; cursor: default; transform: none; color: var(--muted); background: rgba(255,255,255,.55); border-color: var(--line); }
.carousel-button i { font-size: 18px; }
.carousel-status { min-width: 42px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 600; text-align: center; letter-spacing: .08em; }
.reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; padding: 8px 2px 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-inline: contain; scrollbar-width: none; }
.reviews-track::-webkit-scrollbar { display: none; }
.review-card { height: 370px; padding: 24px; display: flex; flex-direction: column; scroll-snap-align: start; border: 1px solid rgba(169,92,71,.18); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(65,44,32,.07); }
.review-head { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; margin-bottom: 18px; }
.review-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.review-rating { color: #d49340; font-size: 14px; letter-spacing: .08em; }
.google-mark { width: 21px; height: 21px; display: block; object-fit: contain; }
.review-copy { flex: 0 0 184px; min-height: 0; padding-right: 12px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(169,92,71,.42) transparent; }
.review-copy::-webkit-scrollbar { width: 4px; }.review-copy::-webkit-scrollbar-track { background: transparent; }.review-copy::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(169,92,71,.42); }
.review-copy p { margin: 0; color: #625b57; font-size: 13px; line-height: 23px; }
.review-card footer { display: grid; gap: 2px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.review-card footer strong { color: var(--green); font: 500 20px var(--serif); }.review-card footer span { color: var(--rose-dark); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.final-cta { padding: 110px 0; background: radial-gradient(circle at 10% 20%, #fff 0 8%, transparent 33%), var(--ivory); }
.contact-shell { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 470px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 25px 60px rgba(66,44,31,.09); }
.contact-copy { padding: 58px; align-self: center; }
.contact-copy h2 em { display: block; }
.contact-copy > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); }
.contact-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 30px 0 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.contact-meta i { color: var(--rose); }
.map-wrap { position: relative; min-height: 470px; background: #ded7d0; }
.map-wrap iframe { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; filter: saturate(.55) sepia(.1) contrast(.95); }
.site-footer { padding: 68px 0 24px; color: rgba(255,255,255,.7); background: #102e28; }
.footer-columns { display: grid; grid-template-columns: 1.05fr 1.25fr 1fr; gap: clamp(42px, 7vw, 100px); align-items: start; }
.footer-col { min-width: 0; align-self: start; }
.footer-col h2 { margin: 0 0 24px; color: #e5a48d; font: 500 13px var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.footer-brand { display: inline-flex; align-items: center; }
.footer-brand img { display: block; width: min(100%, 190px); height: auto; object-fit: contain; }
.footer-instagram { width: fit-content; min-height: 34px; margin-top: 15px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(229,164,141,.4); border-radius: 999px; color: #f2c1ad; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s; }
.footer-instagram:hover { color: var(--green); background: #f2c1ad; border-color: #f2c1ad; }
.footer-instagram i { font-size: 16px; }
.footer-license { margin: 15px 0 0; font-size: 10px; letter-spacing: .07em; }.footer-license span { color: #d99a82; padding-inline: 5px; }
.footer-contact { display: flex; align-items: flex-start; gap: 13px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.65; transition: color .25s; }.footer-contact + .footer-contact { margin-top: 17px; }.footer-contact:hover { color: white; }
.footer-contact i { flex: 0 0 auto; margin-top: 2px; color: #e5a48d; font-size: 20px; }.footer-contact span { display: grid; }.footer-contact small { margin-bottom: 2px; color: rgba(255,255,255,.44); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-hours { display: grid; gap: 18px; }.footer-hours p { display: grid; gap: 4px; margin: 0; }.footer-hours strong { color: white; font-size: 13px; font-weight: 600; }.footer-hours span { color: rgba(255,255,255,.57); font-size: 11px; }
.footer-bottom { margin-top: 48px; padding-top: 21px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.14); }.footer-bottom p { margin: 0; font-size: 9px; }
.webliza-credit { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; transition: opacity .25s; }.webliza-credit:hover { opacity: .78; }.webliza-credit img { width: 68px; height: 18px; object-fit: contain; }
.floating-whatsapp { position: fixed; z-index: 25; right: 22px; bottom: 22px; height: 52px; padding: 0 18px 0 14px; display: flex; align-items: center; gap: 9px; color: white; background: #1b5b4c; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; box-shadow: 0 13px 30px rgba(23,61,52,.3); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; transition: .25s; }
.floating-whatsapp .whatsapp-icon { width: 22px; height: 22px; }.floating-whatsapp:hover { transform: translateY(-3px); background: #23705d; }
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .7s, transform .7s; }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.specialty-card:nth-child(2) { transition-delay: .06s; }
.specialty-card:nth-child(3) { transition-delay: .12s; }
.specialty-card:nth-child(4) { transition-delay: .18s; }
.specialty-card:nth-child(5) { transition-delay: .24s; }
.specialty-card:nth-child(6) { transition-delay: .3s; }
@media (min-width: 1081px) {
  .testimonials-top h2 { font-size: clamp(40px, 3.7vw, 52px); white-space: nowrap; }
}
@media (max-width: 1200px) {
  .specialty-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .specialty-card { min-height: 260px; padding: 30px 28px; }
  .footer-columns { gap: 38px; }
}
@media (max-width: 1080px) {
  .desktop-nav { display: none; } .header-cta { margin-left: auto; } .brand { margin-right: 0; }
  .menu-toggle { width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; display: grid; place-content: center; gap: 7px; }
  .menu-toggle span { display: block; width: 23px; height: 1px; background: var(--ink); transition: .25s; }
  .mobile-nav { position: absolute; inset: 94px 0 auto; padding: 22px 24px 28px; display: grid; gap: 0; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(45,35,28,.08); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .3s; }
  .mobile-nav.open { transform: none; opacity: 1; visibility: visible; }
  .mobile-nav > a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-nav .button { margin-top: 20px; }
  .hero-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 10px; }
  .hero-benefits li + li { margin-left: 0; border: 0; padding-left: 0; }
  .about-grid { grid-template-columns: .9fr 1.1fr; }
  .credentials { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-left: 0; border-top: 1px solid var(--line); }
  .credentials-label { grid-column: 1 / -1; padding: 22px 20px 0; }
  .credentials article { padding: 28px 20px; }.credentials article + article { border-top: 0; border-left: 1px solid var(--line); }
  .reviews-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .contact-copy { padding: 44px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 600px); }
  .header-inner { height: 76px; } .site-header { position: fixed; } .mobile-nav { top: 76px; }
  .brand { margin-right: auto; }.brand-logo { width: 148px; }
  .header-cta { display: none; }
  .hero { padding-top: 76px; min-height: auto; background: linear-gradient(180deg, #fbf8f4 0 57%, #eee0d4 57%); }
  .hero::before { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 0 42px; text-align: center; }
  .eyebrow { margin-bottom: 18px; } .hero-title { font-size: clamp(40px, 12vw, 57px); }
  .hero-text { margin: 24px auto; font-size: 15px; }
  .button-large { width: 100%; }
  .hero-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 38px; text-align: center; }
  .hero-benefits li { flex-direction: column; justify-content: flex-start; gap: 7px; }
  .hero-benefits .ui-icon { width: 29px; height: 29px; }
  .hero-portrait { min-height: 590px; }
  .portrait-frame { inset: 0 0 24px; border-radius: 160px 160px 14px 14px; }
  .credential-badge { left: 14px; bottom: 4px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; } h2 { font-size: clamp(36px, 10vw, 47px); }
  .specialty-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.specialty-card { min-height: 250px; padding: 24px 20px; }.specialty-card h3 { font-size: 18px; }.specialty-card p { font-size: 11.5px; }
  .about-grid { grid-template-columns: 1fr; gap: 42px; }.about-photo { padding-left: 16px; }.photo-arch { height: 520px; border-radius: 150px 150px 14px 14px; }
  .photo-caption { right: 0; }.credentials { grid-template-columns: repeat(3, minmax(0, 1fr)); }.credentials article { flex-direction: column; align-items: center; gap: 10px; padding: 20px 6px; text-align: center; }.credentials article + article { border-top: 0; border-left: 1px solid var(--line); }
  .credentials > article > .ui-icon { width: 34px; height: 34px; }.credentials h3 { font-size: 16px; line-height: 1.15; }.credentials p { font-size: 11px; }.credentials small { font-size: 9px; }
  .credentials-label { padding-inline: 0; }
  .location-groups { grid-template-columns: 1fr; }.location-logo { min-height: 92px; }.location-logo img { max-width: 74%; max-height: 52px; }.location-logo.current { min-height: 92px; }
  .testimonials-top { align-items: flex-start; flex-direction: column; gap: 8px; }.carousel-controls { align-self: flex-end; }.reviews-track { width: calc(100% + 16px); grid-auto-columns: 88%; }.review-card { height: 350px; padding: 22px; }.review-copy { flex-basis: 161px; }
  .final-cta { padding: 72px 0; }.contact-shell { grid-template-columns: 1fr; }.contact-copy { padding: 36px 26px; text-align: center; }.contact-copy .button { width: 100%; }.contact-meta { justify-content: center; }.map-wrap { min-height: 390px; }
  .site-footer { padding: 46px 0 22px; }
  .footer-columns { grid-template-columns: 1fr; gap: 0; }
  .footer-identity { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
  .footer-brand img { width: min(100%, 176px); }
  .footer-license { margin-top: 15px; font-size: 10.5px; line-height: 1.5; }
  .footer-instagram { min-height: 38px; margin-top: 15px; padding-inline: 15px; font-size: 10px; }
  .footer-col + .footer-col { margin-top: 31px; padding-top: 0; border-top: 0; }
  .footer-col h2 { margin-bottom: 17px; font-size: 13px; }
  .footer-contact + .footer-contact { margin-top: 15px; }
  .footer-contact { font-size: 14px; line-height: 1.55; }.footer-contact small { font-size: 9px; }
  .footer-hours { gap: 17px; }.footer-hours p { grid-template-columns: 1fr; gap: 4px; }.footer-hours strong { font-size: 14px; line-height: 1.45; }.footer-hours span { padding-top: 0; font-size: 12px; white-space: normal; }
  .footer-bottom { margin-top: 34px; padding-top: 18px; align-items: flex-start; flex-direction: column; gap: 15px; }.footer-bottom p { font-size: 9px; }.webliza-credit { margin-left: 0; font-size: 9px; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: auto; height: 50px; padding: 0 16px 0 13px; justify-content: center; font-size: 10px; }.floating-whatsapp span { display: inline; }
}
@media (max-width: 430px) { .location-logo { min-height: 82px; }.location-logo img { max-width: 76%; max-height: 43px; }.location-logo.current { min-height: 82px; }.location-logo.current .logo-symbol { width: 31px; height: 31px; font-size: 17px; }.location-logo.current strong { font-size: 14px; }.photo-arch { height: 470px; }.hero-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }.specialty-card { min-height: 245px; padding: 20px 15px; }.specialty-card h3 { font-size: 17px; overflow-wrap: anywhere; }.specialty-card p { font-size: 11px; }.icon-shell { width: 50px; height: 50px; }.icon-shell .ui-icon { width: 29px; height: 29px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
