/* ============================================================
   Mila's Fresh Food — Design System
   Palette extracted from brand assets (logo, stickers, menu):
   blush #FAD4D4 · rose #F29FA2 · periwinkle #759FD5
   steel #4A7AB7 · peach #F2D7C9 · sage #8BAA8A
   charcoal #151515 · cream #FFF9F5
   ============================================================ */

:root {
  --blush: #FAD4D4;
  --blush-soft: #FDEAEA;
  --rose: #F29FA2;
  --rose-deep: #E2797E;
  --peri: #759FD5;
  --steel: #4A7AB7;
  --steel-deep: #35588A;
  --peach: #F2D7C9;
  --peach-soft: #F9EDE5;
  --sage: #8BAA8A;
  --sage-deep: #6E8F6E;
  --ink: #2B2B33;
  --charcoal: #151515;
  --cream: #FFF9F5;
  --white: #FFFFFF;

  --font-display: "Baloo 2", "Baloo Bhaijaan 2", cursive;
  --font-body: "Rubik", sans-serif;

  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-arch: 999px 999px 24px 24px;

  --shadow-card: 0 10px 30px rgba(74, 122, 183, 0.10);
  --shadow-pop: 0 16px 40px rgba(226, 121, 126, 0.18);

  --maxw: 1180px;
  --ease-bounce: cubic-bezier(.34, 1.56, .64, 1);
}

html[dir="rtl"] {
  --font-display: "Baloo Bhaijaan 2", "Baloo 2", cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }

a { color: var(--steel); text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; color: var(--steel-deep); font-weight: 700; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

section { padding: 72px 0; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: .95rem;
  font-weight: 600;
  color: var(--rose-deep);
  background: var(--blush-soft);
  border: 2px solid var(--blush);
  padding: 4px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.h-xl { font-size: clamp(2.4rem, 5.5vw, 4rem); }
.h-lg { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.h-md { font-size: clamp(1.3rem, 2.6vw, 1.7rem); }

.lead { font-size: 1.12rem; color: #555a66; max-width: 56ch; }

.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
  padding: 14px 30px; border-radius: 999px; border: none; cursor: pointer;
  transition: transform .25s var(--ease-bounce), box-shadow .25s ease, background .2s ease;
}
.btn-primary { background: var(--rose); color: var(--white); box-shadow: var(--shadow-pop); }
.btn-primary:hover { background: var(--rose-deep); transform: translateY(-3px) scale(1.02); }
.btn-secondary { background: var(--white); color: var(--steel); border: 2.5px solid var(--peri); }
.btn-secondary:hover { background: var(--peri); color: var(--white); transform: translateY(-3px); }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1ebe5b; transform: translateY(-3px); }
.btn:active { transform: scale(.97); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 249, 245, .9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--blush);
  transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(74,122,183,.08); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 54px; width: auto; transition: transform .3s var(--ease-bounce); }
.nav-logo:hover img { transform: rotate(-6deg) scale(1.06); }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a {
  font-weight: 500; color: var(--ink); font-size: .98rem; position: relative; padding: 4px 0;
}
.nav-links a::after {
  content: ""; position: absolute; bottom: -2px; inset-inline-start: 0; width: 0; height: 3px;
  border-radius: 3px; background: var(--rose); transition: width .25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-toggle {
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  background: var(--white); border: 2px solid var(--blush); color: var(--steel);
  padding: 7px 16px; border-radius: 999px; cursor: pointer; transition: all .2s ease;
}
.lang-toggle:hover { border-color: var(--rose); background: var(--blush-soft); }
.nav-burger {
  display: none; background: none; border: none; cursor: pointer; padding: 8px;
}
.nav-burger span { display: block; width: 26px; height: 3px; border-radius: 3px; background: var(--steel); margin: 5px 0; transition: .3s; }

@media (max-width: 920px) {
  .nav-links {
    position: fixed; top: 76px; inset-inline: 0; background: var(--cream);
    flex-direction: column; padding: 28px; gap: 20px;
    transform: translateY(-130%); transition: transform .35s ease;
    border-bottom: 2px solid var(--blush); z-index: 99;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-burger { display: block; }
  .nav-cta-desktop { display: none; }
}

/* ---------- Hero v2: full-bleed photographic (TFD-style) ---------- */
.hero-photo {
  position: relative; overflow: hidden;
  min-height: clamp(520px, 78vh, 760px);
  display: flex; align-items: center;
}
.hero-photo-media {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 70% center;
}
.hero-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,249,245,.92) 0%, rgba(255,249,245,.78) 30%, rgba(255,249,245,.18) 58%, rgba(255,249,245,0) 75%);
}
html[dir="rtl"] .hero-photo-overlay {
  background: linear-gradient(270deg, rgba(255,249,245,.92) 0%, rgba(255,249,245,.78) 30%, rgba(255,249,245,.18) 58%, rgba(255,249,245,0) 75%);
}
html[dir="rtl"] .hero-photo-media { object-position: 30% center; }
.hero-photo-content { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); }
.hero-photo-content h1 { max-width: 13ch; text-wrap: balance; }
.hero-photo-content .h-xl em { font-style: normal; color: var(--rose-deep); }
.hero-photo-lead { margin: 20px 0 28px; font-size: 1.15rem; color: #44495a; max-width: 44ch; }
.btn-hero { font-size: 1.15rem; padding: 17px 38px; }
.hero-proof { margin-top: 22px; font-weight: 500; color: var(--steel-deep); display: flex; align-items: center; gap: 10px; }
@media (max-width: 920px) {
  .hero-photo { min-height: 0; display: block; padding: 0 0 38px; background: var(--cream); }
  .hero-photo-media { position: static; aspect-ratio: 4/3; height: auto; }
  .hero-photo-overlay { display: none; }
  .hero-photo-content { padding-top: 26px; text-align: center; }
  .hero-photo-content h1, .hero-photo-lead { margin-left: auto; margin-right: auto; }
  .hero-proof { justify-content: center; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--blush-soft) 0%, var(--cream) 55%, var(--peach-soft) 100%);
  padding: 64px 0 80px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-copy .h-xl em { font-style: normal; color: var(--rose-deep); position: relative; white-space: nowrap; }
.hero-copy .h-xl em svg { position: absolute; left: 0; bottom: -10px; width: 100%; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--white); border: 2px solid var(--peach);
  font-size: .9rem; font-weight: 500; color: var(--steel-deep);
  padding: 7px 14px; border-radius: 999px;
}
.hero-media { position: relative; }
.hero-arch {
  border-radius: var(--radius-arch); overflow: hidden; position: relative;
  border: 10px solid var(--white); box-shadow: var(--shadow-card);
  aspect-ratio: 4 / 4.6; background: var(--blush);
}
.hero-arch img, .hero-arch video { width: 100%; height: 100%; object-fit: cover; }
.hero-sticker {
  position: absolute; bottom: 18px; inset-inline-start: -26px;
  background: var(--white); border-radius: 18px; box-shadow: var(--shadow-pop);
  padding: 12px 18px; display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; color: var(--steel-deep);
  animation: float 5s ease-in-out infinite;
}
.hero-sticker .paw { font-size: 1.5rem; }

