.public-shell {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at top left, rgba(31, 88, 156, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(126, 185, 235, 0.18), transparent 26%),
    linear-gradient(180deg, #fbfdff 0%, #f1f7ff 42%, #e4f0ff 100%);
}

.public-shell__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 56, 95, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 56, 95, 0.034) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 84%);
  pointer-events: none;
  z-index: -2;
}

.public-shell::before {
  content: "";
  position: absolute;
  inset: 7rem auto auto -10rem;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 95, 147, 0.12), transparent 66%);
  filter: blur(10px);
  z-index: -1;
}

.public-shell::after {
  content: "";
  position: absolute;
  inset: 28rem -9rem auto auto;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(110, 181, 238, 0.22), transparent 68%);
  filter: blur(16px);
  z-index: -1;
}

.public-shell [data-noise-panel] {
  position: relative;
  isolation: isolate;
}

.public-shell [data-noise-panel]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.12) 0.7px, transparent 0.9px),
    radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.9px);
  background-size: 15px 15px, 23px 23px;
  background-position: 0 0, 8px 9px;
  opacity: 0.08;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 0;
}

.public-shell [data-noise-panel] > * {
  position: relative;
  z-index: 1;
}

.public-header {
  position: relative;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.public-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 56, 95, 0.18), transparent);
}

.public-header__mobile-nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.public-header__mobile-nav::-webkit-scrollbar {
  display: none;
}

.pm-home-hero {
  display: block;
}

.pm-home-hero-layout {
  display: grid;
  gap: 1rem;
}

.pm-home-hero-rail {
  display: grid;
  gap: 1rem;
}

.pm-home-hero-copy-card,
.pm-home-hero-stage,
.pm-home-hero-island {
  min-height: 24rem;
}

.pm-home-hero-copy-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.pm-home-hero-copy-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 1.25rem;
}

.pm-home-hero-copy-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    ". lead"
    "logo accent";
  align-items: end;
  column-gap: 1rem;
  row-gap: 0.1rem;
}

.pm-home-hero-copy-header--full {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.pm-home-hero-copy-logo {
  flex: 0 0 auto;
  grid-area: logo;
  align-self: end;
  height: auto;
  object-fit: contain;
}

.pm-home-hero-copy-logo--icon {
  width: auto;
  height: clamp(4.9rem, 9.4vw, 6.2rem);
  margin-bottom: 0.2rem;
}

.pm-home-hero-copy-logo--full {
  width: clamp(12.5rem, 31vw, 18.75rem);
  max-width: 100%;
  align-self: flex-start;
}

.pm-home-hero-heading-lead {
  grid-area: lead;
  color: #1e293b;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.pm-home-hero-heading-accent {
  grid-area: accent;
  margin: 0;
  color: #084f9e;
  font-size: 4.35rem;
  line-height: 0.78;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.pm-home-hero-copy-summary {
  max-width: 95%;
  color: rgba(15, 23, 42, 0.8);
  font-size: 1rem;
  line-height: 1.65;
}

.pm-home-hero-copy-summary-accent {
  color: #084f9e;
  font-weight: 600;
}

.pm-home-hero-copy-actions {
  width: 13.75rem;
}

.pm-home-hero-copy-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #084f9e;
  padding: 0.95rem 1.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, opacity 180ms ease;
}

.pm-home-hero-copy-button:hover {
  background: #063b76;
}

.pm-home-hero-stage {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #0b1d31;
}

.pm-home-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.pm-home-hero-slide--active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.pm-home-hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.045);
  filter: saturate(0.92) contrast(1.02);
  transition:
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms ease;
  will-change: transform, filter;
}

.pm-home-hero-slide--active .pm-home-hero-slide-image {
  transform: scale(1);
  filter: saturate(1) contrast(1);
}

.pm-home-hero-stage-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(8, 27, 47, 0.92) 0%, rgba(8, 27, 47, 0.78) 38%, rgba(8, 27, 47, 0.38) 66%, rgba(8, 27, 47, 0.82) 100%);
}

