:root {
  --bg-body: #05030a;
  --bg-elevated: #0d0a18;
  --bg-elevated-soft: #120f22;
  --bg-tinted: #0c101f;
  --color-primary: #eab308;
  --color-primary-soft: rgba(234, 179, 8, 0.12);
  --color-accent: #7c3aed;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --color-border-soft: rgba(148, 163, 184, 0.35);
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.65);
  --shadow-subtle: 0 10px 25px rgba(15, 23, 42, 0.6);
  --container-max: 1120px;
  --site-bg-image: url("../assets/background-botanica.jpg");
  --site-bg-overlay: linear-gradient(rgba(2, 6, 23, 0.2), rgba(2, 6, 23, 0.1));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-text);
  background-image: var(--site-bg-overlay), var(--site-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: soft-light, normal;
  background-color: var(--bg-body);
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.7));
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.site-header__notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  padding: 8px 14px;
  background: rgba(15, 23, 42, 0.9);
  border-radius: 999px;
  border: 1px solid rgba(234, 179, 8, 0.6);
  color: var(--color-text-muted);
  font-size: 0.85rem;
  text-align: center;
}

.site-header__dot {
  color: var(--color-primary);
  opacity: 0.9;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1.6fr) auto;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.site-header__logo-img {
  height: 64px;
  width: auto;
  display: block;
  border-radius: 8px;
}

.site-header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.9);
  border-radius: 999px;
  padding: 4px 6px 4px 14px;
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.site-header__search input {
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-text);
  width: 100%;
  font-size: 0.9rem;
}

.site-header__search input::placeholder {
  color: var(--color-text-muted);
}

.site-header__search button {
  border-radius: 999px;
  border: none;
  padding: 7px 14px;
  font-size: 0.85rem;
  cursor: pointer;
  background: linear-gradient(135deg, #eab308, #f97316);
  color: #0f172a;
  font-weight: 600;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.icon-btn {
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.9);
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
}

.icon-btn:hover {
  background: rgba(30, 64, 175, 0.8);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.55);
}

.site-header__menu-toggle {
  display: none;
}

.main-nav {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.main-nav__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.main-nav__list > li > a,
.main-nav__submenu-toggle {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--color-text-muted);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.main-nav__list > li > a:hover,
.main-nav__submenu-toggle:hover {
  color: var(--color-text);
  border-color: rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.85);
}

.has-submenu {
  position: relative;
}

.main-nav__submenu-toggle {
  background: rgba(15, 23, 42, 0.65);
}

.main-nav__submenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: #020617;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: var(--shadow-soft);
  padding: 8px;
  list-style: none;
  display: none;
  z-index: 30;
}

.main-nav__submenu li a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.main-nav__submenu li a:hover {
  background: rgba(15, 23, 42, 0.9);
  color: var(--color-text);
}

.has-submenu--open > .main-nav__submenu {
  display: block;
}

.hero {
  padding: 40px 0 32px;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: center;
}

.hero__eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.hero__title {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  line-height: 1.1;
  margin: 0 0 12px;
}

.hero__subtitle {
  margin: 0 0 16px;
  color: var(--color-text-muted);
  max-width: 36rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.hero__bullets li::before {
  content: "✦";
  margin-right: 6px;
  color: var(--color-primary);
}

.hero__visual {
  display: flex;
  justify-content: center;
}

.hero__altarcard {
  position: relative;
  background: radial-gradient(circle at 0 0, #1e293b, #020617);
  border-radius: var(--radius-xl);
  padding: 18px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.35);
  overflow: hidden;
}

.hero__altarcircle {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 0, rgba(250, 204, 21, 0.22), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

.hero__image {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(248, 250, 252, 0.2);
}

.hero__tag {
  position: relative;
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px dashed rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
}

.whatsapp-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border: 1px solid rgba(34, 197, 94, 0.8);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s;
}

.whatsapp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.45);
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}

