/* AgendaBella Android launch — premium conversion layer */
.landing-ref .app-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition:
    transform 220ms var(--ab-ease),
    filter 220ms ease;
}

.landing-ref .app-store-badge img {
  width: 184px;
  height: auto;
}

.landing-ref .app-store-badge:hover {
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.24));
  transform: translateY(-3px) scale(1.02);
}

.landing-ref .app-store-badge:focus-visible,
.landing-ref .app-download-button:focus-visible,
.landing-ref .feature-card__app-link:focus-visible {
  outline: 3px solid rgba(242, 199, 184, 0.66);
  outline-offset: 4px;
}

.landing-ref .header-app-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.landing-ref .header-app-cta svg {
  width: 14px;
  height: 14px;
}

.landing-ref .hero__app-download {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin-top: 22px;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(242, 199, 184, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  animation: app-download-enter 800ms 420ms both var(--ab-ease);
}

.landing-ref .hero__app-copy {
  min-width: 150px;
}

.landing-ref .hero__app-copy strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.25;
}

.landing-ref .hero__app-copy strong::before,
.landing-ref .app-availability__status::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65d184;
  box-shadow: 0 0 0 5px rgba(101, 209, 132, 0.1);
}

.landing-ref .hero__app-copy span {
  display: block;
  margin-top: 4px;
  color: rgba(216, 208, 204, 0.58);
  font-size: 0.68rem;
}

.landing-ref .commercial-features .feature-card--app-live {
  position: relative;
  isolation: isolate;
  min-height: 395px;
  padding: 28px;
  overflow: hidden;
  border-color: rgba(124, 58, 237, 0.46);
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.065) 0%,
    rgba(168, 85, 247, 0.045) 52%,
    rgba(255, 255, 255, 0.94) 100%
  );
  box-shadow:
    0 12px 35px rgba(74, 36, 130, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 260ms var(--ab-ease),
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.landing-ref .commercial-features .feature-card--app-live::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #7c3aed, #a855f7);
  opacity: 0.72;
}

.landing-ref .commercial-features .feature-card--app-live::after {
  content: none !important;
}