.pm-home-hero-stage-inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  color: #fff;
}

.pm-home-hero-stage-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.75rem;
}

.pm-home-hero-stage-nav-cluster {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.35rem;
  backdrop-filter: blur(10px);
}

.pm-home-hero-nav {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  transition: opacity 180ms ease, background-color 180ms ease;
}

.pm-home-hero-nav:hover {
  background: rgba(255, 255, 255, 0.18);
}

.pm-home-hero-nav:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.pm-home-hero-stage-counter {
  min-width: 3.2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pm-home-hero-stage-counter span {
  margin: 0 0.3rem;
  color: rgba(255, 255, 255, 0.32);
}

.pm-home-hero-stage-bottom {
  display: grid;
  gap: 1rem;
  align-items: end;
}

.pm-home-hero-stage-bottom--animated {
  animation: pm-home-hero-stage-content-enter 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pm-home-hero-stage-main {
  max-width: 31rem;
}

.pm-home-hero-stage-eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pm-home-hero-stage-title {
  margin-top: 0.75rem;
  color: #fff;
  font-size: 1.7rem;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.pm-home-hero-stage-summary {
  margin-top: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.6;
}

.pm-home-hero-stage-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.pm-home-hero-stage-detail {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0.85rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.3;
  backdrop-filter: blur(10px);
}

.pm-home-hero-stage-detail-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
}

.pm-home-hero-stage-actions {
  margin-top: 1.1rem;
}

.pm-home-hero-stage-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  padding: 0.8rem 1.1rem;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.pm-home-hero-stage-side {
  display: none;
}

.pm-home-hero-stage-side-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  box-shadow: 0 16px 38px rgba(8, 27, 47, 0.18);
  backdrop-filter: blur(14px);
}

.pm-home-hero-stage-side-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.pm-home-hero-stage-side-label,
.pm-home-hero-stage-side-meta-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pm-home-hero-stage-side-title {
  margin-top: 0.6rem;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.2;
  font-weight: 700;
}

.pm-home-hero-stage-side-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.pm-home-hero-stage-side-meta {
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.9rem;
}

.pm-home-hero-stage-side-meta-text {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.5;
}

.pm-home-hero-cards {
  display: grid;
  gap: 1rem;
}

.pm-home-hero-card {
  display: flex;
  align-items: center;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  min-height: 5.5rem;
  padding: 1rem 1.1rem;
  text-align: left;
  text-decoration: none;
  color: #0f172a;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.pm-home-hero-card:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 56, 95, 0.18);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
}

.pm-home-hero-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(8, 79, 158, 0.42);
  box-shadow: 0 0 0 3px rgba(8, 79, 158, 0.12), 0 22px 42px rgba(15, 23, 42, 0.08);
  outline: none;
}

.pm-home-hero-card--active {
  border-color: #084f9e;
  background: #084f9e;
  color: #fff;
  box-shadow: 0 24px 56px rgba(8, 79, 158, 0.24);
}

.pm-home-hero-card-main {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pm-home-hero-card-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(191, 219, 254, 0.8);
  border-radius: 999px;
  color: #084f9e;
  background: rgba(239, 246, 255, 1);
}

