:root {
  --bg: #eff4fb;
  --section: #ffffff;
  --text: #102a43;
  --muted: #475569;
  --primary: #1A3A5C;
  --highlight: #F6AD55;
  --success: #2D9B6F;
  --danger: #EB5757;
  --border: #dbe7f0;
  --shadow: 0 22px 60px rgba(26, 51, 92, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  color: var(--text);
}

button,
select {
  font: inherit;
}

button {
  transition: transform 0.18s ease, opacity 0.18s ease;
}

button:hover {
  transform: translateY(-1px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--primary);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 24px;
}

.header-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.header-subtitle {
  margin: 6px 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 24px 32px;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: var(--primary);
  color: #ffffff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: var(--shadow);
}

.hero-copy {
  max-width: 640px;
}

.hero-tag,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(246, 173, 85, 0.18);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.02;
}

.hero p,
.hero-card p,
.quiz-panel p,
.benefit-card p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

.hero-button,
.hero-action,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  border: none;
  border-radius: 999px;
  background: var(--highlight);
  color: var(--primary);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 30px rgba(246, 173, 85, 0.24);
}

.hero-button,
.hero-action {
  color: var(--primary);
}

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  padding: 28px;
  width: 100%;
}

.hero-card strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.guide-banner {
  margin-top: 32px;
  border: 1px solid rgba(246, 173, 85, 0.35);
  border-radius: 32px;
  background: var(--primary);
  color: #ffffff;
  padding: 36px;
  box-shadow: 0 30px 80px rgba(26, 51, 92, 0.12);
}

.guide-banner-content {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.guide-banner-copy h2 {
  margin: 20px 0 18px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
  color: #ffffff;
}

.guide-subtitle {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
}

.guide-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 12px;
  color: #f7f7f7;
}

.guide-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 8px;
}

.guide-label {
  background: rgba(246, 173, 85, 0.18);
  color: #F6AD55;
}

.guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  border-radius: 999px;
  background: var(--highlight);
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(246, 173, 85, 0.22);
}

.guide-button:hover {
  opacity: 0.95;
}

.guide-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.guide-banner-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guide-book-icon {
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1.1;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.08) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14), 0 18px 40px rgba(0,0,0,0.16);
}

.guide-book-icon::before,
.guide-book-icon::after {
  content: '';
  position: absolute;
  border-radius: 18px;
}

.guide-book-icon::before {
  width: 72%;
  height: 84%;
  background: linear-gradient(135deg, rgba(246,173,85,0.98) 0%, rgba(247,200,123,0.96) 35%, rgba(225,151,58,0.94) 100%);
  left: 10%;
  top: 8%;
  box-shadow: 0 22px 32px rgba(0,0,0,0.18);
}

.guide-book-icon::after {
  width: 16%;
  height: 86%;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.82) 50%, rgba(255,255,255,0.68) 100%);
  right: 8%;
  top: 7%;
  transform: skewY(-10deg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.book-cover {
  position: absolute;
  width: 66%;
  height: 78%;
  background: linear-gradient(135deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 100%);
  left: 14%;
  top: 12%;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24), 0 6px 20px rgba(0,0,0,0.06);
}

.book-cover::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 16%;
  background: rgba(255,255,255,0.22);
  top: 16%;
  left: 5%;
  border-radius: 12px;
}

.book-cover::after {
  content: '';
  position: absolute;
  width: 42%;
  height: 10%;
  background: rgba(255,255,255,0.18);
  bottom: 18%;
  left: 6%;
  border-radius: 8px;
}

.book-pages {
  position: absolute;
  width: 50%;
  height: 78%;
  background: linear-gradient(to right, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.62) 100%);
  left: 26%;
  top: 14%;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}

.book-pages::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 3%, transparent 3%),
                    linear-gradient(to bottom, rgba(255,255,255,0.85) 6%, transparent 6%);
  background-size: 100% 12px;
}

.book-pages::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 92%;
  right: -8px;
  top: 4%;
  background: linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.22) 100%);
  border-radius: 8px 0 0 8px;
}

.book-tag {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(26, 58, 92, 0.96);
  color: #F6AD55;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
}

.benefits {
  margin-top: 36px;
  padding: 34px 0 8px;
}

.benefits h2 {
  margin: 0 0 24px;
  font-size: 2rem;
  color: var(--primary);
}

.benefit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
  background: var(--section);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 20px 50px rgba(26, 51, 92, 0.06);
  color: var(--text);
}

.benefit-card h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.quiz-panel {
  margin-top: 32px;
  border-radius: 28px;
  background: var(--section);
  padding: 32px;
  box-shadow: var(--shadow);
}

.quiz-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 28px;
}

.quiz-panel-header h2 {
  margin: 10px 0 8px;
  font-size: 2rem;
}

.quiz-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  align-items: end;
}

.control-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--text);
}

select,
button {
  width: 100%;
  padding: 16px 18px;
  font-size: 1rem;
  border-radius: 18px;
  border: 1px solid var(--border);
}

