:root {
  --pdv5-black: #050505;
  --pdv5-black-2: #080808;
  --pdv5-ink: #0b0b0f;
  --pdv5-panel: rgba(15, 15, 20, 0.82);
  --pdv5-panel-strong: #121219;
  --pdv5-purple: #6e35a0;
  --pdv5-purple-2: #7b43ae;
  --pdv5-purple-dark: #2b163d;
  --pdv5-text: #f5f5f7;
  --pdv5-muted: #b9b9c4;
  --pdv5-line: rgba(110, 53, 160, 0.28);
  --pdv5-line-soft: rgba(255, 255, 255, 0.08);
}

.pdv5-page {
  --background-color: var(--pdv5-black);
  --default-color: var(--pdv5-muted);
  --heading-color: var(--pdv5-text);
  --accent-color: var(--pdv5-purple);
  --surface-color: var(--pdv5-panel-strong);
  --contrast-color: #ffffff;
  --nav-color: rgba(245, 245, 247, 0.84);
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #080808;
  --nav-dropdown-color: #f5f5f7;
  --nav-dropdown-hover-color: #ffffff;
  background:
    radial-gradient(circle at 12% 4%, rgba(110, 53, 160, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(43, 22, 61, 0.5), transparent 24%),
    linear-gradient(180deg, #050505 0%, #080808 48%, #050505 100%);
}

.pdv5-page .header {
  --background-color: rgba(5, 5, 5, 0.68);
  backdrop-filter: blur(18px);
}

.scrolled.pdv5-page .header {
  --background-color: rgba(5, 5, 5, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.pdv5-page .header .logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(178px, 15vw, 228px);
  height: 76px;
  margin-left: 10px;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 50%, rgba(110, 53, 160, 0.28), rgba(110, 53, 160, 0.08) 42%, transparent 76%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(110, 53, 160, 0.28);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  isolation: isolate;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.pdv5-page .header .logo::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  z-index: -1;
  width: 170px;
  height: 92px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(110, 53, 160, 0.4) 0%, rgba(110, 53, 160, 0.16) 46%, rgba(110, 53, 160, 0) 76%);
  filter: blur(18px);
  opacity: 0.82;
  transform: translateY(-50%);
  pointer-events: none;
}

.pdv5-page .header .logo:hover {
  border-color: rgba(123, 67, 174, 0.5);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(110, 53, 160, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.pdv5-page .site-brand-mark--pdv5 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  max-height: none;
  max-width: none;
  margin: 0;
  transform: translate(-50%, -50%) scale(4.05);
  transform-origin: center;
  filter:
    drop-shadow(0 14px 26px rgba(0, 0, 0, 0.44))
    drop-shadow(0 0 22px rgba(110, 53, 160, 0.28));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pdv5-page .header .logo:hover .site-brand-mark--pdv5 {
  transform: translate(-50%, -50%) scale(4.16);
  filter:
    drop-shadow(0 18px 30px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 30px rgba(123, 67, 174, 0.36));
}

.scrolled.pdv5-page .site-brand-mark--pdv5 {
  width: 74px;
  height: 74px;
}

.pdv5-page .navmenu .nav-cta a,
.footer-pdv5 .footer-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pdv5-purple), var(--pdv5-purple-2));
  color: #fff;
  box-shadow: 0 18px 38px rgba(110, 53, 160, 0.26);
}

.pdv5-page .navmenu .nav-cta a:hover,
.footer-pdv5 .footer-cta-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.pdv5-page .mobile-nav-toggle {
  color: #fff;
}

.pdv5-main {
  overflow: hidden;
}

.pdv5-main section,
.pdv5-main .section {
  padding-top: clamp(76px, 8vw, 112px);
  padding-bottom: clamp(76px, 8vw, 112px);
}

.pdv5-main h1,
.pdv5-main h2,
.pdv5-main h3,
.pdv5-main h4 {
  color: var(--pdv5-text);
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.045em;
}

.pdv5-main p {
  color: rgba(185, 185, 196, 0.92);
  line-height: 1.72;
}

.pdv5-eyebrow,
.pdv5-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(110, 53, 160, 0.14);
  border: 1px solid rgba(110, 53, 160, 0.34);
  color: #d8c6eb;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pdv5-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.pdv5-btn:hover {
  transform: translateY(-2px);
}

.pdv5-btn--primary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, var(--pdv5-purple), var(--pdv5-purple-2));
  color: #fff;
  box-shadow: 0 24px 54px rgba(110, 53, 160, 0.28);
}

.pdv5-btn--primary:hover {
  color: #fff;
}

.pdv5-btn--secondary,
.pdv5-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  color: var(--pdv5-text);
}

