:root {
  --bg: #07080a;
  --bg-soft: #101218;
  --card: #12151d;
  --text: #f1f3f6;
  --muted: #a5acb8;
  --primary: #d71936;
  --primary-strong: #f12240;
  --line: #2a2f3a;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #d71936 #0e1118;
}

img {
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #0e1118;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d71936, #8f1125);
  border: 2px solid #0e1118;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ef2748, #a3152c);
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(215, 25, 54, 0.2), transparent 60%),
    radial-gradient(800px 500px at 90% 0%, rgba(255, 255, 255, 0.04), transparent 50%),
    var(--bg);
  color: var(--text);
  min-height: 100vh;
  padding-top: 84px;
}

/* Remove highlight visual when text is accidentally selected on the LP */
::selection {
  background: transparent;
  color: inherit;
}

::-moz-selection {
  background: transparent;
  color: inherit;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  z-index: -1;
}

.orb-1 {
  width: 260px;
  height: 260px;
  background: rgba(215, 25, 54, 0.3);
  top: 8%;
  left: -40px;
}

.orb-2 {
  width: 300px;
  height: 300px;
  background: rgba(215, 25, 54, 0.2);
  right: -80px;
  bottom: 12%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(7, 8, 10, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.brand-logo {
  width: 200px;
  height: auto;
}

.site-header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}

.footer-logo {
  width: 120px;
  height: auto;
  opacity: 0.9;
  display: block;
}

.lang-chip {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  border: 1px solid var(--line);
  background: #0f1218;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  min-width: 44px;
  line-height: 1.1;
}

button.lang-chip {
  cursor: pointer;
}

.lang-switcher {
  position: relative;
}

.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  z-index: 40;
  min-width: 132px;
  padding: 0.35rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0f1218;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.lang-menu-item {
  width: 100%;
  text-align: left;
  font-size: 0.82rem;
  color: #d8deea;
  background: transparent;
  border: 0;
  border-radius: 8px;
  padding: 0.42rem 0.52rem;
}

.lang-menu-item:hover,
.lang-menu-item:focus {
  background: rgba(215, 25, 54, 0.18);
  color: #fff;
}

.lang-menu-item.is-active {
  background: rgba(215, 25, 54, 0.26);
  color: #fff;
}

.eyebrow {
  display: inline-block;
  border: 1px solid rgba(215, 25, 54, 0.5);
  color: #ffd0d7;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.display-title {
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(2rem, 5vw, 4rem);
  margin: 0;
}

.accent-text {
  color: var(--primary-strong);
}

.lead-text {
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  max-width: 580px;
}

.btn-bults {
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-strong) 100%);
  color: #fff;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 25px rgba(215, 25, 54, 0.35);
}

.btn-bults:hover {
  background: linear-gradient(90deg, #e01f3d 0%, #ff2948 100%);
  color: #fff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
}

.header-cta {
  font-size: 1.1rem;
  font-weight: 800;
  padding: 0.62rem 1.15rem;
  border-radius: 12px;
  line-height: 1.05;
}

.hero-visual {
  position: relative;
  min-height: 350px;
  perspective: 1000px;
}

.visual-card {
  /* background: linear-gradient(145deg, #10131a 0%, #171b24 100%); */
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  animation-fill-mode: forwards;
}

.visual-card::before,
.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.04) 8px,
    transparent 8px,
    transparent 16px
  );
  pointer-events: none;
}

.cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.visual-card.has-image::before,
.image-placeholder.has-image::before,
.group-media.has-image::before {
  display: none;
}

.vc-main {
  width: 86%;
  aspect-ratio: 16/10;
  height: auto;
  right: 0;
  top: 0;
  animation: heroCardIn 0.9s ease-out 0.08s forwards, heroFloatMain 8.5s ease-in-out 1.05s infinite;
}