.pm-home-hero-card--active .pm-home-hero-card-icon {
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.pm-home-hero-card-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@keyframes pm-home-hero-stage-content-enter {
  0% {
    transform: translateY(16px) scale(0.992);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 640px) {
  .pm-home-hero-copy-card,
  .pm-home-hero-stage,
  .pm-home-hero-island {
    min-height: 26rem;
  }

  .pm-home-hero-copy-content {
    padding: 2.5rem 1.5rem;
  }

  .pm-home-hero-copy-header {
    gap: 1.1rem;
  }

  .pm-home-hero-copy-header--full {
    gap: 0.45rem;
  }

  .pm-home-hero-copy-logo--icon {
    height: clamp(5.2rem, 9.8vw, 6.5rem);
  }

  .pm-home-hero-copy-logo--full {
    width: clamp(13.75rem, 33vw, 20rem);
  }

  .pm-home-hero-heading-lead {
    font-size: 2.2rem;
  }

  .pm-home-hero-heading-accent {
    font-size: 5rem;
  }

  .pm-home-hero-stage-inner {
    padding: 1.1rem;
  }

  .pm-home-hero-stage-button {
    width: auto;
  }

  .pm-home-hero-stage-title {
    font-size: 2.05rem;
  }

  .pm-home-hero-stage-summary {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .pm-home-hero-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pm-home-hero-layout {
    grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
    align-items: stretch;
  }

  .pm-home-hero-copy-card,
  .pm-home-hero-stage,
  .pm-home-hero-island {
    min-height: 28rem;
  }

  .pm-home-hero-copy-card {
    border-radius: 1.75rem;
  }

  .pm-home-hero-copy-content {
    padding: 4rem 2rem;
  }

  .pm-home-hero-copy-header {
    gap: 1.15rem;
  }

  .pm-home-hero-copy-header--full {
    gap: 0.5rem;
  }

  .pm-home-hero-copy-logo--icon {
    height: clamp(5.1rem, 7.4vw, 6.4rem);
  }

  .pm-home-hero-copy-logo--full {
    width: clamp(14rem, 21vw, 18.75rem);
  }

  .pm-home-hero-heading-lead {
    font-size: 2.1875rem;
  }

  .pm-home-hero-heading-accent {
    margin-bottom: 0;
    font-size: 5.1875rem;
  }

  .pm-home-hero-copy-summary {
    max-width: 95%;
  }

  .pm-home-hero-copy-actions {
    padding-bottom: 1.25rem;
  }

  .pm-home-hero-stage {
    border-radius: 1.75rem;
  }

  .pm-home-hero-stage-inner {
    padding: 1.25rem;
  }

  .pm-home-hero-rail {
    grid-template-rows: minmax(0, 28rem) auto;
  }
}

@media (min-width: 1280px) {
  .pm-home-hero-stage-bottom {
    grid-template-columns: minmax(0, 1fr) 15.5rem;
  }

  .pm-home-hero-stage-side {
    display: block;
  }

  .pm-home-hero-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .pm-home-hero {
    display: block;
  }

  .pm-home-hero-layout {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 1rem;
  }

  .pm-home-hero-copy-card,
  .pm-home-hero-stage,
  .pm-home-hero-island {
    min-height: 31rem;
  }

  .pm-home-hero-copy-card,
  .pm-home-hero-stage {
    border-radius: 2rem;
  }

  .pm-home-hero-rail {
    grid-template-rows: minmax(0, 31rem) auto;
  }

  .pm-home-hero-copy-content {
    padding: 5rem 3rem;
  }

  .pm-home-hero-copy-header {
    gap: 1.35rem;
  }

  .pm-home-hero-copy-header--full {
    gap: 0.6rem;
  }

  .pm-home-hero-copy-logo--icon {
    height: clamp(5.8rem, 6.5vw, 7.2rem);
  }

  .pm-home-hero-copy-logo--full {
    width: clamp(15.5rem, 18vw, 20.5rem);
  }

  .pm-home-hero-heading-lead {
    font-size: 2.875rem;
  }

  .pm-home-hero-heading-accent {
    margin-bottom: 0;
    font-size: 7rem;
  }

  .pm-home-hero-copy-summary {
    max-width: 70%;
    font-size: 1.125rem;
  }

  .pm-home-hero-copy-actions {
    width: 15.5rem;
  }

  .pm-home-hero-copy-button {
    font-size: 1.125rem;
  }

  .pm-home-hero-stage-inner {
    padding: 1.5rem;
  }

  .pm-home-hero-stage-pill {
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.72rem;
  }

  .pm-home-hero-nav {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }

  .pm-home-hero-stage-title {
    font-size: 2.45rem;
  }

  .pm-home-hero-stage-detail {
    padding: 0.55rem 0.95rem;
  }

  .pm-home-hero-stage-side-card {
    padding: 1.25rem;
  }

  .pm-home-hero-stage-side-title {
    font-size: 1.2rem;
  }

  .pm-home-hero-stage-side-meta-text,
  .pm-home-hero-stage-summary {
    font-size: 1rem;
  }
}

.public-shell [data-preview-card],
.public-shell [data-signal-card],
.public-shell [data-metric-card] {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.public-shell [data-preview-card]:hover,
.public-shell [data-signal-card]:hover,
.public-shell [data-metric-card]:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 56, 95, 0.22);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.1);
}

.public-step-rail {
  position: relative;
  width: 3.2rem;
  flex: 1 1 auto;
  min-height: 10rem;
}

.public-step-rail__line {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(47, 95, 147, 0.34), rgba(47, 95, 147, 0.08));
}