.pdv5-btn--secondary:hover,
.pdv5-btn--ghost:hover {
  border-color: rgba(110, 53, 160, 0.56);
  background: rgba(110, 53, 160, 0.13);
  color: #fff;
}

.pdv5-page a:focus-visible,
.pdv5-page button:focus-visible {
  outline: 3px solid rgba(123, 67, 174, 0.8);
  outline-offset: 4px;
}

.pdv5-hero {
  position: relative;
  padding-top: 168px !important;
  padding-bottom: 104px !important;
  isolation: isolate;
}

.pdv5-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 88%);
}

.pdv5-ambient {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(18px);
}

.pdv5-ambient--one {
  width: 420px;
  height: 420px;
  top: 90px;
  left: -140px;
  background: radial-gradient(circle, rgba(110, 53, 160, 0.32), transparent 68%);
}

.pdv5-ambient--two {
  width: 360px;
  height: 360px;
  right: -90px;
  bottom: 20px;
  background: radial-gradient(circle, rgba(43, 22, 61, 0.58), transparent 70%);
}

.pdv5-hero__content h1 {
  max-width: 11ch;
  margin: 24px 0 20px;
  font-size: clamp(3rem, 5.8vw, 5.65rem);
  line-height: 0.94;
}

.pdv5-hero__lead {
  max-width: 58ch;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.pdv5-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 28px;
}

.pdv5-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pdv5-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 245, 247, 0.84);
  font-size: 0.88rem;
  font-weight: 700;
}

.pdv5-trust-row i {
  color: #c6a4e7;
}

.pdv5-product-frame,
.pdv5-screenshot-panel,
.pdv5-desktop-proof,
.pdv5-final-cta__shell {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(110, 53, 160, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(18, 18, 24, 0.96), rgba(8, 8, 10, 0.98));
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.36);
}

.pdv5-product-frame {
  position: relative;
  padding: clamp(18px, 2.6vw, 30px);
  border-radius: 34px;
}

.pdv5-product-frame:after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border-radius: 26px;
  border: 1px solid rgba(110, 53, 160, 0.16);
}

.pdv5-product-frame__top,
.pdv5-product-frame__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pdv5-product-frame__top {
  margin-bottom: 18px;
}

.pdv5-product-frame__top span,
.pdv5-panel-caption span,
.pdv5-desktop-proof span,
.pdv5-final-cta__shell small {
  color: #c6a4e7;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdv5-product-frame__top strong,
.pdv5-panel-caption strong,
.pdv5-desktop-proof strong,
.pdv5-product-frame__footer strong {
  display: block;
  color: #fff;
}

.pdv5-product-frame__image,
.pdv5-screenshot-panel figure,
.pdv5-desktop-proof figure,
.pdv5-phone-proof figure {
  margin: 0;
}

.pdv5-product-frame__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(110, 53, 160, 0.28);
  background: #0d0d12;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
}

.pdv5-product-frame__image img,
.pdv5-screenshot-panel img,
.pdv5-desktop-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.pdv5-product-frame__footer {
  margin-top: 18px;
}

.pdv5-product-frame__footer small {
  display: block;
  margin-bottom: 4px;
  color: rgba(185, 185, 196, 0.78);
}

.pdv5-status-pill {
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(110, 53, 160, 0.16);
  border: 1px solid rgba(110, 53, 160, 0.34);
  color: #e5d4f5;
  font-size: 0.78rem;
  font-weight: 800;
}

.pdv5-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.pdv5-section-heading--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.pdv5-section-heading h2 {
  margin: 20px 0 16px;
  font-size: clamp(2.1rem, 4.2vw, 3.55rem);
  line-height: 1.02;
}

.pdv5-section-heading p {
  max-width: 64ch;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
}

.pdv5-section-heading--left p {
  margin-left: 0;
}

.pdv5-value,
.pdv5-operation {
  background:
    radial-gradient(circle at 85% 10%, rgba(110, 53, 160, 0.12), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
}

.pdv5-feature-section,
.pdv5-mobility,
.pdv5-waiter {
  background:
    radial-gradient(circle at 12% 18%, rgba(43, 22, 61, 0.44), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.pdv5-value .col-md-6 {
  display: flex;
}

.pdv5-card {
  width: 100%;
  min-height: 100%;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.pdv5-card:hover {
  transform: translateY(-4px);
  border-color: rgba(110, 53, 160, 0.42);
  background: linear-gradient(180deg, rgba(110, 53, 160, 0.13), rgba(255, 255, 255, 0.035));
}

.pdv5-card i,
.pdv5-channel-grid i,
.pdv5-mobile-benefits i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(110, 53, 160, 0.16);
  color: #d7b7f3;
  font-size: 1.25rem;
}

.pdv5-card h3,
.pdv5-feature-list h3,
.pdv5-flow-step h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
}

.pdv5-card p,
.pdv5-feature-list p,
.pdv5-flow-step p {
  margin-bottom: 0;
}

.pdv5-feature-list {
  display: grid;
  gap: 16px;
}

.pdv5-feature-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pdv5-feature-list article > span,
.pdv5-flow-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--pdv5-purple), var(--pdv5-purple-2));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.pdv5-screenshot-panel {
  overflow: hidden;
  padding: clamp(16px, 2.2vw, 24px);
  border-radius: 32px;
}