.vc-mini {
  width: calc(31% + 10px);
  aspect-ratio: 9/17.5;
  height: auto;
  left: 0;
  bottom: -64px;
  border: 0;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42), 0 0 28px rgba(215, 25, 54, 0.18);
  animation: heroCardIn 0.9s ease-out 0.26s forwards, heroFloatMini 7.6s ease-in-out 1.2s infinite;
}

@keyframes heroCardIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroFloatMain {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-0.2deg);
  }
  50% {
    transform: translate3d(0, -9px, 0) rotate(0.25deg);
  }
}

@keyframes heroFloatMini {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0.35deg);
  }
  50% {
    transform: translate3d(0, 7px, 0) rotate(-0.35deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .visual-card,
  .vc-main,
  .vc-mini {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

.placeholder-tag {
  position: absolute;
  left: 14px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #dce1e9;
  font-size: 0.78rem;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
}

.panel,
.closing-card {
  background: linear-gradient(170deg, rgba(17, 20, 27, 0.95), rgba(10, 12, 17, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
}

.closing-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(215, 25, 54, 0.38);
  background:
    radial-gradient(560px 260px at 50% -20%, rgba(215, 25, 54, 0.22), transparent 70%),
    linear-gradient(170deg, rgba(17, 20, 27, 0.98), rgba(8, 11, 17, 0.95));
  box-shadow: 0 18px 44px rgba(215, 25, 54, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.closing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(215, 25, 54, 0.08) 35%, transparent 70%);
  pointer-events: none;
}

.closing-card .section-title {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.closing-card .form-wrap {
  position: relative;
  z-index: 1;
}

.panel-highlight {
  border-color: rgba(215, 25, 54, 0.45);
}

.gallery-section {
  overflow: hidden;
}

.gallery-slider {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.2rem;
  scrollbar-width: thin;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
}

.gallery-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.gallery-slider.is-dragging .gallery-slide {
  pointer-events: none;
}

.gallery-slide {
  flex: 0 0 227px;
  width: 227px;
  aspect-ratio: 227/291;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, #121822, #0c1017);
  scroll-snap-align: start;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-slide.placeholder {
  position: relative;
}

.gallery-slide.placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.04) 8px,
    transparent 8px,
    transparent 16px
  );
}

.gallery-controls .gallery-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gallery-controls .gallery-nav-btn:hover {
  border-color: rgba(215, 25, 54, 0.7);
  background: rgba(215, 25, 54, 0.18);
}

.group-panel {
  position: relative;
  overflow: visible;
  box-shadow: 0 12px 32px rgba(215, 25, 54, 0.12);
}

.group-panel::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -130px;
  background: radial-gradient(circle, rgba(215, 25, 54, 0.2), transparent 65%);
  pointer-events: none;
}

.group-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 14px;
  border: 1px solid rgba(215, 25, 54, 0.42);
  background: linear-gradient(145deg, #11151e 0%, #0b0f16 100%);
  overflow: hidden;
}

.group-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.04) 9px,
    transparent 9px,
    transparent 18px
  );
}

.group-copy .section-text {
  max-width: 36ch;
  font-size: clamp(1.2rem, 1.7vw, 1.9rem);
  line-height: 1.32;
  color: #c9d0dd;
}

@media (min-width: 992px) {
  .hero {
    padding-top: 2.6rem !important;
  }

  .group-copy {
    padding-top: 0.95rem;
    padding-bottom: 1.05rem;
  }
}

