.LandingPageMainViewportContainer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 3.5rem 1.25rem 3rem 1.25rem;
  z-index: 2;
}

.LandingPageHeroSectionWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  gap: 1.25rem;
  width: 100%;
  max-width: 720px;
}

.LandingPageHeroMainTitleHeading {
  font-family: var(--PrimaryHeadingFontFamily);
  font-size: clamp(3.6rem, 10vw, 6.4rem);
  font-weight: 800;
  letter-spacing: 0;
  color: var(--PureWhiteColor);
  text-shadow:
    0 0 30px rgba(255, 255, 255, 0.85),
    0 0 70px rgba(255, 255, 255, 0.45),
    0 0 140px rgba(255, 255, 255, 0.2);
  user-select: none;
  line-height: 1;
  text-transform: none;
}

.LandingPageStealthQuoteContainer {
  position: relative;
  margin: 0.3rem 0 0.4rem 0;
  padding: 1rem 1.6rem;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 0 14px 14px 0;
  text-align: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.LandingPageStealthQuoteText {
  font-family: var(--PrimaryBodyFontFamily);
  font-size: clamp(0.95rem, 1.9vw, 1.1rem);
  font-style: italic;
  color: #e4e4e7;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-transform: none;
}

.LandingPageHeroTaglineDescription {
  font-family: var(--PrimaryBodyFontFamily);
  font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  color: var(--SubtleSecondaryTextColor);
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-transform: none;
}

.LandingPageScriptExecutionBadgeWrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.6rem;
  background: var(--CosmicCardBackgroundColor);
  border: 1px solid var(--CosmicCardBorderColor);
  border-radius: 8px;
  font-family: var(--PrimaryCodeFontFamily);
  font-size: 0.88rem;
  color: var(--PureWhiteColor);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  text-transform: none;
}

.LandingPageScriptExecutionBadgeWrapper:hover {
  border-color: var(--CosmicCardHoverBorderColor);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.7), 0 0 24px rgba(255, 255, 255, 0.3);
  background-color: rgba(28, 28, 42, 0.9);
  transform: translateY(-2px);
}

.LandingPageScriptExecutionBadgeWrapper:active {
  transform: translateY(0);
}

.LandingPageScriptCopyIconSvg {
  width: 18px;
  height: 18px;
  fill: var(--SubtleSecondaryTextColor);
  flex-shrink: 0;
}

.LandingPageExploreExperiencesAnchorButton {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--PureWhiteColor);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.LandingPageExploreExperiencesAnchorButton:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}

.LandingPageSignalStripContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.LandingPageSignalStripContainer span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 8px;
  background: rgba(34, 211, 238, 0.07);
  color: #cffafe;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.LandingPageScriptCopyConfirmationToast {
  position: fixed;
  bottom: 2.2rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 185, 129, 0.18), transparent 60%),
    rgba(12, 13, 20, 0.92);
  color: var(--PureWhiteColor);
  padding: 0.85rem 1.85rem;
  border: 1px solid rgba(16, 185, 129, 0.42);
  border-radius: 9999px;
  font-family: var(--PrimaryBodyFontFamily);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.8),
    0 0 28px rgba(16, 185, 129, 0.22);
  z-index: 1000;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.LandingPageScriptCopyConfirmationToast.ToastVisibleState {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.LandingPageReviewBadgesRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0.25rem 0 0.55rem 0;
  width: 100%;
}

.LandingPageTrustpilotWidgetContainer .trustpilot-widget,
.LandingPageTrustpilotWidgetContainer .trustpilot-widget iframe {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  display: block;
}

