body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.container {
  max-width: 1140px;
}
.esconder{
    display: none;
}
header {
  font-weight: 600;
  line-height: 26px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #c20017;
}
/* VIDEO */
.video {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}
.video .container {
  max-width: 1120px;
}
.video h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  color: #fff;
}
.video h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  background-image: unset;
  font-family: "Roboto", sans-serif;
  text-shadow: 0 1px 6px rgba(0,0,0,0.7);
  position: relative;
  z-index: 2;
}
/* REFENCIAS */
.referencias {
  padding-top: 50px;
  padding-bottom: 20px;
}
.referencias h2 {
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  font-size: 38px;
  font-family: "Roboto", sans-serif;
}
/* COMENTÁRIOS */
.comentarios {
  padding-top: 40px;
  padding-bottom: 40px;
}
.comentarios p {
  margin-bottom: 0;
}
.comentarios .container {
  max-width: 1008px;
}
.flexBox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .fb .fb-misc {
    flex-direction: column;
  }

  .co .fb .fb-text {
    width: 90%;
  }
}

.fb {
  width: 100%;
}

.fb .fb-parent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.fb .fb-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-width: 2px;
  overflow: hidden;
}

.fb .fb-thumb-child {
  width: 36px;
  height: 36px;
}

.fb .fb-thumb-img {
  width: 100%;
  height: 100%;
}

.fb .fb-info {
  width: 100%;
}

.fb .fb-text {
  width: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
}

.fb .fb-user {
  color: #385898;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.358;
  text-transform: capitalize;
  word-break: break-word;
}

.fb .fb-comm {
  color: #1c1e21;
  line-height: 19.12px;
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
}

.fb .fb-misc {
  display: flex;
  justify-content: space-between;
}

.fb .fb-misc-left {
  display: flex;
  line-height: 16px;
  gap: 4px;
}

.fb .fb-misc-txt,
.fb .fb-time {
  font-weight: 400;
  font-size: 12px;
  font-family: "Helvetica", "Arial", sans-serif;
  cursor: pointer;
  color: #4267b2;
}

.fb .fb-time {
  color: #90949c;
}

.fb .fb-misc-txt p {
  color: #4267b2;
}

.fb .fb-dot {
  font-weight: 400;
  font-size: 12px;
}

.fb .fb-misc-txt:hover {
  text-decoration-line: underline;
}

.fb .fb-likes {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1c1e21;
}

.fb .fb-likes .fb-like-img {
  width: 14px;
  height: 14px;
  display: block;
  margin-top: -2px;
}

.fb .fb-likes .fb-heart-img {
  width: 20px;
  margin-left: 4px;
  margin-right: 2px;
}

.fb .fb-likes span {
  font-size: 12px;
  font-weight: 400;
}

.fb .fb-children {
  margin-left: 48px;
  border-left: 1px dotted #d3d6db;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fb .fb-child {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.co {
  border-radius: 12px;
  padding: 8px;
}

.co .fb-img img {
  width: 100%;
  height: 100%;
}

.co .fb-img {
  max-width: 300px;
}

.co-f {
  border-top: 1px solid #e9ebee;
  padding-bottom: 8px;
  padding-top: 8px;
}

.co-f .co-fc {
  display: flex;
  align-items: center;
  gap: 5px;
}

.co-f .co-fc .co-fb {
  width: 14px;
  height: 14px;
}

.co-f .co-fc .co-ft {
  color: #385898;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.co-h {
  border-bottom: 1px solid #e9ebee;
  padding-bottom: 20px;
}

.co-h .co-hc {
  display: flex;
  align-items: center;
  gap: 5px;
}

