:root {
  --ink: #15120f;
  --muted: #6c6256;
  --panel: #fff7e7;
  --line: #dfc274;
  --dark: #080806;
  --steel: #221f19;
  --green: #39ff14;
  --green-dark: #139600;
  --warning: #f6b611;
  --danger: #d92d20;
  --danger-dark: #7e130d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--dark);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(8, 8, 6, 0.92);
  border-bottom: 1px solid rgba(246, 182, 17, 0.42);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: clamp(1.08rem, 2.2vw, 1.72rem);
  font-weight: 900;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #0b0906;
  background: var(--warning);
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-size: 0.86rem;
}

nav {
  display: flex;
  gap: 24px;
  color: #f3dfad;
  font-size: 0.94rem;
  font-weight: 700;
}

.cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  border: 2px solid #ffffff;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(57, 255, 20, 0.24);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: calc(100vh - 70px);
  background: #050504;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(820px, 58vw);
  padding: clamp(40px, 7vw, 96px) clamp(20px, 5vw, 70px);
  transform: translateY(-28px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--warning);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: #ffffff;
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 3.45vw, 3.72rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.06rem, 1.58vw, 1.28rem);
  line-height: 1.7;
}

.secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #ffffff;
  background: rgba(217, 45, 32, 0.16);
  border: 2px solid var(--warning);
  border-radius: 6px;
  font-weight: 900;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-strip span {
  padding: 10px 12px;
  background: rgba(255, 247, 231, 0.1);
  border: 1px solid var(--warning);
  border-radius: 6px;
  color: #fff1bf;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: block;
  min-height: 100%;
  padding: 0;
  background: #050504;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(0, 0, 0, 0.94) 24%,
    rgba(0, 0, 0, 0.76) 40%,
    rgba(0, 0, 0, 0.4) 58%,
    rgba(0, 0, 0, 0.08) 78%,
    rgba(0, 0, 0, 0.16) 100%
  );
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 70px);
  object-fit: cover;
  object-position: 64% center;
  box-shadow: none;
}

.section,
.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.pain-band {
  background: linear-gradient(90deg, var(--danger-dark), var(--dark));
  color: #ffffff;
  padding: 54px 0;
}

.pain-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.pain-grid h2 {
  margin-bottom: 0;
}

.pain-grid p:last-child {
  color: #d9e1db;
  font-size: 1.16rem;
  line-height: 1.8;
  margin-top: 42px;
}

.info-video {
  padding: 76px 18px;
  color: #ffffff;
  background:
    radial-gradient(ellipse at center, rgba(82, 13, 8, 0.58), transparent 56%),
    linear-gradient(135deg, #070706, #160806 62%, #050504);
}

.info-video-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.info-video-copy h2 {
  color: #ffffff;
}

.info-video-copy p:not(.eyebrow) {
  color: #f2e4c2;
  font-size: 1.08rem;
  line-height: 1.7;
}

.info-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000000;
  border: 2px solid rgba(246, 182, 17, 0.78);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62), 0 0 80px rgba(82, 13, 8, 0.34);
}

.info-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(66px, 8vw, 88px);
  height: clamp(66px, 8vw, 88px);
  background: var(--green);
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.info-video-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36%;
  height: 42%;
  background: #ffffff;
  transform: translate(-38%, -50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.info-video-frame.is-playing .info-video-play {
  opacity: 0;
  visibility: hidden;
}

.section {
  padding: 86px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

#conteudo {
  width: 100%;
  padding-inline: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 0%, rgba(217, 45, 32, 0.22), transparent 34%),
    linear-gradient(135deg, #080806, #17110b 62%, #2d0906);
}

#conteudo .section-heading {
  width: min(1180px, 100%);
  max-width: none;
  margin-inline: auto;
}

#conteudo .section-heading h2 {
  max-width: 980px;
  color: #ffffff;
}

#conteudo .section-heading .eyebrow {
  color: var(--warning);
}

#conteudo .cards {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.consult-box,
.offer-panel,
.quote-box,
details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cards article {
  padding: 24px;
  background: rgba(255, 247, 231, 0.08);
  border: 1px solid rgba(246, 182, 17, 0.42);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cards article:hover {
  background: rgba(255, 247, 231, 0.12);
  border-color: rgba(246, 182, 17, 0.86);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36), 0 0 28px rgba(246, 182, 17, 0.12);
  transform: translateY(-8px);
}

.card-icon {
  display: inline-grid;
  width: 44px;
  height: 34px;
  margin-bottom: 20px;
  place-items: center;
  color: #10210e;
  background: linear-gradient(180deg, #ffc928, var(--warning));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(246, 182, 17, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-weight: 900;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.cards article:hover .card-icon {
  box-shadow: 0 0 24px rgba(246, 182, 17, 0.34);
  transform: scale(1.04);
}

.cards p,
.faq p,
.consult-box span {
  color: var(--muted);
  line-height: 1.7;
}

.consult-box span {
  justify-self: center;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.18);
  text-transform: uppercase;
}

