.site-final {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 92vh;
  display: grid;
  place-items: center;
  padding: 132px 5% 96px;
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 200, 255, 0.18), transparent 30%),
    radial-gradient(circle at 80% 22%, rgba(255, 79, 139, 0.16), transparent 28%),
    radial-gradient(circle at 52% 90%, rgba(122, 255, 182, 0.13), transparent 30%),
    linear-gradient(180deg, #04060f 0%, #07101d 52%, #050810 100%);
  color: #ffffff;
  text-align: center;
}

body:has(.site-final) {
  overflow-x: hidden;
  overflow-y: auto;
}

.site-final::before {
  content: "";
  position: absolute;
  inset: 7%;
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,0.9), transparent 72%);
}

.site-final::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -220px;
  z-index: -1;
  width: min(680px, 82vw);
  height: 360px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(34, 200, 255, 0.22), transparent 62%);
  filter: blur(36px);
  pointer-events: none;
}

.site-final-inner {
  width: min(1040px, 100%);
}

.site-final-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 22px;
  padding: 0 12px;
  border: 1px solid rgba(34, 200, 255, 0.28);
  border-radius: 8px;
  background: rgba(34, 200, 255, 0.09);
  color: #7ee3ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-final h2 {
  margin: 0 auto;
  max-width: 900px;
  color: #ffffff;
  font-size: clamp(2.8rem, 8vw, 6.7rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0;
}

.site-final h2 span {
  background: linear-gradient(120deg, #ffffff 0%, #7ee3ff 42%, #7affb6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-final p {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.02rem;
  line-height: 1.75;
}

.site-final-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 38px auto 0;
}

.site-final-metrics span {
  display: grid;
  gap: 5px;
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-final-metrics strong {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}

.site-final-metrics small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
}

.site-final-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.site-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-final-btn.primary {
  color: #031017;
  background: linear-gradient(135deg, #7affb6, #6ee7ff);
  box-shadow: 0 18px 52px rgba(110, 231, 255, 0.22);
}

.site-final-btn.secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.site-final-btn:hover {
  transform: translateY(-3px);
}

.site-final-btn.primary:hover {
  box-shadow: 0 24px 64px rgba(122, 255, 182, 0.32);
}

.site-final-btn.secondary:hover {
  border-color: rgba(126, 227, 255, 0.42);
}

.premium-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  border-top: 1px solid rgba(13, 28, 46, 0.1);
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 194, 255, 0.14), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(255, 63, 129, 0.12), transparent 24%),
    radial-gradient(circle at 48% 100%, rgba(255, 194, 57, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 52%, #f4f8fc 100%);
  color: #0b1724;
  text-align: left;
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(13, 28, 46, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 28, 46, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.78), rgba(0,0,0,0.18));
}

.premium-footer::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 0;
  height: 2px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, #22c8ff, #7c5cff, #ff4f8b, transparent);
  opacity: 0.75;
}

.pf-inner {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 64px 0 28px;
}

.pf-hero-word {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(13, 28, 46, 0.1);
}

.pf-hero-word strong {
  color: rgba(11, 23, 36, 0.08);
  font-size: clamp(2.9rem, 11vw, 8.6rem);
  font-weight: 950;
  line-height: 0.82;
  letter-spacing: 0;
  white-space: nowrap;
}

.pf-hero-word span {
  max-width: 250px;
  color: #516273;
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: right;
}

.pf-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 30px;
}

.pf-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #071421;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: 0;
  text-decoration: none;
}

.pf-brand-mark img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 126, 196, 0.18));
}

.pf-brand-mark span {
  color: #0a8fe3;
}

.pf-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.pf-social-wrap {
  display: grid;
  gap: 9px;
  justify-items: end;
}

.pf-social-label {
  color: #516273;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(13, 28, 46, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #142538;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 40, 65, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pf-social i {
  font-size: 1.05rem;
}

.pf-social:hover {
  transform: translateY(-3px);
  border-color: currentColor;
  box-shadow: 0 18px 36px rgba(15, 40, 65, 0.13);
}