.public-step-rail__flow {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 5.5rem;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(47, 95, 147, 0), rgba(47, 95, 147, 0.76), rgba(47, 95, 147, 0));
  box-shadow: 0 0 14px rgba(47, 95, 147, 0.16);
  animation: public-step-rail-flow 2.8s ease-in-out infinite;
}

.public-step-rail__arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(-50%, 1px) rotate(45deg);
  border-right: 1.5px solid rgba(47, 95, 147, 0.82);
  border-bottom: 1.5px solid rgba(47, 95, 147, 0.82);
  animation: public-step-rail-pulse 2.8s ease-in-out infinite;
}

.public-step-rail__finish {
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  width: 0.95rem;
  height: 0.95rem;
  transform: translateX(-50%) rotate(45deg);
  border: 1.5px solid rgba(47, 95, 147, 0.82);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.public-step-rail__finish::before,
.public-step-rail__finish::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.1rem;
  height: 1px;
  background: rgba(47, 95, 147, 0.46);
}

.public-step-rail__finish::before {
  right: calc(100% + 0.18rem);
}

.public-step-rail__finish::after {
  left: calc(100% + 0.18rem);
}

.public-territory-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.22), transparent 20%),
    linear-gradient(180deg, #0c1d31 0%, #11253d 100%);
}

.public-territory-stage::before {
  content: "";
  position: absolute;
  inset: -12% auto auto -14%;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 95, 147, 0.32), transparent 68%);
  filter: blur(10px);
  animation: public-territory-glow 8s ease-in-out infinite;
  pointer-events: none;
}

.public-territory-stage::after {
  content: "";
  position: absolute;
  inset: -15% auto -15% 42%;
  width: 7rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  transform: rotate(12deg);
  animation: public-territory-scan 9s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.75;
}

.public-territory-stage__orbit {
  position: absolute;
  right: 8%;
  top: 16%;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  transform: rotate(-14deg);
  opacity: 0.62;
  animation: public-territory-orbit 14s linear infinite;
}

.public-territory-stage__orbit::before,
.public-territory-stage__orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.public-territory-stage__orbit::before {
  inset: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.public-territory-stage__orbit::after {
  width: 0.8rem;
  height: 0.8rem;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.public-territory-chip {
  animation: public-territory-chip-float 6s ease-in-out infinite;
}

.public-action-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 82% 68%, rgba(8, 79, 158, 0.18), transparent 24%);
  pointer-events: none;
}

.public-feedback-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.public-feedback-row {
  display: grid;
  gap: 1rem;
}

.public-feedback-card {
  min-width: 0;
}

@media (min-width: 640px) {
  .public-feedback-row {
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .public-feedback-grid {
    gap: 1.25rem;
  }

  .public-feedback-row {
    gap: 1.25rem;
  }
}

.public-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(8, 79, 158, 0.16), transparent 24%),
    radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, #071829 0%, #0b2238 100%);
  padding: 60px 50px 80px;
}

.public-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 92%);
  pointer-events: none;
}

.public-footer > * {
  position: relative;
  z-index: 1;
}

.public-footer__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  column-gap: 32px;
  row-gap: 32px;
}