#conteudo .cards h3 {
  color: #ffffff;
}

#conteudo .cards p {
  color: #f2e4c2;
}

.credibility p {
  color: #f2e4c2;
  line-height: 1.7;
}

.credibility {
  padding: 86px 0;
  background: #17130e;
  color: #ffffff;
}

.credibility .eyebrow {
  color: var(--warning);
}

.credibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 28px;
  align-items: start;
}

.quote-box {
  position: relative;
  padding: 30px;
  margin-top: 58px;
  border-left: 6px solid var(--warning);
  background:
    linear-gradient(135deg, rgba(255, 247, 231, 0.1), rgba(126, 19, 13, 0.22));
  border-color: rgba(246, 182, 17, 0.7);
}

.quote-box::before {
  content: "“";
  position: absolute;
  top: -8px;
  left: 22px;
  color: var(--warning);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.65;
}

.quote-box p {
  position: relative;
  margin-bottom: 0;
  color: #fff4cf;
  font-size: 1.22rem;
  font-weight: 800;
}

.offer {
  padding: 94px 18px;
  background:
    linear-gradient(rgba(12, 15, 13, 0.88), rgba(12, 15, 13, 0.88)),
    url("assets/manual-auto-center-golpes.png") center / cover;
}

.offer-panel {
  display: grid;
  width: min(1120px, 100%);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 52px);
  background:
    radial-gradient(circle at 18% 0%, rgba(246, 182, 17, 0.16), transparent 35%),
    linear-gradient(135deg, rgba(8, 8, 6, 0.98), rgba(36, 17, 10, 0.98) 55%, rgba(82, 13, 8, 0.96));
  border: 2px solid rgba(246, 182, 17, 0.78);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.offer-cover {
  position: relative;
}

.offer-cover::before {
  content: "";
  position: absolute;
  inset: 10% 4% -4%;
  background: radial-gradient(circle, rgba(246, 182, 17, 0.45), rgba(217, 45, 32, 0.18), transparent 70%);
  filter: blur(18px);
}