.landing-ref .commercial-features .feature-card--app-live:hover {
  border-color: rgba(124, 58, 237, 0.66);
  box-shadow:
    0 20px 48px rgba(78, 39, 138, 0.13),
    0 0 0 1px rgba(168, 85, 247, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: translateY(-5px);
}

.landing-ref .commercial-features .feature-card--app-live .feature-card__icon {
  position: relative;
  z-index: 3;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  border: 0;
  color: #fff;
  background: linear-gradient(145deg, #8b5cf6, #6d28d9);
  box-shadow: 0 10px 22px rgba(109, 40, 217, 0.2);
}

.landing-ref .commercial-features .feature-card--app-live .feature-card__icon svg {
  width: 21px;
  height: 21px;
}

.landing-ref .feature-card__app-status {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 60%;
  margin-bottom: 10px;
  padding: 5px 9px;
  border: 1px solid rgba(124, 58, 237, 0.13);
  border-radius: 999px;
  color: #6330b6;
  background: rgba(124, 58, 237, 0.075);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1;
  white-space: nowrap;
}

.landing-ref .feature-card__app-status i {
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

.landing-ref .feature-card__app-copy {
  position: relative;
  z-index: 3;
  width: 60%;
}

.landing-ref .commercial-features .feature-card--app-live h3 {
  margin-bottom: 7px;
  font-size: 1.16rem;
}

.landing-ref .commercial-features .feature-card--app-live .feature-card__app-copy > p {
  font-size: 0.76rem;
  line-height: 1.5;
}

.landing-ref .commercial-features .feature-card--app-live .feature-card__points {
  gap: 6px;
  margin-top: 12px;
}

.landing-ref .commercial-features .feature-card--app-live .feature-card__points li {
  gap: 6px;
  color: #3f3152;
  font-size: 0.67rem;
  line-height: 1.35;
}

.landing-ref .commercial-features .feature-card--app-live .feature-card__points li::before {
  color: #7c3aed;
}

.landing-ref .feature-card__phone {
  position: absolute;
  z-index: 2;
  top: 42px;
  right: 5px;
  width: 38%;
  max-width: 142px;
  aspect-ratio: 237 / 512;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(25, 20, 31, 0.22);
  border-radius: 25px;
  background: linear-gradient(145deg, #302d34, #09080b);
  box-shadow:
    0 18px 32px rgba(39, 26, 52, 0.2),
    0 4px 10px rgba(39, 26, 52, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transform: rotate(9deg);
  transform-origin: 50% 85%;
  transition:
    transform 260ms var(--ab-ease),
    box-shadow 260ms ease;
}

.landing-ref .feature-card__phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.landing-ref .feature-card__phone-speaker {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 50%;
  width: 42%;
  height: 12px;
  border-radius: 999px;
  background: #0a090b;
  transform: translateX(-50%);
}

.landing-ref .feature-card__phone img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.landing-ref .commercial-features .feature-card--app-live:hover .feature-card__phone {
  box-shadow:
    0 22px 38px rgba(49, 29, 72, 0.24),
    0 5px 12px rgba(49, 29, 72, 0.12);
  transform: rotate(8deg) translateY(-3px);
}

.landing-ref .feature-card__app-actions {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 28px;
  display: grid;
  justify-items: center;
  gap: 5px;
  width: 48%;
}

.landing-ref .feature-card__play-badge {
  display: block;
  width: min(100%, 142px);
  border-radius: 8px;
  transition:
    transform 200ms var(--ab-ease),
    filter 200ms ease;
}

.landing-ref .feature-card__play-badge img {
  width: 100%;
  height: auto;
}

.landing-ref .feature-card__play-badge:hover {
  filter: drop-shadow(0 8px 12px rgba(54, 31, 78, 0.16));
  transform: translateY(-2px);
}

.landing-ref .feature-card__app-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 0;
  color: #6530b1;
  font-size: 0.72rem;
  font-weight: 800;
}

.landing-ref .feature-card__app-link svg {
  width: 14px;
  height: 14px;
  transition: transform 180ms ease;
}

.landing-ref .feature-card__app-link:hover svg {
  transform: translateX(4px);
}

.landing-ref .app-conversion-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin-top: 34px;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(108, 54, 178, 0.16);
  border-radius: 26px;
  color: #191020;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.8), transparent 25%),
    linear-gradient(125deg, #f3eaff 0%, #eddff7 42%, #f2c7b8 100%);
  box-shadow: 0 24px 64px rgba(85, 46, 121, 0.13);
}

.landing-ref .app-conversion-card::before {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -84px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(96, 45, 169, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(255, 255, 255, 0.1),
    0 0 0 56px rgba(255, 255, 255, 0.07);
}

.landing-ref .app-conversion-card__stars {
  display: block;
  margin-bottom: 9px;
  color: #6b34bd;
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.landing-ref .app-conversion-card h3 {
  max-width: 610px;
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.landing-ref .app-conversion-card p {
  max-width: 660px;
  margin: 0;
  color: rgba(37, 21, 44, 0.72);
  font-size: 0.96rem;
}

.landing-ref .app-conversion-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-ref .app-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid rgba(65, 27, 112, 0.15);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #7843c6, #4c1f91);
  box-shadow: 0 12px 28px rgba(83, 39, 143, 0.23);
  font-size: 0.82rem;
  font-weight: 800;
  transition:
    transform 180ms var(--ab-ease),
    box-shadow 180ms ease;
}

.landing-ref .app-download-button:hover {
  box-shadow: 0 16px 36px rgba(83, 39, 143, 0.3);
  transform: translateY(-2px);
}

.landing-ref #aplicativo.app-premium {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(92px, 10vw, 142px);
  background:
    radial-gradient(circle at 18% 42%, rgba(126, 73, 216, 0.24), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(214, 161, 143, 0.17), transparent 28%),
    linear-gradient(145deg, #09070d 0%, #110a19 46%, #070707 100%);
}

.landing-ref .app-premium__orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.landing-ref .app-premium__orb--one {
  top: 10%;
  left: -8%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(205, 177, 250, 0.14);
  box-shadow:
    0 0 0 55px rgba(114, 61, 199, 0.03),
    0 0 90px rgba(114, 61, 199, 0.12);
}

.landing-ref .app-premium__orb--two {
  right: -110px;
  bottom: 4%;
  width: 280px;
  height: 280px;
  background: rgba(214, 161, 143, 0.05);
  filter: blur(50px);
}

.landing-ref .app-premium__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: center;
  gap: clamp(56px, 7vw, 100px);
}

.landing-ref .app-showcase {
  position: relative;
  min-height: 660px;
  perspective: 1400px;
}

.landing-ref .app-showcase::before {
  content: "";
  position: absolute;
  inset: 14% 10% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(144, 91, 230, 0.3), transparent 66%);
  filter: blur(34px);
}

.landing-ref .app-device {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(145deg, #322c37, #08070a);
  box-shadow:
    0 48px 90px rgba(0, 0, 0, 0.52),
    0 0 46px rgba(122, 67, 207, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  transform-style: preserve-3d;
}

.landing-ref .app-device::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 50%;
  width: 76px;
  height: 22px;
  border-radius: 999px;
  background: #09080b;
  transform: translateX(-50%);
}

.landing-ref .app-device img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.landing-ref .app-device--main {
  z-index: 2;
  top: 2px;
  left: 50%;
  width: 296px;
  height: 640px;
  padding: 9px;
  border-radius: 47px;
  transform: translateX(-42%) rotateY(-5deg) rotateZ(2deg);
  animation: app-device-float 6s ease-in-out infinite;
}

.landing-ref .app-device--side {
  z-index: 1;
  top: 110px;
  left: 4%;
  width: 214px;
  height: 462px;
  padding: 7px;
  border-radius: 36px;
  opacity: 0.72;
  transform: rotateY(11deg) rotateZ(-8deg);
  filter: saturate(0.92);
  animation: app-device-float-side 7s 400ms ease-in-out infinite;
}

.landing-ref .app-device--side::before {
  top: 9px;
  width: 56px;
  height: 16px;
}

.landing-ref .app-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 188px;
  padding: 13px 15px;
  border: 1px solid rgba(225, 199, 255, 0.24);
  border-radius: 16px;
  color: #fff;
  background: rgba(25, 17, 34, 0.88);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.landing-ref .app-floating-card svg {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  color: #cba6ff;
}

.landing-ref .app-floating-card strong {
  display: block;
  font-size: 0.72rem;
}

.landing-ref .app-floating-card small {
  display: block;
  color: rgba(234, 225, 240, 0.56);
  font-size: 0.59rem;
}

.landing-ref .app-floating-card--notification {
  top: 105px;
  right: -5px;
  animation: app-card-float 5.4s ease-in-out infinite;
}

.landing-ref .app-floating-card--sync {
  right: 18px;
  bottom: 80px;
  animation: app-card-float 6.2s 600ms ease-in-out infinite reverse;
}

.landing-ref .app-premium__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(204, 165, 255, 0.25);
  border-radius: 999px;
  color: #d8bdff;
  background: rgba(129, 71, 214, 0.1);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-ref .app-premium__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67d68a;
  box-shadow: 0 0 0 5px rgba(103, 214, 138, 0.09);
}

.landing-ref .app-premium__content h2 {
  max-width: 560px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.5rem, 4.4vw, 4.1rem);
  font-weight: 820;
  letter-spacing: -0.058em;
  line-height: 0.99;
  text-wrap: balance;
}

.landing-ref .app-premium__lead {
  max-width: 560px;
  margin: 0 0 25px;
  color: rgba(232, 222, 238, 0.72);
  font-size: 1rem;
  line-height: 1.78;
}

.landing-ref .app-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.landing-ref .app-benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(244, 239, 247, 0.82);
  font-size: 0.78rem;
  font-weight: 650;
}

.landing-ref .app-benefits span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(204, 165, 255, 0.2);
  border-radius: 8px;
  color: #d5b7ff;
  background: rgba(124, 67, 209, 0.12);
}

.landing-ref .app-benefits svg {
  width: 13px;
  height: 13px;
}

.landing-ref .app-availability {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.035);
}

