@font-face {
  font-family: "Londinia";
  src: url("assets/LondiniaMedium.woff2") format("woff2");
  font-weight: Medium;
  font-style: normal;
  font-display: swap;
}

:root {
  --rojo: #b50315;
  --rojo-hover: #8a0110;
  --oro: #c9a84c;
  --carbon: rgba(255, 255, 255, 1);
  --carbon-mid: #1c1c1c;
  --madera-clr: #2a1a0e;
  --blanco-warm: #f5f0e8;
  --dc-rojo: #b50315;
  --dc-rojo-hover: #8a0110;
  --dc-oro: #c9a84c;
  --dc-carbon: #111111;
  --dc-negro: #0d0d0d;
  --dc-gris-hero: #eeecea;
  --dc-gris-bg: #f4f2ef;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  
  color: var(--carbon);
  background: #F5F5F5;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Londinia", "Poppins", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

section[id],
footer[id] {
  scroll-margin-top: 56px;
}

[x-cloak] {
  display: none !important;
}

.dc-playfair {
  font-family: "Playfair Display", serif;
}

.dc-lato {
  font-family: "Lato", sans-serif;
}

/* ── Navbar ── */
#navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: 56px;
  background: #0d0906;
  border-bottom: none;
}

#navbar > .container {
  height: 100%;
}

#navbar .nav-desktop {
  gap: 8px;
}

#navbar .nav-link {
  font-family: "Londinia", "Poppins", sans-serif;
  color: #ccc !important;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  padding: 8px 6px 4px !important;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

#navbar .nav-link:hover,
#navbar .nav-link.active {
  color: #fff !important;
  font-size: 24px;
  border-bottom-color: #b50315;
}

#navbar .btn-nav-toggle {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  border: none;
  background: transparent;
}

#navbar .mobile-nav-panel {
  background: #0d0906;
  padding: 1rem;
}

#navbar .mobile-nav-panel .nav-link {
  display: block;
  padding: 8px 0 !important;
}

/* ── Hero ── */
.hero-section {
  position: relative;
  height: 60vh;
  background: url("assets/hero-bg.webp") center top / cover no-repeat;
}

.hero-section .hero-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-section .hero-container {
  position: relative;
  min-height: 60vh;
}

.hero-section .hero-copy {
  position: absolute;
  bottom: 80px;
  left: 15px;
  max-width: 700px;
  z-index: 1;
}

.hero-title {
  font-family: "Londinia";
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #fff;
  line-height: 1.15;
  margin: 0 0 12px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.hero-sub {
  font-size: 2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px;  
}

.btn-pill-rojo {
  display: inline-block;
  background: var(--rojo);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.btn-pill-rojo:hover {
  background: var(--rojo-hover);
  color: #fff;
}

/* ── Badges (Manifiesto / Compromiso) ── */
.section-badge {
  display: inline-block;
  background: var(--rojo);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Manifiesto ── */
#manifiesto {
  position: relative;
  background: url("assets/wood-texture.webp") center center / cover no-repeat;
  padding: 160px 0;
  margin: 0;
}

#manifiesto::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(220, 195, 165, 0.2);
  pointer-events: none;
}

#manifiesto .container {
  position: relative;
  padding-left: 10rem;
  z-index: 1;
}

.manifiesto-title {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  color: #1e0f06;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.manifiesto-text {
  font-size: 1.5rem;
  color: #3d2414;
  line-height: 1.4;
  max-width: 700px;
  margin: 0;
}

.dc-emblem {
  width: 240px;
  display: block;
  margin: 0 auto;
  filter: brightness(0.3) sepia(1) saturate(0.8);
}

/* ── Proceso ── */
#proceso {
  background: rgba(15, 19, 25, 1);
  padding: 160px 0;
  margin: 0;
}

.proceso-icon {
  width: 161px;
  height: 110px;
  display: block;
  margin: 0 auto 40px;
}