/* floating ambient shapes */
.floaty { position: absolute; pointer-events: none; opacity: .55; animation: float 7s ease-in-out infinite; }
.floaty.f2 { animation-duration: 9s; animation-delay: 1.2s; }
.floaty.f3 { animation-duration: 11s; animation-delay: .6s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-16px) rotate(4deg); } }

/* paw trail bullets */
.paw-divider { display: flex; justify-content: center; gap: 18px; padding: 8px 0 0; }
.paw-divider span { font-size: 1.2rem; opacity: .35; transform: rotate(-20deg); }
.paw-divider span:nth-child(2n) { transform: rotate(15deg) translateY(6px); }

/* ---------- Ingredient marquee ---------- */
.marquee {
  background: var(--steel); color: var(--white); padding: 14px 0; overflow: hidden;
  border-top: 3px solid var(--peri); border-bottom: 3px solid var(--peri);
}
.marquee-track {
  display: flex; gap: 48px; width: max-content;
  animation: marquee 30s linear infinite;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; white-space: nowrap;
}
html[dir="rtl"] .marquee-track { animation-name: marquee-rtl; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-rtl { from { transform: translateX(0); } to { transform: translateX(50%); } }

/* ---------- Cards ---------- */
.card {
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); padding: 30px; position: relative;
  transition: transform .3s var(--ease-bounce), box-shadow .3s ease;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-pop); }
.card-img { border-radius: var(--radius-md); overflow: hidden; margin-bottom: 18px; aspect-ratio: 4/3; background: var(--peach-soft); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-img img { transform: scale(1.06); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

@media (max-width: 920px) {
  .hero-grid, .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .hero-sticker { inset-inline-start: 10px; }
}
@media (max-width: 520px) { .grid-4 { grid-template-columns: 1fr; } }

/* ---------- Mila's Day timeline ---------- */
.day-section { background: var(--white); }
.day-step { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 44px 0; }
.day-step:nth-child(even) .day-media { order: 2; }
@media (max-width: 920px) { .day-step, .day-step:nth-child(even) .day-media { display: block; order: 0; } .day-media { margin-bottom: 22px; } }
.day-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); position: relative; }
.day-media img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.day-time {
  font-family: var(--font-display); font-weight: 700; color: var(--rose-deep);
  font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; display: block;
}
.paw-stamp {
  position: absolute; top: 14px; inset-inline-end: 14px;
  background: var(--sage); color: var(--white); font-family: var(--font-display); font-weight: 600;
  font-size: .85rem; padding: 8px 14px; border-radius: 999px; transform: rotate(6deg);
  box-shadow: 0 6px 16px rgba(110,143,110,.35);
}

