/* ============================================
   Resumos Visuais Encceja — Página de Vendas
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --dark:      hsl(215, 22%, 12%);
  --card-dark: hsl(215, 18%, 17%);
  --light:     hsl(40, 30%, 97%);
  --accent:    #ABFF2E;
  --check:     #1FAD6B;
  --danger:    hsl(0, 80%, 52%);
  --cta:       #39B574;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--light);
  color: hsl(215, 22%, 14%);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; }

/* ---------- Títulos por contraste ---------- */
.sec-title {
  font-size: clamp(1.4rem, 3.4vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.01em;
}
.sec-title-light { color: #fff; }
.highlight-lime  { color: var(--accent); }
.highlight-green { color: var(--check); }
.sec-sub {
  text-align: center;
  color: hsl(215, 14%, 38%);
  max-width: 620px;
  margin: 10px auto 0;
  font-size: 0.95rem;
}
.sec-sub strong { color: var(--check); }
.sec-sub-light {
  text-align: center;
  color: hsl(215, 10%, 72%);
  max-width: 620px;
  margin: 10px auto 0;
  font-size: 0.95rem;
}

.check-circle { color: #1FAD6B; width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- CTA ---------- */
.btn-cta {
  display: inline-block;
  background: var(--cta);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 14px 34px;
  font-weight: 900;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  animation: pulse-cta 1.4s ease-in-out infinite;
}
@keyframes pulse-cta {
  0%, 100% { transform: translateY(0);     box-shadow: 0 4px 16px rgba(57,181,116,0.35); }
  50%       { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(57,181,116,0.55); }
}

/* ============================================
   1. Top bar
   ============================================ */
.top-banner {
  background: var(--danger);
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* ============================================
   2. Hero
   ============================================ */
.hero { background: var(--dark); padding: 28px 24px 32px; }
.hero-inner { max-width: 820px; margin: 0 auto; text-align: center; }

.hero-bullet {
  display: inline-block;
  background: hsl(215, 10%, 20%);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.hero-title {
  color: #fff;
  font-size: clamp(1.25rem, 3.2vw, 1.7rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 18px;
}
.hero-title-sub { color: hsl(215, 10%, 78%); font-size: 0.95em; font-weight: 600; text-transform: none; display: block; margin-top: 10px; }
.hero-underline-red { text-decoration: underline; text-decoration-color: var(--danger); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.hero-underline-lime { text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 3px; color: #fff; }
.hero-underline { text-decoration: underline; text-decoration-color: #fff; }

.hero-mockup { max-width: 360px; margin: 0 auto 16px; display: flex; flex-direction: column; align-items: center; }
.hero-mockup img { border-radius: 10px; }
.hero-mockup-badge {
  display: inline-block; margin-top: -14px; background: var(--cta); color: #fff;
  font-weight: 800; font-size: 0.8rem; letter-spacing: 0.02em;
  padding: 8px 20px; border-radius: 50px; border: 3px solid var(--dark);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 14px; }
.pill {
  background: hsl(215, 10%, 20%);
  color: hsl(215, 10%, 65%);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 50px;
}

.hero-sub { color: hsl(215, 10%, 78%); font-size: 0.95rem; max-width: 560px; margin: 0 auto 18px; }
.hero-sub strong { color: #fff; }

.hero-delivery-text { color: hsl(215, 10%, 65%); font-size: 0.82rem; margin-bottom: 8px; }
.hero-delivery-chips { display: flex; justify-content: center; gap: 10px; }
.delivery-chip {
  display: flex; align-items: center; gap: 8px;
  background: hsl(215, 18%, 17%);
  color: #fff; font-size: 0.82rem; font-weight: 700;
  padding: 9px 14px; border-radius: 50px;
}
.delivery-chip img { width: 18px; height: 18px; object-fit: contain; }

/* ============================================
   3. Carrossel
   ============================================ */
.carousel-section { background: var(--dark); }
.carousel-wrap { overflow: hidden; position: relative; }
.carousel-track { display: flex; gap: 10px; animation: scroll-l 38s linear infinite; width: max-content; }
.carousel-track.reverse { animation: scroll-r 42s linear infinite; }
.carousel-item { flex-shrink: 0; width: 240px; border-radius: 10px; overflow: hidden; }
.carousel-item img { width: 100%; height: auto; display: block; }

@keyframes scroll-l { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes scroll-r { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

/* ============================================
   4. Antes e depois
   ============================================ */
.before-after-section { background: var(--light); padding: 32px 24px; }
.ba-inner { max-width: 860px; margin: 0 auto; }
.ba-title {
  text-align: center; font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 800;
  margin-bottom: 20px; line-height: 1.3;
}
.hl-red { color: var(--danger); }
.hl-green { color: var(--check); }

.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ba-card { border-radius: 16px; padding: 18px; }
.ba-card-no  { background: hsl(0, 60%, 97%); border: 1px solid hsl(0, 60%, 88%); }
.ba-card-yes { background: hsl(150, 45%, 96%); border: 1px solid hsl(150, 40%, 84%); }
.ba-label { font-weight: 800; font-size: 0.95rem; margin-bottom: 12px; text-align: center; }
.ba-label-no  { color: var(--danger); }
.ba-label-yes { color: var(--check); }
.ba-item { display: flex; align-items: flex-start; gap: 8px; font-size: 0.87rem; font-weight: 600; color: hsl(215,14%,30%); margin-bottom: 9px; }
.ba-dot { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 900; flex-shrink: 0; color: #fff; }
.ba-dot-no  { background: var(--danger); }
.ba-dot-yes { background: var(--check); }

/* ============================================
   5. Features (fundo escuro)
   ============================================ */
.features-section { background: var(--dark); padding: 32px 24px; }
.features-inner { max-width: 900px; margin: 0 auto; }
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px;
}
.feature-card {
  background: var(--card-dark); border-radius: 14px; padding: 18px 14px; text-align: center;
}
.feature-icon-box {
  width: 44px; height: 44px; border-radius: 12px; background: hsl(215,10%,20%);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
  margin: 0 auto 10px;
}
.feature-card h3 { color: #fff; font-size: 0.85rem; font-weight: 700; line-height: 1.3; }

/* ============================================
   6. Urgência
   ============================================ */
.urgency-section { background: var(--dark); padding: 0 24px 32px; }
.urgency-card { max-width: 680px; margin: 0 auto; text-align: center; }
.badge {
  display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 7px 14px; border-radius: 50px;
}
.badge-danger { background: hsl(0, 70%, 22%); color: #ffb4b4; }
.badge-accent { background: hsl(80, 60%, 20%); color: var(--accent); }
.badge-colecao { background: var(--accent); color: hsl(215,22%,10%); }

.urgency-card h3 { color: #fff; font-size: clamp(1.15rem, 2.6vw, 1.5rem); font-weight: 700; margin-top: 12px; line-height: 1.35; }

.payment-trust {
  display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 14px;
}
.payment-trust span { color: hsl(215, 10%, 65%); font-size: 0.78rem; font-weight: 700; }

/* ============================================
   7. Depoimentos
   ============================================ */
.testimonials-section { background: var(--dark); padding: 32px 0; }
.test-track { display: flex; gap: 10px; animation: scroll-l 28s linear infinite; width: max-content; padding: 0 24px; }
.test-item { flex-shrink: 0; width: 260px; border-radius: 12px; overflow: hidden; }
.test-item img { width: 100%; height: auto; display: block; }

/* ============================================
   8. Entregáveis
   ============================================ */
.deliverables-section { background: var(--dark); padding: 32px 24px; }
.deliverables-inner { max-width: 720px; margin: 0 auto; }

.deliverables-box {
  background: var(--card-dark); border-radius: 18px; padding: 20px; margin-top: 18px; text-align: center;
}
.del-tag {
  display: inline-block; background: hsl(80, 60%, 20%); color: var(--accent);
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 50px; margin-bottom: 14px;
}
.del-mockup { max-width: 280px; margin: 0 auto 16px; border-radius: 10px; }
.del-list { text-align: left; display: flex; flex-direction: column; gap: 9px; }
.del-item { display: flex; align-items: flex-start; gap: 8px; color: hsl(215,10%,80%); font-size: 0.9rem; font-weight: 600; }

.bonus-bridge { text-align: center; margin-top: 24px; }
.bonus-bridge h3 { color: #fff; font-size: 1.3rem; font-weight: 800; line-height: 1.3; }
.bonus-bridge h3 strong { color: var(--accent); }
.bonus-bridge p { color: hsl(215, 10%, 70%); margin: 8px 0 12px; font-size: 0.9rem; }

/* ============================================
   9. Bônus (fundo escuro)
   ============================================ */
.bonus-section { background: var(--dark); padding: 0 24px 32px; }
.bonus-inner { max-width: 980px; margin: 0 auto; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.bonus-card { background: var(--card-dark); border-radius: 14px; overflow: hidden; }
.bonus-card-img { width: 100%; height: auto; display: block; }
.bonus-card-body { padding: 14px; }
.bonus-num { color: var(--accent); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; margin-bottom: 5px; }
.bonus-card-title { color: #fff; font-size: 0.95rem; font-weight: 700; margin-bottom: 6px; }
.bonus-card-desc { color: hsl(215, 10%, 70%); font-size: 0.82rem; margin-bottom: 9px; }
.bonus-value { font-size: 0.82rem; font-weight: 700; display: flex; gap: 8px; align-items: center; }
.riscado { color: hsl(215, 10%, 55%); text-decoration: line-through; }
.gratis { color: var(--accent); }

/* ============================================
   10. Planos
   ============================================ */
.plans-section { background: var(--dark); padding: 32px 24px; }
.plans-inner { max-width: 900px; margin: 0 auto; }

.plans-urgency-bar {
  background: var(--danger); color: #fff; font-size: 0.85rem; font-weight: 900;
  text-align: center; padding: 12px 24px; border-radius: 10px; margin-bottom: 14px;
}

.plans-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; align-items: start; }

.plan-basic    { background: hsl(215,10%,95%); border: none; border-radius: 20px; padding: 20px 18px; }
.plan-complete { background: #fff; border: 2px solid var(--accent); border-radius: 20px; padding: 20px 18px; position: relative; }

.plan-name { text-align: center; font-weight: 800; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: hsl(215,14%,30%); margin-bottom: 12px; }

.plan-badge-top    { display: block; width: 100%; background: var(--accent); color: hsl(215,22%,12%); font-size: 0.72rem; font-weight: 900; text-align: center; padding: 9px 14px; border-radius: 8px; margin-bottom: 5px; }
.plan-badge-danger { display: block; width: 100%; background: var(--danger); color: #fff; font-size: 0.72rem; font-weight: 800; text-align: center; padding: 9px 12px; border-radius: 8px; margin-bottom: 10px; }

.plan-img { width: 100%; max-width: 320px; margin: 0 auto; border-radius: 8px; display: block; }
.plan-basic .plan-img { max-width: 220px; }
.plan-img-wrap { display: flex; flex-direction: column; align-items: center; margin-bottom: 14px; }
.plan-img-badge {
  display: inline-block; margin-top: -16px; background: var(--cta); color: #fff;
  font-weight: 900; font-size: 0.9rem; letter-spacing: 0.03em;
  padding: 10px 24px; border-radius: 50px; border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.3);
}

.plan-incl-label { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: hsl(215,14%,30%); margin-bottom: 8px; }

.plan-features { display: flex; flex-direction: column; gap: 0; margin-bottom: 16px; }
.plan-feat-item { display: flex; align-items: flex-start; gap: 8px; font-size: 0.84rem; font-weight: 600; color: hsl(215,14%,22%); padding-bottom: 7px; border-bottom: 1px solid hsl(215,10%,88%); }
.plan-feat-item:last-child { border-bottom: none; padding-bottom: 0; }
.plan-feat-item.gift { color: hsl(215,14%,22%) !important; font-weight: 700; }
.gift-emoji { flex-shrink: 0; }
.plan-feat-riscado { color: hsl(215,10%,60%); font-size: 0.82rem; gap: 6px; }

.plan-price-box { background: transparent; border: none; padding: 10px 0; text-align: center; margin-bottom: 14px; display: flex; flex-direction: column; align-items: center; }
.price-from  { font-size: 0.82rem; color: var(--danger); font-weight: 700; text-decoration: line-through; display: block; }
.price-main  { font-size: 2.8rem; font-weight: 900; color: #1FAD6B; display: block; line-height: 1; }
.price-inst  { font-size: 0.82rem; color: hsl(0,0%,8%); font-weight: 800; display: block; }
.price-save  { font-size: 0.88rem; font-weight: 700; color: #1FAD6B; margin-top: 3px; }

.plan-cta { display: block; width: 100%; border: none; cursor: pointer; text-align: center; border-radius: 10px; padding: 14px 24px; font-weight: 900; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.02em; }
.plan-cta-basic    { background: hsl(215,12%,35%); color: #fff; }
.plan-cta-complete { background: var(--cta); color: #fff; animation: pulse-cta 1.4s ease-in-out infinite; }

.plan-urgency          { text-align: center; color: var(--danger); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; margin-top: 10px; }
.plan-guarantee-label  { text-align: center; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; margin-top: 12px; margin-bottom: 3px; }
.hotmart-seal { max-width: 320px; width: 100%; margin: 6px auto 0; }

.plan-popular-note {
  text-align: center; margin-top: 12px; font-size: 0.82rem; color: #DD2C2C; font-weight: 700;
  background: hsl(0,80%,96%); border: 2.5px solid hsl(0,72%,75%); border-radius: 10px; padding: 10px 14px 12px;
}
.arrow-down { display: flex; justify-content: center; margin-top: 8px; animation: bounce-arrow 0.7s ease-in-out infinite alternate; }
@keyframes bounce-arrow { 0% { transform: translateY(0); } 100% { transform: translateY(8px); } }

.price-circle-wrap { position: relative; display: inline-block; padding: 10px 26px; margin: 4px 0; }
.animated-circle { animation: wobble-circle 1.8s ease-in-out infinite alternate; }
.circle-path, .circle-path-delay { stroke-dasharray: 1; stroke-dashoffset: 1; }
.draw-active .circle-path { animation: drawCircle 1.5s ease-out forwards; }
.draw-active .circle-path-delay { animation: drawCircle 1.5s ease-out forwards; animation-delay: 0.3s; }
@keyframes drawCircle { to { stroke-dashoffset: 0; } }
@keyframes wobble-circle { 0% { transform: scale(1) rotate(0deg); } 100% { transform: scale(1.06,0.96) rotate(2deg); } }

/* ============================================
   11. Garantia
   ============================================ */
.guarantee-section { background: var(--light); padding: 32px 24px; }
.guarantee-inner { max-width: 720px; margin: 0 auto; display: flex; gap: 20px; align-items: center; }
.guarantee-seal { width: 130px; flex-shrink: 0; }
.guarantee-title { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
.guarantee-inner p { color: hsl(215,14%,32%); font-size: 0.92rem; margin-bottom: 6px; }
.guarantee-risk { color: var(--check); font-weight: 800; }

/* ============================================
   12. FAQ
   ============================================ */
.faq-section { background: var(--dark); padding: 32px 24px; }
.faq-inner { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid hsl(215, 15%, 25%); }
.faq-item:first-of-type { border-top: 1px solid hsl(215, 15%, 25%); margin-top: 18px; }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 14px 4px; color: #fff; font-size: 0.92rem; font-weight: 700;
}
.faq-icon { color: var(--accent); font-size: 1.2rem; flex-shrink: 0; transition: transform 0.2s ease; }
.faq-q.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden; color: hsl(215, 10%, 70%); font-size: 0.87rem;
  transition: max-height 0.25s ease, padding 0.25s ease; padding: 0 4px;
}
.faq-a.open { max-height: 240px; padding: 0 4px 14px; }

/* ============================================
   13. Footer
   ============================================ */
.site-footer { background: var(--dark); padding: 22px 24px; border-top: 1px solid hsl(215,15%,22%); }
.footer-text { max-width: 700px; margin: 0 auto; text-align: center; color: hsl(215, 10%, 55%); font-size: 0.76rem; line-height: 1.6; }

/* ============================================
   14. Modais
   ============================================ */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.78);
  display: flex; align-items: center; justify-content: center; z-index: 9999;
  padding: 16px; overflow-y: auto; overflow-x: hidden;
  opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-card {
  background: #fff; border-radius: 20px; max-width: 460px; width: 100%; text-align: center;
  transform: translateY(24px) scale(.97); transition: transform .28s cubic-bezier(.22,.68,0,1.2);
  margin: auto; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.45);
}
.modal-overlay.open .modal-card { transform: translateY(0) scale(1); }

.modal-top-strip {
  background: var(--danger); color: #fff; font-size: .7rem; font-weight: 900;
  letter-spacing: .13em; text-transform: uppercase; padding: 10px 20px; display: block;
}

.modal-body { padding: 20px 20px 18px; }

.modal-title { font-size: 1.5rem; font-weight: 900; color: #111; line-height: 1.15; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .02em; }
.modal-title-sub { display: block; font-size: 1rem; font-weight: 600; color: var(--danger); text-transform: none; letter-spacing: 0; margin-top: 4px; }
.modal-title-sub-exit { color: #b45309; }
.modal-leve-texto { font-size: .92rem; font-weight: 600; color: #555; margin-bottom: 10px; }
.modal-leve-texto strong { color: #111; font-weight: 800; }

.modal-price-area { margin-bottom: 14px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.modal-price-from { font-size: .88rem; font-weight: 700; color: #888; }
.modal-price-from s { color: var(--danger); font-weight: 800; }
.modal-price-main { font-size: 2.8rem; font-weight: 900; color: #16a34a; line-height: 1; }
.modal-price-parcel { font-size: .78rem; font-weight: 700; color: #555; }
.modal-access-badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 6px; }
.modal-access-badges span { font-size: .73rem; font-weight: 700; color: #16a34a; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 50px; padding: 4px 12px; }

.modal-cta-label { font-size: 1.1rem; font-weight: 900; color: #111; text-align: center; line-height: 1.25; margin-bottom: 8px; letter-spacing: .01em; text-transform: uppercase; }
.modal-urgency-label { font-size: .7rem; font-weight: 900; letter-spacing: .1em; color: var(--danger); text-align: center; text-transform: uppercase; margin-bottom: 8px; }

@keyframes modal-cta-pulse {
  0%, 100% { transform: scale(1);      box-shadow: 0 4px 18px rgba(54,146,96,.5); }
  50%       { transform: scale(1.045); box-shadow: 0 8px 28px rgba(54,146,96,.75); }
}
.modal-btn-sim {
  display: block; background: #369260; color: #fff; font-weight: 900; font-size: .95rem; letter-spacing: .06em;
  text-decoration: none; text-transform: uppercase; padding: 16px 24px; border-radius: 14px; margin-bottom: 10px;
  border-bottom: 4px solid #235f3e; animation: modal-cta-pulse 1.6s ease-in-out infinite; line-height: 1.2; cursor: pointer; width: 100%; border-left: none; border-right: none; border-top: none;
}
.modal-inclui { font-size: .75rem; color: #666; font-weight: 500; line-height: 1.4; margin-bottom: 8px; text-align: center; }
.modal-inclui strong { color: #222; font-weight: 700; }
.modal-btn-nao { background: none; border: none; cursor: pointer; color: #aaa; font-size: .8rem; text-decoration: underline; padding: 4px 8px; font-family: 'Montserrat', sans-serif; display: block; margin: 0 auto; }

@media (max-width: 480px) {
  .modal-body { padding: 18px 14px 16px; }
  .modal-title { font-size: 1.1rem; }
  .modal-price-main { font-size: 2.2rem; }
  .modal-btn-sim { font-size: .82rem; padding: 14px 14px; }
}

/* ============================================
   Responsivo
   ============================================ */
@media (max-width: 860px) {
  .plans-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .ba-grid { grid-template-columns: 1fr; }
  .guarantee-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .bonus-grid { grid-template-columns: 1fr; }
  .carousel-item, .test-item { width: 200px; }
}