.pf-social.youtube:hover { color: #ff0033; }
.pf-social.instagram:hover { color: #d62976; }
.pf-social.facebook:hover { color: #1877f2; }
.pf-social.linkedin:hover { color: #0a66c2; }
.pf-social.tiktok:hover { color: #111827; }

.pf-layout {
  display: grid;
  grid-template-columns: minmax(270px, 1.25fr) repeat(2, minmax(145px, 0.72fr)) minmax(250px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.pf-youtube-float {
  position: absolute;
  top: 220px;
  right: 0;
  z-index: 3;
  width: min(540px, 38vw);
  height: 580px;
  pointer-events: auto;
}

.pf-youtube-model-view {
  position: relative;
  width: 100%;
  height: 410px;
}

#pfYoutubeCanvas,
.pf-youtube-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#pfYoutubeCanvas {
  z-index: 1;
  display: block;
  cursor: grab;
  touch-action: pan-y;
  opacity: 0;
  transition: opacity 700ms ease;
}

.pf-youtube-float.is-loaded #pfYoutubeCanvas {
  opacity: 1;
}

.pf-youtube-fallback {
  z-index: 0;
  object-fit: contain;
  padding: 14%;
  filter: drop-shadow(0 24px 28px rgba(12, 28, 45, 0.18));
  transition: opacity 500ms ease;
}

.pf-youtube-float.is-loaded .pf-youtube-fallback {
  opacity: 0;
}

.pf-youtube-typography {
  position: absolute;
  top: 315px;
  left: 0;
  right: 0;
  z-index: 3;
  min-height: 120px;
  color: #071421;
  text-align: center;
  pointer-events: none;
}

.pf-type-line {
  min-height: 1em;
}

.pf-type-main {
  display: block;
  color: #101d2a;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 3vw, 3.05rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 12px 28px rgba(15, 40, 65, 0.12);
}

.pf-type-signature {
  display: block;
  margin-top: 10px;
  color: #31495d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.55vw, 1.4rem);
  font-weight: 700;
  line-height: 1.1;
}

.pf-type-cursor {
  display: inline-block;
  width: 3px;
  height: 0.95em;
  margin-left: 5px;
  border-radius: 2px;
  background: linear-gradient(180deg, #ef1747, #0a8fe3);
  vertical-align: -0.08em;
  opacity: 0;
}

.pf-youtube-typography.is-typing .pf-type-cursor,
.pf-youtube-typography.is-complete .pf-type-cursor {
  opacity: 1;
  animation: pfTypeCursor 760ms steps(1, end) infinite;
}

@keyframes pfTypeCursor {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

.pf-studio {
  padding: 24px;
  border: 1px solid rgba(13, 28, 46, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,250,255,0.9)),
    radial-gradient(circle at 100% 0%, rgba(34, 200, 255, 0.12), transparent 30%);
  box-shadow: 0 24px 60px rgba(15, 40, 65, 0.1);
}

.pf-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 10px;
  border: 1px solid rgba(10, 143, 227, 0.18);
  border-radius: 8px;
  background: rgba(10, 143, 227, 0.07);
  color: #0a6aa6;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-studio h2 {
  margin: 0;
  color: #071421;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.pf-studio p {
  margin: 14px 0 18px;
  color: #516273;
  line-height: 1.7;
}

.pf-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pf-mini-trust span,
.pf-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(13, 28, 46, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #294357;
  font-size: 0.78rem;
  font-weight: 800;
}

.pf-mini-trust i,
.pf-assurance i {
  color: #0a8fe3;
}

.pf-col h3,
.pf-payment-title {
  margin: 0 0 14px;
  color: #071421;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-links,
.pf-contact {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-links a,
.pf-contact a,
.pf-legal a {
  color: #516273;
  text-decoration: none;
  transition: color 160ms ease;
}

.pf-links a:hover,
.pf-contact a:hover,
.pf-legal a:hover {
  color: #0a8fe3;
}

.pf-contact li {
  color: #516273;
  font-size: 0.92rem;
  line-height: 1.5;
}

.pf-contact-card {
  padding: 20px;
  border: 1px solid rgba(13, 28, 46, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(15, 40, 65, 0.08);
}

.pf-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0a6aa6;
  font-weight: 900;
  text-decoration: none;
}

.pf-commerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(13, 28, 46, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(15, 40, 65, 0.07);
}

.pf-payment-title {
  display: block;
  margin-bottom: 12px;
}

.pf-payment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pf-pay {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(13, 28, 46, 0.11);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
  color: #17283a;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(15, 40, 65, 0.07);
}

.pf-pay i {
  font-size: 1.25rem;
}

.pf-pay.visa i { color: #1434cb; }
.pf-pay.master i { color: #eb001b; }
.pf-pay.paypal i { color: #003087; }
.pf-pay.stripe i { color: #635bff; }
.pf-pay.bank i { color: #34495e; }
.pf-pay.mobile i { color: #c026d3; }

.pf-invoice-note {
  max-width: 260px;
  margin: 0;
  color: #516273;
  font-size: 0.84rem;
  line-height: 1.55;
}

.pf-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pf-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(13, 28, 46, 0.1);
  color: #6a7b89;
  font-size: 0.84rem;
}

.pf-bottom p {
  margin: 0;
}

.pf-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1020px) {
  .pf-youtube-float {
    display: none;
  }

  .pf-layout,
  .pf-commerce {
    grid-template-columns: 1fr;
  }

  .pf-hero-word,
  .pf-topbar,
  .pf-bottom {
    align-items: flex-start;
  }

  .pf-hero-word span {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pf-type-cursor {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-final {
    min-height: auto;
    padding: 96px 18px 72px;
  }

  .site-final-metrics {
    grid-template-columns: 1fr;
  }

  .site-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-final-btn {
    width: 100%;
  }

  .pf-inner {
    width: calc(100% - 24px);
    padding: 48px 0 24px;
  }

  .pf-hero-word,
  .pf-topbar,
  .pf-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .pf-hero-word strong {
    white-space: normal;
  }

  .pf-socials {
    justify-content: flex-start;
  }

  .pf-social-wrap {
    justify-items: start;
  }

  .pf-studio,
  .pf-contact-card,
  .pf-commerce {
    padding: 18px;
  }

}