select {
  background: #fff;
  color: var(--text);
}

.secondary-button {
  background: #fff;
  border-color: var(--border);
  color: var(--primary);
}

.secondary-button:hover,
.primary-button:hover,
.hero-button:hover,
.hero-action:hover {
  opacity: 0.95;
}

.quiz-status {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 28px 0 16px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid rgba(26, 51, 92, 0.08);
}

.status-item {
  font-weight: 700;
}

.question-card {
  border: 1px solid rgba(26, 51, 92, 0.08);
  border-radius: 28px;
  padding: 28px;
  background: #ffffff;
}

.progress-bar {
  width: 100%;
  height: 12px;
  background: #eef4fb;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 22px;
}

.progress-fill {
  width: 0%;
  height: 100%;
  background: var(--highlight);
  border-radius: 999px;
  transition: width 0.3s ease;
}

.question-text {
  font-size: 1.15rem;
  margin-bottom: 22px;
  line-height: 1.75;
}

.options-list {
  display: grid;
  gap: 16px;
}

.option-button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #f7fbff;
  color: var(--text);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.option-button:hover {
  transform: translateY(-1px);
}

.option-button.selected {
  background: rgba(246, 173, 85, 0.14);
  border-color: rgba(246, 173, 85, 0.5);
}

.option-button.correct {
  background: rgba(45, 155, 111, 0.14);
  border-color: rgba(45, 155, 111, 0.35);
}

.option-button.incorrect {
  background: rgba(235, 87, 87, 0.14);
  border-color: rgba(235, 87, 87, 0.38);
}

.question-feedback {
  margin-top: 22px;
  padding: 20px;
  border-radius: 18px;
  background: #f6f6ff;
  border: 1px solid rgba(26, 51, 92, 0.08);
  color: var(--text);
}

.quiz-actions {
  margin-top: 22px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.result-panel {
  margin-top: 28px;
  padding: 26px;
  border-radius: 28px;
  background: #f5fbff;
  box-shadow: inset 0 0 0 1px rgba(26, 51, 92, 0.03);
}

.result-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: 20px 0;
}

.category-results {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.category-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(26, 51, 92, 0.08);
  color: var(--text);
}

.result-item {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(26, 51, 92, 0.06);
}

.result-item span {
  display: block;
  color: var(--muted);
  margin-bottom: 8px;
}

.result-item strong {
  font-size: 1.45rem;
  color: var(--primary);
}

.result-status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(26, 51, 92, 0.08);
}

.result-status p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

.result-status p.pass {
  color: var(--success);
}

.result-status p.fail {
  color: var(--danger);
}

.result-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.answer-review {
  margin-top: 28px;
}

.answer-review h2 {
  margin-bottom: 18px;
  color: var(--primary);
}

.review-card {
  border: 1px solid rgba(26, 51, 92, 0.08);
  border-radius: 22px;
  padding: 22px;
  margin-bottom: 18px;
  background: #fff;
}

.review-card h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.review-card p {
  margin: 8px 0;
  color: var(--muted);
}

.ad-card {
  margin-top: 32px;
}

.ad-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border-radius: 24px;
  border: 1px dashed rgba(26, 51, 92, 0.14);
  background: #ffffff;
  color: var(--muted);
  text-align: center;
}

.site-footer {
  margin-top: 32px;
  padding: 32px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr auto;
  gap: 24px;
  align-items: center;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--primary);
}

.site-footer p {
  margin: 0;
  color: #CBD5E0;
}

.footer-ad {
  margin-top: 24px;
}

.hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .benefit-grid,
  .footer-grid,
  .quiz-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    padding-top: 24px;
  }

  .hero {
    padding: 32px 22px;
  }

  .quiz-status,
  .quiz-actions,
  .result-actions {
    flex-direction: column;
  }

  .hero h1 {
    font-size: 2.5rem;
  }
}

.cards-intro h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--primary);
  margin: 40px 0 20px;
  font-weight: 700;
}

.site-header .brand h1 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
}

.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.nav-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.nav-menu a:hover {
  opacity: 0.8;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  transition: 0.3s;
}

#adsense-top {
  width: 100%;
  height: 90px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 600;
}

.hero {
  background: linear-gradient(to right, #1A3A5C, #2B5C8C);
  color: #fff;
  padding: 40px;
}

.hero h2 {
  font-size: 2.5rem;
  margin: 0 0 20px;
  font-weight: 700;
}

.hero p {
  font-size: 1.2rem;
  margin: 0;
}

.hero-subtext {
  font-size: 0.9rem;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
}

.hero-image {
  flex: 0 0 312px;
}

.hero-image img {
  width: 312px;
  max-width: 312px;
  max-height: 312px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  max-width: 520px;
}

.cards-section {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  align-items: stretch;
}

.card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-body {
  flex: 1;
}

.card:hover {
  transform: translateY(-6px);
}

.card-img {
  transition: transform 0.4s ease;
}

.card:hover .card-img {
  transform: scale(1.04);
}

.card-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 12px 12px 0 0;
}