.LandingPageTrustpilotWidgetContainer .trustpilot-widget a {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.LandingPageTrustpilotRatingWrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.LandingPageTrustpilotRatingWrapper:hover {
  border-color: rgba(0, 182, 122, 0.45);
  box-shadow: 0 8px 28px rgba(0, 182, 122, 0.18);
  background: rgba(0, 182, 122, 0.06);
}

.LandingPageTrustpilotRatingWrapper .trustpilot-widget a {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.LandingPageTrustpilotHeroRatingBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.52rem 1.15rem;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 9999px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-decoration: none;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.LandingPageTrustpilotHeroRatingBadge:hover {
  background: rgba(0, 182, 122, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(0, 182, 122, 0.28);
  color: #ffffff;
}

/* TrustBox widget renders with its official styling only (data-theme="dark"
   is set in the markup). Trustpilot guidelines forbid altering the widget's
   appearance, so no filters or blending are applied here. */
.TrustpilotHeroStarsContainer {
  display: inline-flex;
  align-items: center;
  gap: 2.5px;
}

.TrustpilotStarTile {
  width: 19px;
  height: 19px;
  background: #00b67a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.TrustpilotHeroBadgeLabel {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--PrimaryBodyFontFamily);
  color: #e4e4e7;
  letter-spacing: 0.01em;
}

.TrustpilotHeroBadgeLabel .TrustpilotBrandWord {
  color: #ffffff;
  font-weight: 800;
}

.TrustpilotHeroExternalArrow {
  color: #a1a1aa;
  transition: transform 0.2s ease, color 0.2s ease;
}

.LandingPageTrustpilotHeroRatingBadge:hover .TrustpilotHeroExternalArrow {
  color: #ffffff;
  transform: translate(1px, -1px);
}

.TrustpilotReviewSectionContainer {
  width: 100%;
  max-width: 900px;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

.TrustpilotReviewCardWrapper {
  width: 100%;
  padding: 2.2rem 2.4rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 182, 122, 0.12), transparent 38%),
    radial-gradient(circle at 92% 88%, rgba(34, 178, 255, 0.1), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
    rgba(8, 9, 14, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 32px rgba(0, 182, 122, 0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.TrustpilotReviewCardWrapper:hover {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.75), 0 0 45px rgba(0, 182, 122, 0.14);
}

.TrustpilotBrandHeaderRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1.2rem;
}

.TrustpilotBrandIdentifier {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.TrustpilotBrandLogoText {
  font-family: var(--PrimaryHeadingFontFamily);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--PureWhiteColor);
  letter-spacing: -0.01em;
}

.TrustpilotRatingStarsVisualGrid {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.TrustpilotStarBlockItem {
  width: 28px;
  height: 28px;
  background: #00b67a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.TrustpilotCardBodyContent {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.TrustpilotCardHeadingTitle {
  font-family: var(--PrimaryHeadingFontFamily);
  font-size: clamp(1.45rem, 3.2vw, 1.95rem);
  font-weight: 800;
  color: var(--PureWhiteColor);
  line-height: 1.15;
}

.TrustpilotCardExplanationParagraph {
  font-size: 0.96rem;
  color: var(--SubtleSecondaryTextColor);
  line-height: 1.65;
  max-width: 720px;
}

.ReviewActionButtonsGroup {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.TrustpilotDirectReviewButton {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.65rem;
  background: rgba(0, 182, 122, 0.14);
  border: 1px solid rgba(0, 182, 122, 0.45);
  border-radius: 9999px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 182, 122, 0.2);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.TrustpilotDirectReviewButton:hover {
  background: #00b67a;
  border-color: #00b67a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 182, 122, 0.45);
}

@media (max-width: 640px) {
  .TrustpilotReviewCardWrapper {
    padding: 1.5rem 1.25rem;
  }

  .TrustpilotBrandHeaderRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .ReviewActionButtonsGroup {
    flex-direction: column;
    width: 100%;
  }

  .TrustpilotDirectReviewButton {
    width: 100%;
    justify-content: center;
  }
}

.ScriptPlatformProfilesSectionContainer {
  width: 100%;
  max-width: 900px;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.ScriptPlatformProfilesHeaderWrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ScriptPlatformProfilesMetaBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.36rem 0.78rem;
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 9999px;
  background: rgba(139, 92, 246, 0.08);
  color: #c4b5fd;
  font-size: 0.76rem;
  font-weight: 700;
  align-self: center;
}

.ScriptPlatformProfilesTitleHeading {
  font-family: var(--PrimaryHeadingFontFamily);
  font-size: clamp(1.4rem, 3.2vw, 1.85rem);
  font-weight: 800;
  color: var(--PureWhiteColor);
  line-height: 1.15;
}

.ScriptPlatformProfilesGridContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 0.85rem;
}

.ScriptPlatformProfileCard {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.25rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(8, 9, 14, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  text-decoration: none;
  color: var(--PureWhiteColor);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  cursor: pointer;
}

.ScriptPlatformProfileCard:hover {
  border-color: rgba(139, 92, 246, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.65), 0 0 24px rgba(139, 92, 246, 0.18);
  background-color: rgba(139, 92, 246, 0.08);
}

.ScriptPlatformProfileCard:active {
  transform: translateY(-1px);
}

.ScriptPlatformProfileIconWrapper {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
}

.ScriptPlatformProfileIconImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ScriptPlatformProfileInfoWrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
}

.ScriptPlatformProfileNameText {
  font-family: var(--PrimaryBodyFontFamily);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--PureWhiteColor);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ScriptPlatformProfileHandleText {
  font-family: var(--PrimaryCodeFontFamily);
  font-size: 0.78rem;
  color: var(--SubtleSecondaryTextColor);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ScriptPlatformProfileArrowIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.2s ease, transform 0.2s ease;
}

.ScriptPlatformProfileCard:hover .ScriptPlatformProfileArrowIcon {
  color: #c4b5fd;
  transform: translateX(3px);
}

@media (max-width: 640px) {
  .ScriptPlatformProfilesGridContainer {
    grid-template-columns: 1fr;
  }
}

.LandingPageHeroActionButtonsWrapper {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.PrimaryGlowCtaButton {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 25px rgba(255, 255, 255, 0.45) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background 0.25s ease !important;
}

.PrimaryGlowCtaButton:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 35px rgba(255, 255, 255, 0.75) !important;
  background: #f4f4f5 !important;
}

.LandingPageLiveStatsBarContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(170px, 100%), 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 900px;
  margin: 2rem auto 1.5rem auto;
}

.LandingPageStatBarItemCard {
  background: var(--CosmicCardBackgroundColor);
  backdrop-filter: var(--GlassBackdropFilter);
  -webkit-backdrop-filter: var(--GlassBackdropFilter);
  border: 1px solid var(--CosmicCardBorderColor);
  border-radius: 14px;
  padding: 1.25rem 1.25rem;
  text-align: center;
  box-shadow: var(--LuxuryBoxShadow);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.LandingPageStatBarItemCard:hover {
  transform: translateY(-3px);
  border-color: var(--CosmicCardHoverBorderColor);
  box-shadow: var(--GlowHoverBoxShadow);
}

.LandingPageStatAccentFreeVariant {
  border-color: rgba(16, 185, 129, 0.34);
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 185, 129, 0.1), transparent 70%),
    var(--CosmicCardBackgroundColor);
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.85), 0 0 20px rgba(16, 185, 129, 0.1), 0 0 1px 1px rgba(16, 185, 129, 0.18);
}

.LandingPageStatAccentFreeVariant .LandingPageStatValueText {
  color: #34d399;
  text-shadow: 0 0 16px rgba(52, 211, 153, 0.45);
}

.LandingPageStatAccentFreeVariant:hover {
  border-color: rgba(16, 185, 129, 0.55);
  box-shadow: 0 24px 50px -12px rgba(0, 0, 0, 0.95), 0 0 25px rgba(16, 185, 129, 0.2);
}

.LandingPageStatValueText {
  font-family: var(--PrimaryHeadingFontFamily);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--PureWhiteColor);
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
}

.LandingPageStatLabelText {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--SubtleSecondaryTextColor);
  text-transform: none;
}

