:root {
  --orange: #ff3d0a;
  --orange-hot: #ff5b18;
  --black: #090909;
  --charcoal: #111111;
  --panel: #171717;
  --white: #ffffff;
  --paper: #f3f1ec;
  --muted: #a6a6a6;
  --line: rgba(255,255,255,.12);
  --shadow: 0 28px 80px rgba(0,0,0,.35);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { min-width: 320px; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
body::selection { background: var(--orange); color: var(--white); }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, strong { font-family: Montserrat, Inter, sans-serif; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--white); color: var(--black); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.nav { position: fixed; inset: 0 0 auto; z-index: 1000; height: 76px; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(9,9,9,.82); backdrop-filter: blur(18px); }
.nav__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 166px; height: auto; }
.nav__date { color: #d8d8d8; font-size: .84rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.nav__date span { margin: 0 8px; color: var(--orange); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid transparent; border-radius: 10px; font-family: Montserrat, sans-serif; font-size: .86rem; font-weight: 800; line-height: 1; letter-spacing: -.01em; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(255,61,10,.4); outline-offset: 3px; }
.button--primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 34px rgba(255,61,10,.23); }
.button--primary:hover { background: var(--orange-hot); box-shadow: 0 16px 42px rgba(255,61,10,.34); }
.button--ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); color: var(--white); }
.button--ghost:hover { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.08); }
.button--small { min-height: 42px; padding: 0 18px; }
.button--full { width: 100%; }
a.button.hotmart-fb.hotmart__button-checkout { background: var(--orange) !important; color: var(--white) !important; border-color: transparent !important; border-radius: 10px !important; box-shadow: 0 12px 34px rgba(255,61,10,.23) !important; font-family: Montserrat, sans-serif !important; font-weight: 800 !important; text-decoration: none !important; }
a.button.hotmart-fb.hotmart__button-checkout:hover { background: var(--orange-hot) !important; box-shadow: 0 16px 42px rgba(255,61,10,.34) !important; }

