:root {
  --bg: #020104;
  --panel: #08050d;
  --panel-2: #10071a;
  --line: rgba(155, 83, 232, 0.32);
  --line-strong: rgba(164, 82, 235, 0.72);
  --text: #fff;
  --muted: #cfc7d8;
  --dim: #93889d;
  --purple: #8c4dff;
  --pink: #c34cff;
  --violet: #6740db;
  --radius: 14px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 7%, rgba(70, 22, 88, 0.34), transparent 24rem),
    radial-gradient(circle at 50% 42%, rgba(50, 18, 78, 0.16), transparent 30rem),
    radial-gradient(circle at 18% 78%, rgba(73, 19, 98, 0.18), transparent 18rem),
    #000;
}

a { color: inherit; }
.page-shell {
  width: min(100%, 430px);
  margin: 0 auto;
  overflow-x: hidden;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 5%, rgba(70, 24, 91, .34), transparent 18rem),
    radial-gradient(circle at 70% 62%, rgba(58, 20, 94, .16), transparent 26rem),
    linear-gradient(180deg, #050307 0%, #000 14%, #030105 100%);
  box-shadow: 0 0 64px rgba(78, 38, 145, 0.18);
}

.section-pad { padding: 36px 18px; }
.hero {
  min-height: 745px;
  position: relative;
  padding-top: 20px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .58) 42%, rgba(0, 0, 0, .08) 100%),
    linear-gradient(180deg, rgba(1, 1, 6, .12) 0%, rgba(2, 1, 4, .08) 66%, #000 100%),
    url("assets/fundo.jpeg") center top / cover no-repeat;
}