.ProtectionPipelineSectionContainer {
  width: 100%;
  max-width: 1120px;
  margin: 3.25rem auto 3.5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.45rem;
  position: relative;
  z-index: 4;
}

.ProtectionPipelineSectionContainer::before {
  content: "";
  position: absolute;
  inset: 5.5rem 8% 2rem 8%;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.38;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 78%, transparent);
  pointer-events: none;
}

.ProtectionPipelineHeaderWrapper {
  max-width: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ProtectionPipelineEyebrowBadge,
.ProtectionPipelineBoardMetaText,
.ProtectionPipelineDetailsKickerText {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.55rem;
  padding: 0.26rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--PrimaryCodeFontFamily);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
}

.ProtectionPipelineTitleHeading {
  font-family: var(--PrimaryHeadingFontFamily);
  font-size: clamp(1.8rem, 4.8vw, 3rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--PureWhiteColor);
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.2);
}

.ProtectionPipelineIntroParagraph,
.ProtectionPipelineDisclaimerParagraph {
  max-width: 720px;
  color: var(--SubtleSecondaryTextColor);
  font-size: 0.96rem;
  line-height: 1.7;
}

.ProtectionPipelineBoardGridContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.ProtectionPipelineBoardCard {
  --BoardAccentColor: #ffffff;
  --BoardAccentSoftColor: rgba(255, 255, 255, 0.16);
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018) 46%, rgba(255, 255, 255, 0.045)),
    rgba(5, 5, 8, 0.84);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.74),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  backdrop-filter: blur(24px) saturate(165%);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}

.ProtectionPipelineBoardCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, var(--BoardAccentSoftColor), transparent 34%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.08) 46%, transparent 52%);
  opacity: 0.52;
  transform: translateX(-24%);
  transition: transform 0.5s ease, opacity 0.3s ease;
  pointer-events: none;
}

.ProtectionPipelineBoardCard:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.82),
    0 0 38px var(--BoardAccentSoftColor),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ProtectionPipelineBoardCard:hover::before {
  opacity: 0.74;
  transform: translateX(10%);
}

.LuraphPipelineBoardVariant {
  --BoardAccentColor: #f87171;
  --BoardAccentSoftColor: rgba(248, 113, 113, 0.13);
}

.LuarmorPipelineBoardVariant {
  --BoardAccentColor: #38bdf8;
  --BoardAccentSoftColor: rgba(56, 189, 248, 0.13);
}

.ProtectionPipelineBoardHeaderWrapper,
.ProtectionPipelineBoardIdentityWrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 2;
}

.ProtectionPipelineBoardHeaderWrapper {
  justify-content: space-between;
}

.ProtectionPipelineBoardIconWrapper {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.18), transparent 68%),
    rgba(255, 255, 255, 0.06);
  color: var(--BoardAccentColor);
  box-shadow: 0 0 22px var(--BoardAccentSoftColor);
}

.ProtectionPipelineBoardIconSvg {
  width: 21px;
  height: 21px;
}

.ProtectionPipelineBoardTitleWrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.ProtectionPipelineBoardTitleHeading {
  font-family: var(--PrimaryHeadingFontFamily);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: var(--PureWhiteColor);
}

.ProtectionPipelineBoardReferenceLink {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ProtectionPipelineBoardReferenceLink:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--PureWhiteColor);
}

.ProtectionPipelineBoardDescriptionText {
  position: relative;
  z-index: 2;
  color: var(--SubtleSecondaryTextColor);
  font-size: 0.92rem;
  line-height: 1.62;
}

.ProtectionPipelineVisualSurface {
  position: relative;
  z-index: 2;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.05)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 21px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 42px),
    radial-gradient(ellipse at 50% 50%, var(--BoardAccentSoftColor), transparent 62%),
    rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.ProtectionPipelineVisualSurface::before,
.ProtectionPipelineVisualSurface::after {
  content: "";
  position: absolute;
  left: -20%;
  width: 140%;
  height: 1px;
  --ProtectionPipelineBeamAngle: -16deg;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), var(--BoardAccentColor), rgba(255, 255, 255, 0.18), transparent);
  filter: drop-shadow(0 0 10px var(--BoardAccentSoftColor));
  transform: rotate(var(--ProtectionPipelineBeamAngle));
  animation: ProtectionPipelineBeamScanAnimation 4.8s ease-in-out infinite;
}

.ProtectionPipelineVisualSurface::before {
  top: 27%;
}

.ProtectionPipelineVisualSurface::after {
  --ProtectionPipelineBeamAngle: 14deg;
  bottom: 23%;
  animation-duration: 5.6s;
  animation-delay: -1.4s;
}

