:root {
  --green-950: #0b3520;
  --green-900: #10482a;
  --green-800: #155f35;
  --green-700: #1c7540;
  --green-600: #278c4e;
  --green-100: #e8f4eb;
  --green-50: #f4faf5;
  --ink: #203129;
  --muted: #637168;
  --line: #dfe9e2;
  --gold: #f0cf6b;
  --white: #fff;
  --shadow-sm: 0 5px 16px rgba(19, 67, 38, .08);
  --shadow-md: 0 14px 38px rgba(19, 67, 38, .14);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fbfcfa;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green-700); }
a:hover { color: var(--green-900); }
:focus-visible { outline: 3px solid #f0b62e; outline-offset: 3px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; padding: .7rem 1rem; background: #fff; }
.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; }
.wrap { width: min(1120px, calc(100% - 2.5rem)); margin-inline: auto; }

header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: 78px;
  padding: .7rem max(5vw, 1rem);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(216, 230, 219, .8);
  box-shadow: 0 4px 20px rgba(19, 67, 38, .07);
  backdrop-filter: blur(10px);
}
.brand { margin-right: auto; flex-shrink: 0; }
.brand img { width: 193px; height: 46px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 1.2rem; }
nav a { color: #344c3d; text-decoration: none; font-size: .9rem; font-weight: 600; }
nav a:hover { color: var(--green-700); }
.menu-toggle { display: none; }
.wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .75rem 1.2rem;
  color: #fff;
  background: linear-gradient(135deg, #137a3e, #0b6030);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 7px 18px rgba(28, 183, 84, .22);
}
.wa:hover { color: #fff; background: linear-gradient(135deg, #0f6b36, #084f28); }

.hero {
  height: calc(100vh - 78px);
  min-height: 0;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(110deg, rgba(7, 43, 23, .9), rgba(18, 91, 47, .65) 58%, rgba(35, 123, 65, .34)),
    url('/images/hero.webp') center/cover no-repeat;
}
.hero-inner {
  width: min(860px, calc(100% - 2rem));
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .95rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  background: linear-gradient(145deg, rgba(5, 44, 23, .34), rgba(21, 95, 50, .16));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  backdrop-filter: blur(3px);
}
.hero .eyebrow {
  display: inline-block;
  margin: 0;
  padding: .48rem 1.05rem;
  color: #174d2d;
  background: linear-gradient(135deg, #f5dc81, #edc856);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .13);
  font-size: .74rem;
  letter-spacing: .14em;
}
.hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .32);
}
.hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  text-wrap: balance;
}
.hero .wa {
  position: relative;
  z-index: 2;
  gap: .5rem;
  min-height: 52px;
  padding-inline: 1.4rem 1.55rem;
  color: var(--green-900);
  background: #fff;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .25);
}
.hero .wa::before {
  content: "";
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background: url('/images/whatsapp-icon.svg') center / contain no-repeat;
}
.hero .wa:hover,
.hero .wa:focus-visible {
  color: #fff;
  background: var(--green-900);
  border-color: #fff;
}

