:root {
  --bg: #f7f8fc;
  --surface: #ffffff;
  --surface-soft: #f2efff;
  --ink: #111426;
  --muted: #667085;
  --line: #e5e8f0;
  --primary: #7537f5;
  --primary-2: #5b20df;
  --primary-soft: #eee8ff;
  --navy: #11152c;
  --green: #16a67a;
  --red: #ff4b3e;
  --shadow: 0 28px 80px rgba(31, 24, 58, .13);
  --shadow-soft: 0 14px 38px rgba(31, 24, 58, .08);
  --radius: 24px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Anek Bangla", "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 105px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 9px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-color: rgba(20,20,40,.08); box-shadow: 0 8px 30px rgba(29,26,46,.05); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 184px; height: auto; object-fit: contain; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 500; }
.primary-nav a { color: #494d60; position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--primary); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-phone { font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 600; color: var(--primary-2); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; border-radius: 12px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 4px; transition: .2s; }

.btn { min-height: 50px; padding: 12px 22px; border-radius: 13px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 650; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #8b5cf6, #6323e6); box-shadow: 0 14px 30px rgba(117,55,245,.28); }
.btn-small { min-height: 42px; padding: 10px 17px; border-radius: 11px; font-size: 14px; }
.btn-ghost { background: #fff; border-color: #d9dce5; }
.btn-whatsapp { background: #fff; border-color: #cfd4df; color: #15251d; }
.btn-white { background: #fff; color: var(--primary-2); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.38); background: transparent; }

.hero { position: relative; overflow: hidden; padding: 152px 0 0; background: radial-gradient(circle at 82% 8%, rgba(129,75,255,.17), transparent 28%), linear-gradient(180deg,#fff 0%,#f7f6fc 100%); }
.hero::before { content: ""; position: absolute; width: 880px; height: 880px; border: 1px solid rgba(117,55,245,.08); border-radius: 50%; right: -450px; top: -260px; box-shadow: inset 0 0 0 90px rgba(117,55,245,.018), inset 0 0 0 180px rgba(117,55,245,.018); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.hero-orb-one { width: 110px; height: 110px; background: #e1fff4; left: -30px; top: 355px; }
.hero-orb-two { width: 85px; height: 85px; background: #eee6ff; right: 4%; bottom: 120px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.hero-copy { padding-bottom: 56px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #6b6677; font-family: "Poppins", "Anek Bangla", sans-serif; font-size: 12px; font-weight: 650; letter-spacing: .02em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: var(--primary); border-radius: 3px; }
.eyebrow.center { justify-content: center; }
.eyebrow.light { color: #d9d1f7; }
.eyebrow.light span { background: #fff; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin: 18px 0 20px; max-width: 690px; font-size: clamp(44px, 5.1vw, 70px); line-height: 1.03; letter-spacing: -1.7px; font-weight: 700; }
h1 span { color: var(--primary); }
.hero-lead { max-width: 670px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 25px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; }
.hero-points span, .business-tags span, .demo-notes span { padding: 7px 12px; border: 1px solid #dedfe7; background: rgba(255,255,255,.82); border-radius: 999px; color: #5c6171; font-family: "Poppins", sans-serif; font-size: 11px; }
.hero-visual { position: relative; }
.screen-frame { overflow: hidden; border: 1px solid #e5e7ef; background: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.screen-frame img { width: 100%; height: auto; }
.hero-screen { transform: perspective(1500px) rotateY(-2.2deg) rotateX(1deg); transform-origin: center; }
.screen-topbar { min-height: 43px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; background: #fff; border-bottom: 1px solid #eceef3; font-family: "Poppins", sans-serif; color: #6e7383; font-size: 11px; }
.screen-topbar small { justify-self: end; color: var(--primary); font-weight: 600; }
.screen-dots { display: flex; gap: 5px; }
.screen-dots i { width: 7px; height: 7px; border-radius: 50%; background: #e0e2e9; }
.float-chip { position: absolute; z-index: 3; min-width: 150px; padding: 12px 15px; border: 1px solid rgba(117,55,245,.12); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(40,28,72,.12); backdrop-filter: blur(12px); }
.float-chip strong, .float-chip span { display: block; }
.float-chip strong { font-size: 14px; }
.float-chip span { color: var(--muted); font-size: 12px; }
.chip-one { left: -36px; bottom: 70px; }
.chip-two { right: -16px; top: 72px; }
.hero-bottom { position: relative; z-index: 2; padding: 28px 0 34px; border-top: 1px solid #e9e7ef; display: flex; align-items: center; gap: 25px; }
.hero-bottom p { margin: 0; color: #55596a; font-weight: 600; }
.business-tags { margin-left: auto; display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }

.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; }
.section-copy h2, .section-heading h2 { margin: 14px 0 16px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -1px; }
.section-copy p, .section-heading p { color: var(--muted); max-width: 720px; }
.section-heading { margin-bottom: 44px; }
.section-heading.centered { text-align: center; }
.section-heading.centered p { margin-left: auto; margin-right: auto; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary-2); font-weight: 650; }
.pain-section { background: #fff; }
.pain-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.pain-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fbfbfd; }
.pain-grid b { color: var(--primary); font-family: "Poppins", sans-serif; font-size: 12px; }
.pain-grid h3 { margin: 10px 0 6px; font-size: 21px; }
.pain-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.features-section { background: var(--bg); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.feature-card { min-height: 265px; padding: 25px; border: 1px solid var(--line); background: #fff; border-radius: 20px; box-shadow: 0 8px 24px rgba(34,30,54,.035); }
.feature-index { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--primary-soft); color: var(--primary-2); font-family: "Poppins", sans-serif; font-size: 12px; font-weight: 600; }
.feature-card h3 { margin: 20px 0 9px; font-size: 22px; }
.feature-card p { min-height: 88px; margin-bottom: 14px; color: var(--muted); font-size: 15px; }
.feature-card > span { color: var(--primary); font-family: "Poppins", sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; }

.screens-section { background: #fff; }
.screen-story { display: grid; grid-template-columns: .72fr 1.28fr; gap: 46px; align-items: center; margin: 70px 0; }
.screen-story.reverse { grid-template-columns: 1.28fr .72fr; }
.screen-story.reverse .story-copy { order: 2; }
.screen-story.reverse .screen-frame { order: 1; }
.story-number { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: var(--primary-soft); color: var(--primary-2); font-family: "Poppins", sans-serif; font-size: 11px; font-weight: 650; }
.story-copy h3 { margin: 15px 0 12px; font-size: 32px; line-height: 1.12; }
.story-copy p { color: var(--muted); }
.check-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.check-list li { position: relative; padding-left: 24px; color: #424657; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 12px; height: 7px; border-left: 2px solid var(--primary); border-bottom: 2px solid var(--primary); transform: rotate(-45deg); }
.screen-pair { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 22px; }
.preview-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #f9fafc; }
.preview-copy { padding: 25px 26px 18px; }
.preview-copy > span { color: var(--primary); font-family: "Poppins", sans-serif; font-size: 11px; font-weight: 650; text-transform: uppercase; }
.preview-copy h3 { margin: 8px 0 7px; font-size: 25px; line-height: 1.15; }
.preview-copy p { margin: 0; color: var(--muted); font-size: 15px; }
.screen-frame.compact { margin: 0 14px 14px; border-radius: 15px; box-shadow: 0 14px 36px rgba(32,29,52,.08); }

.how-section { background: linear-gradient(180deg,#f8f7fc,#f2effc); }
.how-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.how-grid article { position: relative; padding: 26px; background: #fff; border: 1px solid #e5e2ef; border-radius: 20px; }
.how-grid article:not(:last-child)::after { content: "→"; position: absolute; top: 25px; right: -13px; z-index: 2; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; font-family: sans-serif; font-size: 13px; }
.how-grid b { display: inline-grid; place-items: center; width: 38px; height: 38px; background: var(--primary-soft); color: var(--primary-2); border-radius: 11px; font-family: "Poppins", sans-serif; font-size: 12px; }
.how-grid h3 { margin: 19px 0 8px; font-size: 21px; }
.how-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.why-section { background: #fff; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.brand-panel { min-height: 520px; position: relative; overflow: hidden; padding: 36px; border-radius: 28px; background: radial-gradient(circle at 50% 36%, #8a58ff 0,#6d23ee 46%,#4c11c8 100%); box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; }
.brand-panel::after { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025); }
.brand-panel img { width: 54%; position: relative; z-index: 1; filter: drop-shadow(0 22px 40px rgba(39,8,112,.28)); }
.brand-panel div { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 2; color: #fff; }
.brand-panel small, .brand-panel strong { display: block; }
.brand-panel small { opacity: .72; font-family: "Poppins", sans-serif; font-size: 11px; text-transform: uppercase; }
.brand-panel strong { margin-top: 3px; font-size: 22px; }
.value-list { margin-top: 26px; display: grid; gap: 11px; }
.value-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: start; padding: 14px 0; border-bottom: 1px solid #ececf1; }
.value-list b { color: var(--primary); font-family: "Poppins", sans-serif; font-size: 12px; }
.value-list span, .value-list strong { display: block; }
.value-list strong { margin-bottom: 1px; color: var(--ink); }
.value-list span { color: var(--muted); }

.demo-section { color: #fff; background: radial-gradient(circle at 80% 16%, rgba(139,92,246,.45), transparent 28%), linear-gradient(135deg,#14162d,#2d1761 60%,#4b15a9); }
.demo-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.demo-copy h2 { margin: 15px 0 15px; font-size: clamp(36px,4vw,54px); line-height: 1.06; }
.demo-copy > p { color: #d0cae3; max-width: 560px; }
.contact-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 27px 0 18px; }
.contact-cards a { padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.08); transition: .2s; }
.contact-cards a:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }
.contact-cards small, .contact-cards strong, .contact-cards span { display: block; }
.contact-cards small { color: #c8c0df; font-family: "Poppins", sans-serif; font-size: 11px; text-transform: uppercase; }
.contact-cards strong { margin: 3px 0 1px; font-size: 22px; }
.contact-cards span { color: #d0cae3; font-size: 14px; }
.demo-notes { display: flex; flex-wrap: wrap; gap: 7px; }
.demo-notes span { color: #eeeaff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.lead-form { padding: 30px; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(7,4,22,.26); }
.form-head { margin-bottom: 20px; }
.form-head small { color: var(--primary); font-family: "Poppins", sans-serif; font-size: 11px; font-weight: 650; text-transform: uppercase; }
.form-head h3 { margin: 4px 0 2px; font-size: 29px; }
.form-head p { margin: 0; color: var(--muted); font-size: 14px; }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.lead-form label { display: block; margin-bottom: 12px; color: #3e4353; font-size: 14px; font-weight: 600; }
.lead-form label > span { color: var(--red); }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #dfe2ea; border-radius: 11px; outline: 0; color: var(--ink); background: #fff; font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #a985ff; box-shadow: 0 0 0 4px rgba(117,55,245,.1); }
.lead-form textarea { resize: vertical; }
.form-submit { width: 100%; margin-top: 4px; }
.form-note { margin: 10px 0 0; color: #8a8e9d; font-size: 12px; text-align: center; }
.hp-field { position: absolute!important; left: -9999px!important; }
.form-status { display: none; margin-top: 11px; padding: 10px 12px; border-radius: 10px; font-size: 13px; }
.form-status.show { display: block; }
.form-status.success { color: #0a6f51; background: #e6f8f1; }
.form-status.error { color: #9e2b25; background: #fff0ee; }

.faq-section { background: #f8f8fb; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 20px; border: 0; background: transparent; text-align: left; cursor: pointer; font-weight: 650; }
.faq-item button b { color: var(--primary); font-family: "Poppins", sans-serif; font-size: 20px; }
.faq-answer { display: none; padding: 0 20px 18px; }
.faq-answer p { margin: 0; color: var(--muted); }
.faq-item.active .faq-answer { display: block; }

.last-cta { padding: 56px 0; color: #fff; background: linear-gradient(135deg,#7d42ff,#5520d6); }
.last-cta-inner { display: flex; align-items: center; gap: 34px; }
.last-cta-inner > div:first-child { max-width: 720px; }
.last-cta small { color: #e8dfff; font-family: "Poppins", sans-serif; font-size: 11px; text-transform: uppercase; }
.last-cta h2 { margin: 4px 0 5px; font-size: 38px; }
.last-cta p { margin: 0; color: #e9e3fb; }
.last-actions { margin-left: auto; display: flex; gap: 10px; flex-wrap: wrap; }

.site-footer { padding: 65px 0 22px; background: #0e1122; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 55px; }
.footer-brand img { filter: brightness(0) invert(1); opacity: .96; }
.footer-brand-col p { max-width: 470px; margin: 18px 0 10px; color: #aeb3c4; }
.footer-phone { color: #fff; font-family: "Poppins", sans-serif; font-weight: 600; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links b { margin-bottom: 4px; color: #fff; }
.footer-links a { color: #aeb3c4; font-size: 15px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: #8f95a8; font-family: "Poppins", sans-serif; font-size: 11px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 1100; display: flex; align-items: center; gap: 10px; padding: 9px 13px 9px 9px; border-radius: 999px; color: #fff; background: #17a96f; box-shadow: 0 16px 40px rgba(8,111,72,.28); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(8,111,72,.35); }
.wa-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }
.wa-icon svg { width: 24px; height: 24px; fill: currentColor; }
.wa-copy b, .wa-copy small { display: block; line-height: 1.2; }
.wa-copy b { font-size: 13px; }
.wa-copy small { margin-top: 3px; opacity: .85; font-family: "Poppins", sans-serif; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .primary-nav { gap: 17px; }
  .nav-phone { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { max-width: 800px; padding-bottom: 20px; }
  .hero-visual { max-width: 930px; }
  .hero-screen { transform: none; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .screen-story, .screen-story.reverse { grid-template-columns: 1fr; gap: 26px; }
  .screen-story.reverse .story-copy, .screen-story.reverse .screen-frame { order: initial; }
  .why-grid { gap: 40px; }
  .brand-panel { min-height: 430px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; margin-left: auto; order: 2; }
  .nav-actions { order: 3; }
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-soft); flex-direction: column; align-items: stretch; gap: 0; }
  .site-header.nav-open .primary-nav { display: flex; }
  .primary-nav a { padding: 10px 5px; }
  .primary-nav a::after { display: none; }
  .site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 130px; }
  .split-grid, .why-grid, .demo-grid, .faq-grid { grid-template-columns: 1fr; }
  .pain-grid { max-width: 760px; }
  .screen-pair { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: repeat(2,1fr); }
  .how-grid article::after { display: none!important; }
  .brand-panel { min-height: 470px; max-width: 700px; }
  .demo-copy { max-width: 720px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; gap: 30px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 75px 0; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 150px; }
  .nav-cta { display: none; }
  .hero { padding-top: 112px; }
  h1 { font-size: clamp(39px, 12vw, 54px); letter-spacing: -1.2px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .float-chip { display: none; }
  .screen-topbar { grid-template-columns: auto 1fr auto; }
  .screen-topbar span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero-bottom { display: block; }
  .business-tags { margin: 13px 0 0; justify-content: flex-start; }
  .pain-grid, .feature-grid, .how-grid, .contact-cards, .field-row { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card p { min-height: auto; }
  .section-copy h2, .section-heading h2 { font-size: 38px; }
  .story-copy h3 { font-size: 28px; }
  .screen-story { margin: 50px 0; }
  .preview-copy h3 { font-size: 22px; }
  .brand-panel { min-height: 380px; padding: 20px; }
  .brand-panel img { width: 68%; }
  .lead-form { padding: 22px; }
  .last-cta-inner { display: block; }
  .last-actions { margin: 22px 0 0; }
  .last-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1/-1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 8px; }
  .wa-copy { display: none; }
  .wa-icon { width: 44px; height: 44px; }
}

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