.ProtectionPipelineDataPlane {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), transparent 48%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.052) 0 1px, transparent 1px 18px),
    rgba(0, 0, 0, 0.18);
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
  pointer-events: none;
  transform: skewX(-14deg);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.035);
}

.ProtectionPipelineRearDataPlane {
  left: 7%;
  top: 22%;
  width: 86%;
  height: 56%;
  opacity: 0.36;
  animation: ProtectionPipelineDataPlaneFloatAnimation 7s ease-in-out infinite alternate;
}

.ProtectionPipelineFrontDataPlane {
  left: 18%;
  top: 31%;
  width: 64%;
  height: 38%;
  opacity: 0.5;
  border-color: color-mix(in srgb, var(--BoardAccentColor) 34%, rgba(255, 255, 255, 0.14));
  animation: ProtectionPipelineDataPlaneFloatAnimation 5.8s ease-in-out infinite alternate-reverse;
}

.ProtectionPipelineSignalBeam {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 54%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--BoardAccentColor), transparent);
  opacity: 0.44;
  filter: blur(0.2px) drop-shadow(0 0 12px var(--BoardAccentSoftColor));
  pointer-events: none;
  transform-origin: center;
}

.ProtectionPipelineSignalBeamOne {
  transform: translate(-50%, -50%) rotate(28deg);
}

.ProtectionPipelineSignalBeamTwo {
  transform: translate(-50%, -50%) rotate(-31deg);
}

.ProtectionPipelineBoardCoreNode {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 158px;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--BoardAccentColor) 45%, rgba(255, 255, 255, 0.2));
  border-radius: 0;
  clip-path: polygon(11% 0, 100% 0, 100% 74%, 88% 100%, 0 100%, 0 26%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 38%),
    radial-gradient(ellipse at 50% 45%, var(--BoardAccentSoftColor), transparent 74%),
    rgba(0, 0, 0, 0.74);
  box-shadow:
    0 0 34px var(--BoardAccentSoftColor),
    inset 0 0 28px rgba(255, 255, 255, 0.06);
  transform: translate(-50%, -50%);
  text-align: center;
}

.ProtectionPipelineBoardCoreNode::before,
.ProtectionPipelineBoardCoreNode::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--BoardAccentColor), transparent);
  opacity: 0.55;
}

.ProtectionPipelineBoardCoreNode::before {
  top: 0.55rem;
}

.ProtectionPipelineBoardCoreNode::after {
  bottom: 0.55rem;
}

.ProtectionPipelineCoreLabelText {
  position: relative;
  z-index: 1;
  font-family: var(--PrimaryCodeFontFamily);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--PureWhiteColor);
}

.ProtectionPipelineStageButton {
  position: absolute;
  z-index: 4;
  width: min(43%, 178px);
  min-height: 3.25rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  padding: 0.58rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), transparent 48%),
    rgba(5, 5, 8, 0.78);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--PrimaryBodyFontFamily);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ProtectionPipelineStageButton[data-protection-stage="LuraphSource"],
.ProtectionPipelineStageButton[data-protection-stage="LuarmorKey"] {
  left: 1rem;
  top: 1.1rem;
}

.ProtectionPipelineStageButton[data-protection-stage="LuraphTransform"],
.ProtectionPipelineStageButton[data-protection-stage="LuarmorCheck"] {
  right: 1rem;
  top: 4.25rem;
}

.ProtectionPipelineStageButton[data-protection-stage="LuraphIntegrity"],
.ProtectionPipelineStageButton[data-protection-stage="LuarmorSession"] {
  left: 1rem;
  bottom: 4.25rem;
}

.ProtectionPipelineStageButton[data-protection-stage="LuraphRelease"],
.ProtectionPipelineStageButton[data-protection-stage="LuarmorTelemetry"] {
  right: 1rem;
  bottom: 1.1rem;
}

.ProtectionPipelineStageButton:hover,
.ProtectionPipelineStageButton.ActiveProtectionStageState {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--BoardAccentColor) 62%, rgba(255, 255, 255, 0.22));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(8, 8, 12, 0.92);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.56),
    0 0 24px var(--BoardAccentSoftColor);
}

.ProtectionPipelineStageIndexText {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--BoardAccentColor);
  font-family: var(--PrimaryCodeFontFamily);
  font-size: 0.68rem;
  font-weight: 800;
}