.co-h .co-hc .co-ht {
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.publicacao {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
  color: #000;
}
footer {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: #000;
  padding-top: 10px;
  padding-bottom: 20px;
}
footer p,
footer a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
/* KITS */
.kits {
  background: #000;
  padding-top: 20px;
  padding-bottom: 40px;
}
.kits .container {
  max-width: 1600px;
}
.box {
  border-bottom-left-radius: 20px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-right-width: 1px;
  border-style: solid;
  border-left-width: 1px;
  box-shadow: 14px 12px 20px -12px rgba(0, 0, 0, 0.23);
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.products h2 {
  background-image: unset;
  font-size: 36px;
  color: #038a49;
  line-height: 42px;
  text-align: center;
  font-weight: 800;
}
.products {
  position: relative;
  overflow: hidden;
}
.products .item {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px;
  color: var(--text-color);
  background-color: white;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.products .item:hover {
  scale: 1.025;
}
.products .item .wrapper {
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .products .item .wrapper {
    display: grid;
    grid-template-areas: "header header" "title info" "img info" "img totals" "footer footer";
    grid-template-columns: 1fr 1fr;
    align-items: center;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    padding: 0.5em 0;
  }
}
.products .item .item-header {
  grid-area: title;
  padding: 0.25em 0.5em;
  background-color: var(--primary-color-light);
  font-weight: 800;
  color: var(--light-1);
  font-style: italic;
}
@media (max-width: 767px) {
  .products .item .item-header {
    background-color: transparent;
    font-size: 0.9em;
    padding: 0;
    color: var(--secondary-color);
  }
}
.products .item .item-img {
  grid-area: img;
}
.products .item .item-img .supply {
  padding: 1em 0.5em;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .products .item .item-img .supply {
    font-size: 0.8em;
    padding: 0;
  }
}
.products .item .item-img .supply b {
  display: block;
  font-size: 1.75em;
}
@media (max-width: 767px) {
  .products .item .item-img .supply b {
    font-size: 1.25em;
  }
}
.products .item .item-img img {
  max-height: 200px;
}
.products .item .item-info {
  grid-area: info;
}
.products .item .item-info .price {
  display: flex;
  text-align: start;
  gap: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  line-height: 1;
}
.products .item .item-info .price b {
  font-size: 4em;
  text-align: center;
}
@media (max-width: 767px) {
  .products .item .item-info .price b {
    font-size: 2.8em;
    letter-spacing: -0.06em;
  }
}
.products .item .item-info .price sup {
  font-size: 0.45em;
  top: -0.5em;
}
.products .item .item-info .price span {
  font-weight: 800;
}
@media (max-width: 767px) {
  .products .item .item-info .price span {
    font-size: 0.65em;
  }
}
.products .item .item-info .savings {
  font-size: 0.7em;
  font-weight: 800;
}
@media (max-width: 767px) {
  .products .item .item-info .savings {
    font-size: 0.65em;
  }
}
.products .item .item-info .savings > div {
  padding: 0.5em;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4196078431);
}
.products .item .item-info .savings > div:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.4196078431);
  color: var(--secondary-color);
}
.products .item .item-info .savings > div:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .products .item .item-info .savings > div {
    padding: 0.5em 0;
  }
}
.products .item .item-info .savings span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  line-height: 1;
}
@media (max-width: 767px) {
  .products .item .item-info .savings span {
    letter-spacing: -0.4px;
  }
}
.products .item .item-info .savings span::before {
  content: "\f270";
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .products .item .item-info .savings span::before {
    font-size: 1em;
  }
}
.products .item .item-buy {
  grid-area: footer;
}
.products .item .item-buy .button {
  padding: 0.65em;
  margin: 0.5em 0.25em;
  font-style: italic;
}
@media (max-width: 767px) {
  .products .item .item-buy .button {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15em;
    font-style: italic;
  }
}
.products .item .item-buy .button span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  color: var(--light-1);
}
.products .item .item-buy .button span::before {
  content: "\f23e";
  font-family: "bootstrap-icons";
  font-weight: normal;
  margin-top: -0.1em;
}
.products .item .item-buy .card-flags {
  max-width: 220px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .products .item .item-buy .card-flags {
    display: none;
  }
}
.products .item .item-totals {
  grid-area: totals;
  font-size: 0.9em;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  .products .item .item-totals {
    font-size: 0.8em;
  }
}
.products .item .item-totals .totals s {
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}
.products .item .item-totals .totals span {
  color: var(--contrast-color);
}
.products .item .item-totals .shipping {
  font-weight: 800;
}
.products .item .item-totals .shipping span {
  color: #dc3545;
}

