@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --pv-primary: #0a58ff;
  --pv-primary-dark: #0947cc;
  --pv-text: #0f172a;
  --pv-muted: #475569;
  --pv-line: #dbe5f2;
  --pv-surface: #ffffff;
  --pv-bg: #f8fbff;
}

body.pvMarketing {
  font-family: "Manrope", "Inter", sans-serif;
  color: var(--pv-text);
  background:
    radial-gradient(560px 280px at 2% 0%, #e8f2ff 0%, transparent 70%),
    radial-gradient(640px 320px at 98% 0%, #edf6ff 0%, transparent 72%),
    var(--pv-bg);
}

.pvContainer {
  width: min(1120px, 100% - 2rem);
  margin: 0 auto;
}

.pvSection {
  padding: 2.6rem 0;
}

.pvAlt {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.pvHero {
  padding-top: 6.8rem;
}

.pvHeroGrid {
  display: grid;
  gap: 1.5rem;
}

.pvEyebrow {
  margin: 0;
  color: var(--pv-primary);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.pvHero h1,
.pvSection h1,
.pvSection h2 {
  margin: 0.5rem 0 0.75rem;
  font-size: clamp(1.9rem, 6vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.pvSection h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.pvLead {
  margin: 0;
  color: var(--pv-muted);
  font-size: 1.04rem;
  max-width: 62ch;
}

.pvActions {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.pvBtn {
  border-radius: 12px;
  padding: 0.72rem 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pvBtn:hover {
  transform: translateY(-1px);
}

.pvBtnPrimary {
  background: var(--pv-primary);
  color: #fff;
  box-shadow: 0 10px 20px rgba(10, 88, 255, 0.2);
}

.pvBtnPrimary:hover {
  background: var(--pv-primary-dark);
}

.pvBtnGhost {
  border-color: var(--pv-line);
  color: var(--pv-text);
  background: #fff;
}

.pvMicroTrust {
  margin-top: 0.9rem;
  color: #64748b;
  font-size: 0.9rem;
}

.pvHeroVisual {
  display: block;
}

.pvHeroComposite {
  margin: 0;
  border: 1px solid #afc2e6;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(520px 220px at 8% 8%, rgba(104, 164, 255, 0.2) 0%, transparent 70%),
    radial-gradient(380px 190px at 98% 4%, rgba(49, 102, 233, 0.19) 0%, transparent 74%),
    #09122a;
  box-shadow:
    0 22px 56px rgba(15, 23, 42, 0.28),
    0 3px 14px rgba(15, 23, 42, 0.18);
  padding: 0.8rem;
}

.pvHeroBadge {
  display: inline-flex;
  align-items: center;
  margin: 0.2rem 0.2rem 0.75rem;
  border: 1px solid #395ea0;
  border-radius: 999px;
  background: rgba(11, 24, 53, 0.88);
  color: #cde0ff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.62rem;
}

.pvHeroCompositeStage {
  position: relative;
  height: clamp(260px, 31vw, 410px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(176, 197, 234, 0.45);
  background: #081326;
  transform: perspective(1400px) rotateX(1.2deg);
  animation: pvHeroFloat 6.8s ease-in-out infinite;
}

.pvHeroWebShot {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 12% 14%;
  border-radius: 12px;
  transform: scale(1.06);
}

.pvHeroPhoneFrame {
  position: absolute;
  right: -0.45rem;
  top: 0.2rem;
  width: clamp(170px, 28vw, 252px);
  background: #0b1328;
  border: 2px solid #304e86;
  border-radius: 26px;
  box-shadow:
    0 26px 42px rgba(2, 6, 23, 0.56),
    0 7px 20px rgba(31, 72, 152, 0.24);
  padding: 0.5rem 0.44rem 0.44rem;
  transform: rotate(-4.2deg) translateZ(0);
}

.pvHeroPhoneNotch {
  width: 42%;
  height: 11px;
  border-radius: 999px;
  background: #050a18;
  margin: 0 auto 0.4rem;
}

.pvHeroAppShot {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #c8d8f5;
}

.pvHeroComposite figcaption {
  margin: 0;
  padding: 0.78rem 0.92rem 0.2rem;
  background: rgba(10, 16, 33, 0.92);
  color: #e2ecff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@keyframes pvHeroFloat {
  0%, 100% {
    transform: perspective(1400px) rotateX(1.2deg) translateY(0);
  }
  50% {
    transform: perspective(1400px) rotateX(1.2deg) translateY(-5px);
  }
}

.pvCards3 {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.pvCard {
  border: 1px solid var(--pv-line);
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pvCard h3 {
  margin: 0;
  font-size: 1.05rem;
}

.pvCard p {
  margin: 0.5rem 0 0;
  color: var(--pv-muted);
}

.pvIcon {
  width: 36px;
  height: 36px;
  border: 1px solid #bfdbfe;
  color: var(--pv-primary);
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 0.7rem;
}

.pvStatement {
  margin: 0;
  font-weight: 800;
  font-size: clamp(1.12rem, 2.4vw, 1.45rem);
  text-align: center;
}

.pvProblemGrid {
  margin-top: 1rem;
  display: grid;
  gap: 0.95rem;
}

.pvProblemCard {
  border: 1px solid var(--pv-line);
  border-radius: 16px;
  padding: 0.9rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.pvProblemCard img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #d7e3f7;
  background: #f8fbff;
}

.pvProblemCard h3 {
  margin: 0.78rem 0 0;
  font-size: 1.1rem;
}

.pvProblemCard p {
  margin: 0.45rem 0 0;
  color: var(--pv-muted);
}

.pvProblemFlow {
  margin: 1.05rem auto 0.75rem;
  width: min(540px, 100%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.55rem;
}

.pvProblemFlow span {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.1) 0%, rgba(148, 163, 184, 0.55) 100%);
}

.pvProblemFlow strong {
  color: #1d4ed8;
  font-size: 1.15rem;
  line-height: 1;
}

.pvProblemSolutionMock {
  position: relative;
  margin: 0.85rem auto 0;
  width: min(900px, 100%);
  height: clamp(260px, 37vw, 460px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #cad8ee;
  background:
    radial-gradient(840px 300px at 50% -10%, rgba(255, 255, 255, 0.85) 0%, rgba(248, 252, 255, 0.08) 75%),
    linear-gradient(180deg, #f2f6fb 0%, #e8edf6 45%, #d8deea 100%);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.15);
}

.pvDeskLight {
  position: absolute;
  left: 50%;
  top: 11%;
  width: 70%;
  height: 24%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  filter: blur(18px);
}

.pvDeskLaptop {
  position: absolute;
  left: 5%;
  right: 12%;
  top: 10%;
  height: 78%;
  border-radius: 16px;
  border: 1px solid #bbc9e0;
  background: #121826;
  box-shadow:
    0 24px 32px rgba(15, 23, 42, 0.28),
    0 8px 20px rgba(15, 23, 42, 0.16);
  overflow: hidden;
}

.pvDeskLaptopCamera {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #334155;
  z-index: 2;
}

.pvProblemSolutionWeb {
  position: absolute;
  left: 10px;
  top: 20px;
  width: calc(100% - 20px);
  height: calc(100% - 50px);
  object-fit: cover;
  object-position: 21% 18%;
}

.pvDeskLaptopBase {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -11px;
  height: 18px;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, #b8c6db 0%, #95a6bf 100%);
  box-shadow: 0 8px 12px rgba(15, 23, 42, 0.22);
}

.pvProblemSolutionPhoneFrame {
  position: absolute;
  right: 4%;
  top: 19%;
  width: clamp(126px, 18vw, 190px);
  border: 2px solid #101827;
  border-radius: 28px;
  background: #070b14;
  box-shadow:
    0 22px 32px rgba(15, 23, 42, 0.35),
    0 8px 16px rgba(15, 23, 42, 0.2);
  padding: 0.42rem 0.38rem 0.42rem;
  transform: rotate(-8deg);
}

.pvProblemSolutionNotch {
  width: 44%;
  height: 9px;
  border-radius: 999px;
  margin: 0 auto 0.35rem;
  background: #000205;
}

.pvProblemSolutionApp {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid #7d8da9;
}

@media (min-width: 860px) {
  .pvProblemGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .pvProblemSolutionMock {
    height: 330px;
  }

  .pvDeskLaptop {
    left: -12%;
    right: 10%;
    top: 11%;
    height: 74%;
  }

  .pvProblemSolutionWeb {
    object-position: 36% 12%;
  }

  .pvProblemSolutionPhoneFrame {
    width: clamp(112px, 33vw, 142px);
    right: 2%;
    top: 41%;
    transform: rotate(-7deg);
  }
}

.pvMobileGrid {
  display: grid;
  gap: 1rem;
}

.pvPhoneLarge {
  max-width: 260px;
  background: #fff;
  border: 1px solid var(--pv-line);
  border-radius: 26px;
  padding: 0.9rem;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1);
}

.pvPhoneScreen {
  position: relative;
  overflow: hidden;
  height: 330px;
  border-radius: 18px;
  background: #0b1328;
}

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

.pvList {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.pvList li {
  border: 1px solid var(--pv-line);
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  background: #fff;
}

.pvSlider {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
}

.pvSliderBtn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--pv-line);
  background: #fff;
  color: var(--pv-primary);
  font-size: 1.4rem;
  cursor: pointer;
}

.pvSlides {
  position: relative;
  min-height: 270px;
}

.pvSlide {
  display: none;
  border: 1px solid var(--pv-line);
  border-radius: 14px;
  background: #fff;
  padding: 0.8rem;
}

.pvSlide.isActive {
  display: block;
}

.pvSlide h3 {
  margin: 0.7rem 0 0;
}

.pvShot {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
}

.pvShotA { background: linear-gradient(140deg, #dbeafe, #bfdbfe); }
.pvShotB { background: linear-gradient(140deg, #dcfce7, #bbf7d0); }
.pvShotC { background: linear-gradient(140deg, #fef3c7, #fde68a); }
.pvShotD { background: linear-gradient(140deg, #ede9fe, #ddd6fe); }

.pvDemoGrid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  align-items: stretch;
}

.pvDemoHint {
  margin: 0.62rem 0 0.2rem;
  color: #475569;
  font-size: 0.94rem;
  font-weight: 600;
}

.pvDemoCard {
  border: 1px solid #d4e0f3;
  border-radius: 14px;
  background: #fff;
  padding: 0.58rem;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pvDemoCard:hover,
.pvDemoCard.isActive {
  border-color: #a8c0ea;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

.pvDemoCard span {
  margin-top: 0.45rem;
  display: block;
  font-weight: 700;
  color: #0f172a;
}

.pvDemoGrid .pvDemoCard {
  grid-column: 1;
}

.pvDemoGrid .pvDemoPlayer {
  grid-column: 2;
  grid-row: 1 / span 4;
  margin-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pvDemoArt {
  border-radius: 12px;
  min-height: 72px;
  border: 1px solid #ccdaf3;
  background-color: #f8fbff;
  position: relative;
  overflow: hidden;
}

.pvDemoArt::before,
.pvDemoArt::after {
  content: "";
  position: absolute;
  border-radius: 10px;
}

.pvDemoArtPlan {
  background: linear-gradient(150deg, #ebf4ff 0%, #dfeefe 100%);
}

.pvDemoArtPlan::before {
  left: 14px;
  top: 16px;
  width: 58%;
  height: 12px;
  background: #bdd4f8;
}

.pvDemoArtPlan::after {
  right: 14px;
  bottom: 14px;
  width: 34%;
  height: 46px;
  background: #98baf1;
}

.pvDemoArtCourse {
  background: linear-gradient(150deg, #e7fbef 0%, #d5f5e3 100%);
}

.pvDemoArtCourse::before {
  left: 14px;
  top: 14px;
  width: 70%;
  height: 50px;
  background: #b8e9cd;
}

.pvDemoArtCourse::after {
  left: 14px;
  bottom: 14px;
  width: 46%;
  height: 14px;
  background: #91d8b0;
}

.pvDemoArtUsers {
  background: linear-gradient(150deg, #f4edff 0%, #e8ddff 100%);
}

.pvDemoArtUsers::before {
  left: 14px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #af94ee;
  box-shadow: 28px 0 0 #af94ee, 56px 0 0 #af94ee;
}

.pvDemoArtUsers::after {
  right: 14px;
  bottom: 14px;
  width: 46%;
  height: 36px;
  background: #c9b7f8;
}

.pvDemoArtWatch {
  background: linear-gradient(150deg, #fff2e6 0%, #ffe4d1 100%);
}

.pvDemoArtWatch::before {
  left: 14px;
  top: 16px;
  width: 64%;
  height: 42px;
  background: #ffcfaa;
}

.pvDemoArtWatch::after {
  right: 14px;
  bottom: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f6a97c;
}

.pvDemoPlayer {
  margin-top: 1rem;
  border: 1px solid #dbe5f2;
  border-radius: 16px;
  background: #fff;
  padding: 0.85rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.pvDemoPlayer h3 {
  margin: 0 0 0.65rem;
}

.pvDemoPlayer video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 12px;
  background: #000;
}

@media (max-width: 760px) {
  .pvDemoGrid {
    grid-template-columns: 1fr;
  }

  .pvDemoGrid .pvDemoCard,
  .pvDemoGrid .pvDemoPlayer {
    grid-column: auto;
    grid-row: auto;
  }

  .pvDemoGrid .pvDemoPlayer {
    margin-top: 0.2rem;
  }
}

.pvFinalCta {
  padding: 5.4rem 0 6.2rem;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.pvTransform {
  padding-top: 3.1rem;
  padding-bottom: 1.2rem;
}

.pvTransformCard {
  border: 1px solid #c9d9f2;
  border-radius: 20px;
  background:
    radial-gradient(520px 220px at 10% 0%, rgba(71, 127, 230, 0.13) 0%, transparent 75%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  padding: clamp(1.1rem, 2.7vw, 1.8rem);
  display: grid;
  gap: 1rem;
}

.pvTransformEyebrow {
  margin: 0 0 0.35rem;
  color: #1d4ed8;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  font-weight: 800;
  text-transform: uppercase;
}

.pvTransformCopy h2 {
  margin-top: 0;
}

.pvTransformPoints {
  display: grid;
  gap: 0.55rem;
}

.pvTransformPoints p {
  margin: 0;
  border: 1px solid #d7e4f7;
  border-radius: 12px;
  background: #fff;
  padding: 0.72rem 0.82rem;
  font-weight: 600;
  color: #1e293b;
}

@media (min-width: 900px) {
  .pvTransformCard {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }
}

.pvFinalDivider {
  width: min(860px, 100%);
  height: 1px;
  margin: 0 auto 1.4rem;
  background: linear-gradient(90deg, transparent 0%, #c7d8f2 18%, #c7d8f2 82%, transparent 100%);
}

.pvFinalCard {
  width: min(900px, 100%);
  margin: 0 auto;
  border: 1px solid #cddcf3;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  padding: clamp(1.2rem, 4vw, 2rem);
  text-align: center;
}

.pvFinalCard h2 {
  margin-top: 0;
}

.pvFinalCard p {
  margin: 0.4rem auto 0;
  color: #334155;
  max-width: 62ch;
}

.pvFinalActions {
  margin-top: 1rem;
  justify-content: center;
}

.pvFinalTrust {
  margin-top: 0.9rem;
  color: #64748b;
  font-size: 0.92rem;
}

.pvWhoGrid {
  display: grid;
  gap: 1rem;
}

.pvWhoCard {
  border: 1px solid #d5e1f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  padding: 1rem;
}

.pvWhoBadge {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
  color: #1d4ed8;
}

.pvWhoCard h2 {
  margin-top: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.pvWhoList {
  margin: 0.65rem 0 0;
  padding-left: 1.12rem;
  color: #334155;
  display: grid;
  gap: 0.5rem;
}

.pvWhoSub {
  margin: 0.95rem 0 0;
  font-weight: 700;
  color: #0f172a;
}

.pvWhoListCheck {
  padding-left: 0;
  list-style: none;
}

.pvWhoListCheck li {
  position: relative;
  padding-left: 1.4rem;
}

.pvWhoListCheck li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f766e;
  font-weight: 800;
}

.pvWhoCard .pvBtn {
  margin-top: 1rem;
}

.pvWhoBand {
  border: 1px solid #d7e4f7;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  padding: 1rem;
}

.pvWhoBand h2,
.pvWhoNoFit h2 {
  margin-top: 0;
}

.pvWhoNoFit {
  border: 1px solid #f0d7d7;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffefe 0%, #fff7f7 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  padding: 1rem;
}

.pvWhoNoFit .pvWhoList {
  gap: 0.62rem;
}

.pvWhoNoFit .pvWhoList li::marker {
  color: #dc2626;
}

@media (min-width: 960px) {
  .pvWhoGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pvSimpleHero {
  padding-top: 6.5rem;
}

.pvPricingGrid {
  display: grid;
  gap: 0.9rem;
}

.pvPriceCard {
  border: 1px solid var(--pv-line);
  border-radius: 14px;
  background: #fff;
  padding: 1rem;
}

.pvPriceCard.featured {
  background: linear-gradient(150deg, #0f2a63 0%, #0a58ff 100%);
  color: #fff;
}

.pvPriceCard ul {
  margin: 0.8rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.4rem;
}

.pvPrice {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
}

.pvSmall {
  margin: 0.2rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.pvPriceCard.featured .pvSmall {
  color: rgba(255, 255, 255, 0.85);
}

.pvTrialBox {
  border: 1px solid var(--pv-line);
  border-radius: 14px;
  background: #fff;
  padding: 1rem;
}

.pvTrialBox p {
  margin: 0.2rem 0;
}

.pvFooter {
  border-top: 1px solid var(--pv-line);
  background: #fff;
}

.pvFooterGrid {
  padding: 1.2rem 1rem 1.7rem;
  display: grid;
  gap: 0.9rem;
}

.pvFooterBrand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
}

.pvFooterBrand img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.pvFooterCols {
  display: grid;
  gap: 1.2rem;
}

.pvFooterCol {
  display: grid;
  gap: 0.34rem;
}

.pvFooterTitle {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #475569;
  font-weight: 800;
}

.pvFooterMenu,
.pvFooterLegal {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.pvFooterMenu a,
.pvFooterLegal a {
  color: #475569;
  text-decoration: none;
}

.pvReveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.pvReveal.isVisible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .pvHeroGrid,
  .pvMobileGrid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

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

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

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

  .pvFooterGrid {
    grid-template-columns: auto 1fr;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .pvHeroComposite {
    padding: 0.55rem;
  }

  .pvHeroBadge {
    font-size: 0.67rem;
    margin-bottom: 0.55rem;
  }

  .pvHeroCompositeStage {
    height: 285px;
  }

  .pvHeroPhoneFrame {
    width: clamp(132px, 42vw, 186px);
    right: -0.35rem;
    top: 0.3rem;
    border-radius: 22px;
  }

  .pvHeroPhoneNotch {
    height: 9px;
    margin-bottom: 0.3rem;
  }
}

/* Pricing page */
.pvPricingHero {
  text-align: center;
}

.pvPricingHero .pvLead {
  margin-left: auto;
  margin-right: auto;
}

.pvBillingToggle {
  margin: 1.3rem auto 0;
  width: fit-content;
  background: #fff;
  border: 1px solid var(--pv-line);
  border-radius: 999px;
  padding: 0.26rem;
  display: flex;
  gap: 0.25rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.pvBillingToggle button {
  border: 0;
  background: transparent;
  color: #334155;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.52rem 0.88rem;
  cursor: pointer;
}

.pvBillingToggle button.isActive {
  background: #0a58ff;
  color: #fff;
}

.pvBadgeSave {
  margin-left: 0.45rem;
  border-radius: 999px;
  padding: 0.14rem 0.42rem;
  background: #eaf2ff;
  color: #0b4ec0;
  font-size: 0.72rem;
  font-weight: 700;
}

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

.pvPlanLead {
  margin: 0 0 0.7rem;
  color: #475569;
  min-height: 42px;
}

.pvPriceCard.featured h3,
.pvPriceCard.featured .pvPlanLead,
.pvPriceCard.featured .pvPrice,
.pvPriceCard.featured ul,
.pvPriceCard.featured li,
.pvPriceCard.featured .pvCardNote {
  color: #fff;
}

.pvCardCta {
  margin-top: 1rem;
  width: 100%;
}

.pvCardNote {
  margin: 0.7rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
}

.pvTopBadge {
  margin: 0 0 0.35rem;
  width: fit-content;
  border-radius: 999px;
  padding: 0.18rem 0.56rem;
  background: #fbbf24;
  color: #1f2937;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pvPriceCard {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pvPriceCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.pvRecommended {
  border: 2px solid #2d64ff;
  box-shadow: 0 18px 34px rgba(10, 88, 255, 0.24);
  animation: pvPulse 3.2s ease-in-out infinite;
}

@keyframes pvPulse {
  0%, 100% { box-shadow: 0 18px 34px rgba(10, 88, 255, 0.24); }
  50% { box-shadow: 0 22px 42px rgba(10, 88, 255, 0.32); }
}

.pvPremiumBox {
  border: 1px dashed #bcd0f8;
  border-radius: 12px;
  padding: 0.7rem;
  background: #f7faff;
  color: #1e3a8a;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.pvTableWrap {
  margin-top: 1rem;
  border: 1px solid var(--pv-line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.pvCompareTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.pvCompareTable th,
.pvCompareTable td {
  border-bottom: 1px solid #edf2fb;
  padding: 0.72rem 0.78rem;
  text-align: left;
  vertical-align: top;
}

.pvCompareTable th {
  background: #f8fbff;
  color: #0f172a;
  font-weight: 800;
}

.pvCompareTable tbody tr:last-child td {
  border-bottom: 0;
}

.pvCompareHint {
  margin: 0.5rem 0 0.7rem;
  color: #64748b;
  font-size: 0.92rem;
}

.pvCards4 {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.pvFaqList {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.pvFaqItem {
  border: 1px solid var(--pv-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.pvFaqQuestion {
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 0.92rem;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
}

.pvFaqQuestion:hover {
  background: #f8fbff;
}

.pvFaqQuestion[aria-expanded="true"] {
  border-bottom: 1px solid #edf2fb;
}

.pvFaqAnswer {
  display: none;
  padding: 0.86rem 0.92rem;
  color: #475569;
}

.pvFaqItem.isOpen .pvFaqAnswer {
  display: block;
}

@media (max-width: 900px) {
  .pvTableWrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .pvCompareTable {
    min-width: 760px;
    font-size: 0.92rem;
  }

  .pvCompareTable th:first-child,
  .pvCompareTable td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    min-width: 210px;
  }

  .pvCompareTable th:first-child {
    z-index: 3;
    background: #f8fbff;
  }

  .pvCompareTable th:not(:first-child),
  .pvCompareTable td:not(:first-child) {
    min-width: 135px;
  }

  .pvCompareHint {
    display: block;
  }
}

@media (min-width: 901px) {
  .pvCompareHint {
    display: none;
  }
}

@media (min-width: 760px) {
  .pvPricingGrid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 1180px) {
  .pvPricingGrid4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

/* Come funziona page */
.pvHowHeroGrid {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.pvHowHeroSingleImage {
  margin: 0;
  border: 1px solid #c4d6f2;
  border-radius: 16px;
  background: linear-gradient(165deg, #f8fbff 0%, #eef4ff 100%);
  padding: 0.45rem;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.pvHowHeroSingleImage img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d1dff3;
}

.pvHowMockups {
  display: grid;
  gap: 0.7rem;
}

.pvHowMock {
  border: 1px solid var(--pv-line);
  border-radius: 14px;
  background: #fff;
  min-height: 74px;
  display: grid;
  place-items: center;
  color: #64748b;
  font-weight: 600;
}

.pvHowMockDash {
  min-height: 110px;
  background: linear-gradient(135deg, #f8fbff 0%, #e8f1ff 100%);
}

.pvHowMockPlayer {
  min-height: 100px;
  background: linear-gradient(135deg, #f5f9ff 0%, #e5efff 100%);
}

.pvHowMockApp {
  min-height: 128px;
  background: linear-gradient(135deg, #f8f7ff 0%, #ebe9fe 100%);
}

.pvTimeline {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.pvTimeStep {
  border: 1px solid var(--pv-line);
  border-radius: 12px;
  padding: 0.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.pvTimeStep span {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #0a58ff;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.82rem;
}

.pvTimeStep h3 {
  margin: 0;
  font-size: 0.98rem;
}

.pvHowSteps {
  display: grid;
  gap: 1rem;
}

.pvHowStep {
  border: 1px solid var(--pv-line);
  border-radius: 16px;
  background: #fff;
  padding: 1rem;
  display: grid;
  gap: 1rem;
}

.pvHowText h2 {
  font-size: clamp(1.25rem, 3.5vw, 1.9rem);
}

.pvHowText p {
  color: #475569;
}

.pvStepNote {
  margin-top: 0.8rem;
  border-left: 3px solid #93c5fd;
  padding: 0.56rem 0.7rem;
  background: #f8fbff;
  border-radius: 0 10px 10px 0;
  color: #1e3a8a;
  font-weight: 600;
}

.pvHowVisual {
  display: grid;
  gap: 0.65rem;
}

.pvHowInlineImage {
  margin: 0;
  border: 1px solid #c8daf3;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.45rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.pvHowInlineImage img {
  display: block;
  width: 100%;
  border-radius: 9px;
  border: 1px solid #d6e3f6;
}

.pvHowVisualLarge {
  height: 100%;
}

.pvHowVisualLarge .pvHowInlineImage {
  height: 100%;
  min-height: 310px;
}

.pvHowVisualLarge .pvHowInlineImage img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.pvHowPanel {
  border: 1px dashed #bfd7fa;
  border-radius: 12px;
  min-height: 86px;
  background: #f8fbff;
  display: grid;
  place-items: center;
  color: #33528d;
  font-weight: 600;
  text-align: center;
  padding: 0.8rem;
}

.pvSoftBox {
  margin-top: 1rem;
  border: 1px solid #d5e5fb;
  border-radius: 14px;
  background: #f5f9ff;
  padding: 0.9rem;
  display: grid;
  gap: 0.55rem;
}

.pvSoftBox div {
  border: 1px solid #d7e6ff;
  background: #fff;
  border-radius: 10px;
  padding: 0.6rem 0.7rem;
  color: #1e3a8a;
  font-weight: 600;
}

.pvGrowthPath {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.pvGrowthPath .pvGrowthLink {
  display: block;
  text-decoration: none;
  border: 1px solid var(--pv-line);
  background: #fff;
  border-radius: 12px;
  padding: 0.8rem;
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pvGrowthPath .pvGrowthLink:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: 0.8rem;
  bottom: 0.7rem;
  color: #94a3b8;
  font-weight: 700;
}

.pvGrowthPath .pvGrowthLink:hover {
  border-color: #9eb7de;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.pvGrowthPath .pvGrowthLink:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.pvGrowthPath h3 {
  margin: 0;
}

.pvGrowthPath p {
  margin: 0.35rem 0 0;
  color: #64748b;
}

@media (min-width: 860px) {
  .pvHowHeroGrid {
    grid-template-columns: 1.1fr 0.9fr;
  }

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

  .pvTimeStep {
    flex-direction: column;
    align-items: flex-start;
    min-height: 112px;
  }

  .pvHowStep {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
  }

  .pvHowStepReverse .pvHowText {
    order: 2;
  }

  .pvHowStepReverse .pvHowVisual {
    order: 1;
  }

  .pvHowVisualLarge .pvHowInlineImage {
    min-height: 360px;
  }

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

  .pvGrowthPath .pvGrowthLink:not(:last-child)::after {
    right: -0.45rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 0.2rem;
  }
}

/* Premium landing */
.ppContainer {
  width: min(1140px, 100% - 2rem);
  margin: 0 auto;
}

.ppHeader {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}

.ppHeaderInner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ppBrand img {
  height: 40px;
  width: auto;
}

.ppNav {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.ppNav a {
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.45rem 0.62rem;
}

.ppNav a:hover {
  background: #f8fbff;
}

.ppNav .ppNavCta {
  background: #0a58ff;
  color: #fff;
}

.ppNav .ppNavCta:hover {
  background: #0947cc;
}

.ppNavToggle {
  display: none;
}

.ppBurger {
  display: none;
  width: 40px;
  height: 36px;
  border: 1px solid #dbe5f2;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  cursor: pointer;
}

.ppBurger span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #0f172a;
}

.ppHero {
  padding: 4.1rem 0 2.6rem;
  background:
    radial-gradient(680px 280px at 7% 0%, #eef5ff 0%, transparent 72%),
    radial-gradient(700px 320px at 93% 0%, #eff3ff 0%, transparent 74%),
    #ffffff;
}

.ppHeroGrid {
  display: grid;
  gap: 1.2rem;
  align-items: center;
}

.ppEyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0b4ec0;
  font-size: 0.78rem;
  font-weight: 800;
}

.ppHero h1 {
  margin: 0.5rem 0 0.8rem;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -0.02em;
}

.ppLead {
  margin: 0;
  color: #475569;
  font-size: 1.05rem;
  max-width: 66ch;
}

.ppProofs {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ppProofs span {
  border: 1px solid #dbe5f2;
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 0.34rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.ppHeroVisual {
  position: relative;
  display: grid;
  gap: 1rem;
}

.ppPhoneStack {
  border: 1px solid #d8e3f3;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 26px 42px rgba(15, 23, 42, 0.15);
  padding: 0.92rem;
}

.ppPhoneStack p {
  margin: 0.55rem 0 0;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 600;
  text-align: center;
}

.ppPhoneScreen {
  border: 1px solid #dbe5f2;
  border-radius: 20px;
  padding: 0.74rem;
  background: linear-gradient(160deg, #f5f9ff 0%, #eef2ff 100%);
}

.ppPhoneScreen.alt {
  background: linear-gradient(160deg, #eef6ff 0%, #e0ecff 100%);
}

.ppScreenTop {
  height: 18px;
  border-radius: 999px;
  background: #c7d8f4;
}

.ppScreenCard {
  margin-top: 0.6rem;
  height: 136px;
  border-radius: 14px;
  background: #dce8fb;
}

.ppScreenRow {
  margin-top: 0.52rem;
  height: 10px;
  border-radius: 999px;
  background: #c6d8f6;
}

.ppScreenRow.short {
  width: 70%;
}

.ppMiniUi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.ppMiniUi div {
  border: 1px solid #d7e5f9;
  border-radius: 10px;
  background: #fff;
  padding: 0.48rem;
  font-size: 0.78rem;
  text-align: center;
  color: #1e3a8a;
  font-weight: 700;
}

.ppFloatA {
  animation: ppFloat 5.5s ease-in-out infinite;
  transform: rotate(-1.5deg);
}

.ppFloatB {
  animation: ppFloat 6.4s ease-in-out infinite;
  transform: translateX(18px) rotate(1.5deg);
}

@keyframes ppFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.ppValueGrid,
.ppProfileGrid,
.ppGallery {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.ppCompare {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.ppCompareCol {
  border: 1px solid #dbe5f2;
  border-radius: 14px;
  background: #fff;
  padding: 1rem;
}

.ppCompareCol.best {
  border: 2px solid #2f66ff;
  box-shadow: 0 16px 30px rgba(10, 88, 255, 0.17);
  background: linear-gradient(155deg, #ffffff 0%, #f3f7ff 100%);
}

.ppTag {
  margin: 0 0 0.4rem;
  width: fit-content;
  border-radius: 999px;
  padding: 0.16rem 0.56rem;
  background: #dbeafe;
  color: #1e3a8a;
  font-size: 0.76rem;
  font-weight: 800;
}

.ppCompareCol h3 {
  margin: 0;
}

.ppCompareCol ul {
  margin: 0.7rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.45rem;
  color: #475569;
}

.ppIncludes {
  margin-top: 1rem;
  display: grid;
  gap: 0.65rem;
}

.ppIncludes article {
  border: 1px solid #dbe5f2;
  border-radius: 10px;
  background: #fff;
  padding: 0.65rem 0.72rem;
  color: #1f2937;
  font-weight: 600;
}

.ppCallout {
  margin-top: 1rem;
  border: 1px dashed #bcd0f8;
  border-radius: 12px;
  background: #f7faff;
  padding: 0.8rem;
  color: #1e3a8a;
  font-weight: 600;
}

.ppPriceBox {
  margin-top: 1rem;
  border: 1px solid #dbe5f2;
  border-radius: 16px;
  background: linear-gradient(165deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
  padding: 1.1rem;
  max-width: 520px;
}

.ppPricePlan {
  margin: 0;
  color: #1e3a8a;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.ppPriceMain {
  margin: 0.45rem 0 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  color: #0f172a;
}

.ppPriceAlt,
.ppSetup,
.ppMicro {
  margin: 0.42rem 0 0;
  color: #475569;
}

.ppSetup {
  font-weight: 700;
  color: #1e3a8a;
}

.ppMicro {
  font-size: 0.92rem;
}

.ppGalleryCard {
  border: 1px solid #dbe5f2;
  border-radius: 14px;
  background: #fff;
  padding: 0.7rem;
}

.ppShot {
  border: 1px solid #cedff9;
  border-radius: 12px;
  aspect-ratio: 9 / 16;
  background: linear-gradient(170deg, #f2f7ff 0%, #e3ecff 100%);
}

.ppGalleryCard p {
  margin: 0.55rem 0 0;
  color: #334155;
  font-weight: 600;
}

.ppEmotion {
  max-width: 880px;
}

.ppEmotion p {
  margin: 0;
  font-size: 1.1rem;
  color: #334155;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .ppBurger {
    display: flex;
  }

  .ppNav {
    display: none;
    position: absolute;
    top: 64px;
    right: 1rem;
    background: #fff;
    border: 1px solid #dbe5f2;
    border-radius: 12px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
    padding: 0.6rem;
    min-width: 210px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ppNavToggle:checked ~ .ppNav {
    display: flex;
  }
}

@media (min-width: 860px) {
  .ppHeroGrid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .ppHeroVisual {
    min-height: 520px;
    align-content: center;
  }

  .ppPhoneStack {
    max-width: 360px;
  }

  .ppFloatB {
    margin-top: -120px;
    margin-left: 90px;
  }

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

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

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

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

/* Come funziona - product screenshots */
.pvProductShots {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.pvShotCard {
  border: 1px solid var(--pv-line);
  border-radius: 14px;
  background: #fff;
  padding: 0.7rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.pvShotCard h3 {
  margin: 0.55rem 0 0;
  font-size: 0.98rem;
}

.pvShotFrame {
  border: 1px solid #dbe5f2;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.6rem;
  min-height: 170px;
}

.pvShotDashboard {
  background: linear-gradient(150deg, #f8fbff 0%, #eef4ff 100%);
}

.pvShotCourse {
  background: linear-gradient(150deg, #f7fbff 0%, #eef3ff 100%);
}

.pvShotCatalog {
  background: linear-gradient(150deg, #f8fbff 0%, #edf2ff 100%);
}

.pvShotBar {
  height: 12px;
  border-radius: 999px;
  background: #cadbf8;
}

.pvShotBlock {
  margin-top: 0.55rem;
  height: 78px;
  border-radius: 10px;
  background: #d8e6fb;
}

.pvShotVideo {
  margin-top: 0.55rem;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background: #d6e4fb;
}

.pvShotLine {
  margin-top: 0.55rem;
  height: 10px;
  border-radius: 999px;
  background: #c6d9f8;
}

.pvShotLine.short {
  width: 66%;
}

.pvShotGrid {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.pvShotGrid span {
  display: block;
  height: 62px;
  border-radius: 10px;
  background: #d9e7fd;
}

@media (min-width: 860px) {
  .pvProductShots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Home - academy web + app showcase */
.pvAcademyShowcase {
  border: 1px solid var(--pv-line);
  border-radius: 18px;
  background: linear-gradient(165deg, #ffffff 0%, #f6faff 100%);
  padding: 1rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.pvAcademyHead h2 {
  margin-top: 0;
}

.pvAcademyComposite {
  margin: 1rem 0 0;
}

.pvAcademyBadge {
  display: inline-flex;
  align-items: center;
  margin: 0 0.2rem 0.7rem;
  border: 1px solid #9eb7de;
  border-radius: 999px;
  background: #f0f6ff;
  color: #1e3a8a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.32rem 0.64rem;
}

.pvAcademyStage {
  position: relative;
  height: clamp(340px, 48vw, 620px);
  border: 1px solid #bcd0ee;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(620px 280px at 3% 7%, rgba(102, 149, 228, 0.2) 0%, transparent 68%),
    radial-gradient(480px 230px at 97% 92%, rgba(59, 115, 215, 0.17) 0%, transparent 72%),
    #eef4ff;
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
}

.pvAcademyWebShot {
  position: absolute;
  left: -2%;
  top: 4%;
  width: 88%;
  height: 92%;
  object-fit: cover;
  object-position: 22% 18%;
  border-radius: 16px;
  border: 1px solid #c6d7f2;
  box-shadow: 0 16px 30px rgba(30, 58, 138, 0.16);
}

.pvAcademyPhoneFrame {
  position: absolute;
  right: 3.5%;
  top: 11%;
  width: clamp(176px, 25vw, 285px);
  border: 2px solid #263f73;
  border-radius: 30px;
  background: #09132a;
  box-shadow:
    0 28px 40px rgba(15, 23, 42, 0.34),
    0 8px 22px rgba(30, 64, 175, 0.26);
  padding: 0.52rem 0.5rem 0.48rem;
  transform: rotate(-5deg);
}

.pvAcademyPhoneNotch {
  width: 42%;
  height: 10px;
  border-radius: 999px;
  margin: 0 auto 0.38rem;
  background: #030712;
}

.pvAcademyAppShot {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #9fb2d5;
}

@media (min-width: 920px) {
  .pvAcademyShowcase {
    padding: 1.35rem;
  }
}

@media (max-width: 760px) {
  .pvAcademyBadge {
    font-size: 0.66rem;
  }

  .pvAcademyStage {
    height: 420px;
  }

  .pvAcademyWebShot {
    left: -13%;
    width: 118%;
    height: 76%;
    object-position: 38% 14%;
  }

  .pvAcademyPhoneFrame {
    width: clamp(150px, 46vw, 210px);
    right: 50%;
    top: auto;
    bottom: 0.8rem;
    transform: translateX(50%) rotate(-3deg);
  }
}

/* Home - why section rows style */
.pvWhySection {
  border-radius: 16px;
}

.pvWhySection h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.pvWhyRows {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 680px) {
  .pvWhyRows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .pvWhyRows {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pvWhyBgCard {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  padding: 1.15rem;
  border: 1px solid #b7c8e3;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(8, 13, 24, 0.06) 4%, rgba(8, 13, 24, 0.88) 84%),
    var(--pv-why-bg, linear-gradient(145deg, #5d7f6e 0%, #455f54 100%));
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  box-shadow: 0 16px 28px rgba(10, 19, 35, 0.18);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.pvWhyBgCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(10, 19, 35, 0.22);
}

.pvWhyBgCard span {
  position: relative;
  z-index: 1;
  color: #f8fafc;
  font-size: clamp(1.14rem, 2.2vw, 1.52rem);
  line-height: 1.2;
  font-weight: 700;
  max-width: 24ch;
  text-wrap: balance;
  display: inline-block;
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  background: rgba(8, 13, 24, 0.24);
  text-shadow: 0 2px 14px rgba(5, 11, 20, 0.38);
}

.pvWhyBgCardBuild {
  --pv-why-bg: url('/images/home/why/build.svg');
}

.pvWhyBgCardManage {
  --pv-why-bg: url('/images/home/why/manage.svg');
}

.pvWhyBgCardMaterials {
  --pv-why-bg: url('/images/home/why/materials.svg');
}

.pvWhyBgCardAccess {
  --pv-why-bg: url('/images/home/why/access.svg');
}

.pvWhyBgCardSales {
  --pv-why-bg: url('/images/home/why/sales.svg');
}

.pvWhyBgCardBranded {
  --pv-why-bg: url('/images/home/why/branded.svg');
}