.btn--primary {
  background: linear-gradient(135deg, #eab308, #f97316);
  color: #0f172a;
  box-shadow: 0 10px 25px rgba(234, 179, 8, 0.38);
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 35px rgba(234, 179, 8, 0.55);
}

.btn--ghost {
  background: rgba(15, 23, 42, 0.8);
  color: var(--color-text);
  border-color: rgba(148, 163, 184, 0.7);
}

.btn--ghost:hover {
  background: rgba(15, 23, 42, 1);
}

.btn--small {
  padding: 7px 14px;
  font-size: 0.85rem;
}

.section {
  padding: 40px 0;
}

.section--tinted {
  background: #020617;
}

.section__header {
  text-align: center;
  margin-bottom: 24px;
}

.section__header--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.section__title {
  margin: 0 0 6px;
  font-size: 1.6rem;
}

.section__subtitle {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid--4cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid--3cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  padding: 16px 14px;
  border: 1px solid var(--color-border-soft);
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.category-card__menu {
  margin-top: 10px;
  padding: 8px;
  border-radius: 12px;
  background: var(--bg-elevated-soft);
  border: 1px solid var(--color-border-soft);
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 4px;
  font-size: 0.85rem;
}

.category-card__menu li a {
  color: var(--color-text-muted);
  display: block;
  padding: 4px 6px;
  border-radius: 8px;
}

.category-card__menu li a:hover {
  background: rgba(15, 23, 42, 0.9);
  color: var(--color-text);
}

.category-card--open .category-card__menu {
  display: flex;
}

.category-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-soft);
  font-size: 1.2rem;
}

.category-card__title {
  margin: 0;
  font-size: 1.05rem;
}

.category-card__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.category-card__link {
  margin-top: auto;
  font-size: 0.9rem;
  color: var(--color-primary);
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.category-card__link:hover {
  text-decoration: underline;
}

.intent-card {
  background: radial-gradient(circle at 0 0, rgba(124, 58, 237, 0.18), transparent 60%), var(--bg-elevated-soft);
  border-radius: var(--radius-lg);
  padding: 16px 14px;
  border: 1px solid rgba(129, 140, 248, 0.45);
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.intent-card__title {
  margin: 0;
  font-size: 1.05rem;
}

.intent-card__text {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.intent-card__link {
  margin-top: auto;
  font-size: 0.9rem;
  color: #c4b5fd;
}

.carousel__controls {
  display: flex;
  gap: 8px;
}

.carousel__btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
  color: var(--color-text-muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: background 0.15s, transform 0.15s;
}

.carousel__btn:hover {
  background: rgba(30, 64, 175, 0.9);
  transform: translateY(-1px);
  color: var(--color-text);
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 4px;
}

.carousel__track::-webkit-scrollbar {
  height: 6px;
}

.carousel__track::-webkit-scrollbar-track {
  background: #020617;
}

.carousel__track::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.6);
  border-radius: 999px;
}

.product-card {
  min-width: 220px;
  max-width: 260px;
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-soft);
  padding: 14px 12px;
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-card__image {
  border-radius: 14px;
  border: 1px solid rgba(248, 250, 252, 0.15);
}

.product-card__image--light-bg {
  border: 2px solid rgba(203, 213, 225, 0.9);
  border-radius: 14px;
  padding: 6px;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05) 60%, transparent 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 8px 20px rgba(203, 213, 225, 0.25);
}

.product-card.product-card--gold {
  border: 1px solid rgba(234, 179, 8, 0.85);
  box-shadow: 0 18px 40px rgba(234, 179, 8, 0.28);
}

.product-card__media {
  margin-bottom: 8px;
}

.product-card__media--gold {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 14px;
  background: radial-gradient(circle at 20% 0%, rgba(255, 249, 222, 0.95), rgba(234, 179, 8, 0.22));
  border: 1px solid rgba(234, 179, 8, 0.85);
}

.product-card__media--gold img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.product-card__media--gold::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 0deg, rgba(234, 179, 8, 0) 0deg, rgba(255, 255, 255, 0.9) 40deg, rgba(234, 179, 8, 0) 80deg, rgba(234, 179, 8, 0) 360deg);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
  animation: gold-sweep 4s linear infinite;
}

.product-card__title {
  margin: 2px 0;
  font-size: 0.98rem;
}

.product-card__meta {
  margin: 0;
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.product-card__price {
  margin: 4px 0 0;
  font-weight: 600;
}

.product-card__meta,
.product-card__price {
  text-align: center;
}

.product-card__title {
  min-height: 2.4em;
}

.product-card__meta {
  min-height: 3.6em;
}

@media (min-width: 1024px) {
  .carousel {
    overflow: visible;
  }
  .carousel__controls {
    display: none;
  }
  .carousel__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    overflow-x: visible;
    padding-bottom: 0;
    justify-items: center;
  }
  .carousel__track .product-card {
    min-width: 0;
    width: 100%;
    max-width: 360px;
  }
}

.services {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}