.products .item.promo {
  color: white;
  background-color: white;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.6392156863);
  border: 4px solid white;
  filter: drop-shadow(0 0 2.5px var(--secondary-color));
  box-shadow: 0 0 10px var(--secondary-color-dark);
}

.products .item.promo .wrapper {
  background-image: radial-gradient(var(--secondary-color), black);
}
@media (max-width: 767px) {
  .products .item.promo .wrapper {
    grid-template-areas: "header header" "img info" "img totals" "footer footer";
  }
}
.products .item.promo .item-header {
  grid-area: header;
  background-color: white;
  color: var(--secondary-color);
  text-shadow: none;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .products .item.promo .item-header {
    margin: -0.55em 0 0.5em;
    padding: 0.25em;
  }
}
.products .item.promo .item-img img {
  max-height: 240px;
}
.products .item.promo .item-info .savings > div {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4196078431);
}
.products .item.promo .item-info .savings > div:first-child {
  color: #fccd15;
  border-top: 1px dashed rgba(255, 255, 255, 0.4196078431);
}
.products .item.promo .item-info .savings > div:nth-child(2) {
  display: block;
}
.products .item.promo .item-buy .button {
  color: var(--text-color) !important;
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  text-shadow: none;
  font-style: italic;
}
.products .item.promo .item-buy .button:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}
.products .item.promo .item-totals .shipping {
  color: #fccd15;
}
.products .item.promo .item-totals .shipping span {
  color: #fccd15;
}
/* Button */
.button {
  background-color: var(--primary-color);
  color: var(--text-color) !important;
  border: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  border-radius: 0.5em;
  line-height: 1;
  padding: 0.5em 1.5em;
  text-decoration: none;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
  transition: 0.3s ease-in;
  font-style: italic;
  text-shadow: none !important;
  font-weight: bold;
}

.button:hover {
  transition: 0.3s ease-in;
  background-color: var(--primary-color);
  box-shadow: 0 4px rgba(0, 0, 0, 0.05) inset;
}
.button.alt {
  background-image: linear-gradient(
    to top,
    var(--primary-color) 50%,
    var(--primary-color-light) 51%
  );
  color: white;
  border: 2px solid var(--primary-color) !important;
}
.button.alt:hover {
  background-image: linear-gradient(
    to bottom,
    var(--primary-color) 50%,
    var(--primary-color-light) 51%
  );
}
.button.promo {
  color: var(--text-color) !important;
  background-image: linear-gradient(
    to top,
    #fccd15 50%,
    #ffd814 51%
  ) !important;
}
.button.promo:hover {
  background-image: linear-gradient(
    to bottom,
    #fccd15 50%,
    #ffd814 51%
  ) !important;
}
:root {
  --primary-color: #d4cfcf;
  --secondary-color: rgb(0, 17, 255);
  --third-color: #ce7070;
  --fourth-color: #a77777;
  --primary-color-light: #dcdcdc;
  --primary-color-dark: #5e5e60;
  --secondary-color-light: #f15d5e;
  --secondary-color-dark: #162b6d;
  --contrast-color: #3447f3;
  --text-color: black;
  --light-color: #eaf0e3;
}

* {
  transition: 0.2s;
}
.products .container {
  max-width: 1320px;
}
.expire {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
/* GARANTIA */
.garantia {
  padding-top: 60px;
  padding-bottom: 60px;
}
.garantia h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
.orders-left{
        font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
}
:root {
  --accordion-bg: #f7f8fa;
  --accordion-radius: 10px;
  --accordion-gap: 1rem;
}

/* SVG reutilizável */
.accordion-icon::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
}

.accordion-item.active .accordion-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--accordion-gap);
}