.group-side {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.group-copy-cta .btn {
  min-width: 320px;
}

.group-copy-cta .small-note {
  font-size: 1.05rem;
}

.group-media-float {
  width: min(100%, 360px);
  aspect-ratio: 4/5;
  margin-top: -2.2rem;
  margin-right: -2.4rem;
}

@media (min-width: 992px) {
  .group-side {
    align-items: flex-start;
  }

  .group-media-float {
    width: min(100%, 330px);
    aspect-ratio: 4/5;
    margin-top: -5.2rem;
    margin-right: -1.2rem;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
  }
}

.section-title {
  font-weight: 800;
  font-size: clamp(1.65rem, 2.7vw, 2.5rem);
  margin: 0;
}

.section-title-strong {
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
}

.section-text {
  color: var(--muted);
  font-size: 1.05rem;
}

.social-proof {
  color: #ffe2e7;
  font-weight: 700;
  font-size: 1.08rem;
  display: inline-grid;
  grid-template-columns: minmax(4.4ch, auto) minmax(15ch, 1fr);
  align-items: center;
  gap: 0.65rem 0.8rem;
  padding: 0.9rem 1rem;
  min-height: 74px;
  min-width: min(100%, 340px);
  border-radius: 14px;
  border: 1px solid rgba(215, 25, 54, 0.62);
  background:
    linear-gradient(120deg, rgba(215, 25, 54, 0.22), rgba(215, 25, 54, 0.08)),
    radial-gradient(circle at 10% 30%, rgba(255, 255, 255, 0.06), transparent 45%);
  box-shadow: 0 14px 30px rgba(215, 25, 54, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.social-proof-label {
  line-height: 1.25;
  font-size: 1.04rem;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

#counter {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.015em;
  min-width: 4.4ch;
  text-align: left;
  display: inline-block;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  body {
    padding-top: 76px;
  }

  .header-cta {
    font-size: 1rem;
    padding: 0.56rem 0.95rem;
  }

  .group-side {
    text-align: center !important;
    justify-content: center;
  }

  .group-copy .section-text {
    max-width: 100%;
    font-size: 1.12rem;
    line-height: 1.35;
  }

  .group-copy-cta {
    text-align: center;
  }

  .group-copy-cta .btn {
    width: 100%;
    min-width: 0;
  }

  .group-media {
    max-width: 100%;
  }

  .group-media-float {
    width: min(100%, 300px);
    aspect-ratio: 4/5;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .group-copy-cta .small-note {
    text-align: center;
  }

  .social-proof {
    width: 100%;
    justify-content: center;
    grid-template-columns: minmax(4.2ch, auto) 1fr;
    font-size: 1rem;
    padding: 0.68rem 0.8rem;
    min-height: 66px;
  }

  #counter {
    font-size: 1.6rem;
  }
}

.topic-card {
  min-height: 146px;
  background: #0f1218;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.34rem;
  text-align: center;
  padding: 1.5rem 0.95rem;
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, background-color 0.26s ease;
}

.topic-grid {
  margin-top: 2rem !important;
}

.topic-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 211, 92, 0.42);
  background: linear-gradient(145deg, #111625 0%, #0d121d 100%);
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 211, 92, 0.12) inset;
}

.topic-icon {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  border: 1px solid rgba(255, 211, 92, 0.35);
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 211, 92, 0.15), transparent 55%),
    linear-gradient(145deg, #161b25, #0d1119);
  box-shadow: 0 8px 18px rgba(255, 211, 92, 0.14);
}

.topic-icon-svg {
  width: 34px;
  height: 34px;
  display: block;
  filter: drop-shadow(0 0 6px rgba(255, 211, 92, 0.28));
}

.topic-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
}

.topic-desc {
  color: #a6afbe;
  font-size: 0.92rem;
  line-height: 1.32;
  max-width: 200px;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(215, 25, 54, 0.95), rgba(160, 18, 40, 0.95));
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
  z-index: 30;
  box-shadow: 0 10px 24px rgba(215, 25, 54, 0.3);
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.image-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(150deg, #141821, #0d1016);
  overflow: hidden;
}

.impact {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-style: italic;
  font-weight: 700;
  border-left: 4px solid var(--primary);
  padding-left: 0.9rem;
}

.small-note {
  color: #a7adbb;
  font-size: 0.92rem;
}

.launch-note {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffd980;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  text-shadow: 0 0 14px rgba(255, 211, 92, 0.24);
  margin-top: 1.15rem !important;
  line-height: 1.25;
}

.form-wrap {
  max-width: 760px;
}

