:root {
  --navy: #123b60;
  --navy-deep: #0c3152;
  --teal: #1597a0;
  --teal-dark: #0f7f89;
  --cyan: #33b5bd;
  --yellow: #ffbd16;
  --yellow-dark: #eda600;
  --sky: #eefafd;
  --sky-strong: #ddf4f7;
  --paper: #ffffff;
  --ink: #1b4160;
  --muted: #61788b;
  --line: #dcebee;
  --shadow: 0 18px 50px rgba(19, 73, 94, .11);
  --font: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(21, 151, 160, .3); outline-offset: 3px; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3, strong, b { font-weight: 600; }
.section { position: relative; padding: 56px 0; }
.eyebrow { display: inline-block; margin-bottom: 13px; color: var(--teal); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { max-width: 680px; margin: 0 auto 28px; text-align: center; }
.section-heading.compact { margin-bottom: 22px; }
.section-heading h2, .about-copy h2, .appointment-copy h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.15rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { max-width: 590px; margin: 18px auto 0; color: var(--muted); line-height: 1.7; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.decor { position: absolute; z-index: 1; pointer-events: none; user-select: none; }

.btn { min-height: 46px; padding: 0 24px; border: 2px solid transparent; border-radius: 999px; font-size: .76rem; font-weight: 600; letter-spacing: .025em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding-inline: 19px; font-size: .69rem; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--teal), #24afb7); box-shadow: 0 10px 24px rgba(21, 151, 160, .23); }
.btn-yellow { color: var(--navy-deep); background: var(--yellow); box-shadow: 0 10px 24px rgba(255, 189, 22, .2); }
.btn-yellow:hover { background: #ffc936; }
.btn-outline { color: var(--teal-dark); border-color: #8bd2d8; background: #fff; }
.btn-outline:hover { color: #fff; border-color: var(--teal); background: var(--teal); }
.center-action { display: flex; justify-content: center; margin-top: 28px; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(19, 73, 94, .07); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 174px 1fr auto; align-items: center; gap: 24px; }
.brand img { width: 164px; height: auto; }
.main-nav { display: flex; justify-content: center; gap: clamp(13px, 1.7vw, 25px); font-size: 1rem; font-weight: 600; }
.main-nav a { position: relative; padding: 31px 0 27px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; border-radius: 3px; background: var(--teal); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .57rem; line-height: 1.2; }
.header-phone img { width: 26px; height: 26px; }
.header-phone span { display: grid; }
.header-phone strong { color: var(--teal-dark); font-size: .7rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--navy); }

.hero { position: relative; min-height: 610px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff 68%, #f2fbfc 100%); }
.hero::after { content: ""; position: absolute; z-index: 0; left: -8%; right: -8%; bottom: -108px; height: 180px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #fff; }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 34px; padding-top: 36px; padding-bottom: 62px; }
.hero-copy { padding-top: 8px; }
.hero h1 { max-width: 660px; margin-bottom: 22px; color: var(--navy); font-size: clamp(2.65rem, 4.1vw, 4.25rem); font-weight: 600; line-height: 1.06; letter-spacing: -.04em; }
.hero h1 em { white-space: nowrap; }
.hero-copy > p { max-width: 570px; margin-bottom: 25px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.hero-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 650px; margin-bottom: 25px; }
.hero-features span { display: flex; align-items: center; gap: 9px; color: #5c768a; font-size: .66rem; font-weight: 600; line-height: 1.32; }
.hero-features img { width: 31px; height: 31px; object-fit: contain; flex: 0 0 auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-visual { position: relative; min-height: 535px; display: grid; place-items: center; }
.hero-pets { position: relative; z-index: 2; width: min(585px, 110%); filter: drop-shadow(0 24px 28px rgba(25, 86, 98, .16)); }
.hero-pill { left: -20px; bottom: 24px; width: 105px; transform: rotate(-18deg); }
.hero-paw { right: 5%; bottom: 32px; width: 98px; opacity: .1; transform: rotate(-14deg); }

.services { overflow: hidden; background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.service-card { position: relative; min-height: 300px; display: flex; flex-direction: column; align-items: center; padding: 30px 18px 23px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-align: center; box-shadow: 0 10px 32px rgba(18, 76, 96, .055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(21, 151, 160, .4); box-shadow: var(--shadow); }
.service-card > img { width: 58px; height: 58px; object-fit: contain; }
.service-card h3 { margin: 22px 0 10px; color: var(--navy); font-size: 1rem; }
.service-card p { margin-bottom: 22px; color: var(--muted); font-size: .74rem; line-height: 1.6; }
.service-card a { margin-top: auto; color: var(--teal-dark); font-size: .67rem; font-weight: 600; text-transform: uppercase; }

.services-paw { right: 18px; top: 42px; width: 74px; opacity: .11; }

.benefits { position: relative; padding: 34px 0; overflow: hidden; background: var(--sky); }
.benefits::before, .benefits::after { content: ""; position: absolute; left: -6%; width: 112%; height: 45px; border-radius: 50%; background: #fff; }
.benefits::before { top: -30px; }
.benefits::after { bottom: -31px; }
.benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.benefits article { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 74px; padding: 0 22px; border-right: 1px solid #cce7eb; }
.benefits article:last-child { border-right: 0; }
.benefits img { width: 45px; height: 45px; object-fit: contain; }
.benefits strong { color: var(--teal-dark); font-size: .78rem; line-height: 1.4; }

.about { overflow: hidden; background: linear-gradient(180deg, #fff, #fbfeff); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 48px; }
.about-copy p { max-width: 520px; margin: 20px 0 24px; color: var(--muted); line-height: 1.75; }
.about-photo { position: relative; margin-bottom: 0; }
.about-photo img { position: relative; width: 100%; max-height: 530px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(24, 82, 99, .13)); }
.about-pill { right: -48px; bottom: 18px; width: 145px; transform: rotate(-23deg); opacity: .85; }

.specialists { overflow: hidden; background: #fff; }
.slider-shell { position: relative; }
.specialists-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; overflow: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.specialists-track::-webkit-scrollbar { display: none; }
.specialist-card { min-width: 0; overflow: hidden; padding: 0 0 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; text-align: center; box-shadow: 0 12px 32px rgba(18, 74, 93, .07); scroll-snap-align: start; }
.specialist-photo { width: 100%; height: auto; aspect-ratio: 1 / 1; padding: 0; object-fit: contain; object-position: center; background: #eef9fa; }
.specialist-card h3 { margin: 16px 12px 5px; color: var(--teal-dark); font-size: .94rem; }
.specialist-card p { margin-bottom: 3px; color: var(--navy); font-size: .76rem; }
.specialist-card small { color: var(--muted); font-size: .64rem; }
.slider-arrow { position: absolute; z-index: 3; top: 44%; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--teal-dark); background: #dff3f5; cursor: pointer; font-size: 1.8rem; line-height: 1; }
.slider-arrow.previous { left: -58px; }
.slider-arrow.next { right: -58px; }
.specialists-paw { left: 20px; bottom: 24px; width: 88px; opacity: .1; transform: rotate(20deg); }

.testimonials { overflow: hidden; background: linear-gradient(180deg, #f8fdfe, #eef9fb); }
.testimonials::before, .testimonials::after { content: ""; position: absolute; width: 340px; height: 150px; border-radius: 50%; background: rgba(255, 255, 255, .62); }
.testimonials::before { left: -110px; top: -75px; }
.testimonials::after { right: -100px; bottom: -80px; }
.testimonials-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.testimonial-card { position: relative; min-height: 205px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .9); box-shadow: 0 14px 35px rgba(24, 79, 98, .07); }
.quote-mark { position: absolute; top: 17px; left: 22px; color: #9edce1; font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; }
.testimonial-card blockquote { position: relative; z-index: 1; margin: 28px 0 25px; color: #516b7d; font-size: .82rem; line-height: 1.75; }
.testimonial-author { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.testimonial-author > img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; object-position: center; flex: 0 0 auto; }
.testimonial-author > div { display: grid; }
.testimonial-author strong { color: var(--navy); font-size: .76rem; }
.testimonial-author small { color: var(--muted); font-size: .65rem; }
.testimonial-author b { color: var(--yellow-dark); font-size: .65rem; letter-spacing: 2px; }

.social-gallery { overflow: hidden; background: #fff; }
.moments-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.moment { height: 170px; margin: 0; overflow: hidden; border-radius: 14px; background: #e6f6f7; }
.moment img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.moment:hover img { transform: scale(1.05); }
.social-placeholder { cursor: default; }
.gallery-pill { left: -35px; top: 24px; width: 105px; transform: rotate(12deg); opacity: .78; }


.appointment { padding: 48px 0; overflow: hidden; background: linear-gradient(130deg, #e8f8fa, #f4fbfc 55%, #dff2f6); }
.appointment-shell { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 24px; min-height: 500px; padding: 0 22px; overflow: visible; }
.appointment-shell::before { content: ""; position: absolute; left: -90px; top: -100px; width: 330px; height: 260px; border-radius: 50%; background: rgba(255, 255, 255, .44); }
.appointment-copy { position: relative; z-index: 2; min-height: 400px; padding-top: 36px; }
.appointment-copy .eyebrow, .appointment-copy h2, .appointment-copy p { position: relative; z-index: 3; }
.appointment-copy h2 { max-width: 275px; font-size: clamp(2.25rem, 3.3vw, 3.15rem); }
.appointment-copy p { max-width: 225px; color: var(--muted); line-height: 1.6; }
.appointment-copy > img { position: absolute; z-index: 2; right: -28px; bottom: -50px; width: 275px; filter: drop-shadow(0 16px 20px rgba(18, 78, 95, .12)); }
.appointment-form { position: relative; z-index: 4; margin-left: -40px; padding: 32px; border: 1px solid rgba(27, 116, 132, .12); border-radius: 16px; background: #fff; box-shadow: 0 20px 45px rgba(19, 74, 94, .13); }
.appointment-form h3 { margin-bottom: 7px; color: var(--navy); font-size: 1.55rem; }
.appointment-form > p { margin-bottom: 20px; color: var(--muted); font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid label { display: grid; gap: 6px; color: #587184; font-size: .67rem; font-weight: 600; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; outline: 0; font-size: .78rem; font-weight: 500; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(21, 151, 160, .1); }
.form-grid textarea { resize: vertical; }
.appointment-form > .btn { margin-top: 17px; }
.form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-status { min-height: 20px; margin: 10px 0 0!important; color: var(--teal-dark)!important; font-size: 1rem!important; }
.form-status[data-type="error"] { color: #c44b4b!important; }
.form-status[data-type="loading"] { color: var(--muted)!important; }
.privacy-note { display: block; margin-top: 4px; color: #8aa0ae; font-size: .61rem; line-height: 1.45; }
.appointment-form button:disabled { cursor: wait; opacity: .65; transform: none; }

.contact { padding-top: 38px; padding-bottom: 34px; background: #f8fdfe; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.28fr .75fr; align-items: center; gap: 38px; }
.contact-list { display: grid; gap: 13px; margin: 4px 0 0; padding: 0; list-style: none; }
.contact-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.contact-list img { width: 22px; height: 22px; object-fit: contain; flex: 0 0 auto; }
.map-card { position: relative; height: 260px; overflow: hidden; border: 1px solid #d8eaed; border-radius: 15px; background: linear-gradient(145deg, #edf4f4, #fff); box-shadow: 0 12px 30px rgba(20, 74, 92, .07); }
.map-card::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(#d4e3e5 1px, transparent 1px), linear-gradient(90deg, #d4e3e5 1px, transparent 1px); background-size: 35px 35px; }
.map-road { position: absolute; height: 16px; border: 4px solid #fff; border-radius: 30px; background: #d7e4e6; box-shadow: 0 0 0 1px #d2e0e2; }
.road-one { width: 125%; left: -16%; top: 92px; transform: rotate(-14deg); }
.road-two { width: 95%; left: 18%; top: 145px; transform: rotate(24deg); }
.road-three { width: 70%; left: -12%; top: 190px; transform: rotate(8deg); }
.map-marker { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 158px; height: 76px; padding: 13px; border: 2px solid #fff; border-radius: 15px; background: #fff; box-shadow: 0 12px 26px rgba(18, 71, 90, .18); transform: translate(-50%, -50%); }
.emergency-card h3 { margin-bottom: 12px; color: var(--navy); font-size: 1.25rem; line-height: 1.3; }
.emergency-card p { margin-bottom: 20px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.emergency-card .btn { padding-inline: 18px; }
.emergency-card .btn img { width: 19px; height: 19px; }

.site-footer { padding: 24px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: grid; grid-template-columns: 190px 1fr auto auto; align-items: center; gap: 30px; }
.footer-logo img { width: 158px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: .66rem; }
.footer-links { display: flex; align-items: center; gap: 18px; color: var(--teal-dark); font-size: .65rem; }
.srweb-credit { color: var(--muted); opacity: .75; transition: color .2s ease, opacity .2s ease; }
.srweb-credit:hover { color: var(--teal-dark); opacity: 1; }
.social-icons { display: flex; gap: 9px; }
.social-icons span, .social-icons a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #aad9de; border-radius: 50%; }
.social-icons img { width: 16px; height: 16px; }
.float-whatsapp { position: fixed; z-index: 70; right: 22px; bottom: 22px; display: grid; place-items: center; width: 56px; height: 56px; border: 3px solid #fff; border-radius: 50%; background: var(--teal); box-shadow: 0 12px 28px rgba(14, 102, 112, .28); }
.float-whatsapp img { width: 27px; height: 27px; filter: brightness(0) invert(1); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .62s ease, transform .62s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .18s; }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 155px 1fr auto; gap: 15px; }
  .brand img { width: 150px; }
  .header-phone { display: none; }
  .main-nav { gap: 15px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card { min-height: 260px; }
  .slider-arrow.previous { left: -12px; }
  .slider-arrow.next { right: -12px; }
  .moments-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: .8fr 1.2fr; }
  .emergency-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 18px; }
  .emergency-card .eyebrow { grid-column: 1 / -1; margin-bottom: -5px; }
  .emergency-card h3, .emergency-card p { margin: 0; }
}

@media (max-width: 930px) {
  html { scroll-padding-top: 72px; }
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand img { width: 153px; }
  .menu-toggle { display: block; grid-column: 2; }
  .header-actions { display: none; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 66px; display: none; flex-direction: column; gap: 0; padding: 14px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; padding: 11px 0; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 125px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-features { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 460px; }
  .hero-pets { width: min(580px, 84vw); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid #cce7eb; }
  .benefits article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-copy { max-width: 650px; }
  .about-photo { max-width: 720px; }
  .specialists-track { grid-template-columns: repeat(4, minmax(250px, 1fr)); }
  .testimonials-grid { grid-template-columns: 1fr; }

  .appointment-shell { grid-template-columns: 1fr; padding-inline: 32px; }
  .appointment-copy { min-height: 370px; }
  .appointment-copy > img { right: 0; width: 265px; }
  .appointment-form { margin-left: 0; }
  .footer-inner { grid-template-columns: 150px 1fr auto auto; gap: 16px; }

}

@media (max-width: 680px) {
  .section { padding: 46px 0; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2, .about-copy h2, .appointment-copy h2 { font-size: 2.15rem; }
  .hero-grid { padding-top: 44px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(2rem, 8.6vw, 2.4rem); }
  .hero h1 em { white-space: nowrap; }
  .hero-copy > p { font-size: .93rem; }
  .hero-features { grid-template-columns: repeat(2, 1fr); }
  .hero-features span { justify-content: center; }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 340px; }
  .hero-pill { width: 78px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 250px; padding: 24px 13px 20px; }
  .service-card > img { width: 49px; height: 49px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits article, .benefits article:last-child { grid-column: auto; justify-content: center; border-bottom: 1px solid #cce7eb; }
  .benefits article:last-child { border-bottom: 0; }
  .moments-grid { grid-template-columns: repeat(2, 1fr); }
  .moment { height: 165px; }


  .appointment { padding: 40px 0; }
  .appointment-shell { width: min(100% - 18px, 1180px); padding: 0 10px; gap: 20px; }
  .appointment-copy { min-height: 465px; padding: 0 10px; }
  .appointment-copy h2 { max-width: none; font-size: 2rem; }
  .appointment-copy p { max-width: none; }
  .appointment-copy > img { right: 50%; bottom: -22px; width: 220px; transform: translateX(50%); }
  .appointment-form { padding: 23px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .appointment-form > .btn { width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-card { height: 230px; }
  .emergency-card { grid-column: auto; display: block; }
  .emergency-card .eyebrow { margin-bottom: 13px; }
  .emergency-card h3 { margin-bottom: 12px; }
  .emergency-card p { margin-bottom: 20px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; }
  .footer-links { grid-column: 1 / -1; grid-row: 3; justify-content: center; }
  .footer-logo img { width: 145px; }
  .decor { opacity: .35; }
}

@media (max-width: 430px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .moments-grid { gap: 8px; }
  .moment { height: 145px; }
  .hero-features span { font-size: .61rem; }
  .hero-actions .btn { width: 100%; }
  .slider-arrow { display: none; }
  .float-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none!important; }
  .reveal { opacity: 1; transform: none; }
}
