/* Reset & Base */
:root {
  --color-primary: #3e2268;
  --color-primary-light: #09cf1b;
  --color-primary-dark: #3df96d;
  --color-primary-markee: #2dc453;
  --color-primary-hover: #0041a8;
  --color-bg-light: #ffffff;
  --color-bg-card: #f9fbff;
  --color-border: #eaeaea;
  --color-border-light: #eef2f7;
  --color-text: #333;
  --color-btn: #7d21c4;
  --color-txt-btn: #fff;
  --color-text-medium: #555;
  --color-text-light: #666;
  --color-title-h2: #585858;
  --color-white: #fdfdfd;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  --radius: 8px;
}

/*fonts google*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

/*Css Reset*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--color-text);
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}


/*---------------------------------------init-----------------------------------------------------------------------------*/
/* Header */
.img-logo-header {
    max-width: 245px;
    display: block;
}

header {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0px -2px 7px #d1d1d1;
}
.desc-sub{
  font-size: 1.5rem;
  color: var(--color-text-medium);
  text-align: center;
  padding: 15px 0px 36px 0px;
}
.container {
  max-width: 1370px;
  margin: auto;
  padding: 0 20px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}
.nav-linksS:hover {
  color: var( --color-primary);
}

.nav-linksS {
  font-size: 15px;
  color: var(--color-text-medium);
  transition: color 0.3s;
  font-weight: 600;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--color-primary);
}

.nav-links.open {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 70px;
  right: 20px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  padding: 16px;
  box-shadow: var(--shadow);
  z-index: 1001;
}

.btn-primary {
  background: var(--color-primary-light);
  color: var(--color-txt-btn);
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-primary:hover {
  background: var(--color-txt-btn);
}

.btn-second {
  background: var(--color-primary);
  color: var(--color-txt-btn);
  font-weight: 600;
  padding: 12px 54px 12px 54px;
  border-radius: 4px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: var(--color-btn);
}

.btn-second:hover {
  background: var(--color-btn);
}

/* Hero */
.hero {
  background: var(--color-bg-light);
  padding: 96px 0 72px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-position-x: 870px;
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-text {
  flex: 1;
  max-width: 560px;
}

.hero-image {
  flex: 1;
}

.hero-image img {
  width: 100%;
  border-radius: var(--radius);
}

.hero-text h1 {
  font-size: 62px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.hero-text p {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--color-text-medium);
  text-align: left;
}

.hero-form {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.hero-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  font-size: 16px;
}

.cta-button {
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s;
}

.hero-form button:hover {
  background: var(--color-primary-hover);
}

.hero-image {
  flex: 1;
}

.hero-image img {
  width: 100%;
}

/* Features */
.features {
  padding: 96px 0;
  background: var(--color-white);
  scroll-margin-top: 90px;
}

.features h2 {
  text-align: center;
}

.section-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 40px;
  color: var(--color-primary);
}

.section-title-markee {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0px;
  font-size: 3.5em;
  font-weight: 700;
  color: var(--color-primary-markee);
  line-height: 1.3;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}

.feature-card {
  text-align: center;
  background: #fcfaff;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: -1px 3px 11px rgb(0 0 0 / 4%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.feature-card img {
  height: 64px;
  margin: 0 auto 16px;
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--color-primary);
}

.feature-card p {
  font-size: 15px;
  color: var(--color-text-medium);
}

.feature-card img {
  height: 60px;
  margin: 0 auto 20px;
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--color-primary);
}

.feature-card p {
  font-size: 15px;
  color: var(--color-text-light);
}

/* Footer */
footer {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 40px 0;
  font-size: 14px;
}

footer a {
  color: var(--color-white);
  opacity: 0.8;
}

footer a:hover {
  opacity: 1;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
  .h2-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary);
    font-weight: 800;
    text-align: center;
}
    .hero-text h1 {
        font-size: 32px;
        text-align: center;
        font-weight: 800;
    }
  .nav-links {
    display: none;
  }
  .container-medium {
  max-width: 90%;
  margin: 0 auto;
}

  .hero-inner {
    flex-direction: column;
  }

  .hero-text h1 {
    font-size: 32px;
    text-align: center;
  }

  .nav-toggle {
    display: block;
  }

  .features {
    padding: 64px 0;
  }

  .feature-card {
    padding: 20px;
  }
}

@media (max-width: 1366px) {

  
.btn-primary {
    background: var(--color-primary-light);
    color: var(--color-txt-btn);
    font-weight: 600;
    padding: 10px 17px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
 
  .container {
    max-width: 1185px;
    margin: auto;
    padding: 0 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
}
h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 20px;
    color: #7c7c7c;
}
.h2-title {
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-primary);
}