.proceso-title {
  font-family: "Londinia";
  font-size: 2rem;
  color: #fff;
  margin: 0 0 40px;
}

.proceso-text {
  font-size: 1.2rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  max-width: 400px;
  margin: 0 auto;
}

/* ── Natural ── */
#natural {
  background: #fff;
  padding: 80px 0;
  margin: 0;
}

.natural-title {
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  color: #111;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.natural-ingredients {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 16px;
}

.natural-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.natural-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #222;
}

.natural-list li::before {
  content: url("assets/Polygon1.svg");
  position: absolute;
  left: 0;
  top: 0.1em;
}

.badges-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.nat-img {
  width: 100%;
}

/* ── Sabores ── */
#sabores {
  background: #fff;
  padding: 0 0 0;
  margin: 0;
}

.sabores-title {
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  color: #111;
  line-height: 1.2;
  margin: 0 0 1.25rem;
}

.sabores-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sabores-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #222;
}

.sabores-list li::before {
  content: url("assets/Polygon1.svg");
  position: absolute;
  left: 0;
  top: 0.3em;
}

/* ── CTA ── */
#cta {
  position: relative;
  background: url("assets/dark-wood-bg.webp") center center / cover no-repeat;
  padding: 100px 0;
  margin: 0;
}

#cta::before {
  content: "";
  position: absolute;
  inset: 0;  
  pointer-events: none;
}

#cta .container {
  position: relative;
  z-index: 1;
}

.cta-est {
  font-family: "Londinia", "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--oro);
  margin: 0 0 8px;
}

.cta-logo {
  width: min(300px, 90%);
  display: block;
}

.cta-title {
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  color: #fff;
  line-height: 1.2;
  margin: 0 0 20px;
}

.cta-text {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0 0 28px;
  max-width: 520px;
}

.btn-group-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta-solid {
  display: inline-block;
  background: var(--rojo);
  color: #fff;
  border: 2px solid var(--rojo);
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-cta-solid:hover {
  background: var(--rojo-hover);
  border-color: var(--rojo-hover);
  color: #fff;
}

.btn-cta-outline {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid var(--rojo);
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.btn-cta-outline:hover {
  background: var(--rojo);
  color: #fff;
}

/* ── Footer ── */
#footer {
  background: #191414;
  padding: 56px 0 28px;
  margin: 0;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.footer-nav li {
  margin: 0;
  line-height: 2.2;
}

.footer-nav a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-follow-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 20px 0 10px;
}

.footer-social {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.footer-social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.footer-social a:hover {
  background: var(--rojo);
}

.footer-social img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.footer-logo {
  width: 180px;
  display: block;
  margin: 0 auto 12px;
}

.footer-address {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.6;
  margin: 0;
}

.footer-ml-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-badge-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.footer-divider {
  border: 0;
  border-top: 1px solid rgba(170, 137, 73, 1);
  margin: 24px 0 16px;
}

.footer-copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
  text-align: left;
  margin: 0;
}

/* ── Animations ── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  #footer .footer-badge-row {
    justify-content: flex-end;
  }

  .cta-text {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .footer-badge-row {
    justify-content: center;
  }

  .cta-text {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .inner-page {
    padding-top: 136px;
  }

  .hero-section {
    min-height: 60vh;
  }

  .hero-section .hero-container {
    min-height: 60vh;
  }

  .hero-section .hero-copy {
    bottom: 40px;
    left: 12px;
    right: 12px;
    max-width: none;
  }

  .dc-emblem {
    width: 180px;
    margin-top: 8px;
  }

  #proceso .col-md-4 {
    margin-bottom: 40px;
  }

  #proceso .col-md-4:last-child {
    margin-bottom: 0;
  }

  .nat-img {
    max-height: 300px;
    object-fit: cover;
  }

  #cta .cta-logo {
    width: min(220px, 90%);
    margin-inline: auto;
  }

  #cta .cta-text {
    text-align: center;
    margin-inline: auto;
  }

  #cta .btn-group-cta {
    justify-content: center;
  }

  .footer-copy {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}

/* ── Inner pages ── */
.inner-page {
  padding-top: 96px;
  background: #f5f5f5;
  min-height: 60vh;
}

.inner-hero {
  padding: 48px 0 20px;
}

.inner-hero-logo {
  width: min(280px, 80%);
}

.inner-title {
  font-size: clamp(2rem, 3vw, 3.5rem);
  color: #1e0f06;
  margin: 0;
}

.products-grid-section {
  padding: 30px 0 20px;
}

.product-card {
  overflow: hidden;
  border-radius: 18px;
  background: #151515;
  height: 100%;
}

.product-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.product-card-body {
  padding: 22px;
  background: #191414;
}

.product-title {
  font-size: 2rem;
  color: #fff;
  margin: 0 0 14px;
}

.product-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-chips span {
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.pack-section {
  padding: 30px 0;
}

.pack-copy {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  color: #222;
}

.pack-copy p {
  margin: 0;
  line-height: 1.6;
}

.pack-title {
  color: #111;
  font-size: clamp(1.6rem, 2.2vw, 2.5rem);
  margin: 0 0 12px;
}

.pack-image {
  border-radius: 16px;
}

.benefits-row {
  padding: 10px 0 70px;
}

.benefit-pill {
  margin: 0;
  background: #fff;
  border-radius: 999px;
  color: #222;
  padding: 14px 18px;
  font-weight: 500;
}

.form-page-section {
  padding: 48px 0 72px;
}

.form-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
}

.form-side-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  min-height: 380px;
}