.public-footer__col {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.public-footer__col--about {
  grid-column: 1 / 5;
  grid-row: span 2;
}

.public-footer__col--contacts {
  grid-column: 5 / 9;
  grid-row: span 2;
}

.public-footer__col--important {
  grid-column: 9 / 13;
}

.public-footer__col--address {
  grid-column: 9 / 13;
  align-self: end;
  gap: 10px;
}

.public-footer__title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #fff;
}

.public-footer__title--address {
  font-size: 24px;
}

.public-footer__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.public-footer__link {
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
  transition: color 160ms ease;
}

.public-footer__link:hover {
  color: #dbe7f5;
}

.public-footer__address-text {
  margin: 0;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}

.public-footer__address-text--small {
  font-size: 17px;
}

.public-footer__hours {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.public-footer__hours-title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.public-footer__line {
  width: 100%;
  height: 1px;
  margin: 56px 0 32px;
  background: rgba(255, 255, 255, 0.16);
}

.public-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.public-footer__ministry {
  font-size: 17px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
}

.public-footer__ministry:hover {
  color: #dbe7f5;
}

.public-footer__copyright {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  .public-shell [data-section-enter] {
    animation: public-fade-up 520ms ease both;
  }

  .public-shell [data-section-enter="2"] {
    animation-delay: 80ms;
  }

  .public-shell [data-section-enter="3"] {
    animation-delay: 140ms;
  }

  .public-shell [data-section-enter="4"] {
    animation-delay: 200ms;
  }
}

@media (max-width: 960px) {
  .public-shell::before,
  .public-shell::after {
    display: none;
  }

  .public-footer {
    padding: 60px 24px 80px;
  }

  .public-footer__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto;
    column-gap: 16px;
  }

  .public-footer__col--about {
    grid-column: 1 / 4;
    grid-row: auto;
  }

  .public-footer__col--contacts {
    grid-column: 4 / 7;
    grid-row: auto;
  }

  .public-footer__col--important {
    grid-column: 1 / 4;
  }

  .public-footer__col--address {
    grid-column: 4 / 7;
    align-self: start;
  }

  .public-footer__line {
    margin: 32px 0;
  }

  .public-footer__title {
    font-size: 28px;
  }

  .public-footer__link,
  .public-footer__address-text {
    font-size: 17px;
  }

  .public-footer__title--address {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .public-shell__grid {
    background-size: 40px 40px;
  }

  .public-footer {
    padding: 48px 16px 20px;
  }

  .public-footer__grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .public-footer__col {
    gap: 18px;
  }

  .public-footer__col--about,
  .public-footer__col--contacts,
  .public-footer__col--important,
  .public-footer__col--address {
    grid-column: auto;
    grid-row: auto;
  }

  .public-footer__title {
    font-size: 24px;
  }

  .public-footer__link,
  .public-footer__address-text {
    font-size: 16px;
  }

  .public-footer__links {
    gap: 14px;
  }

  .public-footer__line {
    margin: 32px 0 24px;
  }

  .public-footer__copyright,
  .public-footer__ministry {
    font-size: 13px;
  }
}

@keyframes public-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes public-step-rail-flow {
  0% {
    top: 0;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  82% {
    opacity: 1;
  }

  100% {
    top: calc(100% - 5.5rem);
    opacity: 0;
  }
}

@keyframes public-step-rail-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, 1px) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, 3px) rotate(45deg);
  }
}

@keyframes public-territory-glow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }

  50% {
    transform: translate3d(1.5rem, 0.75rem, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes public-territory-scan {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(12deg);
    opacity: 0;
  }

  20% {
    opacity: 0.38;
  }

  55% {
    transform: translate3d(3.5rem, 0, 0) rotate(12deg);
    opacity: 0.54;
  }

  85% {
    opacity: 0.16;
  }
}

@keyframes public-territory-orbit {
  from {
    transform: rotate(-14deg);
  }

  to {
    transform: rotate(346deg);
  }
}

@keyframes public-territory-chip-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }
}