.pdv5-screenshot-panel--compact {
  max-width: 620px;
}

.pdv5-screenshot-panel figure {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(110, 53, 160, 0.24);
  background: #0d0d12;
}

.pdv5-panel-caption {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pdv5-flow {
  background: linear-gradient(180deg, rgba(11, 11, 15, 0.9), rgba(5, 5, 5, 0.96));
}

.pdv5-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pdv5-flow-step {
  position: relative;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pdv5-flow-step:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 72px;
  right: -28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(110, 53, 160, 0.55), transparent);
}

.pdv5-flow-step:last-child:before {
  display: none;
}

.pdv5-flow-step > span {
  margin-bottom: 24px;
}

.pdv5-channel-grid,
.pdv5-mobile-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pdv5-channel-grid article,
.pdv5-mobile-benefits article {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pdv5-channel-grid i,
.pdv5-mobile-benefits i {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 14px;
  font-size: 1.04rem;
}

.pdv5-channel-grid strong,
.pdv5-mobile-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.pdv5-channel-grid span,
.pdv5-mobile-benefits span {
  display: block;
  color: rgba(185, 185, 196, 0.86);
  font-size: 0.92rem;
  line-height: 1.55;
}

.pdv5-device-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
  margin-top: 56px;
}

.pdv5-desktop-proof {
  overflow: hidden;
  border-radius: 32px;
}

.pdv5-desktop-proof figure {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0d12;
}

.pdv5-desktop-proof div {
  padding: 22px 24px;
}

.pdv5-phone-proof {
  position: relative;
  width: min(100%, 380px);
  min-height: 560px;
  margin: 0 auto;
}

.pdv5-phone-proof__item {
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
  background: #0d0d12;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48);
}

.pdv5-phone-proof__item img {
  display: block;
  width: 196px;
  height: auto;
}

.pdv5-phone-proof__item--back {
  top: 24px;
  left: 0;
  transform: rotate(-9deg);
  opacity: 0.5;
  filter: brightness(0.72);
}

.pdv5-phone-proof__item--middle {
  top: 10px;
  left: 82px;
  transform: rotate(-2deg);
  opacity: 0.76;
  filter: brightness(0.9);
}

.pdv5-phone-proof__item--front {
  top: 44px;
  right: 0;
  transform: rotate(3deg);
  border-color: rgba(110, 53, 160, 0.4);
}

.pdv5-mobile-benefits {
  margin-top: 32px;
}

.pdv5-waiter {
  position: relative;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  isolation: isolate;
}

.pdv5-waiter:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.pdv5-waiter-copy h2 {
  margin: 20px 0 16px;
  max-width: 12ch;
  font-size: clamp(2.55rem, 5vw, 4.7rem);
  line-height: 0.98;
}

.pdv5-waiter-copy p {
  max-width: 44ch;
  margin-bottom: 24px;
  font-size: 1.06rem;
}

.pdv5-waiter-benefits {
  display: grid;
  gap: 12px;
  max-width: 420px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdv5-waiter-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 800;
}

.pdv5-waiter-benefits i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(110, 53, 160, 0.16);
  color: #d7b7f3;
  font-size: 1rem;
}

.pdv5-waiter-visual {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pdv5-waiter-phone {
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 30px;
  background: #0d0d12;
  border: 1px solid rgba(110, 53, 160, 0.44);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.42);
  transition: transform 0.26s ease;
}

.pdv5-waiter-phone:hover {
  transform: translateY(-4px);
}

.pdv5-waiter-phone img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pdv5-final-cta {
  padding-top: 38px !important;
}

.pdv5-final-cta__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 34px;
}

.pdv5-final-cta__shell h2 {
  max-width: 760px;
  margin: 20px 0 14px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
}

.pdv5-final-cta__shell p {
  max-width: 62ch;
  margin-bottom: 0;
}

