:root {
  --forest: #121d2f;
  --forest-deep: #09111f;
  --cream: #eeeae2;
  --paper: #f9f7f2;
  --ink: #111a29;
  --muted: #68707d;
  --line: #d8d8d4;
  --accent: #3157f5;
  --accent-soft: #dbe2ff;
  --whatsapp: #20b968;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
section { scroll-margin-top: 92px; }

.site-header {
  height: 86px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--ink);
  background: rgba(249,247,242,.87);
  border-bottom: 1px solid rgba(17,26,41,.09);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.site-logo { display: block; width: clamp(210px, 19vw, 272px); height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); margin-left: auto; }
.desktop-nav a { font-size: 13px; color: #626b78; text-decoration: underline; text-decoration-color: rgba(49,87,245,.58); text-decoration-thickness: 1px; text-underline-offset: 6px; transition: color .2s ease, text-decoration-color .2s ease; }
.desktop-nav a:hover { color: var(--accent); }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px;
  border: 1px solid rgba(17,26,41,.22); border-radius: 999px; font-size: 12px; font-weight: 650;
  transition: background .2s ease, color .2s ease;
}
.header-cta:hover { background: var(--ink); color: #fff; }
.mobile-menu { display: none; position: relative; }

.hero {
  min-height: 800px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  padding-top: 86px;
}
.hero-copy {
  padding: 110px clamp(42px, 7.4vw, 120px) 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 11px; color: #6d7580; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; font-weight: 650; }
.eyebrow span { width: 26px; height: 1px; background: var(--accent); }
.eyebrow.dark { color: #68736f; }
.hero h1 {
  max-width: 730px; margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.65vw, 88px); line-height: .96; letter-spacing: -.055em; font-weight: 400;
}
.hero-description { max-width: 610px; margin: 30px 0 0; color: #606977; font-size: 17px; line-height: 1.72; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 999px; padding: 16px 24px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--whatsapp); color: #fff; box-shadow: 0 12px 28px rgba(2,31,24,.28); }
.button-primary:hover { background: #19a85d; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; color: #606977; }
.text-link span { color: var(--accent); }
.trust-row { position: relative; isolation: isolate; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(17,26,41,.12); display: flex; flex-wrap: wrap; gap: 25px; color: #7a828e; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.trust-row::after { content: "TRABALHISTA"; position: absolute; z-index: 0; left: 50%; top: 56%; width: max-content; transform: translate(-50%, -50%); font: 700 clamp(40px, 7vw, 105px)/1 Arial, Helvetica, sans-serif; letter-spacing: -.07em; color: rgba(17,26,41,.035); pointer-events: none; }
.trust-row span { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 4px; height: 4px; background: var(--accent); border-radius: 50%; }

.hero-visual { min-height: 640px; margin: 52px 58px 52px 0; position: relative; background: var(--accent-soft); border-radius: 4px 4px 160px 4px; }
.hero-visual::before { content: ""; position: absolute; z-index: 0; inset: -14px 18px 18px -14px; border: 1px solid rgba(49,87,245,.48); border-radius: 4px 4px 170px 4px; }
.portrait-frame { position: absolute; z-index: 1; inset: 0; overflow: hidden; border-radius: inherit; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,17,34,0), rgba(7,17,34,.1)); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.92) contrast(1.02); }
.identity-card {
  position: absolute; left: -52px; bottom: 40px; z-index: 2; min-width: 310px; padding: 15px 18px;
  display: flex; align-items: center; gap: 11px; color: #fff; background: rgba(17,26,41,.93);
  border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
  backdrop-filter: blur(16px); box-shadow: 0 18px 42px rgba(7,17,34,.20);
}
.identity-card div { min-width: 0; display: grid; gap: 3px; }
.identity-card strong { font: 400 18px/1.18 Georgia, serif; }
.identity-card small { font-size: 9px; line-height: 1.35; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 7px; height: 7px; flex: 0 0 auto; background: var(--whatsapp); border-radius: 50%; box-shadow: 0 0 0 4px rgba(31,185,104,.12); }
.decorative-line { position: absolute; z-index: 2; top: 38px; right: 36px; width: 1px; height: 90px; background: rgba(255,255,255,.62); }

.services-preview { padding: 118px clamp(24px, 6vw, 96px) 128px; background: var(--forest); color: #fff; }
.section-heading { max-width: 1260px; margin: 0 auto 52px; }
.split-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
.section-heading h2 { margin: 0; font: 400 clamp(40px, 4.2vw, 64px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.services-preview .eyebrow.dark { color: rgba(255,255,255,.6); }
.split-heading > p { max-width: 450px; margin: 0 0 5px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; }
.service-grid { max-width: 1260px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.service-card { min-height: 500px; grid-column: span 2; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); transition: background .28s ease, transform .28s ease, border-color .28s ease; }
.service-card:nth-child(-n+2) { grid-column: span 3; }
.service-card:nth-last-child(-n+4) { grid-column: span 3; }
.service-card:hover { background: rgba(255,255,255,.07); border-color: rgba(130,152,255,.55); transform: translateY(-5px); }
.service-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #1a2639; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(9,17,31,.48)); pointer-events: none; }
.service-media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.86) contrast(1.03); transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.service-card:hover .service-media img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.service-number { position: absolute; z-index: 2; top: 17px; left: 17px; min-width: 38px; height: 29px; padding: 0 10px; display: grid; place-items: center; background: rgba(9,17,31,.82); backdrop-filter: blur(10px); color: #aab8ff; font-size: 10px; letter-spacing: .14em; }
.service-content { flex: 1; padding: 27px 28px 25px; display: flex; flex-direction: column; }
.service-card h3 { margin: 0 0 13px; font: 400 25px/1.15 Georgia, serif; }
.service-card:nth-child(-n+2) h3 { font-size: 30px; }
.service-card p { margin: 0 0 30px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }
.service-card a { width: max-content; margin-top: auto; padding: 11px 16px; border-radius: 999px; background: var(--whatsapp); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 750; box-shadow: 0 10px 24px rgba(2,31,24,.2); transition: background .2s ease, transform .2s ease; }
.service-card a:hover { background: #18a85d; transform: translateY(-2px); }
.service-card:hover p { color: rgba(255,255,255,.78); }

.online-section {
  max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr;
  background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.online-intro { padding: 105px clamp(42px, 7vw, 100px); position: relative; overflow: hidden; }
.online-intro h2 { margin: 0; font: 400 clamp(42px, 4.6vw, 67px)/1.06 Georgia, serif; letter-spacing: -.04em; }
.online-intro > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.button-forest { width: max-content; background: var(--accent); color: #fff; box-shadow: 0 12px 28px rgba(49,87,245,.2); }
.button-forest svg { color: var(--whatsapp); }
.button-forest:hover { background: #2449da; }
.online-seal { position: absolute; right: 45px; bottom: 36px; width: 120px; height: 120px; padding: 20px; border: 1px solid rgba(17,26,41,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 8px; transform: rotate(-8deg); color: var(--forest); }
.online-seal span { font: 400 28px/1 Georgia, serif; }
.online-seal small { font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.steps-list { list-style: none; margin: 0; padding: 0; background: var(--forest); color: #fff; }
.steps-list li { min-height: 185px; padding: 36px clamp(35px, 5vw, 70px); display: grid; grid-template-columns: 62px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps-list li:last-child { border: 0; }
.steps-list > li > span { align-self: start; padding-top: 4px; color: var(--accent); font-size: 11px; letter-spacing: .14em; }
.steps-list h3 { margin: 0 0 10px; font: 400 27px/1.2 Georgia, serif; }
.steps-list p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.65; }

.about-section { max-width: 1260px; margin: 0 auto; padding: 130px 0; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.about-photo {
  min-height: 600px;
  position: relative;
  background: #d8d0c5;
  overflow: hidden;
  border: 1px solid rgba(17,26,41,.08);
  border-radius: 4px 4px 118px 4px;
  outline: 1px solid rgba(49,87,245,.34);
  outline-offset: 11px;
  box-shadow: 0 28px 68px rgba(16,24,39,.16);
}
.about-photo::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.34); border-radius: 3px 3px 100px 3px; pointer-events: none; }
.about-photo img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center; filter: saturate(.78); transform: scale(1.01); }
.about-copy { padding-right: 30px; }
.about-copy h2 { max-width: 600px; margin: 0; font: 400 clamp(43px, 4.7vw, 68px)/1.05 Georgia, serif; letter-spacing: -.04em; }
.about-name { margin: 38px 0 25px; padding-left: 20px; border-left: 2px solid var(--accent); display: grid; gap: 5px; }
.about-name strong { font: 400 22px/1.2 Georgia, serif; }
.about-name small { color: #7d8582; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.about-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 15px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.button-outline { width: max-content; margin-top: 23px; border: 1px solid var(--forest); color: var(--forest); }
.button-outline:hover { background: var(--forest); color: #fff; }

.final-cta { width: calc(100% - clamp(40px, 6vw, 96px)); max-width: 1344px; margin: 0 auto; padding: 92px clamp(35px, 7vw, 105px); background: radial-gradient(circle at 88% 22%, rgba(74,105,241,.34), transparent 31%), linear-gradient(135deg, #08111f 0%, var(--forest) 56%, #1b315f 100%); border: 1px solid rgba(255,255,255,.10); border-radius: 28px; box-shadow: 0 28px 72px rgba(8,17,31,.18); color: #fff; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, var(--accent), #7c91ef); }
.final-cta::after { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; right: -180px; top: -250px; }
.final-cta > div { position: relative; z-index: 2; }
.final-cta .eyebrow { width: max-content; padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.final-cta h2 { margin: 0; font: 400 clamp(43px, 5vw, 72px)/1.03 Georgia, serif; letter-spacing: -.045em; }
.final-cta p:not(.eyebrow) { max-width: 630px; margin: 24px 0 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.7; }
.final-button { min-width: 230px; position: relative; z-index: 2; border-radius: 14px; }

.site-footer { padding: 65px clamp(24px, 6vw, 96px) 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: var(--paper); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-logo { display: block; width: min(335px, 100%); height: auto; }
.footer-contact { text-align: right; }
.footer-contact p { margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.footer-contact div { display: flex; justify-content: flex-end; gap: 12px; }
.footer-contact a, .privacy summary { font-size: 12px; font-weight: 650; color: var(--forest); }
.footer-contact-icons a { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(17,26,41,.18); border-radius: 50%; background: transparent; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.footer-contact-icons a:first-child { color: var(--whatsapp); }
.footer-contact-icons a:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.footer-contact-icons a:first-child:hover { color: var(--whatsapp); border-color: var(--whatsapp); }
.privacy { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 25px; }
.privacy summary { cursor: pointer; width: max-content; }
.privacy p { max-width: 720px; margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.footer-note { grid-column: 1 / -1; margin: -18px 0 0; color: #969d9a; font-size: 10px; text-align: right; }
.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 999px; background: var(--whatsapp); color: #fff; box-shadow: 0 15px 38px rgba(5,46,39,.27); font-size: 12px; font-weight: 750; transition: transform .2s ease, background .2s ease; animation: whatsapp-breathe 2s ease-in-out infinite; }
.floating-whatsapp::before { content: ""; position: absolute; inset: -6px; border: 3px solid rgba(32,185,104,.64); border-radius: inherit; box-shadow: 0 0 22px rgba(32,185,104,.34); pointer-events: none; animation: whatsapp-pulse 2s ease-out infinite; }
.floating-whatsapp::after { content: ""; position: absolute; inset: -6px; border: 2px solid rgba(32,185,104,.46); border-radius: inherit; pointer-events: none; animation: whatsapp-pulse 2s .65s ease-out infinite; }
.floating-whatsapp:hover { transform: translateY(-3px); background: #19a85d; }

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes reveal-image {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes whatsapp-pulse {
  0%, 24% { opacity: .94; transform: scale(.9); }
  78%, 100% { opacity: 0; transform: scale(1.48); }
}
@keyframes whatsapp-breathe {
  0%, 100% { box-shadow: 0 15px 38px rgba(5,46,39,.27); }
  50% { box-shadow: 0 16px 42px rgba(32,185,104,.52), 0 0 0 6px rgba(32,185,104,.10); }
}
.hero-copy > * { animation: reveal-up .7s both cubic-bezier(.2,.7,.2,1); }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .24s; }
.hero-copy > *:nth-child(5) { animation-delay: .32s; }
.hero-visual { animation: reveal-image .85s .08s both cubic-bezier(.2,.7,.2,1); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; order: 3; }
  .mobile-menu summary { list-style: none; width: 42px; height: 42px; border: 1px solid rgba(17,26,41,.24); border-radius: 50%; display: grid; place-content: center; gap: 6px; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 17px; height: 1px; background: var(--ink); }
  .mobile-menu nav { position: absolute; right: 0; top: 50px; width: 235px; padding: 15px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 48px rgba(0,0,0,.2); display: grid; }
  .mobile-menu nav a { padding: 13px 11px; border-bottom: 1px solid var(--line); font-size: 14px; text-decoration: underline; text-decoration-color: rgba(49,87,245,.58); text-underline-offset: 5px; }
  .mobile-menu nav a:last-child { border: 0; }
  .header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr 42%; }
  .hero-copy { padding-left: 48px; padding-right: 48px; }
  .hero-visual { margin-right: 34px; }
  .identity-card { left: -28px; min-width: 280px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(-n+2), .service-card:nth-last-child(-n+4) { grid-column: auto; }
  .about-section { padding-left: 45px; padding-right: 45px; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 0 18px; gap: 12px; }
  .site-logo { width: 198px; }
  .header-cta { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; padding-top: 76px; }
  .hero-copy { padding: 32px 22px 40px; order: 1; }
  .eyebrow { margin-bottom: 15px; font-size: 9px; }
  .hero h1 { font-size: clamp(40px, 11.8vw, 52px); line-height: .99; }
  .hero-description { margin-top: 18px; font-size: 14px; line-height: 1.55; }
  .hero-actions { margin-top: 21px; }
  .button { width: 100%; }
  .text-link { display: none; }
  .trust-row { z-index: 1; margin-top: 42px; padding-top: 18px; min-height: 62px; display: grid; grid-template-columns: repeat(3, max-content); justify-content: center; align-items: center; gap: 12px; font-size: 8px; }
  .trust-row::after { top: 58%; font-size: clamp(50px, 13.6vw, 60px); color: rgba(17,26,41,.04); }
  .trust-row span { flex: 0 0 auto; white-space: nowrap; }
  .hero-visual { order: 2; min-height: 500px; margin: 0 20px 34px; border-radius: 3px 3px 92px 3px; }
  .hero-visual::before { inset: -9px 11px 11px -9px; border-radius: 3px 3px 98px 3px; }
  .portrait-frame img { object-position: center 30%; }
  .identity-card { left: 16px; right: auto; bottom: 16px; width: max-content; max-width: calc(100% - 32px); min-width: 0; padding: 11px 13px; gap: 9px; border-radius: 10px; }
  .identity-card strong { font-size: 15.5px; }
  .identity-card small { font-size: 7.5px; letter-spacing: .07em; }
  .identity-card .status-dot { width: 6px; height: 6px; box-shadow: 0 0 0 3px rgba(31,185,104,.12); }
  .services-preview { padding: 80px 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 43px; }
  .split-heading > p { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 470px; }
  .service-content { padding: 24px 23px 22px; }
  .service-card h3, .service-card:nth-child(-n+2) h3 { font-size: 25px; }
  .service-card p { margin-bottom: 30px; }
  .service-card a { width: 100%; }
  .online-section { grid-template-columns: 1fr; }
  .online-intro { padding: 78px 22px 95px; }
  .online-intro h2 { font-size: 43px; }
  .online-intro > p:not(.eyebrow) { font-size: 15px; }
  .online-seal { width: 90px; height: 90px; right: 20px; bottom: 14px; padding: 15px; }
  .online-seal span { font-size: 21px; }
  .online-seal small { font-size: 7px; }
  .steps-list li { min-height: 165px; padding: 30px 24px; grid-template-columns: 42px 1fr; gap: 10px; }
  .steps-list h3 { font-size: 24px; }
  .about-section { padding: 80px 20px; display: flex; flex-direction: column; gap: 0; }
  .about-copy { display: contents; }
  .about-copy .eyebrow { order: 1; align-self: stretch; }
  .about-copy h2 { order: 2; width: 100%; margin-bottom: 42px; }
  .about-photo { order: 3; width: 100%; margin-bottom: 48px; }
  .about-name { order: 4; width: 100%; margin-top: 0; }
  .about-copy > p:not(.eyebrow) { order: 5; width: 100%; }
  .about-copy .button-outline { order: 6; }
  .about-photo, .about-photo img { min-height: 455px; }
  .about-photo { border-radius: 3px 3px 82px 3px; outline-offset: 7px; }
  .about-photo::after { inset: 10px; border-radius: 2px 2px 70px 2px; }
  .about-copy h2 { font-size: 43px; }
  .final-cta { width: auto; margin: 0 14px; padding: 72px 22px; border-radius: 22px; display: grid; gap: 34px; }
  .final-cta h2 { font-size: 43px; }
  .final-button { width: 100%; }
  .site-footer { padding: 52px 22px 105px; grid-template-columns: 1fr; gap: 30px; }
  .footer-contact { text-align: left; }
  .footer-contact div { justify-content: flex-start; gap: 20px; }
  .privacy, .footer-note { grid-column: 1; }
  .footer-note { margin: 0; text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; padding: 14px; animation-duration: 1.65s; }
  .floating-whatsapp::before, .floating-whatsapp::after { animation-duration: 1.65s; }
  .floating-whatsapp span { display: none; }
}

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