
/* =========================================================
   BOA NOITE, PEQUENO CORAÇÃO — SALES PAGE
   ---------------------------------------------------------
   Como editar:
   1) Cores e medidas principais: :root
   2) Tipografia: seção "BASE"
   3) Cada bloco está separado por comentários
   4) Preço, prazo da oferta e checkout: script.js
   ========================================================= */

/* =========================
   1. DESIGN TOKENS
   ========================= */
/* =========================
   2. BASE
   ========================= */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Nunito", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }

.container {
  width: min(calc(100% - 36px), var(--container));
  margin-inline: auto;
}
.section { padding: var(--section-pad) 0; }
.section-tight { padding: 64px 0; }
.center { text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .55px;
  text-transform: uppercase;
}
.eyebrow.dark {
  color: #ffd84e;
  border: 1px solid var(--border-gold);
  background: rgba(255, 191, 38, .08);
}
.eyebrow.light {
  color: #b56f00;
  background: #fff1c3;
}
.section-title {
  max-width: 820px;
  margin: 15px auto 0;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(34px, 4.4vw, 57px);
  line-height: 1.02;
  letter-spacing: -.5px;
  color: var(--ink);
}
.section-copy {
  max-width: 760px;
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.62;
  color: var(--ink-soft);
}
.text-yellow { color: var(--yellow); }
.text-coral { color: var(--coral); }
.text-purple { color: var(--purple); }

/* =========================
   3. OFFER BAR / HEADER
   ========================= */
.offer-bar {
  min-height: 38px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  background: #2d3026;
  color: #ffd95f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;
  position: relative;
  z-index: 50;
}
.offer-bar strong { color: #fff6c2; }
.offer-timer-mini {
  display: inline-flex;
  gap: 3px;
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.navbar {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #071a31;
  position: relative;
  z-index: 50;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Baloo 2", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #fff7d6;
}
.brand .moon-icon { font-size: 23px; }
.brand small {
  display: block;
  margin-top: 2px;
  color: #ffd22f;
  font-size: 9px;
  letter-spacing: 2.2px;
}

/* =========================
   4. HERO — mantém a estética original
   ========================= */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(24, 74, 113, .32), transparent 40%),
    linear-gradient(180deg, #0b2a46 0%, #071f3a 43%, var(--navy-900) 100%);
  color: var(--white);
  padding: 14px 18px 44px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 14% 25%, rgba(255,255,255,.96) 0 1px, transparent 1.3px),
    radial-gradient(circle at 84% 24%, rgba(255,255,255,.84) 0 1px, transparent 1.3px),
    radial-gradient(circle at 12% 53%, rgba(255,255,255,.75) 0 1px, transparent 1.3px),
    radial-gradient(circle at 90% 47%, rgba(255,255,255,.85) 0 1px, transparent 1.3px),
    radial-gradient(circle at 81% 57%, rgba(255,255,255,.65) 0 1px, transparent 1.3px),
    radial-gradient(circle at 32% 43%, rgba(255,255,255,.72) 0 1px, transparent 1.3px),
    radial-gradient(circle at 60% 44%, rgba(255,255,255,.70) 0 1px, transparent 1.3px);
  animation: twinkle 4.4s ease-in-out infinite alternate;
}
.hero-moon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #cba53f;
  position: absolute;
  top: 26px;
  right: -18px;
  z-index: -2;
}
.hero-moon::after {
  content: "";
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--navy-900);
  position: absolute;
  top: 0;
  left: 18px;
}
.hero-content {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px 6px;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-pill);
  background: rgba(255, 191, 38, .06);
  color: #ffd33b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .55px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero h1 {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(44px, 6.7vw, 70px);
  line-height: .98;
  letter-spacing: .1px;
  font-weight: 800;
  color: #fff;
  text-wrap: balance;
}
.hero h1 .highlight {
  display: block;
  margin-top: 9px;
  color: var(--yellow);
}
.hero-subheadline {
  max-width: 620px;
  margin: 17px auto 0;
  color: #dce7f1;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.55;
}
.hero-subheadline strong { color: #fff; }
.hero-cta-wrap {
  margin: 22px auto 0;
  max-width: 510px;
}
.mockup-wrap {
  width: min(100%, 650px);
  margin: 28px auto -12px;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.24));
  animation: float 4.7s ease-in-out infinite;
}
.mockup-wrap img { width: 100%; }