/* Remove sublinhado dos itens da lista de destaques */
.promo-highlights {
  list-style: none;
  padding: 25px 0px 30px 0px;
}

.promo-highlights li span {
  color: #2dc453;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 600;
}
.promo-highlights li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4em;
}
.promo-highlights li,
.promo-highlights li a {
  text-decoration: none;
}

h3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
  color: #7c7c7c;
}

.small {
    margin-top: 14px;
    font-size: 12px;
    margin-left: 35px;
    color: #8b8b8b;
}

.hero2 {
  background-position-x: 650px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-position-x: 650px;
  padding: 60px 0px 150px 0px;
}

/* Catálogo Promo */
.promo-highlights {
  list-style: none;
  padding:15px;
}

.promo-highlights li,
.promo-highlights li a {
  text-decoration: none;
}

/* Pricing / Planos */
.pricing {
  padding: 0px 0px 150px 0px;
  background: #ffffff;
}

.pricing .section-title-markee {
  color: #3e2268;
  text-align: center;
  margin-bottom: 24px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.plan-card {
  background: #fff;
  border: 1px solid rgba(62, 34, 104, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 45px;
}

.plan-card h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 20px;
  color: #3e2268;
}

.plan-price {
    color: #3e2268;
    margin: 8px 0 16px;
    font-size: 2.6em;
    font-weight: 700;
    text-align: center;
}

.plan-price .currency {
  font-weight: 600;
}

.plan-price .period {
  font-size: 14px;
  color: #777;
  margin-left: 4px;
}

.plan-features {
  list-style: none;
  padding-left: 0;
}

.plan-features li {
  margin: 8px 0;
  font-size: 13px;

}

.plan-cta {
  width: 100%;
  margin-top: 8px;
}

.plan-featured {
  border-color: #3e2268;
  box-shadow: 0 12px 32px rgba(62, 34, 104, 0.2);
  position: relative;
}

.plan-featured .badge {
  position: absolute;
  top: -12px;
  left: 16px;
  background: #3e2268;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
}

.plan-features>li>span {
  font-size: 10px;
  line-height: 1.4;
  color: #ffffff;
  padding: 1px 4px 1px 4px;
  border-radius: 27px;
  background: #2dc453;
  margin-right: 10px;
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .plan-featured {
    order: -1;
  }
}

/* FAQ */
.faq {
  padding: 60px 0;
  background: #f9f9fb;
}

.faq .section-title-markee {
  color: #3e2268;
  text-align: center;
  margin-bottom: 24px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(62, 34, 104, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: #3e2268;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-weight: 700;
  color: #3e2268;
}

.faq-item[open] {
  border-color: #3e2268;
  box-shadow: 0 12px 32px rgba(62, 34, 104, 0.18);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item .content {
  padding: 0 20px 16px;
  color: #444;
  line-height: 1.6;
}

.container-medium {
  max-width: 50%;
  margin: 0 auto;
}

/* Depoimentos */
.testimonials {
  padding: 60px 0;
  background: #fff;
}

.testimonials .section-title-markee {
  color: #3e2268;
  text-align: center;
  margin-bottom: 24px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid rgba(62, 34, 104, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.testimonial-quote {
  font-size: 28px;
  color: #3e2268;
  margin-bottom: 8px;
}

.testimonial-text {
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
}

.testimonial-author {
  color: #3e2268;
  font-weight: 600;
}

.testimonial-role {
  color: #777;
  font-size: 14px;
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .faq-list {
    grid-template-columns: 1fr;
  }
}

/* Depoimentos (base) */
.testimonials {
  padding: 60px 0;
  background: #fff;
}

.testimonials .section-title-markee {
  color: #3e2268;
  text-align: center;
  margin-bottom: 24px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid rgba(62, 34, 104, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.testimonial-quote {
  font-size: 28px;
  color: #3e2268;
  margin-bottom: 8px;
}

.testimonial-text {
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
}

.testimonial-author {
  color: #3e2268;
  font-weight: 600;
}

.testimonial-role {
  color: #777;
  font-size: 14px;
}

/* Carrossel de Depoimentos */
.testimonials-slider {
  position: relative;
}

.ts-viewport {
  overflow: hidden;
}

.ts-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.ts-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3e2268;
  color: #fff;
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(62, 34, 104, 0.2);
  z-index: 99;
}

.ts-nav.prev {
  left: -78px;
}

.ts-nav.next {
  right: -78px;
}

.ts-nav:disabled {
  background: #bbb;
  cursor: default;
  box-shadow: none;
}

@media (max-width: 900px) {
  .ts-nav.prev {
    left: -16px;
    width: 34px;
    height: 34px;
  }

  .ts-nav.next {
    right: -16px;
    width: 34px;
    height: 34px;
  }
}

/* Lojas Parceiras */
.stores {
  padding: 60px 0;
  background: #fff;
}

.stores .section-title-markee {
  color: #3e2268;
  text-align: center;
  margin-bottom: 24px;
}

.stores .section-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 32px;
}

.stores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1100px) {
  .btn-primary {
    background: var(--color-primary-light);
    color: var(--color-txt-btn);
    font-weight: 600;
    padding: 10px 17px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
  .stores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .container {
    max-width: 1185px;
    margin: auto;
    padding: 0 20px;
    align-items: center;
    display: flex;
}
}

@media (max-width: 700px) {
  .hero-text p {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--color-text-medium);
  text-align: center;
}
  .stores-grid {
    grid-template-columns: 1fr;
  }
}

.store-card {
  background: #fff;
  border: 1px solid rgba(62, 34, 104, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.store-cover {
  position: relative;
  width: 100%;
  height: 200px;
  background: #f6f3fb;
}

.store-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-body {
  padding: 16px 18px;
}

.store-title {
  color: #3e2268;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.store-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.store-badge {
  background: rgb(231 231 231);
  color: #3f3e3e;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
}

.store-actions {
  margin-top: auto;
  padding: 0 18px 18px;
}

.store-link {
  display: inline-block;
  color: #fff;
  background: #3e2268;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(62, 34, 104, 0.2);
}

.store-link:hover {
  filter: brightness(1.05);
}

/* Filtros de Lojas */
.stores-filters {
  margin-top: 24px;
  margin-bottom: 24px;
}

.stores-filters .filters-card {
  background: #f8f6fc;
  border: 1px solid rgba(62, 34, 104, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 18px;
}

.stores-filters form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: end;
}

@media (max-width: 1100px) {
  .stores-filters form {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .stores-filters form {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  h3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
  color: #7c7c7c;
}
  .h2-title {
  font-size: 2.1em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-primary);
}
    .container {
    max-width: 1185px;
    margin: auto;
   /* align-items: stretch;*/
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
    .containerPlans {
    max-width: 1185px;
    margin: auto;
    align-items: stretch;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
  
  .img-logo-header {
    max-width: 245px;
    display: block
}

.section-title-markee {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5em;
    font-weight: 800;
    color: var(--color-primary-markee);
    line-height: 1.3;
  }
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    flex-direction: row;
    gap: 103px;
    align-content: space-between;
    flex-wrap: nowrap;
}

  .pricing {
    padding: 0px 0px 50px 0px;
}
.btn-second {
    padding: 10px 30px;
  }

  .features {
  padding: 0px 0;
  background: var(--color-white);
  scroll-margin-top: 0px;
}
  .small {
    margin-top: 5px;
    font-size: 12px;
    margin-left: 0px;
    color: #8b8b8b;
}
  .align-props{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .hero-text {
    order: 2;
  }
  .hero-image {
    flex: 1;
    order: 1;}

  .hero {
    background: var(--color-bg-light);
    padding: 0px 0 72px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
  .stores-filters form {
    grid-template-columns: 1fr;
  }
  .hero-text p {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--color-text-medium);
    text-align: center;
  }
}
/*--------------------------------------------------------*/
.stores-select {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid rgba(62, 34, 104, 0.22);
  border-radius: 10px;
  background: #fff;
  color: #3e2268;
}

.stores-select:focus {
  outline: 2px solid rgba(62, 34, 104, 0.35);
  box-shadow: 0 0 0 3px rgba(62, 34, 104, 0.12);
}

.stores-submit {
  width: 100%;
  background: #3e2268;
  color: #fff;
  padding: 12px 14px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(62, 34, 104, 0.2);
}

.stores-submit:hover {
  filter: brightness(1.05);
}

.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;
}

/* Lojas Parceiras */
.stores {
  padding: 60px 0;
  background: #fff;
}

.stores .section-title-markee {
  color: #3e2268;
  text-align: center;
  margin-bottom: 24px;
}

.stores .section-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 32px;
}

.stores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 50px 0px 80px 0px;
}

@media (max-width: 1100px) {
  .stores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .stores-grid {
    grid-template-columns: 1fr;
  }
}

.store-card {
  background: #fff;
  border: 1px solid rgba(62, 34, 104, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.store-cover {
  position: relative;
  width: 100%;
  height: 200px;
  background: #f6f3fb;
}

.store-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-body {
  padding: 16px 18px;
}

.store-title {
  color: #3e2268;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.store-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.store-actions {
  margin-top: auto;
  padding: 0 18px 18px;
}

.store-link {
  display: inline-block;
  color: #fff;
  background: #3e2268;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(62, 34, 104, 0.2);
}

.store-link:hover {
  filter: brightness(1.05);
}

/* Galeria (slider + cards) */
.gallery {
  padding: 60px 0;
  background: #fff;
}

.gallery .section-title-markee {
  color: #3e2268;
  text-align: center;
}

.gallery .section-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 32px;
}

/* Slider */
.gallery-slider {
  --items-per-view: 1;
  position: relative;
  margin-bottom: 24px;
}

.gl-viewport {
  overflow: hidden;
}

.gl-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.gl-item {
  flex: 0 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(62, 34, 104, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.gl-item img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.gl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3e2268;
  color: #fff;
  border: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(62, 34, 104, 0.2);
}


.gl-nav.prev {
    left: -40px;
    z-index: 99;
}

.gl-nav.next {
    right: -40px;
}

.gl-nav:disabled {
  background: #bbb;
  cursor: default;
  box-shadow: none;
}

@media (max-width: 900px) {
  .gl-nav.prev {
    left: 4px;
  }

  .gl-nav.next {
    right: 4px;
  }
}

/* Cards abaixo do slider */
.gallery-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

@media (max-width: 1100px) {
  .gallery-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .gallery-cards-grid {
    grid-template-columns: 1fr;
  }
  .container-medium {
  max-width: 90%;
  margin: 0 auto;
}
}
.plan-desc{
  padding: 0px 0px 35px 0px;
  font-size:15px;
}
.gallery-card {
  background: #fff;
  border: 1px solid rgba(62, 34, 104, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.gallery-card .gc-body {
  padding: 12px 16px;
}

.gallery-card .gc-title {
  color: #3e2268;
  font-weight: 700;
  font-size: 18px;
}
.footer-description {
    color:#fff;
    padding: 6px;
    width: 300px;
}
.testmonialsbox{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumb-sec {
  background: #f6f3fb;
  border-bottom: 1px solid rgba(62, 34, 104, 0.08);
  padding: 16px 0;
}
.breadcrumb {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}
.breadcrumb-item,
.breadcrumb-item-rtl {
  font-size: 14px;
  color: #3e2268;
}
.breadcrumb-item a {
  color: #3e2268;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item-rtl + .breadcrumb-item-rtl::before {
  content: "/";
  color: #9a85c9;
  padding: 0 8px;
}
.breadcrumb .text-muted {
  color: #6b6b6b !important;
}
@media (max-width: 700px) {
  .breadcrumb-sec { padding: 12px 0; }
  .breadcrumb { font-size: 13px; flex-wrap: wrap; row-gap: 6px; }
}

/* Paginação (enumeração de páginas) */
.pagination {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.pagination .page-item {
  list-style: none;
}
.pagination .page-link {
  display: inline-block;
  background: #fff;
  color: #3e2268;
  border: 1px solid rgba(62, 34, 104, 0.22);
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(62, 34, 104, 0.08);
}
.pagination .page-link:hover {
  filter: brightness(1.05);
}
.pagination .active .page-link {
  background: #3e2268;
  color: #fff;
  border-color: #3e2268;
}
.pagination .disabled .page-link {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 700px) {
  .pagination .page-link { padding: 6px 10px; border-radius: 8px; }
}

/* Transição suave na paginação de lojas */
#stores-listing.fade-exit {
  opacity: 0.3;
  transition: opacity 200ms ease;
}

@keyframes storeCardEnter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.store-card.card-enter {
  animation: storeCardEnter 300ms ease both;
}
.store-card.card-enter:nth-child(1) { animation-delay: 0ms; }
.store-card.card-enter:nth-child(2) { animation-delay: 60ms; }
.store-card.card-enter:nth-child(3) { animation-delay: 120ms; }
.store-card.card-enter:nth-child(4) { animation-delay: 180ms; }
.store-card.card-enter:nth-child(5) { animation-delay: 240ms; }
.store-card.card-enter:nth-child(6) { animation-delay: 300ms; }
.store-card.card-enter:nth-child(7) { animation-delay: 360ms; }
.store-card.card-enter:nth-child(8) { animation-delay: 420ms; }
.store-card.card-enter:nth-child(9) { animation-delay: 480ms; }
.store-card.card-enter:nth-child(10) { animation-delay: 540ms; }
.store-card.card-enter:nth-child(11) { animation-delay: 600ms; }
.store-card.card-enter:nth-child(12) { animation-delay: 660ms; }