.services {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.services__list {
  margin: 0 0 16px;
  padding-left: 18px;
  color: var(--color-text-muted);
  font-size: 0.93rem;
}

.services__card {
  background: radial-gradient(circle at 0 0, rgba(234, 179, 8, 0.18), transparent 60%), radial-gradient(circle at 100% 100%, rgba(124, 58, 237, 0.25), transparent 60%), #020617;
  border-radius: var(--radius-xl);
  padding: 18px 16px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.services__badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  border: 1px solid rgba(234, 179, 8, 0.9);
  color: var(--color-primary);
  margin: 0 0 10px;
}

.services__quote {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.services__note {
  margin: 0;
  font-size: 0.86rem;
  color: var(--color-text-muted);
}

.post-card {
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-soft);
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: var(--shadow-subtle);
}

.post-card__tag {
  margin: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
}

.post-card__title {
  margin: 0;
  font-size: 1rem;
}

.post-card__excerpt {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.post-card__link {
  margin-top: auto;
  font-size: 0.9rem;
  color: #93c5fd;
}

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  background: #020617;
  margin-top: 16px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
  padding: 24px 16px 16px;
}

.site-footer__title {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.site-footer__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.site-footer__subtitle {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.site-footer__list li + li {
  margin-top: 4px;
}

.site-footer__bottom {
  border-top: 1px solid rgba(31, 41, 55, 0.9);
  padding: 10px 0;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.site-footer__bottom-inner {
  text-align: center;
}

@media (max-width: 960px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }
  .main-nav {
    display: none;
  }
  .main-nav--open {
    display: block;
    margin-top: 10px;
  }
  .main-nav__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header__menu-toggle {
    display: inline-flex;
  }
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__visual {
    order: -1;
  }
  .grid--4cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--3cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services {
    grid-template-columns: 1fr;
  }
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
  .site-header__search {
    grid-column: 1 / -1;
    order: 2;
  }
  .site-header__actions {
    justify-content: flex-end;
  }

  .grid--4cols,
  .grid--3cols {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }

  .section {
    padding: 28px 0;
  }
  .hero {
    padding-top: 26px;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-width: 70%;
    justify-self: center;
    margin-inline: auto;
  }

  .carousel {
    overflow: visible;
  }

  .carousel__controls {
    display: none;
  }

  .carousel__track {
    flex-direction: column;
    overflow-x: visible;
    padding-bottom: 0;
    align-items: center;
  }

  .carousel__track .product-card {
    min-width: 0;
    width: 100%;
    max-width: 520px;
  }
}

.section__header--center {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.section__title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #ffffff;
}

.section__title span {
  font-weight: 400;
  opacity: 0.85;
}

.section__subtitle {
  margin-top: 8px;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  color: #cbd5e1;
}

.product-card__title {
  text-align: center;
}

.product-card__image--light-bg {
  margin-left: auto;
  margin-right: auto;
}

.product-card .whatsapp-btn {
  display: block;
  width: 100%;
  margin-top: auto;
}

.product-card {
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 60%), var(--bg-elevated);
  box-shadow: 0 12px 30px rgba(203, 213, 225, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  display: block;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  filter: brightness(1.05);
}

@media (max-width: 640px) {
  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 14px;
    bottom: 14px;
  }
}

.whatsapp-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.whatsapp-promo {
  position: relative;
  max-width: 260px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 2px solid #22c55e;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  width: 260px !important;
}

.whatsapp-promo::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: rgba(15, 23, 42, 0.92);
  border-right: 2px solid #22c55e;
  border-bottom: 2px solid #22c55e;
  transform: rotate(45deg);
}

.whatsapp-promo__logo {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex: 0 0 auto;
}

.whatsapp-promo__text {
  font-size: 0.9rem;
  line-height: 1.25;
  color: var(--color-text);
}

.whatsapp-widget .whatsapp-float {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
}

.whatsapp-widget .whatsapp-promo {
  position: relative !important;
}

body {
  padding-bottom: 140px;
}

@media (max-width: 640px) {
  body {
    padding-bottom: 120px;
  }
  .whatsapp-widget {
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }
  .whatsapp-promo {
    width: min(260px, calc(100vw - 110px)) !important;
    max-width: min(260px, calc(100vw - 110px)) !important;
  }
}

.whatsapp-widget {
  bottom: 24px;
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  }
  70% {
    transform: scale(1.06);
    box-shadow: 0 0 0 14px rgba(34, 197, 94, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.whatsapp-widget.is-pulse .whatsapp-float,
.whatsapp-widget.is-pulse .whatsapp-promo {
  animation: waPulse 1.4s ease-out;
}

#blog .post-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 280px;
}

#blog .post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 10, 25, 0.88), rgba(5, 10, 25, 0.25));
  z-index: 0;
}

#blog .post-card > * {
  position: relative;
  z-index: 1;
}