/* =========================
   5. CTA / MICROCOPY
   ========================= */

.cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 14px 22px;
  border: 1px solid rgba(173, 108, 0, .35);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffe37a 0%, #ffc933 46%, #f2aa00 100%);
  color: #172235;
  text-decoration: none;
  text-align: center;
  font-weight: 1000;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .2px;
  box-shadow:
    0 18px 34px rgba(255, 191, 38, .28),
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -2px 0 rgba(160, 98, 0, .18);
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg,
      transparent 0%,
      transparent 38%,
      rgba(255,255,255,.10) 44%,
      rgba(255,255,255,.72) 50%,
      rgba(255,255,255,.10) 56%,
      transparent 62%,
      transparent 100%);
  transform: translateX(-140%);
  animation: ctaShine 2.8s ease-in-out infinite;
}
.cta::after {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -2;
  border-radius: 22px;
  background: radial-gradient(circle, rgba(255, 211, 59, .32), transparent 68%);
  filter: blur(10px);
  opacity: .95;
}
.cta:hover {
  transform: translateY(-2px) scale(1.012);
  filter: brightness(1.03);
  box-shadow:
    0 22px 38px rgba(255, 191, 38, .36),
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -2px 0 rgba(160, 98, 0, .24);
}
.cta:active { transform: translateY(0) scale(.997); }
.cta .cta-arrow { margin-left: 8px; }

.cta-note {
  margin-top: 9px;
  font-size: 12px;
  color: #c9d8e5;
}
.cta-note.dark { color: var(--ink-soft); }
.trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #dce7f1;
}
.trust-row.dark { color: #526171; }

/* =========================
   6. PAIN
   ========================= */
.pain-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 191, 38, .14), transparent 20%),
    var(--cream);
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 34px;
}
.pain-chip {
  padding: 18px 12px;
  border: 1px solid rgba(255, 191, 38, .30);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  text-align: center;
  font-family: "Baloo 2", sans-serif;
  font-size: 19px;
  line-height: 1.15;
  color: #513a15;
  box-shadow: 0 8px 22px rgba(75, 50, 5, .06);
}
.pain-bridge {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 23px 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
}

/* =========================
   7. BENEFITS / TRANSFORMATION
   ========================= */
.benefit-section { background: #fff; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 38px;
}
.benefit-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--border-light);
  background: #fffdf8;
  box-shadow: 0 10px 28px rgba(22, 48, 75, .07);
}
.benefit-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff0b9;
  font-size: 26px;
}
.benefit-card h3 {
  margin: 0 0 6px;
  font-family: "Baloo 2", sans-serif;
  font-size: 24px;
  line-height: 1.05;
}
.benefit-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* =========================
   8. PREVIEWS
   ========================= */
.preview-section {
  background:
    radial-gradient(circle at 85% 5%, rgba(255, 191, 38, .12), transparent 24%),
    #f8fbff;
}
.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}
.preview-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
}
.preview-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.preview-card figcaption {
  padding: 13px 15px 15px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.4;
}

/* =========================
   9. WHAT'S INSIDE
   ========================= */