.landing-ref .app-availability__status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 750;
}

.landing-ref .app-availability__status small {
  display: block;
  color: rgba(232, 222, 238, 0.48);
  font-size: 0.61rem;
  font-weight: 550;
}

.landing-ref .app-premium__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.landing-ref .app-premium__actions .btn-rose,
.landing-ref .app-premium__actions .btn-outline-light {
  min-width: 155px;
}

.landing-ref .app-proof-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 72px;
  padding: 24px 28px;
  border: 1px solid rgba(224, 194, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(110deg, rgba(123, 64, 210, 0.18), rgba(214, 161, 143, 0.1)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-ref .app-proof-card__stars {
  color: #edcf91;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

.landing-ref .app-proof-card h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 1.02rem;
}

.landing-ref .app-proof-card p {
  margin: 0;
  color: rgba(231, 221, 237, 0.57);
  font-size: 0.78rem;
}

.landing-ref .plans-app-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 46px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(242, 199, 184, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 18%, rgba(133, 78, 215, 0.17), transparent 30%),
    rgba(255, 255, 255, 0.025);
}

.landing-ref .plans-app-cta__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--ab-rose-light);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.landing-ref .plans-app-cta h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.035em;
}

.landing-ref .plans-app-cta p {
  margin: 0;
  color: rgba(216, 208, 204, 0.6);
}

.landing-ref .footer-app-download {
  display: grid;
  gap: 11px;
}