#blog .grid--3cols .post-card:nth-child(1) {
  background-image: url("../assets/petra-sostiene-vaso.jpg");
  background-position: center right;
}

#blog .grid--3cols .post-card:nth-child(2) {
  background-image: url("../assets/paloma-facebook.jpg");
}

#blog .grid--3cols .post-card:nth-child(3) {
  background-image: url("../assets/martha-facebook.jpg");
}

.site-header {
  backdrop-filter: none;
  background: linear-gradient(180deg, rgba(20, 54, 36, 0.96), rgba(10, 28, 19, 0.96));
  border-bottom: 1px solid rgba(34, 197, 94, 0.25);
}

.site-header__inner {
  grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  padding: 4px 16px;
  row-gap: 2px;
}

.site-header__logo {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  align-self: center;
  width: 40px;
  height: 40px;
  padding: 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.site-header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 999px;
  transform: none;
}

.site-header__notice {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.site-header__dot {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.main-nav {
  grid-column: 3;
  grid-row: 2;
  margin-top: 0;
  justify-self: center;
}

.main-nav__list {
  gap: 24px;
  flex-wrap: nowrap;
  font-size: 0.95rem;
  justify-content: flex-start;
}

.main-nav__list > li > a,
.main-nav__submenu-toggle {
  padding: 4px 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav__list > li > a:hover,
.main-nav__submenu-toggle:hover {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.site-header .icon-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 960px) {
  .main-nav--open {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 10px;
  }
  .site-header__notice {
    grid-row: 1;
  }
}

#por-intencion .intent-card {
  position: relative;
}

#por-intencion .intent-card::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.65)) brightness(1.25) contrast(1.15);
  pointer-events: none;
}

#por-intencion .intent-card__title,
#por-intencion .intent-card__text,
#por-intencion .intent-card__link {
  padding-left: 62px;
}

#por-intencion .grid--3cols .intent-card:nth-child(1)::before {
  background-image: url("../assets/amor-atraccion.png");
}

#por-intencion .grid--3cols .intent-card:nth-child(2)::before {
  background-image: url("../assets/dinero-prosperidad.png");
}

#por-intencion .grid--3cols .intent-card:nth-child(3)::before {
  background-image: url("../assets/proteccion-limpieza.png");
}

#por-intencion .grid--3cols .intent-card:nth-child(4)::before {
  background-image: url("../assets/salud-sanacion.png");
}

#por-intencion .grid--3cols .intent-card:nth-child(5)::before {
  background-image: url("../assets/suerte-juegos.png");
}

#por-intencion .grid--3cols .intent-card:nth-child(6)::before {
  background-image: url("../assets/paz-armonia.png");
}

.category-card--velas,
.category-card--aceites,
.category-card--amuletos,
.category-card--baños,
.category-card--banos {
  overflow: hidden;
}

.category-card--velas::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.55), rgba(2, 6, 23, 0.1)), url("../assets/velas-velones.jpg") center/cover no-repeat;
  z-index: 0;
}

.category-card--aceites::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.55), rgba(2, 6, 23, 0.1)), url("../assets/aceites-esencias.jpeg") center/cover no-repeat;
  z-index: 0;
}

.category-card--baños::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.55), rgba(2, 6, 23, 0.1)), url("../assets/banos-hierbas.jpeg") center/cover no-repeat;
  z-index: 0;
}

.category-card--amuletos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.55), rgba(2, 6, 23, 0.1)), url("../assets/amuleto-talisman.jpeg") center/cover no-repeat;
  z-index: 0;
}

.category-card > * {
  position: relative;
  z-index: 1;
}

.category-card__title {
  margin: 0;
  font-size: 1.05rem;
  color: #f8fafc;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.category-card__text {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.82);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}

.category-card__link {
  margin-top: auto;
  font-size: 0.9rem;
  color: #34d399;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95);
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.category-card__link:hover {
  text-decoration: underline;
  filter: brightness(1.08);
}
/* Barra superior de banderas (ancho completo y centradas) */
.site-header__flagsbar{
  width: 100%;
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(6px);
}

.site-header__flags{
  width: 100%;
  display: flex;
  justify-content: center;   /* CENTRADO */
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  flex-wrap: wrap;           /* si no caben, bajan a la siguiente fila */
}

.flag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
}

.flag img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