.form-dark {
  background: #0f1218;
  border-color: var(--line);
  color: #fff;
}

.form-dark::placeholder {
  color: #98a0af;
}

.form-dark:focus {
  background: #12161f;
  border-color: rgba(215, 25, 54, 0.7);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(215, 25, 54, 0.2);
}

.site-footer {
  position: relative;
  border-top: 0;
  background:
    linear-gradient(
      180deg,
      rgba(7, 8, 10, 0.08) 0%,
      rgba(7, 8, 10, 0.82) 38%,
      rgba(7, 8, 10, 0.96) 100%
    );
  margin-top: 0;
  padding-bottom: 0.75rem !important;
}

#acesso {
  padding-bottom: 2.4rem !important;
}

.copyright {
  color: #8f97a6;
  font-size: 0.9rem;
  text-decoration: none;
}

.copyright:hover {
  text-decoration: none;
}

.translate-container {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

iframe.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-vH1Gmf,
.VIpgJd-ZVi9od-SmfZ,
.skiptranslate[style*="position: fixed"] {
  display: none !important;
  visibility: hidden !important;
}

html[style*="margin-top"],
body[style*="margin-top"],
body[style*="top:"] {
  margin-top: 0 !important;
  top: 0 !important;
}

html.translated-ltr body,
html.translated-rtl body,
body {
  top: 0 !important;
}

body > .skiptranslate,
#goog-gt-tt,
.goog-tooltip,
.goog-te-balloon-frame {
  display: none !important;
  visibility: hidden !important;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.py-md-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

@media (max-width: 991.98px) {
  .brand-logo {
    width: 148px;
  }

  .hero-visual {
    min-height: clamp(350px, 52vw, 440px);
  }

  .vc-main {
    width: min(92%, 640px);
    aspect-ratio: 16/10;
    height: auto;
    right: 0;
    top: 0;
  }

  .vc-mini {
    width: clamp(130px, 22vw, 180px);
    aspect-ratio: 9/19.5;
    left: clamp(0.5rem, 2.5vw, 1.25rem);
    top: clamp(2.1rem, 8.5vw, 5rem);
    bottom: auto;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header .navbar {
    justify-content: center;
    row-gap: 0.5rem;
  }

  .site-header .navbar-brand {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.25rem;
  }

  .site-header .ms-auto {
    width: 100%;
    margin-left: 0 !important;
    justify-content: center;
  }

  .hero,
  section {
    scroll-margin-top: 1rem;
  }

  .display-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .section-title-strong {
    font-size: clamp(1.85rem, 8.2vw, 2.45rem);
    line-height: 1.07;
  }

  .lead-text {
    font-size: 1rem;
  }

  .hero-visual {
    min-height: 320px;
  }

  .vc-main {
    width: 100%;
    aspect-ratio: 16/10;
    height: auto;
    position: relative;
  }

  .vc-mini {
    display: block;
    width: 36%;
    aspect-ratio: 9/19.5;
    left: auto;
    right: 0.45rem;
    bottom: -0.65rem;
    z-index: 2;
  }

  .topic-card {
    min-height: 132px;
    padding: 0.75rem 0.64rem;
  }

  .topic-grid {
    margin-top: 1.25rem !important;
  }

  .topic-title {
    font-size: 0.95rem;
  }

  .topic-desc {
    font-size: 0.83rem;
  }

  .topic-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .topic-icon-svg {
    width: 30px;
    height: 30px;
  }

  .py-5 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  .py-4 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  .back-to-top {
    right: 0.8rem;
    bottom: 0.8rem;
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .site-footer {
    padding-top: 0.6rem !important;
    padding-bottom: 0.35rem !important;
  }

  #acesso {
    padding-bottom: 1.8rem !important;
  }

  .launch-note {
    margin-top: 1.35rem !important;
  }

  .gallery-slide {
    flex-basis: 190px;
    width: 190px;
    aspect-ratio: 227/291;
    height: auto;
  }
}