#card-simulado .card-border {
  background: var(--highlight);
}

#card-pdf .card-border {
  background: var(--highlight);
}

#card-blog .card-border {
  background: var(--success);
}

.card h3 {
  font-size: 1.5rem;
  margin: 0 0 15px;
}

.card p {
  margin: 15px 0;
  color: var(--muted);
}

.card-icons {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.card-icons span {
  font-size: 0.9rem;
  color: var(--text);
}

.card-image {
  margin: 20px 0;
}

.book-icon {
  font-size: 4rem;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.card-list li {
  margin: 10px 0;
  color: var(--muted);
}

.card-button {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-top: auto;
  transition: box-shadow 0.3s ease;
}

.card-button:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.card-button.blue {
  background: var(--primary);
  color: #fff;
}

.card-button.gold {
  background: var(--highlight);
  color: var(--primary);
}

.card-button.green {
  background: var(--success);
  color: #fff;
}

.site-footer {
  background: var(--primary);
  color: #fff;
  padding: 40px 24px;
  text-align: center;
  position: relative;
}

.footer-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--highlight);
}

.footer-content p {
  margin: 10px 0;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.footer-nav a {
  color: #90CDF4;
  opacity: 1;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.impact-section {
  display: flex;
  justify-content: space-around;
  background: var(--primary);
  padding: 40px 24px;
  margin: 40px 0;
}

.impact-item {
  text-align: center;
  color: #fff;
}

.impact-number {
  font-size: 48px;
  font-weight: bold;
  color: var(--highlight);
  margin-bottom: 10px;
}

.impact-desc {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--primary);
    flex-direction: column;
    padding: 20px;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .hamburger {
    display: flex;
  }

  .cards-section {
    flex-direction: column;
  }

  .card {
    margin-bottom: 20px;
  }

  .card-button {
    width: 100%;
  }

  .hero {
    flex-direction: column;
    padding: 40px 24px 40px;
  }

  .hero-image {
    display: none;
  }

  .hero-content {
    width: 100%;
  }

  .hero h2 {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .card h3 {
    font-size: 1.3rem;
  }

  .card p {
    font-size: 0.9rem;
  }

  .impact-section {
    flex-direction: column;
    gap: 20px;
  }

  .cards-intro h2 {
    font-size: 2rem;
  }
}

/* TELA DE BOAS-VINDAS */
.welcome-screen {
  padding: 16px 0;
  text-align: center;
}

.welcome-screen h2 {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 12px;
}

.welcome-screen p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 20px;
}

.welcome-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  max-width: 360px;
  text-align: left;
  display: grid;
  gap: 10px;
}

.welcome-list li {
  color: var(--text);
  font-size: 0.97rem;
}

/* CARDS RESULTADO */
.result-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.result-card {
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.result-card-gold {
  background: linear-gradient(135deg, #1A3A5C 0%, #2B5C8C 100%);
  border: 1px solid rgba(246,173,85,0.3);
}

.result-card-green {
  background: linear-gradient(135deg, #1e5c3a 0%, #2D9B6F 100%);
}

.result-card-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.85);
  margin-bottom: 10px;
}

.result-card h3 {
  font-size: 1.05rem;
  color: #fff;
  margin: 0 0 8px;
}

.result-card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

/* MOBILE: banner e header compactos */
@media (max-width: 768px) {
  #banner-isencao {
    font-size: 0.72rem !important;
    padding: 5px 12px !important;
    line-height: 1.4 !important;
  }

  .site-header {
    padding: 10px 16px !important;
  }

  .brand {
    font-size: 1.05rem !important;
  }

  .header-subtitle {
    font-size: 0.75rem !important;
    margin-top: 2px !important;
  }

  .result-cards {
    grid-template-columns: 1fr;
  }

  .welcome-screen h2 {
    font-size: 1.4rem;
  }
}

/* MOBILE: ajustes de espaçamento e legibilidade */
@media (max-width: 768px) {
  .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .quiz-panel {
    padding: 20px 14px !important;
    border-radius: 18px !important;
  }

  .question-card {
    padding: 18px 14px !important;
  }

  .question-text {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  .option-button {
    padding: 14px 16px !important;
    font-size: 0.95rem !important;
  }

  .quiz-status {
    padding: 12px 14px !important;
    font-size: 0.88rem !important;
    gap: 8px !important;
  }

  .result-panel {
    padding: 18px 14px !important;
  }

  .result-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }

  .result-item {
    padding: 12px 8px !important;
  }

  .result-actions {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .result-actions button,
  .result-actions a {
    width: 100% !important;
  }
}

/* CARDS PROMOÇÃO NO RESULTADO */
.result-promo-cards {
  display: flex;
  gap: 20px;
  margin-top: 28px;
}

.result-promo-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.result-promo-card .card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.result-promo-card .card-body {
  flex: 1;
}

.result-promo-card h3 {
  font-size: 1.1rem;
  margin: 0 0 10px;
  color: var(--primary);
}

.result-promo-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .result-promo-cards {
    flex-direction: column;
  }
}
