
:root {
  --ivory: #f5f1e7;
  --paper: #fffdf8;
  --sage: #dce1d2;
  --sage-deep: #98a28c;
  --green: #405d50;
  --green-dark: #263b33;
  --ink: #262824;
  --muted: #687068;
  --clay: #b98268;
  --gold: #c09b59;
  --line: rgba(38, 59, 51, .15);
  --display: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --shadow: 0 22px 70px rgba(33, 48, 41, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, select { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--sage); color: var(--green-dark); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--green-dark); color: white; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 94px; background: rgba(245, 241, 231, .92); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: height .25s ease, box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { height: 76px; border-color: var(--line); box-shadow: 0 10px 30px rgba(38, 59, 51, .06); }
.header-inner { max-width: 1440px; height: 100%; padding: 0 42px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 225px; color: var(--ink); }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand b { font-family: var(--display); font-weight: 400; font-size: 25px; letter-spacing: .22em; line-height: 1; }
.brand small { margin-top: 7px; color: var(--green); font-size: 8px; font-weight: 700; letter-spacing: .42em; }
.brand-mark { position: relative; width: 38px; height: 50px; display: inline-block; }
.brand-mark i { position: absolute; left: 8px; top: 3px; width: 21px; height: 39px; border: 2px solid var(--green); border-radius: 60% 10% 60% 10%; transform: rotate(-39deg); }
.brand-mark i:last-child { transform: rotate(39deg); border-color: var(--sage-deep); }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.6vw, 44px); }
.nav a { position: relative; font-size: 14px; font-weight: 550; }
.nav a:not(.mobile-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--clay); transition: right .25s ease; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.whatsapp-link { height: 46px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--green); color: var(--green); border-radius: 16px; font-size: 13px; font-weight: 650; transition: background .2s, color .2s; }
.whatsapp-link:hover { background: var(--green); color: white; }
.mobile-cta, .menu-button { display: none; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 26px; border: 1px solid var(--green); border-radius: 20px; background: var(--green); color: white; font-size: 14px; font-weight: 700; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 12px 28px rgba(38, 59, 51, .18); }
.button-small { min-height: 46px; border-radius: 16px; padding: 0 20px; }
.button-outline { background: transparent; color: var(--green-dark); }
.button-outline:hover { color: white; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 0 4px; border-bottom: 1px solid var(--green); color: var(--green-dark); font-size: 14px; font-weight: 700; }
.with-arrow svg { transition: transform .2s ease; }
.with-arrow:hover svg { transform: translateX(4px); }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--clay); font-size: 11px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }

.hero { min-height: 100svh; padding-top: 94px; background: radial-gradient(circle at 22% 35%, rgba(255,255,255,.85), transparent 35%), var(--ivory); display: flex; flex-direction: column; }
.hero-grid { flex: 1; max-width: 1540px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: 44% 56%; min-height: 660px; }
.hero-copy { padding: clamp(70px, 8vh, 110px) 4vw 58px max(42px, calc((100vw - 1440px)/2 + 42px)); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero h1 { max-width: 680px; margin: 25px 0 25px; font-family: var(--display); font-size: clamp(58px, 5.4vw, 88px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 565px; margin: 0; color: #505650; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.65; }
.hero-buttons { margin-top: 34px; display: flex; align-items: center; gap: 34px; }
.hero-note { margin-top: 42px; display: flex; align-items: center; gap: 13px; }
.hero-note > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(64,93,80,.24); border-radius: 50%; color: var(--green); }
.hero-note p { margin: 0; display: flex; flex-direction: column; gap: 3px; font-size: 13px; }
.hero-note small { color: var(--muted); }
.hero-media { position: relative; min-height: 650px; overflow: hidden; border-radius: 0 0 0 120px; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,241,231,.15), transparent 30%); pointer-events: none; }
.hero-media > img { height: 100%; object-fit: cover; object-position: center; }
.media-tag { position: absolute; z-index: 2; left: 38px; bottom: 35px; max-width: 350px; display: flex; align-items: center; gap: 14px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 22px; background: rgba(255,253,248,.92); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.tag-icon { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--sage); color: var(--green); }
.media-tag > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.media-tag strong { font-size: 14px; }
.media-tag small { color: var(--muted); font-size: 11px; }
.trust-bar { max-width: 1540px; width: 100%; margin: auto auto 0; padding: 24px max(42px, calc((100vw - 1440px)/2 + 42px)); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--sage); }
.trust-bar > div { min-height: 66px; display: grid; grid-template-columns: 50px auto; grid-template-rows: auto auto; align-items: center; padding: 0 5vw; border-right: 1px solid rgba(64,93,80,.2); }
.trust-bar > div:first-child { padding-left: 0; }
.trust-bar > div:last-child { border-right: 0; }
.trust-bar span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,248,.75); color: var(--green); }
.trust-bar strong { align-self: end; font-family: var(--display); font-size: 23px; font-weight: 500; }
.trust-bar small { align-self: start; color: var(--muted); font-size: 11px; }