.pdv5-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-pdv5 {
  --background-color: #050505;
  --default-color: rgba(185, 185, 196, 0.9);
  --heading-color: #ffffff;
  --accent-color: var(--pdv5-purple);
  background:
    radial-gradient(circle at top right, rgba(110, 53, 160, 0.18), transparent 22%),
    linear-gradient(180deg, #050505 0%, #080808 100%);
}

.footer-pdv5 .footer-top {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.footer-pdv5 .footer-about .logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 86px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 24% 50%, rgba(110, 53, 160, 0.3), rgba(110, 53, 160, 0.09) 46%, transparent 78%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(110, 53, 160, 0.28);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.footer-pdv5 .footer-about .logo::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 12px;
  z-index: -1;
  width: 180px;
  height: 92px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(110, 53, 160, 0.38) 0%, rgba(110, 53, 160, 0.14) 48%, rgba(110, 53, 160, 0) 78%);
  filter: blur(18px);
  transform: translateY(-50%);
}

.footer-brand-pdv5 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  max-height: none;
  max-width: none;
  transform: translate(-50%, -50%) scale(4.05);
  filter:
    drop-shadow(0 16px 30px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 28px rgba(110, 53, 160, 0.3));
}

@media (prefers-reduced-motion: reduce) {
  .pdv5-btn,
  .pdv5-card,
  .pdv5-waiter-phone {
    transition: none;
  }
}

@media (max-width: 1199px) {
  .pdv5-flow-grid,
  .pdv5-channel-grid,
  .pdv5-mobile-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .pdv5-flow-step:before {
    display: none;
  }

  .pdv5-device-showcase {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .pdv5-hero {
    padding-top: 136px !important;
    padding-bottom: 78px !important;
  }

  .pdv5-hero__content {
    text-align: center;
  }

  .pdv5-hero__content h1,
  .pdv5-hero__lead {
    margin-right: auto;
    margin-left: auto;
  }

  .pdv5-hero__actions,
  .pdv5-trust-row {
    justify-content: center;
  }

  .pdv5-section-heading--left {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .pdv5-section-heading--left p,
  .pdv5-waiter-copy p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .pdv5-final-cta__shell {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pdv5-final-cta__actions {
    justify-content: center;
  }

  .pdv5-page .header .logo {
    width: 164px;
    height: 68px;
    margin-left: 6px;
    border-radius: 22px;
  }

  .pdv5-page .site-brand-mark--pdv5,
  .scrolled.pdv5-page .site-brand-mark--pdv5 {
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%) scale(3.55);
  }

  .pdv5-waiter-copy {
    text-align: center;
  }

  .pdv5-waiter-copy h2 {
    margin-right: auto;
    margin-left: auto;
  }

  .pdv5-waiter-benefits {
    margin-right: auto;
    margin-left: auto;
  }

  .pdv5-waiter-benefits li {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .pdv5-main section,
  .pdv5-main .section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .pdv5-hero {
    padding-top: 122px !important;
  }

  .pdv5-hero__content h1 {
    max-width: none;
    font-size: clamp(2.55rem, 14vw, 3.6rem);
  }

  .pdv5-hero__actions,
  .pdv5-final-cta__actions {
    display: grid;
    width: 100%;
  }

  .pdv5-btn {
    width: 100%;
  }

  .pdv5-page .header .logo {
    width: 140px;
    height: 58px;
    margin-left: 0;
    border-radius: 18px;
  }

  .pdv5-page .header .logo::before {
    width: 126px;
    height: 68px;
  }

  .pdv5-page .site-brand-mark--pdv5,
  .scrolled.pdv5-page .site-brand-mark--pdv5 {
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%) scale(3.28);
  }

  .footer-brand-pdv5 {
    width: 66px;
    height: 66px;
    transform: translate(-50%, -50%) scale(3.35);
  }

  .footer-pdv5 .footer-about .logo {
    width: 178px;
    height: 72px;
    border-radius: 22px;
  }

  .pdv5-product-frame__top,
  .pdv5-product-frame__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .pdv5-flow-grid,
  .pdv5-channel-grid,
  .pdv5-mobile-benefits {
    grid-template-columns: 1fr;
  }

  .pdv5-phone-proof {
    width: 260px;
    min-height: 430px;
  }

  .pdv5-phone-proof__item img {
    width: 150px;
  }

  .pdv5-phone-proof__item--back {
    left: 0;
  }

  .pdv5-phone-proof__item--middle {
    left: 54px;
  }

  .pdv5-phone-proof__item--front {
    right: 0;
  }

  .pdv5-waiter-copy h2 {
    max-width: none;
    font-size: clamp(2.25rem, 11vw, 3.3rem);
  }

  .pdv5-waiter-phone {
    max-width: 300px;
    border-radius: 28px;
  }
}

@media (max-width: 420px) {
  .pdv5-product-frame,
  .pdv5-screenshot-panel,
  .pdv5-card,
  .pdv5-flow-step,
  .pdv5-final-cta__shell {
    border-radius: 22px;
  }

  .pdv5-product-frame {
    padding: 14px;
  }
}