.brand {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.brand-mark,
.final-mark {
  width: 42px;
  height: 42px;
  position: relative;
  filter: drop-shadow(0 0 12px rgba(195, 56, 255, 0.9));
}

.brand-mark span,
.final-mark span {
  position: absolute;
  top: 2px;
  width: 9px;
  height: 38px;
  border-radius: 2px;
  background: linear-gradient(180deg, #f643ff, #6b2dff 62%, #13d6ff);
  transform-origin: top;
}
.brand-mark span:nth-child(1), .final-mark span:nth-child(1) { left: 6px; transform: skewY(28deg); }
.brand-mark span:nth-child(2), .final-mark span:nth-child(2) { left: 17px; height: 31px; transform: skewY(-28deg); }
.brand-mark span:nth-child(3), .final-mark span:nth-child(3) { right: 6px; transform: skewY(-28deg); }

.hero-copy {
  width: 57%;
  max-width: 252px;
  padding-top: 78px;
  position: relative;
  z-index: 3;
}

h1, h2, h3, p { margin: 0; }
h1 {
  font-size: clamp(2.02rem, 8.1vw, 2.55rem);
  line-height: 1.03;
  font-weight: 900;
}
h1 span, h2 span, h3 span {
  color: var(--purple);
  text-shadow: 0 0 8px rgba(145, 76, 255, 0.42), 0 0 18px rgba(118, 54, 202, .2);
}
.hero-copy p {
  margin-top: 20px;
  font-size: .82rem;
  line-height: 1.43;
  color: #eee8f1;
}

.hero-media {
  position: absolute;
  inset: 88px -78px auto auto;
  width: 54%;
  height: 560px;
  pointer-events: none;
}
.athlete-cutout { position: relative; width: 100%; height: 100%; }
.athlete-head {
  position: absolute;
  top: 18px;
  left: 42%;
  width: 76px;
  height: 92px;
  border-radius: 44% 48% 48% 42%;
  background: linear-gradient(135deg, #c99076, #6f382d);
  box-shadow: -24px -8px 0 -10px #23101b;
}
.athlete-torso {
  position: absolute;
  top: 112px;
  left: 30%;
  width: 148px;
  height: 210px;
  border-radius: 48% 48% 28% 28%;
  background: linear-gradient(145deg, #3a164e 0 36%, #b37763 37% 63%, #351147 64%);
  box-shadow: inset -20px 0 34px rgba(0,0,0,.42), 0 0 34px rgba(132, 44, 255, .24);
}
.athlete-arm, .athlete-leg, .dumbbell { position: absolute; }
.athlete-arm { top: 142px; width: 38px; height: 245px; border-radius: 28px; background: linear-gradient(#b77962, #6e362d); }
.athlete-arm.left { left: 22%; transform: rotate(8deg); }
.athlete-arm.right { left: 79%; transform: rotate(-5deg); }
.athlete-leg { top: 300px; width: 68px; height: 250px; border-radius: 18px 18px 26px 26px; background: linear-gradient(#351147, #221028); }
.athlete-leg.left { left: 35%; transform: rotate(2deg); }
.athlete-leg.right { left: 58%; transform: rotate(-3deg); }
.dumbbell {
  top: 345px;
  width: 82px;
  height: 70px;
  border-radius: 18px;
  background: linear-gradient(135deg, #101014, #33313a);
  box-shadow: inset 0 0 22px rgba(0,0,0,.78);
}
.dumbbell.left { left: 12%; }
.dumbbell.right { left: 76%; }

.quick-strip {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(6, 3, 10, 0.78);
  box-shadow: 0 0 18px rgba(118, 58, 201, 0.22);
  overflow: hidden;
  z-index: 4;
}
.quick-strip div {
  min-height: 70px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 8px 3px;
  text-align: center;
  color: #f7f2fb;
  font-size: .5rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
  border-right: 1px solid rgba(255,255,255,.2);
}
.quick-strip div:last-child { border-right: 0; }

i[data-icon] {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: #a95cff;
  filter: drop-shadow(0 0 5px rgba(154, 82, 232, .62));
}
i[data-icon] svg { width: 100%; height: 100%; stroke-width: 1.8; }

section h2 {
  max-width: 100%;
  font-size: clamp(1.64rem, 6.65vw, 2.18rem);
  line-height: 1.06;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
}
.pain-section { padding-top: 18px; }
.pain-section h2 span,
.method-section h2 span,
.steps-section h2 span,
.pricing-section h2 span { display: block; }

.card-grid, .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}
.mini-card,
.feature-grid article,
.app-tags span,
.plan {
  min-width: 0;
  border: 1px solid rgba(146, 79, 218, .28);
  background: linear-gradient(145deg, rgba(13, 8, 20, .92), rgba(3, 2, 6, .94));
  box-shadow: inset 0 0 22px rgba(95, 44, 134, .08), 0 0 14px rgba(89, 39, 150, .1);
}
.mini-card {
  min-height: 122px;
  border-radius: 10px;
  padding: 16px 11px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
}
.mini-card p {
  font-size: .78rem;
  line-height: 1.32;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.method-section { padding-top: 18px; }
.method-section h2 { font-size: clamp(1.48rem, 5.9vw, 1.94rem); }
.method-section h2 span { font-size: .86em; }
.feature-grid article {
  min-height: 142px;
  border-radius: 10px;
  padding: 16px 12px;
}
.feature-grid h3 {
  margin-top: 8px;
  font-size: .8rem;
  line-height: 1.14;
  font-weight: 800;
}
.feature-grid p {
  margin-top: 7px;
  color: var(--muted);
  font-size: .64rem;
  line-height: 1.42;
}

.app-section {
  padding-top: 48px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(76, 38, 135, .3), transparent 17rem),
    linear-gradient(180deg, transparent, rgba(26, 9, 47, .36) 52%, transparent);
}
.app-section h2 { font-size: clamp(2rem, 8.2vw, 3.05rem); }
.app-section h2 span { display: block; }
.app-section p {
  width: min(92%, 360px);
  margin: 16px auto 28px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}
.phones {
  height: 390px;
  position: relative;
  margin: 0 -10px;
}
.phone {
  position: absolute;
  bottom: 0;
  width: 36%;
  max-width: 165px;
  aspect-ratio: 9 / 18.7;
  border: 5px solid #111;
  border-radius: 28px;
  background: #050507;
  box-shadow: 0 14px 36px rgba(0,0,0,.78), 0 0 22px rgba(132, 45, 255,.45);
  overflow: hidden;
}
.phone.side:first-child { left: 2%; transform: rotate(-5deg); }
.phone.side:last-child { right: 2%; transform: rotate(5deg); }
.main-phone { left: 50%; transform: translateX(-50%); width: 42%; max-width: 190px; z-index: 3; }
.phone-top {
  width: 42%;
  height: 14px;
  margin: 7px auto 0;
  border-radius: 0 0 12px 12px;
  background: #000;
}
.phone-screen {
  margin: 8px;
  height: calc(100% - 30px);
  border-radius: 19px;
  background: linear-gradient(180deg, #0c0c12, #050508);
  position: relative;
  overflow: hidden;
}
.phone-screen::before, .phone-screen::after { content: ""; position: absolute; border-radius: 9px; }
.phone-screen.home::before { inset: 44px 12px auto; height: 78px; background: linear-gradient(135deg,#401480,#101014); box-shadow: 0 90px 0 #11121a, 0 145px 0 #11121a; }
.phone-screen.home::after { left: 12px; right: 12px; bottom: 18px; height: 46px; border: 1px solid #282139; }
.phone-screen.schedule::before { left: 13px; right: 13px; top: 64px; height: 34px; background: #4d20cf; box-shadow: 0 48px 0 #181622, 0 96px 0 #181622, 0 144px 0 #181622; }
.phone-screen.workout::before { left: 18px; right: 18px; top: 70px; height: 108px; background: linear-gradient(160deg,#21142d,#51358a); }
.app-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.app-tags span {
  min-height: 58px;
  border-radius: 9px;
  padding: 8px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 6px;
  align-items: center;
  text-align: left;
  font-size: .62rem;
  font-weight: 700;
}
.app-tags i[data-icon] { width: 27px; height: 27px; }

.steps-section {
  padding-top: 20px;
  padding-bottom: 42px;
  text-align: center;
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .58) 18%, rgba(0, 0, 0, .62) 78%, #000 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .36) 50%, rgba(0, 0, 0, .72) 100%),
    url("assets/fundo.jpeg") center center / cover no-repeat;
}
.timeline {
  margin-top: 30px;
  overflow: visible;
}
.timeline-buttons {
  width: 100%;
  display: block;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 14px rgba(126, 59, 215, .32));
}
.timeline-copy {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}
.timeline h3 { font-size: .58rem; line-height: 1.12; }
.timeline p { margin-top: 4px; color: var(--dim); font-size: .45rem; line-height: 1.25; }

.support-section {
  padding: 26px 8px 44px;
  background: radial-gradient(circle at 92% 20%, rgba(77, 23, 105, .26), transparent 17rem);
}
.support-card {
  border: 2px solid var(--line-strong);
  border-radius: 18px;
  padding: 20px 16px 24px;
  box-shadow: inset 0 0 30px rgba(93, 43, 165,.16), 0 0 20px rgba(139, 70, 216,.26);
}
.platform-preview { height: 270px; position: relative; margin-bottom: 18px; }
.desktop-frame {
  position: absolute;
  left: 4%;
  right: 8%;
  top: 20px;
  height: 195px;
  border: 8px solid #17121e;
  border-radius: 10px;
  background: radial-gradient(circle at 68% 18%, rgba(110, 42, 255,.6), transparent 12rem), #050507;
  box-shadow: 0 22px 28px rgba(0,0,0,.72);
}
.desktop-frame::after {
  content: "";
  position: absolute;
  left: 42%;
  bottom: -46px;
  width: 70px;
  height: 46px;
  background: linear-gradient(#1d1823, #0d0a11);
  clip-path: polygon(24% 0, 76% 0, 100% 100%, 0 100%);
}
.platform-logo {
  position: absolute;
  top: 28px;
  left: 18%;
  right: 10%;
  text-align: center;
  font-size: .7rem;
  letter-spacing: 4px;
  color: #cfc7d9;
}
.platform-logo strong { display: block; font-size: 1.45rem; letter-spacing: 2px; color: #fff; }
.video-row { position: absolute; left: 12%; right: 12%; bottom: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.video-row span { height: 72px; border-radius: 7px; background: linear-gradient(150deg,#402064,#0d0915 50%,#9b6c53); }
.small-device {
  position: absolute;
  right: 6%;
  bottom: 8px;
  width: 24%;
  height: 176px;
  border: 5px solid #151018;
  border-radius: 24px;
  background: linear-gradient(180deg,#0f0d14,#030304);
  box-shadow: 0 0 18px rgba(164, 63, 255,.48);
}
.bonus {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(90deg, #6235d2, #cf4de4);
  font-weight: 900;
  box-shadow: 0 0 14px rgba(186, 78, 226,.52);
}
.support-card h2 {
  font-size: clamp(2.15rem, 9.6vw, 3.4rem);
  line-height: 1.05;
}
.support-card p { margin-top: 14px; text-align: center; color: #b176ef; font-weight: 700; }
.support-card ul {
  width: min(78%, 340px);
  margin: 22px auto 0;
  padding: 0;
  list-style: none;
}
.support-card li {
  padding: 8px 0 8px 34px;
  border-bottom: 1px solid rgba(169, 73, 255,.18);
  position: relative;
  font-size: .92rem;
}
.support-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #a65af5;
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(166, 90, 245,.5);
}
.support-card li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #c48bff;
  border-bottom: 2px solid #c48bff;
  transform: rotate(45deg);
}

.proof-section, .before-after {
  background:
    radial-gradient(circle at 100% 20%, rgba(86, 22, 112, .25), transparent 12rem),
    radial-gradient(circle at 0% 70%, rgba(78, 18, 105, .2), transparent 12rem);
}
.proof-section h2, .before-after h2 { font-size: clamp(2.05rem, 8.25vw, 2.62rem); }
.feedback-carousel,
.result-carousel {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 4px;
}
.result-carousel {
  margin-bottom: 22px;
}
.feedback-control,
.result-control {
  border: 0;
  background: transparent;
  color: #c754ed;
  padding: 0;
  cursor: pointer;
}
.feedback-viewport,
.result-viewport {
  overflow: hidden;
  min-width: 0;
}
.feedback-track,
.result-track {
  --feedback-gap: 8px;
  --feedback-step: 0px;
  display: flex;
  gap: 8px;
  transform: translateX(0);
  transition: transform .46s ease;
  will-change: transform;
}
.feedback-track.is-sliding-next,
.result-track.is-sliding-next {
  transform: translateX(calc(var(--feedback-step) * -1));
}
.feedback-track.is-prep-prev,
.result-track.is-prep-prev {
  transform: translateX(calc(var(--feedback-step) * -1));
  transition: none;
}
.feedback-track.is-sliding-prev,
.result-track.is-sliding-prev {
  transform: translateX(0);
}
.feedback-track.is-resetting,
.result-track.is-resetting {
  transition: none;
}
.feedback-card,
.result-card {
  flex: 0 0 calc((100% - (var(--feedback-gap) * 2)) / 3);
  min-height: 0;
  aspect-ratio: 2.15 / 1;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(13, 8, 20, .94), rgba(3, 2, 6, .96));
  box-shadow: 0 0 14px rgba(112, 52, 174, .16);
  overflow: hidden;
}
.result-card {
  aspect-ratio: 1 / 1.08;
}
.feedback-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #111820;
}
.result-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #050307;
}
.message-card {
  min-height: 300px;
  border: 2px solid var(--line-strong);
  border-radius: 22px;
  padding: 16px 16px 24px;
  background: #111216;
  box-shadow: 0 0 28px rgba(190, 52, 255,.48);
}
.message-head { display: grid; gap: 2px; margin-bottom: 22px; }
.message-head span { color: #8ccf9b; font-size: .75rem; }
.message-card p {
  width: 88%;
  margin-top: 9px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #24262b;
  color: #ece9ef;
  font-size: .84rem;
  line-height: 1.35;
}

.before-after { padding-top: 18px; text-align: center; }
.before-after h3 {
  width: min(95%, 430px);
  margin: 0 auto;
  font-size: clamp(1.58rem, 6.95vw, 2.32rem);
  line-height: 1.08;
}

.pricing-section {
  width: min(100%, 930px);
  margin: 0 auto;
  padding: 34px 30px 44px;
  background:
    radial-gradient(circle at 50% 52%, rgba(117, 35, 214, .15), transparent 22rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(4, 1, 8, .58) 46%, rgba(0, 0, 0, 0));
}
.pricing-section h2 {
  font-size: clamp(2.14rem, 4.4vw, 2.78rem);
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
}
.pricing-section h2 span {
  display: inline;
  color: #8d45ff;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}
.plan {
  position: relative;
  min-width: 0;
  border-radius: 18px;
  padding: 26px 24px 24px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(12, 8, 18, .9), rgba(4, 3, 7, .98)),
    #050407;
  border-color: rgba(139, 54, 230, .9);
  box-shadow:
    inset 0 0 18px rgba(119, 50, 194, .12),
    0 0 0 1px rgba(115, 47, 206, .24),
    0 0 16px rgba(119, 45, 202, .24);
}
.plan.featured {
  border-color: rgba(169, 78, 255, .98);
  box-shadow:
    inset 0 0 22px rgba(143, 64, 227, .16),
    0 0 0 1px rgba(188, 94, 255, .28),
    0 0 24px rgba(144, 56, 246, .72),
    0 0 44px rgba(120, 36, 220, .28);
}
.plan > span {
  position: absolute;
  top: -16px;
  left: 34px;
  right: 34px;
  padding: 8px 7px 7px;
  border-radius: 8px;
  background: linear-gradient(90deg, #7b39ff, #a247ff);
  color: #fff;
  font-size: .66rem;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 0 16px rgba(147, 70, 255, .72);
}
.plan > span::before {
  content: "★";
  margin-right: 5px;
  font-size: .72rem;
}
.plan h3 {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 800;
}
.plan small {
  display: block;
  margin-top: 8px;
  color: #aaa1b6;
  font-size: .78rem;
  border-bottom: 0;
}
.plan p {
  margin-top: 22px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1;
  border-bottom: 1px solid rgba(128, 66, 210, .34);
}
.plan p strong {
  display: inline;
  margin-left: 4px;
  font-size: clamp(2.08rem, 3.25vw, 2.78rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
.plan ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
  text-align: left;
}
.plan li {
  margin-top: 11px;
  padding-left: 22px;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.25;
  position: relative;
}
.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(173, 85, 255, .88);
  box-shadow: 0 0 7px rgba(139, 78, 222, .42);
}
.plan li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 4px;
  height: 6px;
  border-right: 1.5px solid #b477ff;
  border-bottom: 1.5px solid #b477ff;
  transform: rotate(45deg);
}
.plan a {
  display: block;
  padding: 14px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: #a855ff;
  text-decoration: none;
  font-size: .72rem;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}
.featured a {
  border-color: transparent;
  background: linear-gradient(90deg, #7b39ff, #9d44ff);
  color: #fff;
  box-shadow: 0 0 16px rgba(135, 65, 255, .42);
}

.final-cta {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, .92fr);
  align-items: center;
  gap: 16px;
  padding-top: 42px;
  padding-bottom: 42px;
  background:
    radial-gradient(circle at 82% 52%, rgba(123, 45, 255, .26), transparent 12rem),
    linear-gradient(90deg, rgba(18, 7, 31, .96), rgba(8, 3, 16, .98));
  overflow: hidden;
}
.final-cta h2 {
  text-align: left;
  font-size: clamp(2.45rem, 5.25vw, 3.72rem);
  line-height: 1.18;
  letter-spacing: .02em;
  overflow-wrap: normal;
}
.final-cta h2 span {
  color: #8f4eff;
}
.primary-cta {
  display: inline-flex;
  margin-top: 26px;
  padding: 13px 18px;
  border-radius: 10px;
  background: linear-gradient(90deg, #7444e8, #c94be2);
  box-shadow: 0 0 16px rgba(165, 73, 224,.48);
  text-decoration: none;
  font-weight: 900;
  font-size: .72rem;
}
.final-logo-img {
  width: min(100%, 410px);
  justify-self: center;
  display: block;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 24px rgba(150, 58, 255, .45));
}

.asset-slot {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(148, 85, 218, .45);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(97, 54, 169, .1), rgba(162, 64, 177, .05)),
    rgba(6, 3, 10, .54);
  color: rgba(222, 206, 240, .56);
  text-align: center;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: inset 0 0 20px rgba(103, 50, 159, .08), 0 0 14px rgba(83, 39, 142, .11);
}
.asset-slot span {
  padding: 8px 10px;
}
.image-slot {
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.asset-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero-model-image {
  object-position: center top;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
}
.logo-slot {
  width: 64px;
  height: 64px;
}
.logo-image {
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(174, 66, 255, .55));
}
.hero-media {
  inset: 76px -34px auto auto;
  width: 53%;
  height: 590px;
  z-index: 1;
}
.hero-slot {
  width: 100%;
  height: 100%;
  border-radius: 18px 0 0 18px;
}
.app-showcase {
  width: 100%;
  max-width: 340px;
  min-height: 300px;
  margin: 26px auto 18px;
}
.app-showcase.image-slot {
  min-height: 0;
}
.app-mockup-image {
  height: auto;
  object-fit: contain;
}
.phones {
  display: none;
}
.app-tags {
  display: grid;
}
.platform-preview {
  height: auto;
  margin: 0 0 18px;
}
.platform-slot {
  min-height: 225px;
}
.platform-slot.image-slot {
  min-height: 0;
}
.platform-image {
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(134, 68, 226, .22));
}
.feedback-img,
.result-img {
  width: 100%;
  max-width: 320px;
  min-height: 220px;
  margin: 0 auto;
}
.result-img {
  max-width: 330px;
  min-height: 210px;
  margin-top: 18px;
  margin-bottom: 22px;
}
@media (max-width: 390px) {
  .section-pad { padding-left: 14px; padding-right: 14px; }
  .hero-copy { width: 56%; }
  .hero-media { right: -42px; width: 54%; height: 585px; }
  .quick-strip div { font-size: .48rem; }
  .app-tags span { font-size: .56rem; }
  .timeline h3 { font-size: .5rem; }
  .timeline p { font-size: .38rem; }
  .pricing-grid { gap: 6px; }
  .plan { padding-left: 7px; padding-right: 7px; }
  .final-cta { grid-template-columns: minmax(0, 1fr) 132px; }
  .final-cta h2 { font-size: clamp(1.7rem, 9.6vw, 2.42rem); }
}

@media (max-width: 720px) {
  .feedback-carousel,
  .result-carousel {
    grid-template-columns: 30px 1fr 30px;
    gap: 2px;
  }
  .feedback-track,
  .result-track {
    gap: 8px;
  }
  .feedback-card {
    flex-basis: 100%;
  }
  .result-card {
    flex-basis: calc((100% - 8px) / 2);
  }
  .pricing-section {
    padding: 28px 14px 36px;
  }
  .pricing-section h2 {
    font-size: clamp(1.65rem, 7.15vw, 2.25rem);
  }
  .pricing-grid {
    gap: 8px;
    margin-top: 28px;
  }
  .plan {
    border-radius: 12px;
    padding: 18px 9px 13px;
  }
  .plan > span {
    top: -11px;
    left: 10px;
    right: 10px;
    padding: 5px 3px;
    border-radius: 6px;
    font-size: .42rem;
  }
  .plan h3 {
    font-size: .75rem;
  }
  .plan small {
    margin-top: 4px;
    font-size: .58rem;
  }
  .plan p {
    margin-top: 12px;
    padding-bottom: 10px;
    font-size: .78rem;
  }
  .plan p strong {
    font-size: clamp(1.32rem, 5.8vw, 1.72rem);
  }
  .plan ul {
    margin: 13px 0 16px;
  }
  .plan li {
    margin-top: 8px;
    padding-left: 16px;
    font-size: .5rem;
    line-height: 1.18;
  }
  .plan li::before {
    width: 9px;
    height: 9px;
  }
  .plan li::after {
    left: 3px;
    top: 3px;
    width: 3px;
    height: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  .plan a {
    padding: 10px 5px;
    border-radius: 6px;
    font-size: .5rem;
  }
}

@media (min-width: 760px) {
  .page-shell {
    width: min(100%, 960px);
    margin-top: 28px;
    margin-bottom: 28px;
    border-radius: 18px;
  }
}
