* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --primary: 262 83% 58%;
    --primary-foreground: 210 40% 98%;
    --secondary: 220 14% 96%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 220 14% 96%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 262 83% 58%;
    --accent-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --radius: 0.5rem;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero-section {
    min-height: 100vh;
    background: linear-gradient(135deg, hsl(262deg 100% 11.1%), hsl(292deg 55.3% 57.49%));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
}

.hero-content {
    max-width: 1200px;
    color: white;
}

.hero-content .badge {
    margin-bottom: 1.5rem;
}

.logo {
    width: 15rem;
    height: auto;
    margin: 0 auto 2rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: hsl(262 83% 58%);
    font-size: 2rem;
}

.logo img {
    width: 100%;
    /*border-radius: 10px;*/
}

.hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.launch-box {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(10px);
}

.launch-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.launch-date {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fde047;
    margin-bottom: 0.5rem;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.btn-whatsapp {
    background: #22c55e;
    color: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-whatsapp:hover {
    background: #16a34a;
    transform: scale(1.05);
}

.btn-xl {
    padding: 1rem 3rem;
    font-size: 1.125rem;
    border-radius: 0.75rem;
}

.btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1rem;
}

/* MODAL DE IDADE */
.age-modal {
  display: none; /* will be toggled by JS */
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  z-index: 9999;
  background: rgba(0,0,0,0.85); /* strong overlay */
  align-items: center;
  justify-content: center;
  padding: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* box */
.age-modal .age-modal__box {
  width: 100%;
  max-width: 520px;
  background: #1f2340; /* deep navy */
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6), 0 6px 12px rgba(0,0,0,0.3);
  text-align: center;
}

/* left visual column */
.age-modal .age-modal__visual {
  background: linear-gradient(180deg,#25284a 0%, #1b1e3a 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 1rem;
}

/* big 18+ */
.age-modal .age-modal__big {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 5.2rem;
  line-height: 1;
  color: #ff2d95; /* bright pink */
  display: inline-block;
  transform: translateY(-6px);
}

/* right content column */
.age-modal .age-modal__content {
  padding: 0 22px 28px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* title & text */
.age-modal .age-modal__title {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}

.age-modal .age-modal__text {
  margin: 0;
  color: #d1d6e0;
  font-size: 18px;
  line-height: 1.4;
}

/* actions: two buttons side-by-side */
.age-modal .age-modal__actions {
  margin: 28px 0 0 0;
}

/* base button styles to reuse */
.age-modal .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 11px 14px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
}

/* confirm (filled) */
.age-modal .btn--confirm {
  background: linear-gradient(180deg,#28d97b,#1db25f);
  color: #07220b;
  box-shadow: 0 6px 18px rgba(45,200,120,0.18), inset 0 -2px 0 rgba(0,0,0,0.08);
}

/* exit (outline) */
.age-modal .btn--exit {
  background: transparent;
  color: #e6e9f2;
  border: 2px solid rgba(255,255,255,0.12);
  box-shadow: none;
}

/* hover/focus states */
.age-modal .btn--confirm:hover,
.age-modal .btn--confirm:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(45,200,120,0.22);
  outline: none;
}

.age-modal .btn--exit:hover,
.age-modal .btn--exit:focus {
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-1px);
  outline: none;
}

.section {
    padding: 5rem 1rem;
}

.section-title {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-subtitle {
    font-size: 1.25rem;
    text-align: center;
    color: hsl(var(--muted-foreground));
    margin-bottom: 4rem;
    /*max-width: 600px;*/
    margin-left: auto;
    margin-right: auto;
}

.grid {
    display: grid;
    gap: 2rem;
}

.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.card {
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-header {
    margin-bottom: 1rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-content {
    color: hsl(var(--muted-foreground));
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

.icon-lg {
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    background: #7c3bed33;
    color: hsl(var(--primary));
    border-radius: var(--radius);
    margin-bottom: 1rem;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background: #7c3bed;
    color: #FFF;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    /*margin-bottom: 1.5rem;*/
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.stars {
    color: #fbbf24;
    /*margin-bottom: 1rem;*/
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid hsl(var(--border));
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    margin: 0 0 0.5em 0;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.accordion-trigger {
    width: 100%;
    padding: 1rem 0;
    text-align: left;
    background: none;
    border: none;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content.open {
    max-height: 200px;
    padding-bottom: 1rem;
}

.chevron {
    transition: transform 0.3s ease;
}

.chevron.rotate {
    transform: rotate(180deg);
}

.fixed-whatsapp {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    width: 100%;
    max-width: 20rem;
    padding: 0 1rem;
}

.fixed-whatsapp-content {
    background: linear-gradient(135deg, hsl(262 83% 58%), hsl(292 84% 61%));
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
}

.close-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font-size: 1.2rem;
}

.close-btn:hover {
    color: white;
}

.fixed-whatsapp-title {
    color: white;
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.fixed-whatsapp-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 1rem;
}

.hidden {
    display: none;
}

.bg-muted {
    background: hsl(var(--muted));
}

.text-center {
    text-align: center;
}

.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }

.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }

.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ====== GALLERY (contextual selectors) ====== */

.gallery-trigger {
  display: block;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* modal base */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* overlay */
.gallery-modal .gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(2px);
}

/* box */
.gallery-modal .gallery-modal__box {
  position: relative;
  width: 100%;
  max-width: 980px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 3;
  background: #0f1720;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

/* close button */
.gallery-modal .gallery-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 5;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 6px 10px;
  line-height: 1;
}

/* slider wrapper */
.gallery-modal .gallery-modal__slider-wrap {
  position: relative;
  overflow: hidden;
  background: #000;
}

/* slider */
.gallery-modal .gallery-slider {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

/* each slide */
.gallery-modal .gallery-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 24px; /* for spacing on large screens */
  box-sizing: border-box;
}

.gallery-modal .gallery-slide img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}

/* nav arrows */
.gallery-modal .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}

.gallery-modal .gallery-prev { left: 12px; }
.gallery-modal .gallery-next { right: 12px; }

.gallery-modal .gallery-nav:hover {
  background: rgba(255,255,255,0.12);
}

/* indicators */
.gallery-modal .gallery-modal__indicators {
  display:flex;
  gap:8px;
  justify-content:center;
  padding:12px 18px;
  background: rgba(15,23,32,0.86);
}

.gallery-modal .gallery-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  border: none;
  background: rgba(255,255,255,0.25);
  cursor:pointer;
  padding:0;
}

.gallery-modal .gallery-dot.active {
  background: #ff2d95;
  box-shadow: 0 4px 12px rgba(255,45,149,0.18);
}

/* responsive tweaks */
@media (max-width: 720px) {
  .gallery-modal .gallery-slide { padding: 12px; }
  .gallery-modal .gallery-slide img { max-height: 60vh; }
  .gallery-modal .gallery-modal__box { max-width: 92vw; }
  .gallery-modal .gallery-nav { width: 40px; height: 40px; font-size: 22px; }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .launch-title {
        font-size: 2rem;
    }

    .launch-date {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.875rem;
    }

    .btn-xl {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }

    .fixed-whatsapp {
        max-width: 18rem;
    }

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }
    .image-section {
        padding: 0 !important;
    }
    .image-section img {
        width: 100%;
        height: 100%; 
        max-width: none;
    }
    .testimonial-grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .launch-title {
        font-size: 1.65rem;
    }

    .card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .btn {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

    .btn-xl {
        padding: 0.75rem 1.25rem;
        font-size: 0.875rem;
    }
      .age-modal .age-modal__box {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .result-image {
    height: 400px !important;
}

  .age-modal .age-modal__visual {
    padding: 0.8rem 0.6rem;
  }

  .age-modal .age-modal__big {
    font-size: 4.2rem;
  }

  .age-modal .btn {
    min-width: 120px;
    padding: 10px 12px;
    margin: 0 0 16px 0;
  }
}

/* Custom classes for extracted inline styles */
.hero-academy-title {
    font-size: 1.5rem;
    margin-bottom: 0rem;
}

.hero-academy-subtitle {
    margin-bottom: 2rem;
    opacity: 0.8;
}

.launch-description {
    font-size: 1.125rem;
}

.hero-title-accent {
    opacity: 0.9;
}

.hero-cta-container {
    margin-bottom: 2rem;
}

.social-proof-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: rgba(255,255,255,0.7);
}

.feature-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    color: rgba(255,255,255,0.7);
    font-size: 0.875rem;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.star-icon {
    color: #fbbf24;
}

.quote-mark {
    font-size: 2rem;
    color: #7c3bed33;
    /*margin-bottom: 1rem;*/
}

.testimonial-text {
    margin-bottom: 1rem;
    color: #64748b;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.avatar {
    width: 3rem;
    height: 3rem;
    background: #7c3bed33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7c3bed;
}

.author-name {
    font-weight: 600;
}

.author-role {
    color: hsl(var(--muted-foreground));
    font-size: 0.875rem;
}

.video-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.ebook-card {
    max-width: 600px;
    margin: 0 auto;
}

.ebook-card-inner {
    text-align: center;
    background: linear-gradient(135deg, hsla(262, 83%, 58%, 0.1), hsla(292, 84%, 61%, 0.1));
}

.ebook-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.ebook-title {
    font-size: 1.875rem;
}

.ebook-description {
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.ebook-features {
    text-align: left;
    margin-bottom: 2rem;
}

.feature-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.checkmark {
    color: #22c55e;
    margin-right: 0.5rem;
}

.ebook-disclaimer {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}

.target-text {
    margin-bottom: 1rem;
}

.target-features {
    text-align: left;
}

.small-feature {
    font-size: 0.875rem;
}

.earnings-grid {
    align-items: center;
}

.market-stat-large {
    font-size: 2rem;
    font-weight: bold;
    color: hsl(var(--primary));
}

.market-stat-medium {
    font-size: 1.5rem;
    font-weight: bold;
    color: hsl(var(--primary));
}

.market-stat-label {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}

.market-source {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}

.earnings-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.market-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.earnings-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.curriculum-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.news-wrapper {
    margin: 0 auto;
}

.news-wrapper .container {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    padding: 1.5rem;
}

.news-wrapper .section-title {
    text-align: left;
}

.news-wrapper .module-header {
    display: block;
}

.news-wrapper .card {
    background: #7c3bed0d;
}

.news-wrapper h2 {
    margin-bottom: 1em;
}

.news-wrapper span,a{
    color:#7c3bed;
    text-decoration: none;
}
.news-wrapper span,a:hover{
    text-decoration: underline;
}
.news-wrapper svg{
    width: 1em;
    height: 1em;
    color:#7c3bed;
}

.module-card {
    border-left: 4px solid hsl(var(--primary));
    margin-bottom: 1.5rem;
}

.module-card-last {
    border-left: 4px solid hsl(var(--primary));
    margin-bottom: 2rem;
}

.module-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.module-grid {
    gap: 0.5rem;
}

.module-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-section {
    background: linear-gradient(135deg, hsl(262 83% 58%), hsl(292 84% 61%));
    color: white;
}

.cta-title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.cta-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.cta-button {
    margin-bottom: 1.5rem;
}

.cta-disclaimer {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
}

.footer {
    background: #111;
    color: #eee;
    padding: 40px 20px;
    font-size: 14px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-bottom: 20px;
}
.footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}
.footer-column p {
    line-height: 1.6;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column ul li {
    margin: 6px 0;
}
.footer-column ul li a {
    color: #eee;
    text-decoration: none;
}
.footer-column ul li a:hover {
    text-decoration: underline;
}
.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
}
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}
.social-icons a {
    color: #eee;
    transition: color 0.3s;
}
.social-icons a:hover {
    color: #ff3366; /* destaque ao passar o mouse */
}

.full-width-btn {
    width: 100%;
    font-weight: bold;
}


#bonus-section .card {
    padding: 0;
}



/* Carousel */
.carousel-container {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    background: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    position: relative; /* importante para o overlay se posicionar dentro */
}

.result-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.125rem;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
}

.result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.result-content {
    position: absolute;
    bottom: 0; /* gruda na parte de baixo da imagem */
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8); /* preto com 80% de opacidade */
    color: #fff;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.result-earnings {
    font-size: 1.5rem;
    font-weight: bold;
    color: #22c55e; /* mantém o verde */
    margin-bottom: 0;
}

.result-description {
    color: #e2e8f0; /* cinza claro para contraste */
    margin-bottom: 1rem;
}


.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-nav:hover {
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.carousel-nav:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.carousel-prev {
    left: 1rem;
}

.carousel-next {
    right: 1rem;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.carousel-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: hsl(262, 83%, 58%);
}




.image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}

.image-section img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1150px; /* desktop */
}