:root {
  --ink: #130619;
  --ink-soft: #1d0828;
  --panel: #250b31;
  --plum: #4c1269;
  --violet: #7b4dff;
  --pink: #f051b8;
  --gold: #efc07b;
  --peach: #ffe3c9;
  --paper: #fff9ff;
  --muted: #cbbdd1;
  --line: rgba(255, 255, 255, 0.13);
  --display: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(8, 0, 12, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 85% 4%, rgba(123, 77, 255, 0.14), transparent 28rem),
    var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 108px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 20px; top: -80px; z-index: 999;
  padding: 12px 18px; background: white; color: var(--ink); border-radius: 10px;
}
.skip-link:focus { top: 20px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(19, 6, 25, 0.74);
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); background: rgba(19, 6, 25, 0.92); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img {
  width: 48px; height: 48px; object-fit: cover; border-radius: 50%;
  border: 1px solid rgba(239, 192, 123, .42);
}
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: var(--display); font-size: 1.3rem; letter-spacing: .08em; font-weight: 400; color: var(--peach); }
.brand small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.main-menu { display: flex; align-items: center; gap: 28px; }
.main-menu > a { color: #ebdfef; font-size: .88rem; font-weight: 600; transition: color .2s ease; }
.main-menu > a:hover, .main-menu > a:focus-visible { color: var(--pink); }
.main-menu .nav-cta {
  padding: 11px 17px; border: 1px solid rgba(239, 192, 123, .55); border-radius: 999px;
  color: var(--peach);
}
.menu-button { display: none; }

.hero { position: relative; min-height: 750px; display: grid; align-items: center; padding-top: 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); opacity: .58; pointer-events: none; }
.glow-one { width: 430px; height: 430px; background: rgba(151, 37, 209, .19); right: 2%; top: 12%; }
.glow-two { width: 260px; height: 260px; background: rgba(240, 81, 184, .14); left: -8%; bottom: 3%; }
.eyebrow {
  margin: 0 0 20px; display: flex; align-items: center; gap: 10px;
  color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .portfolio-intro h2, .process-copy h2, .pricing-heading h2,
.about-copy h2, .faq-title h2, .final-cta h2 {
  font-family: var(--display); font-weight: 400; letter-spacing: -.025em; line-height: 1.02;
}
.hero h1 { margin: 0; font-size: clamp(3.65rem, 6.6vw, 6.2rem); max-width: 750px; }
.hero h1 em { color: var(--pink); font-weight: 400; }
.hero-text { margin: 28px 0 0; max-width: 650px; color: #d6c9db; font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-size: .9rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, .main-menu a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button-primary { background: linear-gradient(115deg, var(--violet), var(--pink)); color: white; box-shadow: 0 16px 40px rgba(205, 47, 173, .24); }
.button-primary:hover { box-shadow: 0 18px 48px rgba(205, 47, 173, .38); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.035); color: #f5edf7; }
.hero-proof { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 24px; gap: 18px; }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { color: var(--peach); font-size: .95rem; }
.hero-proof span { color: #9e8ca7; font-size: .74rem; line-height: 1.45; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.brand-card {
  position: relative; width: min(460px, 88%); aspect-ratio: 1 / 1; padding: 13px;
  border: 1px solid rgba(255, 255, 255, .2); border-radius: 44px 44px 160px 44px;
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.015));
  box-shadow: var(--shadow); transform: rotate(2.5deg); overflow: hidden;
}
.brand-card::after {
  content: ""; position: absolute; inset: 13px; border: 1px solid rgba(239,192,123,.25);
  border-radius: 34px 34px 145px 34px; pointer-events: none;
}
.brand-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 34px 34px 145px 34px; }
.visual-orbit { position: absolute; border: 1px solid rgba(239, 192, 123, .22); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; transform: rotate(-15deg); }
.orbit-two { width: 600px; height: 390px; transform: rotate(46deg); border-color: rgba(240, 81, 184, .16); }
.floating-note {
  position: absolute; display: flex; align-items: center; gap: 10px; z-index: 4;
  background: rgba(34, 8, 47, .86); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px);
  border-radius: 18px; box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.note-top { top: 13%; right: -2%; padding: 14px 17px; color: #f3e9f6; font-size: .76rem; font-weight: 700; }
.note-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px rgba(240,81,184,.12); }
.note-bottom { left: -5%; bottom: 14%; padding: 13px 18px 13px 13px; }
.note-bottom strong {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px;
  font-family: var(--display); font-size: 1rem; color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--pink));
}
.note-bottom span { color: #e3d7e7; font-size: .72rem; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); overflow: hidden; }
.strip-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #cdbfd2; font-size: .77rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.strip-inner i { width: 5px; height: 5px; border-radius: 50%; background: linear-gradient(var(--gold), var(--pink)); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .portfolio-intro h2, .process-copy h2, .pricing-heading h2, .about-copy h2, .faq-title h2 { margin: 0; font-size: clamp(2.65rem, 5vw, 4.9rem); }
.section-heading > p, .portfolio-intro > p, .process-copy > p, .pricing-heading > p, .about-copy > p { margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card {
  min-height: 270px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; border: 1px solid var(--line); border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.service-card::before {
  content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%;
  right: -70px; top: -80px; background: rgba(123,77,255,.11); filter: blur(10px); transition: background .25s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(240,81,184,.44); background: rgba(255,255,255,.055); }
.service-card:hover::before { background: rgba(240,81,184,.18); }
.service-number { position: absolute; top: 24px; left: 30px; color: var(--gold); font-size: .74rem; letter-spacing: .12em; }
.service-card h3 { margin: 0 0 10px; font-family: var(--display); font-weight: 400; font-size: 1.6rem; }
.service-card p { margin: 0; color: #b7a7bf; font-size: .88rem; }

.portfolio-section { background: #0d0312; border-block: 1px solid var(--line); }
.portfolio-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 20px 70px; margin-bottom: 48px; }
.portfolio-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.portfolio-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 18px; }
.work-card { margin: 0; position: relative; min-height: 390px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--panel); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.work-card:hover img { transform: scale(1.035); }
.work-card figcaption {
  position: absolute; inset: auto 18px 18px; padding: 15px 17px; display: grid;
  border: 1px solid rgba(255,255,255,.18); border-radius: 15px;
  background: rgba(19,6,25,.85); backdrop-filter: blur(12px);
}
.work-card figcaption span { color: var(--gold); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.work-card figcaption strong { margin-top: 2px; font-size: .86rem; }

.process-section { background: linear-gradient(135deg, #1e0929 0%, #130619 54%, #260a31 100%); }
.process-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.process-copy { position: sticky; top: 135px; }
.process-copy > p { max-width: 460px; margin-top: 24px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 28px; color: var(--gold); font-size: .88rem; font-weight: 800; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--pink); font-size: .75rem; font-weight: 800; }
.process-list h3 { margin: 0 0 7px; font-family: var(--display); font-size: 1.85rem; font-weight: 400; }
.process-list p { margin: 0; color: #b9a9c1; font-size: .9rem; }

.pricing-section { position: relative; overflow: hidden; }
.pricing-section::before {
  content: ""; position: absolute; inset: 0 auto auto 50%; width: 800px; height: 500px;
  background: radial-gradient(circle, rgba(123,77,255,.12), transparent 62%); transform: translate(-50%,-40%); pointer-events: none;
}
.pricing-heading { position: relative; text-align: center; max-width: 800px; margin: 0 auto 54px; }
.pricing-heading .eyebrow { justify-content: center; }
.pricing-heading > p { margin: 20px auto 0; max-width: 650px; }
.pricing-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; align-items: start; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.035); box-shadow: 0 20px 60px rgba(0,0,0,.14); }
.price-card.featured { border-color: rgba(240,81,184,.4); background: linear-gradient(155deg, rgba(97,34,122,.32), rgba(255,255,255,.035)); box-shadow: var(--shadow); }
.popular-badge {
  position: absolute; top: 26px; right: 26px; padding: 7px 11px; border-radius: 999px;
  background: rgba(240,81,184,.13); color: #fface0; border: 1px solid rgba(240,81,184,.24);
  font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
}
.plan-label { color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .13em; }
.plan-top p { margin: 11px 0 5px; color: #b8a8c0; font-size: .83rem; }
.price { display: flex; align-items: baseline; gap: 6px; font-family: var(--display); font-size: clamp(3.1rem, 5vw, 4.65rem); line-height: 1.1; }
.price small { font-family: var(--sans); color: var(--pink); font-size: .9rem; font-weight: 800; }
.price span { font-family: var(--sans); color: #9c8aa5; font-size: .72rem; }
.price-card ul { margin: 26px 0 30px; padding: 24px 0 0; list-style: none; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.price-card .two-column-list { grid-template-columns: 1fr 1fr; column-gap: 22px; }
.price-card li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; color: #d6c9db; font-size: .81rem; line-height: 1.42; }
.price-card li span { color: var(--pink); font-weight: 900; }
.price-card .button { width: 100%; }
.button-plan { border-color: rgba(239,192,123,.36); color: var(--peach); background: rgba(239,192,123,.06); }
.pricing-note { margin: 22px 0 0; text-align: center; color: #9f8fa7; font-size: .76rem; }

.about-section { background: linear-gradient(180deg, #0e0313, #1c0726); border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.about-photo { position: relative; max-width: 440px; }
.about-photo::before { content: ""; position: absolute; inset: 20px -18px -18px 20px; border: 1px solid rgba(239,192,123,.28); border-radius: 180px 28px 28px 28px; }
.about-photo img { position: relative; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 180px 28px 28px 28px; box-shadow: var(--shadow); }
.about-signature {
  position: absolute; right: -40px; bottom: 30px; display: grid; padding: 14px 20px;
  background: rgba(34,8,47,.88); border: 1px solid var(--line); border-radius: 15px; backdrop-filter: blur(12px);
}
.about-signature strong { color: var(--peach); font-family: var(--display); font-size: 1rem; font-weight: 400; }
.about-signature span { color: var(--muted); font-size: .68rem; }
.about-copy > p { margin-top: 22px; max-width: 650px; }
.about-quote { margin-top: 30px; padding: 22px 26px; border-left: 2px solid var(--pink); background: rgba(255,255,255,.035); color: #ebdeee; font-family: var(--display); font-size: 1.25rem; }

.faq-section { background: #110516; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 25px 50px 25px 0; position: relative; font-weight: 700; font-size: .98rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--pink); font-family: var(--display); font-size: 1.7rem; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { margin: -7px 48px 24px 0; color: #ae9bb7; font-size: .87rem; }

.final-cta { position: relative; overflow: hidden; padding: 110px 0; text-align: center; background: linear-gradient(120deg, #581974, #b229a0 55%, #7929db); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.final-cta::before { width: 570px; height: 570px; left: -210px; top: -300px; }
.final-cta::after { width: 420px; height: 420px; right: -170px; bottom: -230px; }
.cta-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, rgba(255,255,255,.18), transparent 40%); }
.cta-inner { position: relative; z-index: 2; max-width: 850px; }
.final-cta .eyebrow { justify-content: center; color: #ffe3bb; }
.final-cta h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.6rem); }
.final-cta p:not(.eyebrow) { max-width: 620px; margin: 22px auto 30px; color: rgba(255,255,255,.78); }
.button-light { background: white; color: #4e105d; box-shadow: 0 18px 40px rgba(31,3,37,.24); }

.site-footer { padding: 40px 0 100px; background: #09010c; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-links { display: flex; gap: 24px; font-size: .8rem; color: #c7b9cc; }
.footer-links a:hover { color: var(--pink); }
.footer-grid > p { margin: 0; text-align: right; color: #7f6c88; font-size: .7rem; }
.whatsapp-float {
  position: fixed; right: 22px; bottom: 20px; z-index: 40; height: 48px; padding: 0 18px 0 10px;
  display: flex; align-items: center; gap: 9px; border-radius: 999px; background: #27c769; color: #061b0e;
  box-shadow: 0 12px 32px rgba(5,25,12,.35); font-size: .78rem; transition: transform .2s ease;
}
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.45); font-weight: 900; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .1s; }
.delay-two { transition-delay: .18s; }

@media (max-width: 980px) {
  .section-pad { padding: 88px 0; }
  .menu-button {
    width: 44px; height: 44px; padding: 11px; display: grid; align-content: center; gap: 5px;
    color: white; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035);
  }
  .menu-button > span:not(.sr-only) { height: 1px; width: 100%; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-menu {
    position: absolute; left: 20px; right: 20px; top: 76px; padding: 18px; display: none;
    align-items: stretch; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 18px;
    background: rgba(25,6,33,.98); box-shadow: var(--shadow);
  }
  .main-menu.open { display: flex; }
  .main-menu > a { padding: 10px 12px; }
  .main-menu .nav-cta { text-align: center; margin-top: 5px; }
  .hero { min-height: auto; padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .hero-visual { min-height: 520px; }
  .hero-proof { text-align: left; }
  .note-top { right: 3%; }
  .note-bottom { left: 3%; }
  .section-heading, .portfolio-intro, .process-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .portfolio-intro .eyebrow { grid-column: auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: 1fr; }
  .process-copy { position: static; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .about-photo { width: min(440px, 90%); margin-inline: auto; }
  .about-copy { text-align: center; }
  .about-copy .eyebrow { justify-content: center; }
  .about-copy > p { margin-inline: auto; }
  .about-quote { text-align: left; }
  .faq-title { text-align: center; }
  .faq-title .eyebrow { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-grid > p { text-align: center; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 72px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: .58rem; }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-text { font-size: .96rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; text-align: center; gap: 15px; }
  .hero-proof div { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
  .hero-proof div:last-child { border-bottom: 0; }
  .hero-visual { min-height: 410px; }
  .brand-card { width: 88%; border-radius: 28px 28px 110px 28px; }
  .brand-card img, .brand-card::after { border-radius: 20px 20px 98px 20px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 420px; height: 260px; }
  .note-top { top: 6%; right: 0; }
  .note-bottom { bottom: 7%; left: 0; }
  .strip-inner { overflow: auto; justify-content: flex-start; white-space: nowrap; scrollbar-width: none; }
  .strip-inner::-webkit-scrollbar { display: none; }
  .section-heading h2, .portfolio-intro h2, .process-copy h2, .pricing-heading h2, .about-copy h2, .faq-title h2 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .section-heading { margin-bottom: 34px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .portfolio-intro { display: block; }
  .portfolio-intro .eyebrow { margin-bottom: 20px; }
  .portfolio-intro > p { margin-top: 20px; }
  .work-card { min-height: 280px; }
  .work-main { min-height: 310px; }
  .work-card img { object-position: center; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 15px; }
  .price-card { padding: 27px 22px; border-radius: 22px; }
  .popular-badge { position: static; display: inline-flex; margin-bottom: 18px; }
  .price-card .two-column-list { grid-template-columns: 1fr; }
  .price { font-size: 3.7rem; }
  .about-grid { gap: 60px; }
  .about-signature { right: -5px; bottom: -25px; }
  .final-cta { padding: 85px 0; }
  .final-cta h2 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .button-light { width: 100%; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .whatsapp-float { right: 14px; bottom: 12px; }
  .whatsapp-float strong { display: none; }
  .whatsapp-float { width: 50px; height: 50px; padding: 0; justify-content: center; }
  .whatsapp-float span { background: transparent; }
}

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