section { padding: 5rem 0; }
h1, h2, h3 { color: var(--green-900); line-height: 1.22; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.65rem, 4vw, 2.5rem); letter-spacing: -.025em; }
.center { max-width: 740px; margin: 0 auto 2.6rem; text-align: center; }
.center h2 { margin: .35rem 0 .8rem; }
.eyebrow { color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.band { background: linear-gradient(145deg, #edf8ef, #dfeee3); }
.prose { max-width: 800px; }
.breadcrumbs { margin: 0; padding-top: 1.25rem; color: var(--muted); font-size: .86rem; overflow-wrap: anywhere; }

/* Shared inner pages */
main > .wrap > .breadcrumbs + section,
main > .wrap > .breadcrumbs + article {
  padding-top: clamp(2rem, 5vw, 3.5rem);
}
main > .prose > section {
  max-width: 800px;
}
main > .wrap > section > h1:first-child,
.product-layout h1 {
  margin: 0 0 1rem;
  letter-spacing: -.035em;
  text-wrap: balance;
}
main > .wrap > section > h1:first-child::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 1rem;
  background: linear-gradient(90deg, var(--green-600), var(--gold));
  border-radius: 999px;
}
.prose section > h2 {
  margin: clamp(2.25rem, 5vw, 3.25rem) 0 .75rem;
  font-size: clamp(1.3rem, 3vw, 1.75rem);
}
.prose section > h2 + p { margin-top: 0; }
.prose section > p,
.prose section > li {
  color: #4f5f56;
}
.prose section > ol,
.prose section > ul {
  margin: 1.25rem 0;
  padding: 1.2rem 1.25rem 1.2rem 2.8rem;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: 15px;
}
.prose section > ol li,
.prose section > ul li {
  margin: .45rem 0;
  padding-left: .25rem;
}
.prose .cta-row {
  margin: 1.6rem 0 2.25rem;
  padding: 1.15rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}
.prose details {
  margin-top: .75rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.prose details[open] {
  border-color: #bfdac7;
  box-shadow: var(--shadow-sm);
}
.prose details summary {
  padding-right: 1.5rem;
  line-height: 1.45;
}
.prose details p {
  margin: .8rem 0 0;
  color: var(--muted);
}
.notice {
  margin: 1.5rem 0;
}

/* Homepage sections */
.home-products {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.home-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 4px;
  background: linear-gradient(90deg, var(--green-600), var(--gold));
  border-radius: 999px;
  transform: translateX(-50%);
}
.home-products > .center:first-child p:last-child {
  max-width: 620px;
  margin-inline: auto;
  color: var(--muted);
}
.home-products > .center:last-child {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.home-products .link-button {
  padding-inline: 1.35rem;
  background: var(--green-50);
  box-shadow: var(--shadow-sm);
}
.home-story {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(39, 140, 78, .12), transparent 30%),
    radial-gradient(circle at 88% 88%, rgba(240, 207, 107, .18), transparent 28%),
    linear-gradient(145deg, #edf8ef, #dfeee3);
}
.home-content {
  position: relative;
  max-width: 1120px;
  padding: 0;
}
.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.home-feature {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}
.home-feature:last-child {
  grid-column: 1 / -1;
}
.feature-number {
  display: inline-grid;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--green-800);
  background: var(--gold);
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.home-feature h2 {
  margin: 0 0 .75rem;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
}
.home-feature p {
  margin-bottom: .8rem;
  color: #53635a;
  font-size: .95rem;
  line-height: 1.75;
}
.home-feature p:last-child { margin-bottom: 0; }
.home-faq {
  max-width: 880px;
  margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  background: #fff;
  border: 1px solid rgba(18, 73, 39, .08);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(18, 73, 39, .1);
}
.home-faq > h2 {
  margin: .35rem 0 1.4rem;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}
.home-faq details {
  margin-top: .75rem;
  padding: 1rem 1.15rem;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: 13px;
}
.home-faq details[open] {
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.home-faq details p {
  margin-bottom: .25rem;
  color: var(--muted);
}
.home-faq .cta-row {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.home-faq .cta-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .65rem 1rem;
  color: var(--green-800);
  background: var(--green-50);
  border: 1px solid #cfe2d4;
  border-radius: 999px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 700;
}
.home-faq .cta-row a:hover {
  color: #fff;
  background: var(--green-800);
}

.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.7rem; }
.card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 9px 25px rgba(0, 0, 0, .11); }
.card-image {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  margin: 1.15rem 1.15rem 0;
  padding: .65rem;
  place-items: center;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 12px;
}
.card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 10px;
  transition: transform .35s ease, filter .35s ease;
}
.card:hover .card-image img {
  filter: saturate(1.04);
  transform: scale(1.035);
}
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.15rem 1.3rem 1.55rem;
  text-align: center;
}
.card h3 { margin: 0; font-size: 1rem; }
.card h3 a { color: var(--green-900); text-decoration: none; }
.card-rating {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: .55rem 0 0;
  line-height: 1;
}
.card-rating span {
  color: #efb300;
  font-size: 1.05rem;
  letter-spacing: .06em;
}
.card-rating small {
  color: #69766e;
  font-size: .68rem;
  font-weight: 500;
}
.card-price { order: 3; margin: .8rem 0 0; color: var(--green-700); font-size: 1.22rem; }
.card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}
.card-price del {
  color: #89928d;
  font-size: .76rem;
  font-weight: 500;
}
.card-price .offer-badge {
  padding: .25rem .42rem;
  color: #fff;
  background: #dc3434;
  border-radius: 4px;
  font-size: .62rem;
  font-weight: 600;
  line-height: 1;
}
.card-price .pack-size {
  flex-basis: 100%;
  color: #78837c;
  font-size: .72rem;
  font-weight: 500;
}
.card-price.pending { color: #806d35; font-size: .86rem; }
.card-copy {
  order: 2;
  display: -webkit-box;
  min-height: 2.6rem;
  margin: .95rem 0 0;
  overflow: hidden;
  color: #506057;
  font-size: .77rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-actions {
  order: 4;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  margin-top: auto;
  padding-top: .9rem;
}
.view-button, .card-wa {
  height: 50px;
  border: 0;
  border-radius: 13px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.view-button {
  order: 0;
  width: 145px;
  min-width: 0;
  height: 42px;
  flex: 0 1 145px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: 0 .9rem;
  color: var(--green-800);
  background: #fff;
  border: 1px solid #b9d4c1;
  box-shadow: none;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.view-button span { display: grid; place-items: center; width: 22px; height: 22px; font-size: 1.15rem; line-height: 1; }
.view-button:hover,
.view-button:focus-visible {
  color: #fff;
  background: var(--green-800);
  border-color: var(--green-800);
  box-shadow: 0 6px 14px rgba(21, 95, 53, .16);
  transform: translateY(-1px);
}
.card-wa {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  color: #fff;
  background: #075d32;
  box-shadow: none;
  font-size: .78rem;
  font-weight: 700;
}
.card-wa::before { content: ""; display: block; width: 20px; height: 20px; flex: 0 0 20px; background: url('/images/whatsapp-mark.svg') center/contain no-repeat; }
.card-wa:hover, .card-wa:focus-visible { color: #fff; background: #064b29; box-shadow: 0 7px 16px rgba(16, 112, 55, .2); transform: translateY(-1px); }
.view-button:active, .card-wa:active { transform: translateY(0); }

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr);
  gap: 3rem;
  align-items: start;
  padding: 2rem 0 4rem;
}
.product-layout > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  padding: .55rem;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}
.product-layout > div {
  min-width: 0;
}
.product-layout > div > .eyebrow { margin: 0 0 .35rem; }
.product-layout > div > h1 + p {
  margin-bottom: 1.35rem;
  color: #53635a;
  font-size: 1.02rem;
}
.product-layout > div > h2 {
  margin: 2.5rem 0 .75rem;
  padding-top: 1.7rem;
  border-top: 1px solid var(--line);
  font-size: clamp(1.3rem, 3vw, 1.75rem);
}
.product-layout > div > h2 + p { margin-top: 0; }
.product-layout > div > p { color: #53635a; }
.product-layout > div > p > .wa {
  width: 100%;
  min-height: 52px;
  margin-top: .25rem;
  border-radius: 14px;
}
.product-layout > div > p > .wa::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: .65rem;
  background: url('/images/whatsapp-mark.svg') center/contain no-repeat;
}
.product-layout details {
  margin-top: .7rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.product-layout details p {
  margin-bottom: 0;
  color: var(--muted);
}
.facts {
  padding: 1rem 1.2rem;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.facts p { margin: .25rem 0; }
.notice { padding: 1rem 1.1rem; background: #fff9e8; border-left: 4px solid #dfaa26; border-radius: 7px; }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.link-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .7rem 1rem; border: 2px solid var(--green-700); border-radius: 999px; text-decoration: none; font-weight: 700; }
details { padding: 1rem 0; border-bottom: 1px solid var(--line); }
summary { color: var(--green-900); font-weight: 700; cursor: pointer; }

footer { padding: 3.6rem 0 1.2rem; color: #fff; background: linear-gradient(135deg, var(--green-950), var(--green-700)); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.2rem; }
footer strong { font-size: 1.2rem; }
footer p { color: rgba(255, 255, 255, .82); }
footer a { display: block; margin: .4rem 0; color: #fff; overflow-wrap: anywhere; }
footer a:hover { color: #d8f3df; }
.copyright { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .15); text-align: center; font-size: .85rem; }

@media (max-width: 980px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  nav { gap: .75rem; }
  nav a { font-size: .82rem; }
}

@media (max-width: 820px) {
  header { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: .6rem; min-height: 70px; padding: .65rem 1rem; }
  .brand img { width: min(165px, 42vw); height: auto; }
  .menu-toggle { grid-column: 3; display: block; width: 46px; height: 46px; padding: 10px; background: var(--green-100); border: 0; border-radius: 12px; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--green-800); border-radius: 2px; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .wa.small { grid-column: 2; grid-row: 1; width: 46px; height: 46px; min-height: 46px; padding: 0; font-size: 0; }
  .wa.small::after {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: url('/images/whatsapp-mark.svg') center / contain no-repeat;
  }
  #main-navigation { position: absolute; top: 100%; left: 0; right: 0; z-index: 20; display: none; margin: 0; padding: .65rem 1rem 1rem; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 15px 28px rgba(18, 61, 35, .16); }
  #main-navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  #main-navigation a { display: block; padding: .8rem .5rem; border-bottom: 1px solid #edf2ee; font-size: .92rem; }
  .hero { height: calc(100vh - 70px); }
  .hero { min-height: 0; }
  .hero-inner { width: min(760px, calc(100% - 1.25rem)); gap: .8rem; padding: 1.1rem; border-radius: 22px; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3.2rem); }
  section { padding: 4rem 0; }
  .home-products { padding-block: 4.5rem; }
  .home-feature-grid { gap: 1rem; }
  .product-layout { grid-template-columns: 1fr; gap: 1.7rem; }
  .product-layout > img { width: min(100%, 560px); margin-inline: auto; }
  .product-layout > div > h2 { margin-top: 2.1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .wrap { width: calc(100% - 1.5rem); }
  .hero { min-height: 0; }
  .hero-inner { background: rgba(8, 55, 29, .25); border-radius: 18px; backdrop-filter: blur(2px); }
  .hero h1 { font-size: clamp(1.9rem, 9vw, 2.55rem); line-height: 1.05; }
  .hero p { font-size: .9rem; line-height: 1.55; }
  .hero .wa { min-height: 48px; border-radius: 12px; }
  section { padding: 3.2rem 0; }
  main > .wrap > .breadcrumbs + section,
  main > .wrap > .breadcrumbs + article { padding-top: 1.8rem; }
  .prose section > h2 { margin-top: 2rem; }
  .prose section > ol,
  .prose section > ul { padding: 1rem 1rem 1rem 2.35rem; }
  .prose details { padding: .9rem 1rem; }
  .home-products { padding-block: 3.8rem; }
  .home-feature-grid { grid-template-columns: 1fr; }
  .home-feature:last-child { grid-column: auto; }
  .home-feature { padding: 1.25rem; border-radius: 16px; }
  .home-feature p { font-size: .92rem; line-height: 1.7; }
  .home-faq { padding: 1.25rem; border-radius: 18px; }
  .home-faq details { padding: .9rem 1rem; }
  .grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .card { width: min(100%, 430px); margin-inline: auto; }
  .card-body { padding: 1.2rem; }
  .card-copy { -webkit-line-clamp: 3; }
  .product-layout { padding-top: 1.2rem; }
  .product-layout h1 { font-size: 2rem; }
  .product-layout > div > h1 + p { font-size: .95rem; }
  .product-layout > div > h2 { padding-top: 1.4rem; }
  .wa:not(.small), .link-button { width: 100%; }
  .cta-row { display: grid; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 360px) {
  header { padding-inline: .6rem; }
  .brand img { width: 132px; }
  .menu-toggle, .wa.small { width: 42px; height: 42px; min-height: 42px; }
  .card-actions { justify-content: center; }
  .card-wa { width: 42px; min-width: 42px; height: 42px; }
  .card-wa::before { width: 20px; height: 20px; }
}

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