/* ---------- Compare table ---------- */
.compare { background: linear-gradient(180deg, var(--peach-soft), var(--cream)); }
.compare-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
.compare-col { border-radius: var(--radius-lg); padding: 34px; }
.compare-col.fresh { background: var(--white); border: 3px solid var(--sage); box-shadow: var(--shadow-card); }
.compare-col.kibble { background: #F1EFEC; border: 3px dashed #C9C4BC; opacity: .92; }
.compare-col ul { list-style: none; margin-top: 18px; display: grid; gap: 12px; }
.compare-col li { display: flex; gap: 10px; align-items: flex-start; }
.compare-col .tick { color: var(--sage-deep); font-weight: 700; }
.compare-col .cross { color: #B0ABA2; font-weight: 700; }
@media (max-width: 920px) { .compare-cols { grid-template-columns: 1fr; } }

/* ---------- Stats ---------- */
.stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 56px; text-align: center; }
.stat-num { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 700; color: var(--rose-deep); }
.stat-label { font-weight: 500; color: var(--steel-deep); }

/* ---------- Reviews ---------- */
.reviews { background: var(--blush-soft); }
.review-card { display: flex; flex-direction: column; gap: 16px; height: 100%; }
.review-stars { color: #F4B23E; letter-spacing: 3px; font-size: 1.1rem; }
.review-quote { font-size: 1.02rem; color: #4c5160; flex: 1; }
.review-meta { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 48px; height: 48px; border-radius: 50%; background: var(--peri);
  color: var(--white); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700;
}
.review-name { font-weight: 600; color: var(--steel-deep); }
.review-pet { font-size: .88rem; color: #7c8294; }

/* ---------- Product cards (shop) ---------- */
.product-card { display: flex; flex-direction: column; }
.product-tag {
  position: absolute; top: 18px; inset-inline-start: 18px; z-index: 2;
  background: var(--peri); color: var(--white); font-size: .8rem; font-weight: 600;
  padding: 5px 12px; border-radius: 999px;
}
.product-price { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--rose-deep); }
.product-net { font-size: .85rem; color: #8a8f9c; }
.product-benefits { list-style: none; margin: 12px 0; display: grid; gap: 6px; font-size: .92rem; }
.product-benefits li::before { content: "🐾 "; font-size: .8rem; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; }
.qty-row { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.qty-btn {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--peri);
  background: var(--white); color: var(--steel); font-size: 1.1rem; font-weight: 700; cursor: pointer;
}
.qty-btn:hover { background: var(--peri); color: #fff; }

/* shop filter pills */
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 28px 0 40px; }
.filter-pill {
  font-family: var(--font-display); font-weight: 600; padding: 9px 22px; border-radius: 999px;
  border: 2px solid var(--blush); background: var(--white); color: var(--steel); cursor: pointer; transition: all .2s;
}
.filter-pill.active, .filter-pill:hover { background: var(--rose); border-color: var(--rose); color: #fff; }

/* cart bar */
.cart-bar {
  position: fixed; bottom: 18px; inset-inline: 0; margin: 0 auto; width: min(680px, calc(100% - 32px));
  background: var(--charcoal); color: var(--white); border-radius: 999px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 12px 14px 12px 26px; z-index: 90; box-shadow: 0 18px 44px rgba(0,0,0,.28);
  transform: translateY(120px); opacity: 0; visibility: hidden;
  transition: transform .35s var(--ease-bounce), opacity .3s ease, visibility .3s;
}
html[dir="rtl"] .cart-bar { padding: 12px 26px 12px 14px; }
.cart-bar.visible { transform: translateY(0); opacity: 1; visibility: visible; }
.cart-bar strong { font-family: var(--font-display); }

/* ---------- Plan builder ---------- */
.plan-shell { max-width: 720px; margin: 0 auto; }
.plan-progress { display: flex; gap: 8px; margin-bottom: 34px; }
.plan-progress span { flex: 1; height: 8px; border-radius: 8px; background: var(--blush); transition: background .3s; }
.plan-progress span.done { background: var(--rose); }
.plan-step-panel { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 40px; }
.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 22px 0; }
.choice {
  border: 2.5px solid var(--blush); border-radius: var(--radius-md); background: var(--cream);
  padding: 18px 14px; text-align: center; cursor: pointer; font-weight: 500;
  transition: all .2s ease; font-size: .98rem;
}
.choice:hover { border-color: var(--peri); }
.choice.selected { border-color: var(--rose); background: var(--blush-soft); box-shadow: 0 6px 18px rgba(226,121,126,.2); }
.choice .choice-emoji { font-size: 1.7rem; display: block; margin-bottom: 6px; }
.plan-nav { display: flex; justify-content: space-between; margin-top: 30px; gap: 12px; }
.field { margin: 14px 0; }
.field label { font-weight: 600; color: var(--steel-deep); display: block; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border-radius: 14px; border: 2px solid var(--blush);
  font-family: var(--font-body); font-size: 1rem; background: var(--cream); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--peri); }
.plan-summary { background: var(--peach-soft); border-radius: var(--radius-md); padding: 22px; margin-top: 20px; font-size: .97rem; }
.plan-summary dt { font-weight: 600; color: var(--steel-deep); }
.plan-summary dd { margin: 0 0 10px; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(160deg, var(--blush-soft), var(--peach-soft)); padding: 64px 0 52px; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--steel-deep); color: #DCE7F5; padding: 64px 0 28px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }
.site-footer h4 { color: var(--white); margin-bottom: 14px; font-size: 1.1rem; }
.site-footer a { color: #BCD0EA; display: block; margin: 8px 0; font-size: .95rem; }
.site-footer a:hover { color: var(--white); }
.footer-brand img { height: 64px; margin-bottom: 14px; border-radius: 14px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.18); margin-top: 44px; padding-top: 22px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .88rem; color: #A9C0DF;
}
.footer-bottom a { display: inline; margin: 0 10px; }
.ig-link { display: inline-flex !important; align-items: center; gap: 8px; }
@media (max-width: 920px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 95;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.45);
  transition: transform .25s var(--ease-bounce);
}
.wa-float:hover { transform: scale(1.12) rotate(8deg); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Reveal animations (progressive enhancement: hidden only when JS opts in) ---------- */
html.js-anim .reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s var(--ease-bounce); }
html.js-anim .reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .12s; } .reveal-d2 { transition-delay: .24s; } .reveal-d3 { transition-delay: .36s; }

/* wiggle on hover for fun icons */
.wiggle:hover { animation: wiggle .5s ease; }
@keyframes wiggle { 0%,100%{transform:rotate(0)} 25%{transform:rotate(-8deg)} 75%{transform:rotate(8deg)} }

/* video placeholder slot */
.video-slot {
  position: relative; background: repeating-linear-gradient(45deg, var(--blush-soft), var(--blush-soft) 14px, var(--white) 14px, var(--white) 28px);
  display: grid; place-items: center; text-align: center; padding: 20px;
}
.video-slot .slot-note {
  background: var(--white); border: 2px dashed var(--rose); border-radius: 14px;
  padding: 14px 18px; font-size: .85rem; color: var(--steel-deep); max-width: 320px;
}
.video-slot code { background: var(--blush-soft); padding: 1px 6px; border-radius: 6px; font-size: .8rem; }

/* ---------- Policy pages ---------- */
.policy-body { max-width: 760px; margin: 0 auto; padding: 30px 0 10px; }
.policy-body h2 { font-size: 1.45rem; margin: 38px 0 12px; }
.policy-body p, .policy-body li { color: #4c5160; margin-bottom: 12px; }
.policy-body ul { padding-inline-start: 22px; }
.policy-updated { font-size: .9rem; color: #8a8f9c; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 96px; inset-inline-end: 22px; z-index: 96;
  background: var(--steel-deep); color: #fff; padding: 12px 20px; border-radius: 14px;
  font-weight: 500; opacity: 0; transform: translateY(12px); transition: all .3s ease; pointer-events: none;
}
.toast.show { opacity: 1; transform: none; }

/* ---------- RTL refinements ---------- */
html[dir="rtl"] body { letter-spacing: 0; }
html[dir="rtl"] .h-xl, html[dir="rtl"] .h-lg { line-height: 1.35; }

/* ---------- Language blocks (long-form content) ---------- */
html[lang="ar"] .lang-en { display: none !important; }
html[lang="en"] .lang-ar { display: none !important; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; }
  .floaty, .hero-sticker { animation: none; }
  html.js-anim .reveal { opacity: 1; transform: none; transition: none; }
  .card:hover, .btn:hover, .wa-float:hover { transform: none; }
  * { animation-duration: .001s !important; transition-duration: .001s !important; }
}