.offer-cover img {
  position: relative;
  width: 100%;
  border: 2px solid #111111;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.42);
  animation: ebookPulse 3.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes ebookPulse {
  0%,
  100% {
    filter: brightness(1);
    transform: scale(1);
  }

  50% {
    filter: brightness(1.08);
    transform: scale(1.025);
  }
}

.offer-content {
  min-width: 0;
}

.offer-content h2 {
  color: #ffffff;
}

.offer-copy {
  color: #f2e4c2;
  font-size: 1.08rem;
  line-height: 1.7;
}

.price-card {
  display: grid;
  gap: 6px;
  margin: 24px 0;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #090806, var(--danger-dark));
  border: 2px solid var(--warning);
  border-radius: 8px;
}

.old-price {
  width: max-content;
  color: #f4d9b8;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  font-weight: 900;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--danger);
}

.price-label {
  color: var(--warning);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card strong {
  color: var(--green);
  font-size: clamp(3.4rem, 8vw, 6.5rem);
  line-height: 0.88;
  text-shadow: 0 0 22px rgba(57, 255, 20, 0.28);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #fff4cf;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #083d00;
  background: var(--green);
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 900;
}

.cta-large {
  width: 100%;
  min-height: 58px;
  font-size: 1rem;
  animation: ctaPulse 2.8s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    filter: brightness(1);
    transform: scale(1);
    box-shadow: 0 12px 28px rgba(57, 255, 20, 0.24);
  }

  50% {
    filter: brightness(1.08);
    transform: scale(1.018);
    box-shadow: 0 18px 42px rgba(57, 255, 20, 0.42);
  }
}

.consult {
  width: 100%;
  padding-inline: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 0%, rgba(246, 182, 17, 0.18), transparent 34%),
    linear-gradient(135deg, #080806, #1b120d 58%, #330d09);
}

.consult .section-heading {
  width: min(980px, 100%);
  margin-inline: auto;
  text-align: center;
}

.consult .section-heading h2 {
  color: #ffffff;
}

.consult .section-heading .eyebrow {
  color: var(--warning);
}

.consult .section-heading p:not(.eyebrow) {
  color: #f2e4c2;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

.consult-grid {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 36px auto 18px;
}

.consult-grid article {
  padding: 22px;
  background: rgba(255, 247, 231, 0.08);
  border: 1px solid rgba(246, 182, 17, 0.36);
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.consult-grid article:hover {
  background: rgba(255, 247, 231, 0.12);
  border-color: rgba(246, 182, 17, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), 0 0 26px rgba(246, 182, 17, 0.12);
  transform: translateY(-8px);
}

.consult-grid .consult-icon {
  display: inline-grid;
  width: 44px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  color: #100c06;
  background: linear-gradient(180deg, #ffc928, var(--warning));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(246, 182, 17, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-weight: 900;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.consult-grid article:hover .consult-icon {
  box-shadow: 0 0 26px rgba(246, 182, 17, 0.34);
  transform: scale(1.04);
}

.consult-grid h3 {
  color: #ffffff;
}

.consult-grid p {
  margin-bottom: 0;
  color: #f2e4c2;
  line-height: 1.65;
}

.combo-panel {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin: 38px auto 0;
  padding: clamp(24px, 4.5vw, 48px);
  background:
    radial-gradient(circle at 16% 0%, rgba(246, 182, 17, 0.14), transparent 34%),
    radial-gradient(circle at 86% 86%, rgba(57, 255, 20, 0.1), transparent 32%),
    linear-gradient(135deg, #050504, #100b08 54%, #240906);
  border: 2px solid rgba(246, 182, 17, 0.72);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.combo-cover {
  position: relative;
}

.combo-cover::before {
  content: "";
  position: absolute;
  inset: 8% 4% -5%;
  background: radial-gradient(circle, rgba(246, 182, 17, 0.34), rgba(57, 255, 20, 0.13), transparent 68%);
  filter: blur(20px);
}

.combo-cover img {
  position: relative;
  width: 100%;
  border: 2px solid #111111;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.48);
  animation: ebookPulse 3.2s ease-in-out infinite;
  transform-origin: center;
}

.combo-content {
  min-width: 0;
}

.combo-content h3 {
  max-width: 720px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.combo-copy {
  color: #f2e4c2;
  font-size: 1.06rem;
  line-height: 1.7;
}

.combo-price-card {
  display: grid;
  gap: 6px;
  margin: 24px 0;
  padding: 20px;
  background: linear-gradient(135deg, #090806, var(--danger-dark));
  border: 2px solid var(--warning);
  border-radius: 8px;
}

.combo-price-card span {
  color: var(--warning);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.combo-price-card strong {
  color: var(--green);
  font-size: clamp(3.4rem, 7vw, 5.6rem);
  line-height: 0.9;
  text-shadow: 0 0 22px rgba(57, 255, 20, 0.28);
}

.consult-box {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
  margin: 0 auto;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 247, 231, 0.12), rgba(57, 255, 20, 0.1));
  border: 1px solid rgba(57, 255, 20, 0.46);
}

.consult-box strong {
  color: var(--green);
  font-size: 2rem;
  text-shadow: 0 0 18px rgba(57, 255, 20, 0.24);
}

.consult-box .cta {
  animation: ctaPulse 2.8s ease-in-out infinite;
}

.faq {
  width: 100%;
  padding-inline: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 0%, rgba(246, 182, 17, 0.16), transparent 32%),
    linear-gradient(135deg, #080806, #17110b 62%, #2d0906);
}

.faq .section-heading {
  width: min(980px, 100%);
  max-width: none;
  margin-inline: auto;
}

.faq .section-heading h2 {
  color: #ffffff;
}

.faq .section-heading .eyebrow {
  color: var(--warning);
}

.faq .section-heading p:not(.eyebrow) {
  color: #f2e4c2;
}

details {
  width: min(980px, 100%);
  padding: 0 22px;
  margin: 0 auto 12px;
  background: rgba(255, 247, 231, 0.08);
  border-color: rgba(246, 182, 17, 0.46);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

details:hover {
  background: rgba(255, 247, 231, 0.12);
  border-color: rgba(246, 182, 17, 0.86);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32), 0 0 24px rgba(246, 182, 17, 0.1);
  transform: translateY(-5px);
}

summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
}

details[open] {
  background: rgba(255, 247, 231, 0.12);
}

.faq p {
  color: #f2e4c2;
}

footer {
  padding: 34px 18px;
  color: #dce4de;
  background: var(--dark);
  text-align: center;
}

footer p {
  margin: 0 auto 8px;
  max-width: 820px;
}

@media (max-width: 900px) {
  .topbar {
    position: static;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .pain-grid,
  .info-video-grid,
  .credibility-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    width: min(680px, 100%);
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-media {
    min-height: 100%;
    clip-path: none;
  }

  .hero-media img {
    min-height: 100%;
    object-position: 70% center;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consult-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .consult-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-panel,
  .combo-panel {
    grid-template-columns: 1fr;
  }

  .offer-cover,
  .combo-cover {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .topbar {
    padding: 12px 16px;
  }

  .brand {
    font-size: 1.08rem;
  }

  nav {
    display: none;
  }

  .hero-copy {
    padding: 34px 18px;
  }

  h1 {
    font-size: 2.45rem;
  }

  .cta,
  .secondary {
    width: 100%;
  }

  .proof-strip span {
    flex: 1 1 100%;
  }

  .section {
    width: 100%;
    padding: 62px 18px;
  }

  .section-heading {
    width: 100%;
  }

  .section-heading h2,
  .faq .section-heading h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
    line-height: 1.08;
  }

  .section-heading p:not(.eyebrow),
  .faq .section-heading p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
  }

  details {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 10px;
  }

  summary {
    min-height: 58px;
    font-size: 1rem;
    line-height: 1.3;
  }

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

  .consult-grid {
    grid-template-columns: 1fr;
  }

  .info-video-play {
    top: 42%;
  }

  .price-card {
    padding: 18px;
  }
}