.ProtectionPipelineStageLabelText {
  min-width: 0;
  color: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
}

.ProtectionPipelineStageDetailsPanel {
  position: relative;
  z-index: 2;
  min-height: 7.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  padding: 1rem 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ProtectionPipelineDetailsKickerText {
  width: fit-content;
  min-height: 1.42rem;
  padding: 0.2rem 0.58rem;
  font-size: 0.66rem;
}

.ProtectionPipelineDetailsTitleText {
  font-family: var(--PrimaryHeadingFontFamily);
  font-size: 1rem;
  font-weight: 800;
  color: var(--PureWhiteColor);
}

.ProtectionPipelineDetailsDescriptionText {
  color: var(--SubtleSecondaryTextColor);
  font-size: 0.88rem;
  line-height: 1.55;
}

.ProtectionPipelineConnectorStrip {
  width: min(100%, 820px);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(36px, 1fr) auto minmax(36px, 1fr) auto minmax(36px, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ProtectionPipelineConnectorLabelText {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--PrimaryCodeFontFamily);
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}

.ProtectionPipelineConnectorLineElement {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.ProtectionPipelineConnectorLineElement::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -34%;
  width: 34%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  animation: ProtectionPipelineConnectorPulseAnimation 2.4s ease-in-out infinite;
}

.ProtectionPipelineDisclaimerParagraph {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.54);
}

@keyframes ProtectionPipelineBeamScanAnimation {
  0%, 100% {
    opacity: 0.18;
    transform: translateX(-3%) rotate(var(--ProtectionPipelineBeamAngle));
  }
  50% {
    opacity: 0.58;
    transform: translateX(3%) rotate(var(--ProtectionPipelineBeamAngle));
  }
}

@keyframes ProtectionPipelineDataPlaneFloatAnimation {
  0% {
    transform: translateY(-3px) skewX(-14deg);
    opacity: 0.3;
  }
  100% {
    transform: translateY(5px) skewX(-14deg);
    opacity: 0.56;
  }
}

@keyframes ProtectionPipelineConnectorPulseAnimation {
  0% {
    left: -34%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

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

  .ProtectionPipelineVisualSurface {
    height: 285px;
  }
}

@media (max-width: 680px) {
  .ProtectionPipelineSectionContainer {
    margin-top: 2.5rem;
  }

  .ProtectionPipelineBoardCard {
    padding: 1rem;
  }

  .ProtectionPipelineBoardHeaderWrapper {
    align-items: flex-start;
    flex-direction: column;
  }

  .ProtectionPipelineVisualSurface {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 1rem;
  }

  .ProtectionPipelineDataPlane,
  .ProtectionPipelineSignalBeam,
  .ProtectionPipelineVisualSurface::before,
  .ProtectionPipelineVisualSurface::after,
  .ProtectionPipelineBoardCoreNode {
    display: none;
  }

  .ProtectionPipelineStageButton,
  .ProtectionPipelineStageButton[data-protection-stage="LuraphSource"],
  .ProtectionPipelineStageButton[data-protection-stage="LuarmorKey"],
  .ProtectionPipelineStageButton[data-protection-stage="LuraphTransform"],
  .ProtectionPipelineStageButton[data-protection-stage="LuarmorCheck"],
  .ProtectionPipelineStageButton[data-protection-stage="LuraphIntegrity"],
  .ProtectionPipelineStageButton[data-protection-stage="LuarmorSession"],
  .ProtectionPipelineStageButton[data-protection-stage="LuraphRelease"],
  .ProtectionPipelineStageButton[data-protection-stage="LuarmorTelemetry"] {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .ProtectionPipelineConnectorStrip {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .ProtectionPipelineConnectorLineElement {
    width: 1px;
    height: 18px;
  }

  .ProtectionPipelineConnectorLineElement::after {
    top: -34%;
    left: -1px;
    width: 3px;
    height: 34%;
    animation-name: ProtectionPipelineConnectorPulseVerticalAnimation;
  }
}

@keyframes ProtectionPipelineConnectorPulseVerticalAnimation {
  0% {
    top: -34%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