.hero { min-height: 850px; padding-top: 164px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 18% 36%, rgba(255,61,10,.12), transparent 34%), linear-gradient(180deg, #0b0b0b 0%, #090909 100%); }
.hero__glow { position: absolute; width: 680px; height: 680px; top: 40px; right: -260px; border-radius: 50%; background: rgba(255,61,10,.14); filter: blur(120px); }
.hero__line { position: absolute; border: 2px solid rgba(255,61,10,.23); transform: rotate(-18deg); pointer-events: none; }
.hero__line--one { width: 440px; height: 190px; right: -90px; top: 185px; }
.hero__line--two { width: 310px; height: 480px; right: 290px; bottom: -270px; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: #d0d0d0; font-size: .73rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.hero h1 { margin: 24px 0 24px; max-width: 720px; font-size: clamp(3.55rem, 6.6vw, 6.4rem); line-height: .94; letter-spacing: -.075em; }
.hero h1 em { color: var(--orange); font-style: italic; }
.hero__lead { max-width: 650px; color: #c8c8c8; font-size: clamp(1.03rem, 1.5vw, 1.22rem); line-height: 1.65; }
.hero__facts { display: flex; gap: 0; margin-top: 38px; }
.fact { min-width: 150px; padding: 0 25px; border-left: 1px solid rgba(255,255,255,.18); }
.fact:first-child { padding-left: 0; border-left: 0; }
.fact strong, .fact span { display: block; }
.fact strong { font-size: .98rem; color: var(--white); }
.fact span { margin-top: 2px; color: var(--muted); font-size: .78rem; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.microcopy { margin-top: 20px; display: flex; align-items: center; gap: 9px; color: #bdbdbd; font-size: .78rem; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(255,61,10,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(255,61,10,0); } 100% { box-shadow: 0 0 0 0 rgba(255,61,10,0); } }
.hero__visual { position: relative; }
.hero__image-wrap { position: relative; border-radius: 2px 2px 76px 2px; overflow: hidden; box-shadow: var(--shadow); isolation: isolate; }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; }
.hero__image-wrap { aspect-ratio: 4 / 5; }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.hero__image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.72)), linear-gradient(90deg, rgba(0,0,0,.04), transparent); }
.hero__stamp { position: absolute; right: -24px; bottom: 30px; min-width: 210px; padding: 18px 22px; background: var(--orange); box-shadow: 0 20px 50px rgba(0,0,0,.34); }
.hero__stamp::before { content: ""; position: absolute; width: 28px; height: 28px; top: -14px; right: 24px; border: 7px solid var(--white); border-width: 0 7px 7px 0; transform: rotate(-45deg); }
.hero__stamp strong, .hero__stamp span { display: block; }
.hero__stamp strong { font-size: 1.14rem; }
.hero__stamp span { font-size: .76rem; color: rgba(255,255,255,.82); }

.proof-bar { border-block: 1px solid rgba(255,255,255,.1); background: #0e0e0e; }
.proof-bar__grid { min-height: 132px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-bar__grid > div { display: flex; align-items: center; gap: 16px; padding: 16px 36px; border-left: 1px solid rgba(255,255,255,.12); }
.proof-bar__grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-bar strong { color: var(--orange); font-size: 2rem; letter-spacing: -.05em; }
.proof-bar span { max-width: 150px; color: #b6b6b6; font-size: .8rem; line-height: 1.45; }

.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading h2, .method__intro h2, .offer h2, .guarantee h2, .application h2, .final-cta h2 { margin-top: 14px; font-size: clamp(2.2rem, 4.5vw, 4.25rem); line-height: 1.03; letter-spacing: -.055em; }
.section-heading p, .method__intro > p, .offer__copy > p, .application__copy > p, .final-cta p { margin-top: 20px; color: #9f9f9f; font-size: 1.02rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.problem { background: #0c0c0c; }
.problem__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.problem-card { min-height: 265px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.09); background: linear-gradient(145deg, #171717, #101010); transition: transform .25s ease, border-color .25s ease; }
.problem-card:hover { transform: translateY(-5px); border-color: rgba(255,61,10,.42); }
.problem-card b { margin-bottom: auto; color: rgba(255,255,255,.15); font-size: 2.2rem; }
.problem-card h3 { font-size: 1.13rem; }
.problem-card p { margin-top: 10px; color: #9d9d9d; font-size: .86rem; }
.problem-card--accent { background: var(--orange); border-color: var(--orange); }
.problem-card--accent b { color: rgba(255,255,255,.35); }
.problem-card--accent p { color: rgba(255,255,255,.84); }

.manifesto { background: var(--paper); color: var(--black); }
.manifesto__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.manifesto__statement span, .manifesto__statement strong, .manifesto__statement em { display: block; }
.manifesto__statement span { font-family: Montserrat; font-size: clamp(2.7rem, 6vw, 6rem); line-height: 1; letter-spacing: -.07em; font-weight: 600; }
.manifesto__statement strong { color: var(--orange); font-size: clamp(3.4rem, 7.5vw, 7.5rem); line-height: .95; letter-spacing: -.08em; }
.manifesto__statement em { margin-top: 12px; font-family: Montserrat; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .96; font-style: normal; font-weight: 900; letter-spacing: -.07em; }
.manifesto__copy { padding: 45px; border-radius: var(--radius); background: var(--orange); color: var(--white); box-shadow: var(--shadow); }
.manifesto__copy p { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 1rem; }
.manifesto__copy p:last-child { border: 0; }

.experience { overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(255,61,10,.13), transparent 48%), #090909; }
.video-shell { max-width: 1060px; margin-inline: auto; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #000; box-shadow: 0 32px 100px rgba(0,0,0,.55); }
.video-shell video { width: 100%; aspect-ratio: 16 / 9; border-radius: 11px; background: #000; }
.video-caption { padding: 13px 8px 5px; color: #8d8d8d; font-size: .78rem; text-align: center; }

.authority { overflow: hidden; background: var(--paper); color: var(--black); }
.authority__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.authority__visual { position: relative; overflow: hidden; min-height: 570px; border-radius: var(--radius); background: #111; box-shadow: var(--shadow); }
.authority__visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 36% center; }
.authority__visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.authority__quote { position: absolute; z-index: 1; right: 32px; bottom: 30px; left: 32px; color: var(--white); font-family: Montserrat, sans-serif; font-size: clamp(1.45rem, 3vw, 2.5rem); font-weight: 900; line-height: 1.05; letter-spacing: -.04em; }
.authority .section-kicker { color: #676767; }
.authority__copy h2 { max-width: 680px; color: var(--black); }
.authority__copy > p { max-width: 680px; margin-top: 22px; color: #5b5b5b; }
.authority__numbers { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d6d2ca; border-left: 1px solid #d6d2ca; }
.authority__numbers > div { min-height: 126px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid #d6d2ca; border-bottom: 1px solid #d6d2ca; }
.authority__numbers strong { color: var(--orange); font-size: 1.85rem; line-height: 1; }
.authority__numbers span { margin-top: 8px; color: #666; font-size: .76rem; }

.method { background: #0e0e0e; }
.method__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.method__intro { position: sticky; top: 120px; }
.method__steps { border-top: 1px solid var(--line); }
.method-step { display: grid; grid-template-columns: 72px 1fr; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.method-step > span { color: var(--orange); font-family: Montserrat; font-weight: 800; }
.method-step h3 { font-size: 1.23rem; }
.method-step p { margin-top: 8px; max-width: 520px; color: #9f9f9f; font-size: .9rem; }

.takeaways { background: var(--paper); color: var(--black); }
.takeaways .section-kicker { color: #616161; }
.takeaways__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.takeaway { min-height: 270px; padding: 30px; display: flex; flex-direction: column; border: 1px solid #d8d5ce; background: #faf9f6; }
.takeaway span { margin-bottom: auto; color: var(--orange); font-family: Montserrat; font-weight: 800; }
.takeaway h3 { font-size: 1.1rem; }
.takeaway p { margin-top: 10px; color: #676767; font-size: .84rem; }
.takeaway--dark { color: var(--white); border-color: var(--black); background: var(--black); }
.takeaway--dark p { color: #a7a7a7; }

.location { background: var(--orange); }
.location__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.location .section-kicker { color: rgba(255,255,255,.72); }
.location__date strong { display: inline-block; font-size: clamp(5rem, 12vw, 11rem); line-height: .8; letter-spacing: -.09em; }
.location__date i { margin: 0 16px; font-family: Montserrat; font-size: 3rem; font-style: normal; }
.location__month { display: block; margin-top: 28px; font-family: Montserrat; font-size: 1.2rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.location__details { padding: 48px; border-radius: var(--radius); background: var(--white); color: var(--black); box-shadow: var(--shadow); }
.location__item { padding: 20px 0; border-bottom: 1px solid #dedede; }
.location__item small, .location__item strong, .location__item span { display: block; }
.location__item small { color: var(--orange); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.location__item strong { margin-top: 7px; font-size: 1.15rem; }
.location__item span { margin-top: 5px; color: #616161; font-size: .9rem; }
.text-link { display: inline-block; margin-top: 24px; color: var(--black); font-weight: 800; text-decoration-color: var(--orange); text-underline-offset: 5px; }

.offer { overflow: hidden; background: #0b0b0b; }
.offer__glow { position: absolute; width: 620px; height: 620px; right: -220px; bottom: -280px; border-radius: 50%; background: rgba(255,61,10,.18); filter: blur(110px); }
.offer__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.check-list { margin-top: 28px; display: grid; gap: 12px; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #d2d2d2; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.price-card { position: relative; padding: 46px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(145deg, #1a1a1a, #111); box-shadow: var(--shadow); }
.price-card__flag { position: absolute; right: 24px; top: -17px; padding: 9px 15px; border-radius: 999px; background: var(--orange); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.price-card__label { color: #a8a8a8; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.price { display: flex; align-items: flex-start; margin: 12px 0 24px; }
.price sup { padding-top: 18px; font-size: 1.3rem; font-weight: 700; }
.price strong { font-size: clamp(4.4rem, 8vw, 7.4rem); line-height: .9; letter-spacing: -.085em; }
.price-card__options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.price-card__options span { padding: 14px; border: 1px solid var(--line); border-radius: 10px; color: #a7a7a7; font-size: .76rem; }
.price-card__options b { display: block; color: var(--white); font-size: .84rem; }
.price-card__assist { display: block; margin-top: 16px; color: #c8c8c8; font-size: .8rem; text-align: center; }
.price-card__safe { display: block; margin-top: 20px; color: #767676; font-size: .67rem; text-align: center; }

.guarantee { padding-top: 0; background: #0b0b0b; }
.guarantee__card { padding: 52px; display: grid; grid-template-columns: 180px 1fr; gap: 50px; align-items: center; border-radius: var(--radius); background: var(--paper); color: var(--black); }
.guarantee__seal { width: 160px; height: 160px; display: grid; place-items: center; border: 3px solid var(--orange); border-radius: 50%; color: var(--orange); font-family: Montserrat; font-size: 2.4rem; font-weight: 900; }
.guarantee .section-kicker { color: #555; }
.guarantee h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
.guarantee p { margin: 18px 0; max-width: 760px; color: #555; }
.guarantee strong { color: var(--orange); }

.application { background: #101010; }
.application__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.application__copy { position: sticky; top: 120px; }
.application__note { margin: 30px 0 18px; padding: 20px; border-left: 3px solid var(--orange); background: rgba(255,61,10,.08); }
.application__note strong, .application__note span { display: block; }
.application__note span { margin-top: 5px; color: #9b9b9b; font-size: .8rem; }
.form-shell { min-height: 610px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: var(--white); overflow: hidden; }
.form-shell iframe { width: 100%; min-height: 600px; border: 0; border-radius: 8px; }
.form-shell iframe[data-layout-iframe-id="inline-cdmNZBziNMQaWhvAktQM"] { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; position: relative !important; left: auto !important; }

.faq { background: var(--paper); color: var(--black); }
.faq .section-kicker { color: #626262; }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq__list details { border-bottom: 1px solid #cfcac0; }
.faq__list summary { position: relative; padding: 24px 42px 24px 0; list-style: none; font-family: Montserrat; font-weight: 800; cursor: pointer; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--orange); font-size: 1.5rem; }
.faq__list details[open] summary::after { content: "−"; }
.faq__list details p { padding: 0 40px 24px 0; color: #5f5f5f; font-size: .9rem; }

.final-cta { overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 60%, rgba(255,61,10,.21), transparent 44%), #090909; }
.final-cta__inner { max-width: 900px; }
.final-cta img { margin-inline: auto; }
.hero__actions--center { justify-content: center; }

.footer { border-top: 1px solid var(--line); background: #080808; }
.footer__inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #777; font-size: .75rem; }
.footer img { width: 94px; height: auto; }
.footer a { color: #9a9a9a; text-decoration: none; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .pulse { animation: none; } }

@media (max-width: 1024px) {
  .section { padding: 90px 0; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero__grid { gap: 40px; }
  .hero__facts { flex-wrap: wrap; row-gap: 18px; }
  .fact { min-width: 132px; }
  .problem__grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto__grid, .method__grid, .offer__grid, .authority__grid { gap: 56px; }
  .takeaways__grid { grid-template-columns: repeat(2, 1fr); }
  .application__grid, .faq__grid { grid-template-columns: .9fr 1.1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 72px 0; }
  .nav { height: 66px; }
  .brand img { width: 136px; }
  .nav__date, .nav .button { display: none; }
  .hero { padding-top: 112px; padding-bottom: 78px; }
  .hero__grid, .manifesto__grid, .method__grid, .location__grid, .offer__grid, .application__grid, .faq__grid, .authority__grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 48px; }
  .hero h1 { font-size: clamp(3.15rem, 15.5vw, 5rem); }
  .hero__lead { font-size: .98rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .fact { min-width: 0; padding: 0 12px; }
  .fact strong { font-size: .84rem; }
  .fact span { font-size: .66rem; }
  .hero__visual { width: 94%; margin-inline: auto; }
  .hero__image-wrap { aspect-ratio: 1 / 1.16; }
  .hero__image-wrap img { object-position: 36% center; }
  .hero__stamp { right: -18px; bottom: 20px; min-width: 186px; }
  .proof-bar__grid { grid-template-columns: 1fr; padding-block: 18px; }
  .proof-bar__grid > div, .proof-bar__grid > div:first-child { padding: 18px 0; border-left: 0; border-top: 1px solid var(--line); }
  .proof-bar__grid > div:first-child { border-top: 0; }
  .problem__grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 220px; }
  .manifesto__grid { gap: 44px; }
  .manifesto__copy { padding: 26px; }
  .authority__grid { gap: 42px; }
  .authority__visual { min-height: 440px; }
  .authority__quote { right: 22px; bottom: 22px; left: 22px; }
  .authority__numbers > div { min-height: 110px; padding: 18px; }
  .method__intro, .application__copy { position: static; }
  .method__grid { gap: 40px; }
  .method-step { grid-template-columns: 48px 1fr; }
  .takeaways__grid { grid-template-columns: 1fr; }
  .takeaway { min-height: 220px; }
  .location__grid { gap: 45px; }
  .location__date strong { font-size: 7.3rem; }
  .location__date i { margin: 0 8px; font-size: 2rem; }
  .location__details { padding: 28px; }
  .price-card { padding: 36px 24px 28px; }
  .price-card__flag { right: 14px; }
  .price-card__options { grid-template-columns: 1fr; }
  .guarantee__card { padding: 34px 25px; grid-template-columns: 1fr; gap: 26px; }
  .guarantee__seal { width: 110px; height: 110px; font-size: 1.8rem; }
  .form-shell { min-height: 630px; }
  .faq__grid { gap: 16px; }
  .footer { padding-bottom: 82px; }
  .footer__inner { padding: 30px 0; flex-direction: column; text-align: center; }
  .mobile-cta { position: fixed; z-index: 999; inset: auto 0 0; min-height: 72px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255,255,255,.14); background: rgba(8,8,8,.94); backdrop-filter: blur(16px); }
  .mobile-cta > div span, .mobile-cta > div strong { display: block; }
  .mobile-cta > div span { color: #9d9d9d; font-size: .62rem; }
  .mobile-cta > div strong { font-size: .9rem; }
  .mobile-cta .button { min-height: 48px; padding: 0 17px; }
}

@media (max-width: 390px) {
  .hero__facts { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .price strong { font-size: 4.15rem; }
  .mobile-cta > div { display: none; }
  .mobile-cta .button { width: 100%; }
}