.landing-ref .footer-app-download__status {
  color: var(--ab-rose-light);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.landing-ref .footer-app-download .app-store-badge img {
  width: 165px;
}

.landing-ref .footer-app-download__link {
  width: fit-content;
  color: rgba(216, 208, 204, 0.68);
  font-size: 0.72rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes app-download-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes app-device-float {
  0%,
  100% {
    transform: translateX(-42%) rotateY(-5deg) rotateZ(2deg) translateY(0);
  }
  50% {
    transform: translateX(-42%) rotateY(-4deg) rotateZ(1.5deg) translateY(-12px);
  }
}

@keyframes app-device-float-side {
  0%,
  100% {
    transform: rotateY(11deg) rotateZ(-8deg) translateY(0);
  }
  50% {
    transform: rotateY(9deg) rotateZ(-7deg) translateY(10px);
  }
}

@keyframes app-card-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-9px) scale(1.012);
  }
}

@media (max-width: 1050px) {
  .landing-ref .app-premium__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
    gap: 42px;
  }

  .landing-ref .app-showcase {
    min-height: 610px;
    transform: scale(0.9);
    transform-origin: center;
  }

  .landing-ref .app-floating-card--notification {
    right: -35px;
  }
}

@media (max-width: 860px) {
  .landing-ref .app-conversion-card,
  .landing-ref .plans-app-cta {
    grid-template-columns: 1fr;
  }

  .landing-ref .app-premium__grid {
    grid-template-columns: 1fr;
  }

  .landing-ref .app-showcase {
    grid-row: 1;
    width: min(100%, 620px);
    margin-inline: auto;
    transform: none;
  }

  .landing-ref .app-premium__content {
    grid-row: 2;
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }

  .landing-ref .app-premium__lead {
    margin-inline: auto;
  }

  .landing-ref .app-benefits {
    max-width: 580px;
    margin-inline: auto;
    text-align: left;
  }

  .landing-ref .app-availability,
  .landing-ref .app-premium__actions {
    justify-content: center;
    margin-inline: auto;
  }

  .landing-ref .app-proof-card {
    grid-template-columns: 1fr auto;
  }

  .landing-ref .app-proof-card__stars {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .landing-ref .header-app-cta span {
    display: none;
  }

  .landing-ref .header-app-cta {
    min-width: 35px;
    padding-inline: 9px;
  }

  .landing-ref .hero__app-download {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .landing-ref .hero__app-copy strong {
    justify-content: center;
  }

  .landing-ref .hero__app-download .app-store-badge {
    margin-inline: auto;
  }

  .landing-ref .app-conversion-card {
    padding: 28px 21px;
    text-align: center;
  }

  .landing-ref .app-conversion-card__actions {
    flex-direction: column;
  }

  .landing-ref .app-conversion-card__actions > * {
    width: 100%;
  }

  .landing-ref #aplicativo.app-premium {
    padding-block: 78px;
  }

  .landing-ref .app-showcase {
    min-height: 510px;
  }

  .landing-ref .app-device--main {
    width: 232px;
    height: 502px;
    border-radius: 38px;
    transform: translateX(-42%) rotateY(-3deg) rotateZ(2deg);
  }

  .landing-ref .app-device--side {
    top: 82px;
    left: -10px;
    width: 166px;
    height: 358px;
    border-radius: 29px;
  }

  .landing-ref .app-device::before {
    top: 10px;
    width: 60px;
    height: 17px;
  }

  .landing-ref .app-floating-card {
    min-width: 153px;
    padding: 10px 11px;
  }

  .landing-ref .app-floating-card--notification {
    top: 64px;
    right: -5px;
  }

  .landing-ref .app-floating-card--sync {
    right: 0;
    bottom: 28px;
  }

  .landing-ref .app-floating-card small {
    display: none;
  }

  .landing-ref .app-premium__content h2 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .landing-ref .app-benefits {
    grid-template-columns: 1fr;
    width: fit-content;
  }

  .landing-ref .app-availability {
    flex-direction: column;
    width: 100%;
  }

  .landing-ref .app-availability__status {
    justify-content: center;
  }

  .landing-ref .app-premium__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    width: 100%;
  }

  .landing-ref .app-premium__actions > * {
    max-width: none;
    width: 100%;
  }

  .landing-ref .app-proof-card {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .landing-ref .plans-app-cta {
    text-align: center;
  }

  .landing-ref .plans-app-cta .app-store-badge {
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-ref .hero__app-download,
  .landing-ref .app-device--main,
  .landing-ref .app-device--side,
  .landing-ref .app-floating-card {
    animation: none !important;
  }

  .landing-ref .app-store-badge,
  .landing-ref .app-download-button {
    transition: none;
  }
}