.accordion-item {
  background: var(--accordion-bg);
  border-radius: var(--accordion-radius);
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 20px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

@media (max-width: 480px) {
  .accordion-header {
    font-size: 16px;
  }
}

.accordion-content {
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}

.accordion-item.active .accordion-content {
  display: block;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  header {
    line-height: 20px;
    font-size: 14px;
  }
  .video h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .video p {
    font-size: 15px;
    line-height: 20px;
  }
  .referencias {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .referencias h2 {
    line-height: 32px;
    text-align: center;
    font-size: 26px;
  }
  footer p,
  footer a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .kits {
    padding-top: 10px;
  }
  .box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kits h2 {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 800;
  }
  .expire {
    font-weight: 600;
    font-size: 18px;
  }
  .garantia {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .garantia h2 {
    line-height: 30px;
    font-size: 24px;
  }
  .orders-left{
    font-size: 18px;
        line-height: 30px;
  }
}

/* === CTA Button — Redesign complet === */
.btn-cta-pulse {
  display: flex !important;
  margin: 0 auto !important;
  width: fit-content !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(160deg, #ffb347 0%, #fa8602 45%, #d96e00 100%) !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  padding: 22px 52px !important;
  border-radius: 60px !important;
  text-decoration: none !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif !important;
  border: 3px solid rgba(255, 210, 120, 0.55) !important;
  animation: ctaPulse 1.8s ease-in-out infinite;
  transition: transform 0.25s ease, filter 0.25s ease !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.25) !important;
  cursor: pointer !important;
  max-width: 480px !important;
  box-sizing: border-box !important;
}
@media (max-width: 576px) {
  .btn-cta-pulse {
    font-size: 0.92rem !important;
    padding: 15px 24px !important;
    letter-spacing: 1px !important;
    max-width: 100% !important;
    width: calc(100% - 16px) !important;
    border-radius: 14px !important;
    display: flex !important;
    margin: 0 auto !important;
  }
}
.btn-cta-pulse:hover {
  transform: scale(1.045) !important;
  filter: brightness(1.08) !important;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-cta-pulse .btn-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.38), transparent);
  animation: shimmerSweep 2.6s ease-in-out infinite;
  pointer-events: none;
}
.btn-cta-pulse .bi {
  font-size: 1.1em;
  flex-shrink: 0;
}
@keyframes ctaPulse {
  0%   { box-shadow: 0 0 0 0 rgba(250,134,2,0.85), 0 8px 32px rgba(250,134,2,0.45); }
  55%  { box-shadow: 0 0 0 26px rgba(250,134,2,0), 0 8px 48px rgba(250,134,2,0.75); }
  100% { box-shadow: 0 0 0 0 rgba(250,134,2,0),   0 8px 32px rgba(250,134,2,0.45); }
}
@keyframes shimmerSweep {
  0%       { left: -100%; }
  55%, 100% { left: 200%; }
}

/* === Security Line === */
.security-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 14px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #aaa;
  letter-spacing: 0.2px;
}
.security-line .sec-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #999;
}
.security-line .bi-lock-fill {
  color: #4caf50;
  font-size: 13px;
}
.security-line .sep {
  color: #666;
  opacity: 0.4;
}

/* === Enhanced Comments Section === */
.comentarios {
  background: #e9ebee;
}
.comentarios-outer {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0,0,0,0.13), 0 1px 4px rgba(0,0,0,0.08);
}
.comentarios-fb-header {
  background: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e9ebee;
}
.comentarios-fb-header .fblogo-header {
  height: 22px;
  width: auto;
}
.fb-page-name {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1c1e21;
  line-height: 1.2;
}
.fb-page-sub {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #65676b;
  line-height: 1.2;
  margin-top: 1px;
}
.fb-header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.fb-dots-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  color: #65676b;
  font-size: 15px;
}