.section { max-width: 1280px; margin: 0 auto; padding: 120px 42px; }
.section-heading { max-width: 670px; }
.section-heading.centered { margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.section-heading h2, .clinic-copy h2, .specialist-copy h2, .faq-intro h2, .appointment h2, .location-card h2 { margin: 18px 0 20px; font-family: var(--display); font-size: clamp(42px, 4vw, 61px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.treatments { max-width: 1360px; }
.treatment-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.treatment-card { min-height: 345px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.treatment-card:hover { transform: translateY(-7px); background: var(--ivory); box-shadow: var(--shadow); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-top small { color: var(--sage-deep); font-family: var(--display); font-size: 16px; }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--sage); color: var(--green); }
.treatment-card h3 { margin: auto 0 14px; font-family: var(--display); font-size: 25px; font-weight: 500; }
.treatment-card p { margin: 0 0 26px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.treatment-card a { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 12px; font-weight: 750; }

.clinic { max-width: 1440px; display: grid; grid-template-columns: 52% 48%; align-items: center; gap: clamp(60px, 7vw, 110px); }
.clinic-media { position: relative; }
.clinic-media img { aspect-ratio: 4/3; object-fit: cover; border-radius: 34px 120px 34px 34px; }
.experience-seal { position: absolute; right: -38px; bottom: 36px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 8px solid var(--paper); border-radius: 50%; background: var(--green); color: white; text-align: center; box-shadow: var(--shadow); }
.experience-seal strong { font-family: var(--display); font-size: 42px; line-height: .85; }
.experience-seal span { margin-top: 8px; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.clinic-copy { padding-right: 4vw; }
.clinic-copy > p, .faq-intro > p, .appointment-copy > p, .location-card > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.check-list { margin: 30px 0 28px; padding: 0; list-style: none; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.check-list span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); }

.journey { max-width: 1440px; }
.journey-steps { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.journey-steps article { position: relative; padding: 32px 28px 0 0; }
.journey-steps article::before { content: ""; position: absolute; width: 10px; height: 10px; left: 0; top: -5px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 6px var(--paper); }
.journey-steps span { color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.journey-steps h3 { margin: 18px 0 12px; font-family: var(--display); font-size: 26px; font-weight: 500; }
.journey-steps p { margin: 0; max-width: 240px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.specialist { max-width: none; padding: 0; display: grid; grid-template-columns: 48% 52%; background: var(--ivory); }
.specialist-copy { max-width: 650px; justify-self: end; padding: 110px 6vw 110px 42px; }
.specialist-copy blockquote { margin: 28px 0; padding-left: 22px; border-left: 2px solid var(--clay); color: #4c524d; font-family: var(--display); font-size: 20px; font-style: italic; line-height: 1.55; }
.doctor { display: flex; flex-direction: column; gap: 5px; margin-bottom: 30px; }
.doctor strong { font-size: 14px; }
.doctor small { color: var(--muted); font-size: 11px; }
.specialist-media { position: relative; min-height: 690px; overflow: hidden; border-radius: 0 0 0 120px; }
.specialist-media img { height: 100%; object-fit: cover; object-position: center 25%; }
.leaf-line { position: absolute; width: 250px; height: 250px; right: 24px; bottom: -90px; border: 1px solid rgba(255,255,255,.6); border-radius: 75% 25% 75% 25%; transform: rotate(20deg); }

.testimonials { max-width: none; padding-left: max(42px, calc((100vw - 1280px)/2 + 42px)); padding-right: max(42px, calc((100vw - 1280px)/2 + 42px)); background: var(--green-dark); color: white; }
.light .eyebrow { color: #d8ae86; }
.light h2 em { color: #dce1d2; }
.reviews-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.reviews-grid article { min-height: 270px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(255,255,255,.045); }
.reviews-grid article > svg { color: #c8a678; }
.reviews-grid article > p { margin: 28px 0; font-family: var(--display); font-size: 18px; line-height: 1.5; }
.reviews-grid article > div { margin-top: auto; display: flex; flex-direction: column; gap: 4px; }
.reviews-grid strong { font-size: 12px; }
.reviews-grid small, .reviews-note { color: rgba(255,255,255,.6); font-size: 10px; }
.reviews-note { margin: 30px 0 0; text-align: center; }

.faq-section { display: grid; grid-template-columns: 40% 60%; gap: 90px; }
.faq-intro > .text-link { margin-top: 24px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-family: var(--display); font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-family: var(--sans); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 24px; padding-right: 60px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.appointment { max-width: 1280px; display: grid; grid-template-columns: 48% 52%; gap: 80px; margin-bottom: 120px; border-radius: 48px; background: var(--sage); }
.appointment-copy { padding: 8px 0; }
.contact-detail { margin-top: 25px; display: flex; align-items: center; gap: 14px; }
.contact-detail > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: rgba(255,253,248,.7); color: var(--green); }
.contact-detail p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.contact-detail strong { font-size: 13px; }
.contact-detail small { color: var(--muted); font-size: 11px; }
.appointment-form { padding: 35px; display: grid; gap: 18px; border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.appointment-form label { display: grid; gap: 8px; color: var(--green-dark); font-size: 11px; font-weight: 750; }
.appointment-form input, .appointment-form select { width: 100%; height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 13px; outline: 0; background: white; color: var(--ink); font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.appointment-form input:focus, .appointment-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(64,93,80,.1); }
.form-button { width: 100%; border-radius: 15px; }
.appointment-form > small { color: var(--muted); font-size: 9px; text-align: center; }

.location { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background: #d5dbd0; }
.location::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 5%, rgba(64,93,80,.08) 90%); }
.location-pattern { position: absolute; inset: -10%; transform: rotate(-7deg); opacity: .42; }
.location-pattern span { position: absolute; height: 1px; width: 130%; left: -10%; background: rgba(64,93,80,.35); }
.location-pattern span:nth-child(1) { top: 25%; transform: rotate(7deg); }
.location-pattern span:nth-child(2) { top: 47%; transform: rotate(-9deg); }
.location-pattern span:nth-child(3) { top: 68%; transform: rotate(12deg); }
.location-pattern span:nth-child(4) { top: 82%; transform: rotate(-4deg); }
.location-card { position: relative; z-index: 2; width: min(520px, calc(100% - 40px)); padding: 46px; border: 1px solid rgba(255,255,255,.7); border-radius: 34px; background: rgba(255,253,248,.93); backdrop-filter: blur(14px); text-align: center; box-shadow: var(--shadow); }
.location-card .eyebrow { justify-content: center; }
.location-card h2 { font-size: 44px; }
.location-card .button { margin-top: 26px; }

footer { padding: 75px max(42px, calc((100vw - 1280px)/2 + 42px)) 26px; background: #1f3029; color: white; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 60px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main > div:first-child { max-width: 330px; }
.footer-brand { color: white; }
.footer-brand .brand-mark i { border-color: #dce1d2; }
.footer-brand .brand-mark i:last-child { border-color: #b7c0ae; }
.footer-brand small { color: #c7d0c1; }
.footer-main p { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.65; }
.footer-main > div > strong { margin-bottom: 9px; color: #dce1d2; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-main > div > a, .footer-main > div > span { color: rgba(255,255,255,.65); font-size: 12px; transition: color .2s; }
.footer-main > div > a:hover { color: white; }
.footer-bottom { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 10px; }
.footer-bottom b { color: rgba(255,255,255,.8); font-weight: 700; }
.floating-whatsapp { position: fixed; z-index: 90; right: 24px; bottom: 22px; height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border-radius: 18px; background: #1f8f55; color: white; font-size: 12px; font-weight: 750; box-shadow: 0 16px 36px rgba(17,86,50,.28); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }

.reveal { animation: reveal .7s ease-out both; }
.reveal-delay { animation: reveal .9s .12s ease-out both; }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  .nav { gap: 22px; }
  .nav a { font-size: 12px; }
  .whatsapp-link { display: none; }
  .hero-grid { grid-template-columns: 47% 53%; }
  .hero h1 { font-size: 64px; }
  .treatment-grid { grid-template-columns: repeat(2, 1fr); }
  .treatment-card { min-height: 300px; }
  .appointment { margin-left: 24px; margin-right: 24px; }
}

@media (max-width: 860px) {
  .site-header, .site-header.is-scrolled { height: 74px; }
  .header-inner { padding: 0 20px; }
  .brand { min-width: 0; }
  .brand-mark { width: 31px; height: 42px; transform: scale(.84); transform-origin: left center; }
  .brand b { font-size: 20px; }
  .brand small { font-size: 6.5px; }
  .header-actions { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: transparent; color: var(--green-dark); }
  .nav { position: fixed; inset: 74px 0 auto; padding: 26px 24px 34px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(38,59,51,.1); transform: translateY(-130%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
  .nav.is-open { transform: none; visibility: visible; }
  .nav a { padding: 14px 0; font-size: 15px; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav .mobile-cta { display: flex; justify-content: center; margin-top: 20px; padding: 15px; border: 0; border-radius: 14px; background: var(--green); color: white; }
  .hero { padding-top: 74px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { padding: 76px 24px 52px; }
  .hero h1 { font-size: clamp(50px, 14vw, 72px); }
  .hero-media { min-height: 520px; border-radius: 0 0 0 70px; }
  .trust-bar { padding: 20px 24px; }
  .trust-bar > div { padding: 0 16px; grid-template-columns: 42px auto; }
  .trust-bar strong { font-size: 18px; }
  .section { padding: 90px 24px; }
  .clinic { grid-template-columns: 1fr; gap: 70px; }
  .clinic-copy { padding-right: 0; }
  .experience-seal { right: 24px; }
  .journey-steps { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .journey-steps article:nth-child(3), .journey-steps article:nth-child(4) { border-top: 1px solid var(--line); }
  .specialist { grid-template-columns: 1fr; }
  .specialist-copy { max-width: none; justify-self: stretch; padding: 90px 24px; }
  .specialist-media { min-height: 620px; border-radius: 0 0 0 80px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid article { min-height: 220px; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; }
  .appointment { grid-template-columns: 1fr; gap: 50px; margin: 0 18px 90px; padding: 64px 24px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .hero-copy { padding-top: 60px; }
  .hero h1 { margin-top: 20px; font-size: 50px; }
  .hero-copy > p { font-size: 16px; }
  .hero-buttons { width: 100%; flex-direction: column; align-items: stretch; gap: 14px; }
  .hero-buttons .text-link { align-self: flex-start; }
  .hero-note { margin-top: 32px; }
  .hero-media { min-height: 430px; border-radius: 0 0 0 48px; }
  .media-tag { left: 16px; right: 16px; bottom: 16px; }
  .trust-bar { grid-template-columns: 1fr; gap: 14px; }
  .trust-bar > div, .trust-bar > div:first-child { padding: 8px 0; border-right: 0; border-bottom: 1px solid rgba(64,93,80,.16); }
  .trust-bar > div:last-child { border-bottom: 0; }
  .section-heading h2, .clinic-copy h2, .specialist-copy h2, .faq-intro h2, .appointment h2, .location-card h2 { font-size: 40px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 280px; }
  .clinic-media img { border-radius: 24px 70px 24px 24px; }
  .experience-seal { width: 120px; height: 120px; right: 10px; bottom: -30px; }
  .journey-steps { grid-template-columns: 1fr; border: 0; }
  .journey-steps article, .journey-steps article:nth-child(3), .journey-steps article:nth-child(4) { padding: 24px 0 24px 35px; border-top: 1px solid var(--line); }
  .journey-steps article::before { top: -5px; }
  .specialist-media { min-height: 520px; }
  .faq-list summary { font-size: 18px; }
  .faq-list details p { padding-right: 15px; }
  .appointment-form { padding: 24px 18px; }
  .location { min-height: 480px; }
  .location-card { padding: 36px 24px; }
  footer { padding-left: 24px; padding-right: 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .floating-whatsapp { width: 54px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-whatsapp span { display: none; }
}

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