.inside-section {
  background: linear-gradient(180deg, #071e38 0%, #0a2847 100%);
  color: #fff;
}
.inside-section .section-title { color: #fff; }
.inside-section .section-copy { color: #d8e6f3; }
.inside-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
  align-items: center;
  margin-top: 34px;
}
.inside-mockup img {
  width: 100%;
  filter: drop-shadow(0 22px 25px rgba(0,0,0,.24));
}
.inside-list {
  display: grid;
  gap: 12px;
}
.inside-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 17px;
  background: rgba(255,255,255,.055);
}
.inside-item strong { display: block; margin-bottom: 2px; }
.inside-item span { color: #c7d7e6; font-size: 14px; }

/* =========================
   10. STORY THEMES
   ========================= */
.themes-section { background: var(--cream); }
.theme-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.theme-card {
  padding: 24px 22px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid rgba(18, 42, 66, .08);
  box-shadow: 0 12px 28px rgba(13, 38, 63, .07);
}
.theme-card h3 {
  margin: 0 0 13px;
  font-family: "Baloo 2", sans-serif;
  font-size: 27px;
}
.theme-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.theme-card.blue { border-top: 5px solid #3889d5; }
.theme-card.orange { border-top: 5px solid #f9a221; }
.theme-card.green { border-top: 5px solid #40a76d; }

/* =========================
   11. HOW TO USE
   ========================= */
.how-section { background: #fff; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.step {
  padding: 26px;
  border-radius: 24px;
  background: #f8fbff;
  border: 1px solid var(--border-light);
}
.step-num {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #513800;
  font-weight: 1000;
}
.step h3 {
  margin: 14px 0 7px;
  font-family: "Baloo 2", sans-serif;
  font-size: 23px;
}
.step p { margin: 0; color: var(--ink-soft); line-height: 1.55; }

/* =========================
   12. OFFER BOX
   ========================= */
.offer-section {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 191, 38, .16), transparent 25%),
    #071e38;
    padding: 0;
  color: #fff;
}
.offer-card {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 191, 38, .35);
  background: rgba(255,255,255,.055);
  box-shadow: 0 30px 60px rgba(0,0,0,.22);
}
.offer-card-top {
  padding: 0;
  background: rgba(255, 191, 38, .12);
  border-bottom: 1px solid rgba(255, 191, 38, .20);
  text-align: center;
  color: #ffe08a;
  font-weight: 900;
}
.offer-card-body {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 4px;
  align-items: center;
  padding: 0px;
}
.oferta-img {
  display:block;
  width: 100px;
  height: auto;
}
.offer-card-body img {
  width: 70%;
  filter: drop-shadow(0 18px 20px rgba(0,0,0,.25));
}
.offer-stack h2 {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(24px, 5vw, 52px);
  line-height: 1;
}
.offer-stack ul {
  padding-left: 20px;
  margin: 17px 0;
  line-height: 1.65;
  color: #dce7f0;
}
.price-wrap { margin: 18px 0; }
.old-price {
  color: #9eb2c5;
  font-size: 14px;
  text-decoration: line-through;
}
.price-line {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin-top: 2px;
}
.price-currency { font-size: 19px; font-weight: 900; padding-bottom: 7px; }
.price {
  font-family: "Baloo 2", sans-serif;
  font-size: 58px;
  line-height: .95;
  font-weight: 900;
  color: #ffd44e;
}
.price-note {
  margin-top: 4px;
  color: #c7d7e6;
  font-size: 13px;
}
.timer-box {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 120;

  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;

  width: auto;
  min-width: 144px;
  margin: 0;
  padding: 7px 10px;

  border: 1px solid rgba(255, 191, 38, .46);
  border-radius: 999px;
  background: rgba(7, 30, 56, .90);
  box-shadow: 0 7px 22px rgba(0, 0, 0, .18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  pointer-events: none;
}

.timer-label {
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .45px;
  color: #ffd869;
  white-space: nowrap;
}

.timer {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #dc3838;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* =========================
   13. GUARANTEE
   ========================= */
.guarantee-section { background: #fff; }
.guarantee {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: #f5fff9;
  border: 1px solid rgba(29, 155, 98, .18);
}
.guarantee-badge {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dff8e9;
  font-size: 38px;
}
.guarantee h3 {
  margin: 0 0 6px;
  font-family: "Baloo 2", sans-serif;
  font-size: 29px;
}
.guarantee p { margin: 0; color: var(--ink-soft); line-height: 1.55; }

/* =========================
   14. FAQ
   ========================= */
.faq-section { background: var(--cream); }
.faq {
  max-width: 850px;
  margin: 34px auto 0;
  display: grid;
  gap: 11px;
}
details {
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--border-light);
  overflow: hidden;
}
summary {
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}
summary::-webkit-details-marker { display: none; }
details p {
  margin: 0;
  padding: 0 20px 19px;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* =========================
   15. FINAL CTA / FOOTER
   ========================= */
.final-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 191, 38, .14), transparent 34%),
    linear-gradient(180deg, #0a2948 0%, #06182e 100%);
  color: #fff;
  padding: 82px 0 70px;
}
.final-section .section-title { color: #fff; }
.final-section .section-copy { color: #d6e3ef; }
.final-cta { max-width: 520px; margin: 24px auto 0; }
.footer {
  padding: 22px 0 88px;
  background: #041427;
  color: #8fa3b5;
  text-align: center;
  font-size: 12px;
}

/* =========================
   16. STICKY CTA (MOBILE)
   ========================= */
.sticky-cta {
  display: none;
  position: none;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  padding: 8px;
  border-radius: 18px;
  background: rgba(4, 22, 43, .94);
  box-shadow: 0 15px 45px rgba(0,0,0,.30);
  backdrop-filter: blur(12px);
}
.sticky-cta .cta { min-height: 50px; border-radius: 13px; font-size: 14px; }

/* =========================
   17. ANIMATIONS
   ========================= */
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-.15deg); }
  50% { transform: translateY(-8px) rotate(.15deg); }
}
@keyframes twinkle {
  from { opacity: .52; }
  to { opacity: 1; }
}
@keyframes ctaShine {
  0% { transform: translateX(-140%); opacity: .0; }
  12% { opacity: 1; }
  45% { transform: translateX(140%); opacity: 1; }
  100% { transform: translateX(140%); opacity: 0; }
}

/* =========================
   18. RESPONSIVE
   ========================= */
@media (max-width: 900px) {
  :root { --section-pad: 72px; }
  .pain-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: 1fr; }
  .preview-grid { grid-template-columns: repeat(2, 1fr); }
  .theme-columns { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .inside-layout,
  .offer-card-body { grid-template-columns: 1fr; }
  .inside-mockup,
  .offer-card-body > img { max-width: 580px; margin-inline: auto; }
}

@media (max-width: 620px) {
  :root { --section-pad: 10px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .offer-bar {
    min-height: 28px;
    padding: 4px 10px;
    font-size: 10px;
    gap: 8px;
  }
  .navbar { height: 44px; }
  .brand { font-size: 12px; }
  .brand small { font-size: 8px; }

  .hero {
    min-height: calc(100svh - 72px);
    padding: 8px 12px 18px;
    display: flex;
    align-items: flex-start;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
  }
  .hero-badge {
    order: 1;
    align-self: center;
    font-size: 8px;
    padding: 5px 10px 4px;
    margin-bottom: 10px;
  }
  .hero h1 {
    order: 2;
    font-size: clamp(31px, 8.9vw, 42px);
    line-height: .93;
    max-width: 360px;
  }
  .hero-cta-wrap {
    order: 3;
    margin-top: 12px;
    max-width: 100%;
  }
  .hero .trust-row { display: none; }
  .hero .cta {
    min-height: 56px;
    font-size: 15px;
    border-radius: 16px;
  }
  .mockup-wrap {
    order: 4;
    width: min(100%, 420px);
    margin: 12px auto 0;
  }
  .mockup-wrap img {
    max-height: 220px;
    width: auto;
    margin-inline: auto;
  }
  .hero-subheadline {
    order: 5;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.42;
    max-width: 340px;
  }

  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .pain-chip { font-size: 17px; }
  .pain-bridge { font-size: 17px; padding: 20px; }

  .preview-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .preview-card figcaption { font-size: 11px; padding: 9px 10px 11px; }

  .offer-card-body { padding: 0px 18px; }
  .price { font-size: 52px; }
  .guarantee { grid-template-columns: 1fr; text-align: center; }
  .guarantee-badge { margin-inline: auto; }

  .sticky-cta { display: block; }
  .footer { padding-bottom: 94px; }
  .timer-box {
    right: 8px;
    bottom: 8px;
    min-width: 108px;
    gap: 5px;
    padding: 6px 8px;
  }

  .timer-label {
    font-size: 20px;
  }

  .timer {
    font-size: 20px;
  }

}


@media (max-width: 420px) {
  .hero h1 { max-width: 320px; }
  .mockup-wrap img { max-height: 195px; }
  .hero-subheadline { font-size: 12px; }
}

@media (max-width: 380px) {
  .pain-grid { grid-template-columns: 1fr; }
  .preview-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mockup-wrap, .hero::before { animation: none; }
}


/* =========================
   LIGHTBOX
   ========================= */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(2, 10, 20, .88);
  backdrop-filter: blur(8px);
  cursor: zoom-out;
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-height: 90vh;
  max-width: min(92vw, 900px);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

[data-preview] {
  cursor: zoom-in;
}