/* === Exit Popup === */
#exit-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
#exit-popup.active {
  display: flex;
}
.exit-popup-inner {
  background: #fff;
  border-radius: 14px;
  max-width: 460px;
  width: 92%;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
  animation: popupEntrance 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes popupEntrance {
  from { transform: scale(0.78); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}
.exit-popup-alert {
  color: #fff;
  text-align: center;
  padding: 13px 20px;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  animation: alertBlink 0.75s step-start infinite;
}
@keyframes alertBlink {
  0%, 100% { background: #c20017; }
  50%       { background: #ff1a2e; }
}
.exit-popup-img {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.exit-popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exit-popup-img-placeholder {
  text-align: center;
  color: #bbb;
}
.exit-popup-img-placeholder .bi {
  font-size: 52px;
  display: block;
  margin-bottom: 8px;
}
.exit-popup-img-placeholder span {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.exit-popup-body {
  padding: 24px 28px 28px;
  text-align: center;
}
.exit-popup-title {
  font-size: 20px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #111;
  line-height: 1.3;
  margin-bottom: 10px;
}
.exit-popup-desc {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #666;
  margin-bottom: 22px;
  line-height: 1.65;
}
.exit-popup-btn-main {
  display: block;
  width: 100%;
  background: #fa8602;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  animation: ctaPulse 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 1;
}
.exit-popup-btn-exit {
  background: none;
  border: none;
  color: #bbb;
  font-size: 12px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  display: block;
  margin: 0 auto;
}
.exit-popup-btn-exit:hover { color: #888; }

/* === Toast Notifications === */
#toast-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99998;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  max-width: 300px;
}
.toast-notif {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.14);
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 4px solid #fa8602;
  transform: translateX(-130%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.34,1.4,0.64,1), opacity 0.35s ease;
  pointer-events: none;
}
.toast-notif.show {
  transform: translateX(0);
  opacity: 1;
}
.toast-notif.hide {
  transform: translateX(-130%);
  opacity: 0;
  transition: transform 0.4s ease-in, opacity 0.35s ease;
}
.toast-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #fa8602;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.toast-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.toast-text { font-family: "Roboto", sans-serif; line-height: 1.4; }
.toast-label { font-size: 10px; color: #aaa; font-weight: 400; margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.toast-msg   { font-size: 13px; color: #1c1e21; font-weight: 700; }
.toast-sub   { font-size: 11px; color: #65676b; margin-top: 2px; }

@media (max-width: 480px) {
  #toast-container { max-width: 256px; left: 10px; bottom: 10px; }
  .exit-popup-body { padding: 18px 18px 22px; }
  .exit-popup-title { font-size: 17px; }
}


/* ── PRE-CTA EXIT POPUP (exit-popup-video) ── */
#exit-popup-video {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
#exit-popup-video.active { display: flex; }

.epv-inner {
  background: linear-gradient(160deg, #0f1c2e 0%, #162035 100%);
  border: 2px solid rgba(100,180,255,0.25);
  border-radius: 18px;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  animation: epvSlideIn 0.35s cubic-bezier(.25,.8,.25,1);
}
@keyframes epvSlideIn {
  from { opacity:0; transform: translateY(-30px) scale(0.95); }
  to   { opacity:1; transform: translateY(0)     scale(1);    }
}

.epv-alert {
  background: linear-gradient(90deg, #1a3a6e 0%, #0d2a55 100%);
  color: #7ec8ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 12px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(100,180,255,0.2);
}

.epv-title {
  color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin-bottom: 14px !important;
}

.epv-desc {
  color: #b8cde8 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}
.epv-desc strong { color: #7ec8ff; }

.epv-btn-continue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 340px;
  margin: 0 auto 14px;
  padding: 16px 28px;
  background: linear-gradient(160deg, #2ecc71 0%, #1a9e55 100%);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(46,204,113,0.4);
  transition: transform 0.15s, box-shadow 0.15s;
  animation: epvPulse 2s ease-in-out infinite;
}
.epv-btn-continue:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 28px rgba(46,204,113,0.55);
}
@keyframes epvPulse {
  0%,100% { box-shadow: 0 4px 20px rgba(46,204,113,0.4); }
  50%      { box-shadow: 0 4px 32px rgba(46,204,113,0.7); }
}

@media (max-width: 480px) {
  .epv-title { font-size: 18px !important; }
  .epv-desc  { font-size: 14px !important; }
  .epv-btn-continue { font-size: 0.95rem; padding: 14px 20px; }
}