.dc-form .form-control,
.dc-form .form-select {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 12px 14px;
}

.dc-form .form-control:focus,
.dc-form .form-select:focus {
  border-color: #b50315;
  box-shadow: 0 0 0 0.2rem rgba(181, 3, 21, 0.18);
}



.contact-est {
  color: var(--oro);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
}

.contact-logo {
  width: min(550px, 80%);
  margin: 0 auto;
}

.contact-social {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.contact-social img {
  width: 68px;
  height: 68px;
  margin-left: 20px;
  margin-right: 20px;
}

.contact-address {
  font-size: 1rem;
  color: #222;
  font-weight: 400;
  margin: 0;
}
/* ── Productos: ajuste visual pixel-accurate ── */
.productos-page .inner-hero {
  background: var(--dc-gris-hero);
  padding: 80px 0 60px;
  margin-top: 56px;
}

.productos-page .inner-hero-logo {
  width: min(280px, 90%);
}

.productos-page .inner-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #111;
  line-height: 1.2;
  margin-top: 12px;
}

.productos-page .section-badge {
  display: inline-block;
  background: var(--dc-rojo);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.productos-page .products-grid-section {
  background: var(--dc-gris-bg);
  padding: 60px 0 80px;
}

.productos-page .product-card {
  background: var(--dc-carbon);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.productos-page .product-image-wrap {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 68%, rgba(188, 188, 188, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px 16px;
  min-height: 260px;
}

.productos-page .product-image {
  width: 100%;
  max-width: 220px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  height: auto;
}

.productos-page .product-card-body {
  background: var(--dc-carbon);
  padding: 0 24px 36px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productos-page .product-label-img {
  width: 180px;
  margin: 46px auto 26px;
  display: block;
}

.productos-page .product-desc {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
  max-width: 240px;
}

.productos-page .product-avail-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-align: center;
}

.productos-page .product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
}

.productos-page .product-chips--ajo {
  --chip-border: rgba(196, 131, 0, 1);
}

.productos-page .product-chips--original {
  --chip-border: rgba(181, 3, 21, 1);
}

.productos-page .product-chips--chipotle {
  --chip-border: rgba(113, 16, 14, 1);
}

.productos-page .product-chips--surtido {
  --chip-border: rgba(181, 3, 21, 1);
}

.productos-page .product-chips > span:not(.product-chip-ml) {
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 1px solid var(--chip-border, rgba(255, 255, 255, 0.25));
  border-radius: 50px;
  padding: 4px 14px;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.productos-page .product-chips > span:not(.product-chip-ml)::after {
  content: "🛍";
  font-size: 0.7rem;
  opacity: 0.6;
}

/* Chip peso + icono ML en esquina inferior derecha (badge) */
.productos-page .product-chip-ml {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--chip-border, rgba(255, 255, 255, 0.25));
  border-radius: 50px;
  padding: 4px 14px;
  margin-right: 6px;
  margin-bottom: 4px;
  background: transparent;
}

.productos-page .product-chip-ml-text {
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.productos-page .product-chip-ml-text::after {
  content: "🛍";
  font-size: 0.7rem;
  opacity: 0.6;
}

.productos-page .product-chip-ml-link {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  line-height: 0;
  opacity: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.productos-page .product-chip-ml-link:hover {
  transform: scale(1.06);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.productos-page .product-chip-ml-link img {
  width: 36px;
  height: auto;
  max-height: 36px;
  object-fit: contain;
  display: block;
}

.productos-page .pack-section {
  background: var(--dc-gris-bg);
  padding: 0 0 80px;
}

.productos-page .pack-card {
  background: var(--dc-carbon);
  border-radius: 8px;
  overflow: hidden;
}

.productos-page .pack-copy {
  padding: 48px 40px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--dc-carbon);
  border-radius: 0;
}

.productos-page .pack-title {
  font-family: "Londinia", "Poppins", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px;
}

.productos-page .pack-copy p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.1;
  margin-bottom: 24px;
}

.productos-page .pack-avail-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.productos-page .pack-product-chips {
  justify-content: flex-start;
  padding-bottom: 14px;
}

.productos-page .pack-image-wrap {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 68%, rgba(188, 188, 188, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 32px;
}

.productos-page .pack-image {
  width: 100%;
  max-width: 480px;
  object-fit: contain;
  border-radius: 0;
}

.productos-page .benefits-row {
  background: #fff;
  padding: 48px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.productos-page .benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Londinia", "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #222;
  font-weight: 400;
  margin: 0;
}

.productos-page .benefit-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--dc-rojo);
  border-radius: 50%;
  flex-shrink: 0;
}

.distribuidores-page, .sugerencias-page {
  background: rgba(255, 255, 255, 1) !important;
}

.inner-page .inner-title{
  font-family: "Londinia", "Poppins", sans-serif;
  font-size: 2rem;
  color: #222;
  font-weight: 400;
  margin: 0;
}

.inner-page .inner-text{
  font-family: "Londinia", "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #222;
  font-weight: 400;
  margin: 0;
}



.inner-page .form-card{
  background: transparent; 
  border-radius: 18px;
  padding: 24px;
  height: 100%;
}

@media (max-width: 767.98px) {
  .productos-page .inner-hero {
    padding: 60px 0 40px;
  }

  .productos-page .inner-title,
  .productos-page .inner-hero .section-badge {
    text-align: center;
    display: block;
  }

  .productos-page .product-card {
    margin-bottom: 16px;
  }

  .productos-page .pack-copy {
    padding: 32px 24px;
  }

  .productos-page .pack-image-wrap {
    min-height: 240px;
  }

  .productos-page .product-chips {
    flex-wrap: wrap;
    justify-content: center;
  }

  .productos-page .benefit-item {
    font-size: 0.85rem;
  }
}

/* ── Formularios: feedback Bootstrap + toast WhatsApp ── */
.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #b50315;
}

.invalid-feedback {
  color: #b50315;
  font-size: 0.78rem;
}

.form-control.is-valid,
.form-select.is-valid {
  border-color: #2d8a4e;
}

.dc-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #111;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-family: "Lato", sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
  white-space: nowrap;
  border-left: 4px solid #b50315;
}

.dc-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 575.98px) {
  .dc-toast {
    white-space: normal;
    max-width: calc(100vw - 24px);
    text-align: center;
  }
}
