.poster-shell {
  width: min(1160px, calc(100% - 24px));
  margin: 0 auto;
}

.poster-nav-shell,
.poster-hero-grid > *,
.poster-benefit-card,
.poster-feature-card,
.poster-panel,
.poster-proof-card,
.poster-segment-card,
.poster-plan-card,
.poster-page-card,
.poster-testimonial-card,
.poster-footer-support {
  animation: poster-fade-up 0.55s ease both;
}

.poster-hero-grid > * {
  animation-delay: 0.06s;
}

.poster-benefit-card:nth-child(2),
.poster-feature-card:nth-child(2),
.poster-panel:nth-child(2),
.poster-proof-card:nth-child(2),
.poster-segment-card:nth-child(2),
.poster-plan-card:nth-child(2),
.poster-page-card:nth-child(2),
.poster-testimonial-card:nth-child(2) {
  animation-delay: 0.12s;
}

.poster-benefit-card:nth-child(3),
.poster-feature-card:nth-child(3),
.poster-panel:nth-child(3),
.poster-proof-card:nth-child(3),
.poster-segment-card:nth-child(3),
.poster-plan-card:nth-child(3),
.poster-page-card:nth-child(3) {
  animation-delay: 0.18s;
}

.poster-hero {
  background: linear-gradient(180deg, #f8fbff 0%, #f1f7fb 52%, #ffffff 100%);
  color: #0b172a;
  padding: 98px 0 36px;
  position: relative;
  overflow: clip;
}

.poster-hero::before,
.poster-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.42;
  filter: blur(8px);
}

.poster-hero::before {
  top: 72px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(88, 199, 255, 0.22), transparent 62%);
}

.poster-hero::after {
  left: -120px;
  bottom: 10px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(8, 127, 91, 0.18), transparent 64%);
}

.poster-showcase-shell {
  width: min(1540px, calc(100% - 32px));
  margin: 0 auto;
}

.poster-showcase {
  position: relative;
  min-height: clamp(610px, 72vh, 780px);
  overflow: hidden;
  border: 1px solid rgba(152, 174, 203, 0.42);
  border-radius: 28px;
  background: #081326;
  box-shadow:
    0 30px 80px rgba(5, 18, 38, 0.2),
    0 4px 18px rgba(5, 18, 38, 0.1);
  isolation: isolate;
}

.poster-showcase-track {
  display: flex;
  min-height: inherit;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.poster-showcase-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #081326;
}

.poster-showcase-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.012);
  transition: transform 7s ease;
}

.poster-showcase-slide.is-active > img {
  transform: scale(1.045);
}

.poster-showcase-slide-receipt > img {
  object-position: center 8%;
}

.poster-showcase-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 12, 26, 0.93) 0%, rgba(4, 15, 31, 0.8) 18%, rgba(4, 15, 31, 0.24) 40%, rgba(4, 15, 31, 0.03) 57%, transparent 68%),
    linear-gradient(0deg, rgba(3, 12, 26, 0.48) 0%, rgba(3, 12, 26, 0.08) 24%, transparent 42%);
}

.poster-showcase-copy {
  position: absolute;
  left: clamp(28px, 5vw, 76px);
  bottom: clamp(96px, 13vh, 138px);
  z-index: 2;
  width: min(650px, calc(100% - 56px));
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.34);
}

.poster-showcase-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(119, 221, 255, 0.42);
  border-radius: 999px;
  background: rgba(5, 31, 61, 0.78);
  color: #9de7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.poster-showcase-copy h1,
.poster-showcase-copy h2 {
  margin: 0;
  max-width: 14ch;
  color: #ffffff;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.poster-showcase-copy p {
  max-width: 55ch;
  margin: 22px 0 0;
  color: rgba(238, 247, 255, 0.92);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.6;
}

.poster-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.poster-showcase-actions .surface-button {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 15px;
}

.poster-showcase-actions .showcase-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(5, 21, 42, 0.58);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.poster-showcase-actions .showcase-secondary:hover,
.poster-showcase-actions .showcase-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(15, 42, 75, 0.84);
  color: #ffffff;
}

.poster-showcase-controls {
  position: absolute;
  left: clamp(28px, 5vw, 76px);
  right: clamp(28px, 3vw, 48px);
  bottom: 30px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  color: #ffffff;
}

.poster-showcase-count,
.poster-showcase-arrows,
.poster-showcase-dots {
  display: flex;
  align-items: center;
}

.poster-showcase-count {
  gap: 9px;
  min-width: 92px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.poster-showcase-count [data-showcase-current] {
  color: #ffffff;
  font-size: 15px;
}

.poster-showcase-count-line {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
}

.poster-showcase-dots {
  justify-content: center;
  gap: 8px;
}

.poster-showcase-dot {
  width: 34px;
  height: 4px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 0.24s ease, background-color 0.24s ease;
}

.poster-showcase-dot.is-active {
  width: 58px;
  background: linear-gradient(90deg, #5c7cff, #20b8f2);
}

.poster-showcase-arrows {
  gap: 10px;
}

.poster-showcase-arrow {
  display: inline-flex;
  width: 46px;
  height: 46px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(5, 21, 42, 0.6);
  color: #ffffff;
  font-size: 21px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.poster-showcase-arrow:hover,
.poster-showcase-arrow:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(35, 92, 181, 0.86);
  transform: translateY(-1px);
}

.poster-nav,
.poster-nav-links,
.poster-nav-actions,
.poster-action-row,
.poster-proof-row,
.poster-trust-strip,
.poster-sticker-row,
.poster-market-pills,
.poster-metric-row,
.poster-side-badge-row,
.poster-footer-legal {
  display: flex;
  flex-wrap: wrap;
}

.poster-nav-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0 0 8px;
  transition: padding 0.18s ease, transform 0.18s ease;
}

.poster-nav-shell > .poster-shell {
  width: 100%;
  max-width: none;
}

.poster-nav-shell.is-scrolled {
  padding-bottom: 6px;
}

.poster-nav {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  padding: 10px 24px;
  border: 1px solid rgba(145, 160, 180, 0.26);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.poster-nav-shell.is-scrolled .poster-nav {
  border-color: rgba(124, 146, 174, 0.34);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.985);
}

.poster-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(145, 160, 180, 0.3);
  border-radius: 10px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}

.poster-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #0b172a;
}

.poster-nav-panel {
  display: contents;
}

.poster-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.poster-brand-logo {
  width: 92px;
  max-width: 100%;
  height: auto;
  display: block;
}

.poster-nav-links {
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1 1 auto;
}

.poster-nav-actions {
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.poster-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #34445c;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.poster-nav-link:hover,
.poster-nav-link:focus-visible {
  color: #081528;
  background: #edf5ff;
  transform: translateY(-1px);
}

.poster-nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0c60db, #087f5b);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.poster-nav-link:hover::after,
.poster-nav-link:focus-visible::after {
  transform: scaleX(1);
}

.poster-nav-actions .surface-button,
.poster-action-row .surface-button {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 14px;
  white-space: nowrap;
}

.poster-nav-actions .surface-button.secondary {
  min-width: 84px;
  justify-content: center;
}

.poster-hero-grid,
.poster-section-lead,
.poster-footer-grid {
  display: grid;
  gap: 22px;
}

.poster-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: start;
  gap: 28px;
}

.poster-copy-topline,
.poster-card-kicker,
.poster-section-kicker,
.poster-jump-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-copy-topline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #53657c;
}

.poster-copy-topline-accent,
.poster-card-kicker,
.poster-section-kicker {
  color: #087f5b;
}

.poster-title {
  margin: 16px 0 0;
  max-width: 13ch;
  font-size: clamp(2.85rem, 5.2vw, 4rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.028em;
  color: #071426;
  text-wrap: balance;
}

.poster-title span {
  display: block;
}

.poster-title-accent {
  color: #087f5b;
}

.poster-lead,
.poster-action-note,
.poster-benefit-card p,
.poster-panel p,
.poster-segment-copy p,
.poster-plan-card p,
.poster-faq-card p,
.poster-footer-grid p,
.poster-market-note,
.poster-side-panel p,
.poster-side-stat span,
.poster-side-link-list span {
  color: #465870;
}

.poster-lead {
  margin: 16px 0 0;
  max-width: 50ch;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.66;
}

.poster-word-carousel {
  margin-top: 18px;
  max-width: 38rem;
}

.poster-word-carousel-window {
  overflow: hidden;
  border: 1px solid rgba(180, 198, 223, 0.72);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96));
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.poster-word-carousel-track {
  display: flex;
  transition: transform 0.42s ease;
  will-change: transform;
}

.poster-word-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 16px 18px;
  opacity: 0.68;
  transition: opacity 0.24s ease;
}

.poster-word-slide.is-active {
  opacity: 1;
}

.poster-word-slide-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #087f5b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-word-slide strong {
  display: block;
  color: #0f2137;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.poster-word-carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.poster-word-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.5);
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.poster-word-dot.is-active {
  background: #0c60db;
  transform: scale(1.08);
}

.poster-action-row {
  gap: 12px;
  margin-top: 20px;
}

.poster-action-note {
  margin: 10px 0 0;
  max-width: 56ch;
  font-size: 14px;
  line-height: 1.62;
}

.poster-action-row-tight {
  margin-top: 16px;
}

.poster-sticker-row {
  gap: 10px;
  margin-top: 18px;
}

.poster-sticker,
.poster-trust-strip span,
.poster-proof-row span,
.poster-market-pill,
.poster-metric-row span,
.poster-side-link-list span,
.poster-side-badge-row span {
  display: inline-flex;
  align-items: center;
}

.poster-sticker {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #d8e4ef;
  background: #ffffff;
  color: #25354a;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.poster-trust-strip {
  gap: 8px;
  margin-top: 18px;
  max-width: 720px;
}

.poster-proof-row {
  gap: 8px;
  margin-top: 14px;
}

.poster-trust-strip span {
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(150, 167, 188, 0.26);
  color: #516278;
  font-size: 13px;
  font-weight: 700;
}

.poster-proof-row span {
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eff5ff;
  border: 1px solid rgba(180, 198, 223, 0.72);
  color: #0c60db;
  font-size: 13px;
  font-weight: 700;
}

.poster-visual-column {
  position: relative;
  padding-top: 8px;
}

.poster-growth-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #071426;
  color: #e9f7ef;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(7, 20, 38, 0.08);
}

.poster-visual-stage {
  position: relative;
  min-height: 640px;
  padding: 20px 20px 30px;
  border: 1px solid rgba(27, 83, 125, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, #0a1730 0%, #0e2542 100%);
  box-shadow: 0 18px 42px rgba(13, 32, 61, 0.14);
  isolation: isolate;
  overflow: hidden;
}

.poster-stage-banner,
.poster-floating-card,
.poster-feature-card,
.poster-panel,
.poster-segment-card,
.poster-plan-card,
.poster-page-card,
.poster-faq-card,
.poster-benefit-card,
.poster-side-panel {
  border-radius: 16px;
}

.poster-stage-banner {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  max-width: 250px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(216, 228, 239, 0.9);
  color: #0b172a;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.poster-stage-banner-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #087f5b;
}

.poster-stage-banner-value,
.poster-benefit-card h2,
.poster-panel h2,
.poster-segment-copy h3,
.poster-floating-card h3,
.poster-page-card h3,
.poster-faq-card h3,
.poster-side-panel h3,
.poster-reason-item h3,
.poster-section-head h2,
.poster-plan-price,
.poster-footer-grid h2 {
  font-weight: 800;
}

.poster-stage-banner-value {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.15;
}

.poster-laptop-frame {
  position: absolute;
  left: 16px;
  right: 130px;
  top: 120px;
  z-index: 1;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(214, 225, 238, 0.9);
  background: #ffffff;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

.poster-laptop-shot,
.poster-phone-shot,
.poster-segment-shot {
  display: block;
  width: 100%;
  height: 100%;
}

.poster-laptop-shot,
.poster-phone-shot {
  height: auto;
  background: #ffffff;
}

.poster-laptop-shot {
  border-radius: 6px;
}

.poster-phone-frame {
  position: absolute;
  right: 18px;
  bottom: 62px;
  z-index: 2;
  width: 200px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background: #0b111d;
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.26);
}

.poster-phone-shot {
  border-radius: 22px;
}

.poster-floating-card {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 3;
  width: min(340px, calc(100% - 270px));
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(214, 225, 238, 0.9);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
}

.poster-floating-card h3,
.poster-panel h2,
.poster-page-card h3,
.poster-faq-card h3,
.poster-side-panel h3 {
  color: #081528;
}

.poster-floating-card h3,
.poster-benefit-card h2,
.poster-page-card h3 {
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 1.22;
}

.poster-ai-band {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  background:
    radial-gradient(circle at 9% 18%, rgba(49, 113, 255, 0.24), transparent 31%),
    radial-gradient(circle at 88% 74%, rgba(8, 190, 151, 0.18), transparent 28%),
    linear-gradient(145deg, #071126 0%, #0b1832 50%, #0c213a 100%);
  color: #f5f9ff;
}

.poster-ai-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
}

.poster-ai-shell {
  position: relative;
  z-index: 1;
}

.poster-ai-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
}

.poster-ai-intro h2 {
  max-width: 13ch;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: clamp(2.55rem, 4.3vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.poster-ai-intro > p {
  max-width: 58ch;
  margin: 24px 0 0;
  color: #bdcae0;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.7;
}

.poster-ai-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(108, 198, 255, 0.26);
  border-radius: 999px;
  background: rgba(41, 111, 206, 0.13);
  color: #9ddfff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.poster-ai-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28d39d;
  box-shadow: 0 0 0 6px rgba(40, 211, 157, 0.12), 0 0 18px rgba(40, 211, 157, 0.72);
}

.poster-ai-proof,
.poster-ai-actions,
.poster-ai-console-brand,
.poster-ai-capability-top {
  display: flex;
  align-items: center;
}

.poster-ai-proof {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.poster-ai-proof span {
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(161, 189, 225, 0.2);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
  color: #d8e5f7;
  font-size: 12px;
  font-weight: 700;
}

.poster-ai-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.poster-ai-actions .surface-button {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
}

.poster-ai-actions .poster-ai-secondary {
  border: 1px solid rgba(159, 192, 231, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f9ff;
}

.poster-ai-console {
  overflow: hidden;
  border: 1px solid rgba(119, 158, 212, 0.3);
  border-radius: 24px;
  background: rgba(6, 16, 35, 0.82);
  box-shadow: 0 28px 70px rgba(1, 7, 18, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.poster-ai-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(134, 166, 210, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.poster-ai-console-brand {
  gap: 12px;
}

.poster-ai-console-brand strong,
.poster-ai-console-brand small {
  display: block;
}

.poster-ai-console-brand strong {
  color: #ffffff;
  font-size: 15px;
}

.poster-ai-console-brand small {
  margin-top: 2px;
  color: #8fa5c5;
  font-size: 11px;
}

.poster-ai-orb {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(133, 214, 255, 0.5);
  border-radius: 12px;
  background:
    radial-gradient(circle at 35% 30%, #9ce7ff 0 8%, transparent 9%),
    linear-gradient(135deg, #436cff, #16b8e6 58%, #21ce98);
  box-shadow: 0 8px 22px rgba(39, 126, 246, 0.28);
}

.poster-ai-status {
  padding: 6px 10px;
  border: 1px solid rgba(38, 210, 151, 0.24);
  border-radius: 999px;
  background: rgba(38, 210, 151, 0.1);
  color: #7ee9bd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.poster-ai-console-body {
  padding: clamp(20px, 3vw, 30px);
}

.poster-ai-console-label {
  color: #96aac7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.poster-ai-questions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.poster-ai-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 13px 14px 13px 16px;
  border: 1px solid rgba(129, 163, 211, 0.22);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(33, 62, 108, 0.5), rgba(17, 42, 78, 0.68));
  color: #f2f7ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.poster-ai-question:hover,
.poster-ai-question:focus-visible {
  transform: translateX(3px);
  border-color: rgba(100, 198, 255, 0.5);
  background: linear-gradient(90deg, rgba(44, 89, 158, 0.68), rgba(19, 56, 102, 0.8));
  color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(80, 164, 255, 0.16);
}

.poster-ai-question-arrow {
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(89, 140, 255, 0.16);
  color: #88cfff;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.poster-ai-question:hover .poster-ai-question-arrow,
.poster-ai-question:focus-visible .poster-ai-question-arrow {
  color: #ffffff;
  background: rgba(70, 146, 255, 0.36);
  transform: translateX(2px);
}

.poster-ai-answer-preview {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(50, 209, 154, 0.2);
  border-radius: 12px;
  background: rgba(26, 167, 118, 0.08);
}

.poster-ai-answer-preview p {
  margin: 0;
  color: #bcd9d0;
  font-size: 12px;
  line-height: 1.5;
}

.poster-ai-answer-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #18b982, #29d5ad);
  color: #04251a;
  font-size: 10px;
  font-weight: 900;
}

.poster-ai-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}

.poster-ai-capability {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(137, 170, 215, 0.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.poster-ai-capability:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 194, 255, 0.42);
  background: linear-gradient(145deg, rgba(51, 103, 180, 0.18), rgba(17, 58, 88, 0.12));
}

.poster-ai-capability-top {
  gap: 10px;
}

.poster-ai-capability-index {
  color: #77d9ff;
  font-size: 12px;
  font-weight: 900;
}

.poster-ai-capability-line {
  width: 26px;
  height: 1px;
  background: rgba(135, 171, 216, 0.38);
}

.poster-ai-capability-label {
  color: #71dfb7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.poster-ai-capability h3 {
  margin: 22px 0 0;
  color: #ffffff;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.poster-ai-capability p {
  margin: 14px 0 0;
  color: #aebdd3;
  font-size: 14px;
  line-height: 1.65;
}

.poster-operations-band {
  position: relative;
  overflow: hidden;
  padding: 88px 0 82px;
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 119, 255, 0.14), transparent 30%),
    radial-gradient(circle at 4% 92%, rgba(20, 184, 137, 0.13), transparent 28%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 55%, #f6fbf9 100%);
}

.poster-operations-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image: radial-gradient(rgba(17, 52, 91, 0.13) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.poster-operations-band .poster-shell {
  position: relative;
  z-index: 1;
}

.poster-operations-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
}

.poster-operations-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #087f60;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.poster-operations-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ba97b, #4e77ff);
}

.poster-operations-head h2 {
  max-width: 15ch;
  margin: 18px 0 0;
  color: #07162c;
  font-size: clamp(2.45rem, 4.7vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.poster-operations-head-copy p {
  margin: 0;
  color: #50627c;
  font-size: 16px;
  line-height: 1.7;
}

.poster-operations-all-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #0b5dca;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.poster-operations-all-link span,
.poster-operation-arrow {
  transition: transform 0.18s ease;
}

.poster-operations-all-link:hover span,
.poster-operations-all-link:focus-visible span {
  transform: translateX(4px);
}

.poster-operations-all-link:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(78, 119, 255, 0.22);
  outline-offset: 4px;
}

.poster-operations-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.poster-operation-card {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(116, 142, 180, 0.24);
  border-radius: 24px;
  color: #0a1930;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(35, 62, 100, 0.1);
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.poster-operation-card::before,
.poster-operation-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.poster-operation-card::before {
  top: -110px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.18);
}

.poster-operation-card::after {
  right: 24px;
  bottom: 24px;
  width: 84px;
  height: 84px;
  border: 1px solid currentColor;
  opacity: 0.08;
}

.poster-operation-card:hover,
.poster-operation-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(68, 116, 215, 0.44);
  box-shadow: 0 26px 62px rgba(25, 52, 91, 0.17);
  outline: none;
}

.poster-operation-card-inventory {
  grid-column: span 7;
  color: #f7fbff;
  background:
    radial-gradient(circle at 92% 12%, rgba(83, 154, 255, 0.42), transparent 32%),
    linear-gradient(145deg, #081a38, #0c3563);
}

.poster-operation-card-sales {
  grid-column: span 5;
  background:
    radial-gradient(circle at 96% 5%, rgba(255, 255, 255, 0.7), transparent 34%),
    linear-gradient(145deg, #dcecff, #c6e8fb);
}

.poster-operation-card-receipts {
  grid-column: span 5;
  background:
    radial-gradient(circle at 94% 6%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(145deg, #dff8eb, #bcebd7);
}

.poster-operation-card-customers {
  grid-column: span 7;
  background:
    radial-gradient(circle at 94% 4%, rgba(112, 103, 255, 0.18), transparent 32%),
    linear-gradient(145deg, #f7f3e9, #e8e9ff);
}

.poster-operation-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.poster-operation-number {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: 0.68;
}

.poster-operation-icon {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(20, 54, 93, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.poster-operation-card-inventory .poster-operation-icon {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
}

.poster-operation-icon::before,
.poster-operation-icon::after {
  content: "";
  position: absolute;
}

.poster-operation-icon-box::before {
  inset: 14px 13px 12px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.poster-operation-icon-box::after {
  top: 21px;
  left: 13px;
  width: 26px;
  border-top: 2px solid currentColor;
  transform: rotate(-22deg);
}

.poster-operation-icon-sale::before {
  left: 14px;
  bottom: 13px;
  width: 5px;
  height: 12px;
  border-radius: 3px 3px 1px 1px;
  background: currentColor;
  box-shadow: 9px -7px 0 currentColor, 18px -16px 0 currentColor;
}

.poster-operation-icon-receipt::before {
  inset: 11px 14px 10px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.poster-operation-icon-receipt::after {
  top: 19px;
  left: 19px;
  width: 14px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.poster-operation-icon-customer::before {
  top: 11px;
  left: 20px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.poster-operation-icon-customer::after {
  left: 14px;
  bottom: 10px;
  width: 24px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 18px 18px 7px 7px;
}

.poster-operation-content {
  max-width: 610px;
  margin-top: auto;
  padding-top: 54px;
}

.poster-operation-label {
  display: block;
  margin-bottom: 12px;
  color: #087f60;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.poster-operation-card-inventory .poster-operation-label {
  color: #77e8c0;
}

.poster-operation-card h3 {
  max-width: 21ch;
  margin: 0;
  color: inherit;
  font-size: clamp(1.5rem, 2.35vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.poster-operation-card p {
  max-width: 62ch;
  margin: 16px 0 0;
  color: #53647b;
  font-size: 14px;
  line-height: 1.62;
}

.poster-operation-card-inventory p {
  color: #b9cae2;
}

.poster-operation-arrow {
  position: absolute;
  right: 30px;
  bottom: 28px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.62);
  color: #0b5dca;
  font-size: 18px;
}

.poster-operation-card-inventory .poster-operation-arrow {
  background: rgba(255, 255, 255, 0.12);
  color: #8edfff;
}

.poster-operation-card:hover .poster-operation-arrow,
.poster-operation-card:focus-visible .poster-operation-arrow {
  transform: translateX(4px);
}

.poster-operations-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding: 20px 22px 20px 26px;
  border: 1px solid rgba(110, 140, 178, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(35, 62, 100, 0.07);
  backdrop-filter: blur(10px);
}

.poster-operations-footer strong,
.poster-operations-footer span {
  display: block;
}

.poster-operations-footer strong {
  color: #09182e;
  font-size: 16px;
}

.poster-operations-footer span {
  margin-top: 4px;
  color: #5b6b80;
  font-size: 13px;
}

.poster-operations-footer .surface-button {
  flex: 0 0 auto;
  min-height: 46px;
  border-radius: 12px;
}

.poster-rollout-band {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 88% 15%, rgba(48, 121, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 50%, #eefaf6 100%);
}

.poster-rollout-band::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -120px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(18, 132, 99, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(18, 132, 99, 0.025), 0 0 0 88px rgba(18, 132, 99, 0.02);
}

.poster-rollout-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.poster-rollout-eyebrow,
.poster-industries-eyebrow {
  color: #087f60;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.poster-rollout-intro h2 {
  max-width: 12ch;
  margin: 18px 0 0;
  color: #07162c;
  font-size: clamp(2.55rem, 4.4vw, 4.35rem);
  line-height: 0.99;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.poster-rollout-intro > p {
  max-width: 47ch;
  margin: 22px 0 0;
  color: #53647b;
  font-size: 16px;
  line-height: 1.68;
}

.poster-rollout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.poster-rollout-actions .surface-button {
  min-height: 48px;
  border-radius: 12px;
}

.poster-rollout-text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #0b5dca;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.poster-rollout-text-link span {
  transition: transform 0.18s ease;
}

.poster-rollout-text-link:hover span,
.poster-rollout-text-link:focus-visible span {
  transform: translateX(4px);
}

.poster-rollout-path {
  position: relative;
  display: grid;
  gap: 12px;
}

.poster-rollout-path::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 34px;
  width: 1px;
  background: linear-gradient(#4e77ff, #13aa7c);
  opacity: 0.34;
}

.poster-rollout-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr 38px;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 20px 22px;
  border: 1px solid rgba(102, 135, 176, 0.22);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.82);
  color: #0a1930;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(30, 61, 98, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.poster-rollout-step:hover,
.poster-rollout-step:focus-visible {
  z-index: 1;
  transform: translateX(7px);
  border-color: rgba(39, 112, 217, 0.4);
  box-shadow: 0 20px 44px rgba(30, 61, 98, 0.14);
  outline: none;
}

.poster-rollout-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b5dca, #4f7cff);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 9px 20px rgba(48, 105, 219, 0.24);
}

.poster-rollout-step:nth-child(2) .poster-rollout-step-number {
  background: linear-gradient(135deg, #096f93, #11a8a2);
}

.poster-rollout-step:nth-child(3) .poster-rollout-step-number {
  background: linear-gradient(135deg, #07815d, #20bd88);
}

.poster-rollout-step-copy,
.poster-rollout-step-copy small,
.poster-rollout-step-copy strong,
.poster-rollout-step-copy span {
  display: block;
}

.poster-rollout-step-copy small {
  color: #087f60;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.poster-rollout-step-copy strong {
  margin-top: 6px;
  color: #0a1930;
  font-size: 17px;
  line-height: 1.25;
}

.poster-rollout-step-copy span {
  margin-top: 6px;
  color: #66768c;
  font-size: 12px;
  line-height: 1.45;
}

.poster-rollout-step-arrow {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #edf4ff;
  color: #0b5dca;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.poster-rollout-step:hover .poster-rollout-step-arrow,
.poster-rollout-step:focus-visible .poster-rollout-step-arrow {
  transform: translateX(3px);
  background: #dceaff;
}

.poster-industries-band {
  position: relative;
  overflow: hidden;
  padding-top: 88px;
  background:
    radial-gradient(circle at 5% 10%, rgba(54, 117, 255, 0.19), transparent 27%),
    radial-gradient(circle at 94% 14%, rgba(18, 190, 145, 0.14), transparent 24%),
    linear-gradient(160deg, #061126 0%, #0a1830 52%, #09233a 100%);
}

.poster-industries-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, #000, transparent 55%);
}

.poster-industries-band .poster-shell {
  position: relative;
  z-index: 1;
}

.poster-industries-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: end;
  margin-bottom: 54px;
}

.poster-industries-eyebrow {
  color: #59ddb2;
}

.poster-industries-copy h2 {
  max-width: 13ch;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(2.55rem, 4.35vw, 4.35rem);
  line-height: 0.99;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.poster-industries-copy p {
  max-width: 53ch;
  margin: 22px 0 0;
  color: #afbed4;
  font-size: 15px;
  line-height: 1.68;
}

.poster-industry-directory {
  overflow: hidden;
  border: 1px solid rgba(129, 167, 218, 0.24);
  border-radius: 22px;
  background: rgba(7, 20, 42, 0.68);
  box-shadow: 0 24px 60px rgba(1, 7, 18, 0.3);
  backdrop-filter: blur(12px);
}

.poster-industry-directory-label {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(129, 167, 218, 0.18);
  color: #8098b9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.poster-industry-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.poster-industry-links a {
  display: grid;
  grid-template-columns: 28px 1fr 24px;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  padding: 15px 18px;
  border-right: 1px solid rgba(129, 167, 218, 0.15);
  border-bottom: 1px solid rgba(129, 167, 218, 0.15);
  color: #f4f8ff;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.poster-industry-links a:nth-child(even) {
  border-right: 0;
}

.poster-industry-links a:nth-child(n + 3) {
  border-bottom: 0;
}

.poster-industry-links a:hover,
.poster-industry-links a:focus-visible {
  background: rgba(51, 111, 195, 0.2);
  color: #ffffff;
  outline: none;
}

.poster-industry-links span {
  color: #55d9b0;
  font-size: 10px;
  font-weight: 900;
}

.poster-industry-links strong {
  font-size: 14px;
}

.poster-industry-links i {
  color: #75cfff;
  font-style: normal;
  transition: transform 0.18s ease;
}

.poster-industry-links a:hover i,
.poster-industry-links a:focus-visible i {
  transform: translateX(3px);
}

.poster-industries-band .poster-segment-grid {
  gap: 22px;
}

.poster-industries-band .poster-segment-card {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  grid-template-rows: 1fr;
  min-height: 390px;
  border-color: rgba(121, 159, 212, 0.24);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 26px 60px rgba(1, 7, 18, 0.28);
}

.poster-industries-band .poster-segment-card:nth-child(even) .poster-segment-media {
  grid-column: 2;
}

.poster-industries-band .poster-segment-card:nth-child(even) .poster-segment-copy {
  grid-column: 1;
  grid-row: 1;
}

.poster-industries-band .poster-segment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(100, 190, 255, 0.42);
  box-shadow: 0 32px 70px rgba(1, 7, 18, 0.38);
}

.poster-industries-band .poster-segment-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-right: 1px solid rgba(121, 159, 212, 0.2);
}

.poster-industries-band .poster-segment-card:nth-child(even) .poster-segment-media {
  border-right: 0;
  border-left: 1px solid rgba(121, 159, 212, 0.2);
}

.poster-industries-band .poster-segment-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 94px;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(7, 17, 38, 0.52));
}

.poster-industries-band .poster-segment-shot {
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
}

.poster-industries-band .poster-segment-card:hover .poster-segment-shot {
  transform: scale(1.025);
}

.poster-industries-band .poster-segment-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
}

.poster-segment-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.poster-segment-index {
  color: rgba(190, 210, 238, 0.48);
  font-size: 28px;
  font-weight: 900;
}

.poster-industries-band .poster-segment-copy h3 {
  max-width: 19ch;
  margin-top: 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  letter-spacing: -0.025em;
}

.poster-industries-band .poster-segment-copy > p {
  max-width: 54ch;
  margin: 14px 0 0;
  color: #afbed3;
  font-size: 14px;
  line-height: 1.65;
}

.poster-industries-band .poster-metric-row {
  margin-top: 28px;
  padding-top: 0;
}

.poster-industries-band .poster-metric-row span {
  border: 1px solid rgba(132, 169, 216, 0.16);
  border-radius: 999px;
  background: rgba(126, 157, 202, 0.1);
  color: #dce9f9;
  font-size: 11px;
}

.poster-segment-view {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: rgba(5, 17, 37, 0.76);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(9px);
}

.poster-segment-view i {
  color: #76d8ff;
  font-style: normal;
  transition: transform 0.18s ease;
}

.poster-segment-card:hover .poster-segment-view i,
.poster-segment-card:focus-visible .poster-segment-view i {
  transform: translateX(4px);
}

.poster-segment-card-emerald .poster-card-kicker,
.poster-segment-card-emerald .poster-segment-view i {
  color: #67e2b8;
}

.poster-segment-card-violet .poster-card-kicker,
.poster-segment-card-violet .poster-segment-view i {
  color: #ada7ff;
}

.poster-segment-card-amber .poster-card-kicker,
.poster-segment-card-amber .poster-segment-view i {
  color: #ffd27b;
}

.poster-pricing-band {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background:
    radial-gradient(circle at 0% 45%, rgba(58, 124, 255, 0.12), transparent 27%),
    radial-gradient(circle at 100% 90%, rgba(17, 176, 131, 0.11), transparent 28%),
    #f6f9fe;
}

.poster-pricing-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(rgba(38, 78, 126, 0.13) 0.7px, transparent 0.7px);
  background-size: 20px 20px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.poster-pricing-band .poster-shell {
  position: relative;
  z-index: 1;
}

.poster-pricing-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.65fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: 48px;
}

.poster-pricing-eyebrow,
.poster-trust-eyebrow {
  color: #087f60;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.poster-pricing-copy h2,
.poster-trust-copy h2 {
  max-width: 14ch;
  margin: 18px 0 0;
  color: #07162c;
  font-size: clamp(2.55rem, 4.5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.poster-pricing-copy p,
.poster-trust-copy p {
  max-width: 55ch;
  margin: 22px 0 0;
  color: #53647b;
  font-size: 16px;
  line-height: 1.68;
}

.poster-pricing-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  color: #0b5dca;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.poster-pricing-link span,
.poster-plan-action span,
.poster-trust-card-link i {
  transition: transform 0.18s ease;
}

.poster-pricing-link:hover span,
.poster-pricing-link:focus-visible span,
.poster-plan-action:hover span,
.poster-plan-action:focus-visible span,
.poster-trust-card:hover .poster-trust-card-link i,
.poster-trust-card:focus-visible .poster-trust-card-link i {
  transform: translateX(4px);
}

.poster-pricing-promise {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(91, 129, 178, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(31, 65, 108, 0.09);
  backdrop-filter: blur(10px);
}

.poster-pricing-promise-icon {
  display: inline-flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #0b5dca, #19ad8b);
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(29, 105, 179, 0.22);
}

.poster-pricing-promise small,
.poster-pricing-promise strong {
  display: block;
}

.poster-pricing-promise small {
  color: #087f60;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.poster-pricing-promise strong {
  margin-top: 6px;
  color: #0a1930;
  font-size: 15px;
  line-height: 1.45;
}

.poster-pricing-band .poster-plan-grid {
  gap: 18px;
  align-items: stretch;
}

.poster-pricing-band .poster-plan-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border-color: rgba(103, 135, 177, 0.23);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 48px rgba(31, 61, 101, 0.1);
}

.poster-pricing-band .poster-plan-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(75, 124, 255, 0.08);
}

.poster-pricing-band .poster-plan-card-featured {
  border-color: rgba(40, 109, 219, 0.55);
  background:
    radial-gradient(circle at 100% 0%, rgba(74, 126, 255, 0.14), transparent 35%),
    #ffffff;
  box-shadow: 0 28px 62px rgba(35, 88, 177, 0.17);
  transform: translateY(-8px);
}

.poster-pricing-band .poster-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 62px rgba(31, 61, 101, 0.16);
}

.poster-pricing-band .poster-plan-card-featured:hover {
  transform: translateY(-12px);
}

.poster-plan-popular {
  align-self: flex-start;
  margin: -8px 0 22px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #0b5dca;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-pricing-band .poster-plan-price {
  margin-top: 18px;
  font-size: clamp(2.15rem, 3.2vw, 3.1rem);
  letter-spacing: -0.04em;
}

.poster-pricing-band .poster-plan-card > p {
  color: #53647b;
  line-height: 1.6;
}

.poster-pricing-band .poster-bullet-list {
  margin-top: 22px;
}

.poster-plan-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  margin-top: auto;
  padding: 13px 15px;
  border: 1px solid #cfddf0;
  border-radius: 13px;
  background: #f3f7fd;
  color: #0b5dca;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.poster-plan-card-featured .poster-plan-action {
  border-color: transparent;
  background: linear-gradient(135deg, #326cf4, #1699df);
  color: #ffffff;
}

.poster-trust-band {
  position: relative;
  padding: 92px 0 84px;
  background:
    radial-gradient(circle at 90% 0%, rgba(19, 180, 133, 0.1), transparent 27%),
    linear-gradient(180deg, #ffffff, #f6fbff);
}

.poster-trust-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.poster-trust-intro .surface-button {
  flex: 0 0 auto;
  min-height: 50px;
  border-radius: 13px;
}

.poster-trust-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.poster-trust-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(104, 137, 179, 0.23);
  border-radius: 22px;
  background: #ffffff;
  color: #09182e;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(31, 61, 101, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.poster-trust-card:nth-child(2) {
  background: linear-gradient(145deg, #f1f8ff, #ffffff);
}

.poster-trust-card:nth-child(3) {
  background: linear-gradient(145deg, #effbf6, #ffffff);
}

.poster-trust-card:hover,
.poster-trust-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(42, 111, 216, 0.45);
  box-shadow: 0 26px 56px rgba(31, 61, 101, 0.14);
  outline: none;
}

.poster-trust-card-index {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #c7d3e2;
  font-size: 28px;
  font-weight: 900;
}

.poster-trust-card h3 {
  max-width: 22ch;
  margin: 26px 0 0;
  color: #09182e;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.poster-trust-card p {
  margin: 14px 0 0;
  color: #596a80;
  font-size: 14px;
  line-height: 1.65;
}

.poster-trust-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
  color: #0b5dca;
  font-size: 13px;
  font-weight: 900;
}

.poster-trust-card-link i {
  font-style: normal;
}

.poster-proof-strip {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(104, 137, 179, 0.2);
  border-radius: 20px;
  background: #0a1830;
  box-shadow: 0 20px 44px rgba(10, 31, 58, 0.14);
}

.poster-proof-strip-heading,
.poster-trust-quote {
  padding: 24px;
}

.poster-proof-strip-heading {
  background: linear-gradient(145deg, #0b5dca, #0d8f85);
}

.poster-proof-strip-heading span,
.poster-proof-strip-heading strong {
  display: block;
}

.poster-proof-strip-heading span {
  color: #bff6e3;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.poster-proof-strip-heading strong {
  margin-top: 9px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.25;
}

.poster-trust-quote {
  margin: 0;
  border-left: 1px solid rgba(150, 178, 218, 0.17);
}

.poster-trust-quote p {
  margin: 0;
  color: #dce7f7;
  font-size: 13px;
  line-height: 1.6;
}

.poster-trust-quote footer {
  margin-top: 14px;
  color: #68ddb8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-band {
  padding: 48px 0;
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

.poster-band-light {
  background: #f7fbff;
}

.poster-band-white {
  background: #ffffff;
}

.poster-band-soft {
  background: #f7fafd;
}

.poster-band-ink,
.poster-footer-band {
  background: linear-gradient(180deg, #071126 0%, #0c1830 100%);
  color: #f3f8ff;
}

.poster-section-head {
  max-width: 760px;
  margin: 0 0 20px;
  text-align: left;
}

.poster-section-head-compact {
  margin-top: 28px;
}

.poster-section-head h2 {
  margin: 10px 0 0;
  max-width: 24ch;
  font-size: clamp(1.82rem, 2.7vw, 2.28rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #09152a;
}

.poster-section-head p {
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.64;
  color: #4b5d72;
}

.poster-section-head-light h2,
.poster-section-head-light p,
.poster-panel-dark h2,
.poster-panel-dark p,
.poster-panel-cta h2,
.poster-panel-cta p,
.poster-footer-grid h2,
.poster-footer-grid p,
.poster-segment-copy h3,
.poster-segment-copy p {
  color: #ffffff;
}

.poster-section-head-light p,
.poster-panel-dark p,
.poster-panel-cta p,
.poster-footer-grid p,
.poster-segment-copy p {
  color: #cedaed;
}

.poster-benefit-grid,
.poster-feature-grid,
.poster-proof-grid,
.poster-testimonial-grid,
.poster-trust-grid,
.poster-segment-grid,
.poster-plan-grid,
.poster-page-grid,
.poster-faq-grid {
  display: grid;
  gap: 16px;
}

.poster-benefit-grid,
.poster-feature-grid,
.poster-proof-grid,
.poster-testimonial-grid,
.poster-trust-grid,
.poster-segment-grid,
.poster-plan-grid,
.poster-page-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.poster-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.poster-benefit-grid {
  margin-top: 26px;
}

.poster-benefit-card,
.poster-proof-card,
.poster-testimonial-card,
.poster-page-card,
.poster-plan-card,
.poster-faq-card,
.poster-panel,
.poster-feature-card,
.poster-segment-card {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transition: border-color 0.14s ease, box-shadow 0.14s ease, transform 0.14s ease;
}

.poster-benefit-card:hover,
.poster-proof-card:hover,
.poster-testimonial-card:hover,
.poster-page-card:hover,
.poster-plan-card:hover,
.poster-faq-card:hover,
.poster-panel:hover,
.poster-feature-card:hover,
.poster-segment-card:hover,
.poster-side-panel:hover,
.poster-market-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.07);
  border-color: rgba(133, 157, 187, 0.34);
}

.poster-benefit-card {
  grid-column: span 4;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 100%;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(154, 170, 191, 0.28);
}

.poster-benefit-card h2 {
  color: #081528;
}

.poster-benefit-card-ai {
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98) 0%, rgba(238, 248, 255, 0.98) 100%);
  border-color: rgba(143, 174, 214, 0.34);
}

.poster-benefit-card-ai:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(248, 255, 252, 0.98) 0%, rgba(236, 249, 243, 0.98) 100%);
}

.poster-benefit-card-ai:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(248, 250, 255, 0.98) 0%, rgba(240, 243, 255, 0.98) 100%);
}

.poster-feature-card {
  grid-column: span 3;
  min-height: 170px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid #d7e2ef;
  background: #ffffff;
}

.poster-feature-card:nth-child(1),
.poster-feature-card:nth-child(2) {
  grid-column: span 6;
}

.poster-proof-card,
.poster-testimonial-card {
  grid-column: span 4;
  padding: 20px;
  border: 1px solid #d7e2ef;
  background: #ffffff;
}

.poster-proof-card h3 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 800;
  color: #081528;
}

.poster-testimonial-quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #12223a;
}

.poster-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #087f5b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.poster-feature-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 700;
  color: #12223a;
}

.poster-panel {
  grid-column: span 4;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  border: 1px solid #d7e2ef;
  background: #f8fbff;
}

.poster-panel-dark,
.poster-panel-cta {
  background: linear-gradient(180deg, #0a152b 0%, #10213e 100%);
  border-color: rgba(84, 115, 166, 0.25);
}

.poster-domain-grid,
.poster-reason-list,
.poster-plan-summary,
.poster-bullet-list,
.poster-side-stat-list,
.poster-side-link-list {
  display: grid;
  gap: 12px;
}

.poster-domain-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.poster-domain-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #eff6ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.poster-domain-item:hover,
.poster-domain-item:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.poster-domain-item-arrow {
  color: #b8d6ff;
}

.poster-reason-item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.32;
  color: #09152a;
}

.poster-plan-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(132, 156, 191, 0.25);
  color: #eff6ff;
  font-size: 15px;
}

.poster-jump-guide {
  margin: 24px auto 0;
  max-width: 860px;
}

.poster-jump-label,
.poster-market-note {
  text-align: center;
}

.poster-jump-label {
  color: #8fd7ff;
}

.poster-market-pills {
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.poster-market-pill {
  gap: 8px;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid rgba(83, 121, 180, 0.45);
  border-radius: 999px;
  background: rgba(17, 31, 58, 0.72);
  color: #eef6ff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.poster-market-pill-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.poster-market-note {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #b7c8df;
}

.poster-segment-card {
  grid-column: span 4;
  display: grid;
  grid-template-rows: 220px auto;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(110, 138, 184, 0.18);
  overflow: hidden;
  scroll-margin-top: 88px;
}

.poster-segment-media {
  min-height: 220px;
  background: #0b1325;
}

.poster-segment-shot {
  object-fit: cover;
}

.poster-segment-shot-workspace,
.poster-segment-shot-mobile,
.poster-segment-shot-mobile-alt {
  object-fit: contain;
  background: linear-gradient(180deg, #0b1427 0%, #10203c 100%);
  padding: 14px;
}

.poster-segment-copy,
.poster-plan-card,
.poster-page-card,
.poster-faq-card {
  padding: 22px;
}

.poster-segment-copy h3 {
  margin: 10px 0 0;
  font-size: 22px;
  line-height: 1.18;
}

.poster-metric-row {
  gap: 8px;
  margin-top: 16px;
}

.poster-metric-row span {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #f3f8ff;
  font-size: 13px;
  font-weight: 700;
}

.poster-page-link,
.poster-side-badge-row span {
  color: #0c60db;
}

.poster-section-lead {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  align-items: end;
  margin-bottom: 24px;
}

.poster-section-lead .poster-section-head {
  margin-bottom: 0;
}

.poster-side-panel {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 22px;
  border: 1px solid #d7e2ef;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.poster-side-panel h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.16;
  color: #09152a;
}

.poster-side-stat {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(166, 183, 206, 0.42);
}

.poster-side-stat strong {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  color: #09152a;
}

.poster-side-link-list span {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f5f9ff;
  border: 1px solid rgba(185, 203, 226, 0.56);
  color: #12223a;
  font-weight: 700;
}

.poster-side-badge-row {
  gap: 10px;
}

.poster-side-badge-row span {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eff5ff;
  border: 1px solid rgba(180, 198, 223, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.poster-plan-card,
.poster-page-card,
.poster-faq-card {
  border: 1px solid #d7e2ef;
  background: #ffffff;
}

.poster-plan-card {
  grid-column: span 4;
}

.poster-plan-card:nth-child(2) {
  border-color: #9fc2f0;
  box-shadow: 0 16px 30px rgba(12, 96, 219, 0.12);
  transform: translateY(-4px);
}

.poster-plan-price {
  margin-top: 12px;
  font-size: 30px;
  line-height: 1.08;
  color: #09152a;
}

.poster-plan-subcopy {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #61748f;
}

.poster-bullet-item {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #12223a;
}

.poster-bullet-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #087f5b;
}

.poster-page-card {
  grid-column: span 4;
}

.poster-page-card-guide {
  grid-column: span 6;
}

.poster-page-link {
  display: inline-flex;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.poster-faq-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.24;
}

.poster-footer-band {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  content-visibility: visible;
  contain-intrinsic-size: auto;
  background:
    radial-gradient(circle at 92% 12%, rgba(19, 190, 144, 0.17), transparent 27%),
    radial-gradient(circle at 4% 88%, rgba(56, 117, 255, 0.2), transparent 28%),
    linear-gradient(145deg, #061126 0%, #091a34 58%, #09263c 100%);
}

.poster-footer-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.poster-footer-band .poster-shell {
  position: relative;
  z-index: 1;
}

.poster-footer-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
}

.poster-footer-eyebrow {
  color: #64dfb7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.poster-footer-copy h2 {
  max-width: 12ch;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 4.7vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.poster-footer-copy > p {
  max-width: 55ch;
  margin: 22px 0 0;
  color: #b9c8dd;
  font-size: 15px;
  line-height: 1.7;
}

.poster-footer-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.poster-footer-trust-row span {
  padding: 8px 11px;
  border: 1px solid rgba(143, 177, 222, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #dbe7f7;
  font-size: 11px;
  font-weight: 800;
}

.poster-footer-support {
  padding: 30px;
  border: 1px solid rgba(132, 171, 220, 0.27);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 28px 64px rgba(1, 7, 18, 0.31);
  backdrop-filter: blur(12px);
}

.poster-footer-support-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.poster-footer-status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #9ee8cc;
  font-size: 10px;
  font-weight: 800;
}

.poster-footer-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #31d59f;
  box-shadow: 0 0 0 5px rgba(49, 213, 159, 0.11);
}

.poster-support-name {
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.14;
  font-weight: 800;
  color: #ffffff;
}

.poster-footer-support > p {
  margin: 12px 0 0;
  color: #afbed3;
  font-size: 13px;
  line-height: 1.6;
}

.poster-footer-support .surface-button {
  min-height: 48px;
  border-radius: 12px;
}

.poster-footer-legal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid rgba(133, 166, 210, 0.17);
}

.poster-footer-legal a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(133, 166, 210, 0.12);
  color: #c5d6ed;
  font-size: 12px;
  text-decoration: none;
}

.poster-footer-legal a:hover,
.poster-footer-legal a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

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

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

@media (max-width: 1180px) {
  .poster-benefit-card,
  .poster-feature-card,
  .poster-proof-card,
  .poster-testimonial-card,
  .poster-panel,
  .poster-segment-card,
  .poster-plan-card,
  .poster-page-card,
  .poster-faq-card {
    grid-column: span 6;
  }

  .poster-page-card-trust.poster-page-card-4 {
    grid-column: 1 / -1;
  }

  .poster-page-card-explore.poster-page-card-3,
  .poster-page-card-explore.poster-page-card-4,
  .poster-page-card-explore.poster-page-card-5,
  .poster-page-card-explore.poster-page-card-6,
  .poster-page-card-guide.poster-page-card-3,
  .poster-page-card-guide.poster-page-card-4,
  .poster-page-card-guide.poster-page-card-5 {
    grid-column: span 6;
  }

  .poster-pricing-band .poster-plan-card:last-child {
    grid-column: 1 / -1;
  }

  .poster-hero-grid,
  .poster-section-lead,
  .poster-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .poster-industries-band .poster-segment-card {
    grid-template-columns: 1fr;
    grid-template-rows: 250px 1fr;
    min-height: 0;
  }

  .poster-industries-band .poster-segment-card:nth-child(even) .poster-segment-media,
  .poster-industries-band .poster-segment-card:nth-child(even) .poster-segment-copy {
    grid-column: 1;
  }

  .poster-industries-band .poster-segment-card:nth-child(even) .poster-segment-media {
    grid-row: 1;
  }

  .poster-industries-band .poster-segment-card:nth-child(even) .poster-segment-copy {
    grid-row: 2;
  }

  .poster-industries-band .poster-segment-media,
  .poster-industries-band .poster-segment-card:nth-child(even) .poster-segment-media {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid rgba(121, 159, 212, 0.2);
    border-left: 0;
  }

  .poster-pricing-intro {
    grid-template-columns: 1fr;
  }

  .poster-pricing-copy h2,
  .poster-trust-copy h2 {
    max-width: 16ch;
  }

  .poster-pricing-band .poster-plan-card,
  .poster-pricing-band .poster-plan-card:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .poster-pricing-band .poster-plan-card-featured {
    transform: none;
  }

  .poster-trust-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .poster-trust-card-grid,
  .poster-proof-strip {
    grid-template-columns: 1fr;
  }

  .poster-trust-card {
    min-height: 320px;
  }

  .poster-trust-quote {
    border-top: 1px solid rgba(150, 178, 218, 0.17);
    border-left: 0;
  }

  .poster-rollout-layout,
  .poster-industries-intro {
    grid-template-columns: 1fr;
  }

  .poster-rollout-intro h2,
  .poster-industries-copy h2 {
    max-width: 16ch;
  }

  .poster-operations-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .poster-operations-head h2 {
    max-width: 18ch;
  }

  .poster-operation-card-inventory,
  .poster-operation-card-sales,
  .poster-operation-card-receipts,
  .poster-operation-card-customers {
    grid-column: span 6;
  }

  .poster-operation-card {
    min-height: 360px;
  }

  .poster-ai-layout {
    grid-template-columns: 1fr;
  }

  .poster-ai-intro h2 {
    max-width: 16ch;
  }

  .poster-ai-capability-grid {
    grid-template-columns: 1fr;
  }

  .poster-ai-capability {
    min-height: 0;
  }

  .poster-showcase {
    min-height: 650px;
  }

  .poster-showcase-copy {
    width: min(560px, calc(100% - 48px));
  }

  .poster-showcase-copy h1,
  .poster-showcase-copy h2 {
    font-size: clamp(2.45rem, 7vw, 3.8rem);
  }

  .poster-visual-stage {
    min-height: 570px;
  }

  .poster-benefit-card,
  .poster-feature-card,
  .poster-proof-card,
  .poster-testimonial-card,
  .poster-panel,
  .poster-segment-card,
  .poster-plan-card,
  .poster-page-card,
  .poster-faq-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .poster-shell {
    width: min(100% - 16px, 1160px);
  }

  .poster-nav {
    align-items: center;
  }

  .poster-band {
    padding: 48px 0;
  }

  .poster-section-head h2,
  .poster-footer-grid h2 {
    font-size: 28px;
  }

  .poster-title {
    max-width: none;
    font-size: 34px;
  }

  .poster-domain-grid,
  .poster-faq-grid {
    grid-template-columns: 1fr;
  }

  .poster-proof-card,
  .poster-testimonial-card {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .poster-footer-band {
    padding: 60px 0;
  }

  .poster-footer-copy h2 {
    font-size: 2.55rem;
  }

  .poster-footer-support {
    padding: 22px;
  }

  .poster-footer-support-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .poster-footer-legal {
    grid-template-columns: 1fr;
  }

  .poster-industries-band .poster-segment-card {
    min-height: 0;
    grid-template-rows: 210px 1fr;
    border-radius: 19px;
  }

  .poster-industries-band .poster-segment-media {
    min-height: 210px;
  }

  .poster-industries-band .poster-segment-copy {
    padding: 22px;
  }

  .poster-pricing-band,
  .poster-trust-band {
    padding: 60px 0 56px;
  }

  .poster-pricing-copy h2,
  .poster-trust-copy h2 {
    margin-top: 14px;
    font-size: 2.4rem;
  }

  .poster-pricing-promise {
    grid-template-columns: 54px 1fr;
    padding: 18px;
  }

  .poster-pricing-promise-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .poster-pricing-band .poster-plan-card {
    padding: 24px;
    border-radius: 19px;
  }

  .poster-trust-intro .surface-button {
    width: 100%;
  }

  .poster-trust-card {
    min-height: 310px;
    padding: 24px;
    border-radius: 19px;
  }

  .poster-rollout-band {
    padding: 58px 0;
  }

  .poster-rollout-intro h2,
  .poster-industries-copy h2 {
    margin-top: 14px;
    font-size: 2.4rem;
  }

  .poster-rollout-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .poster-rollout-actions .surface-button {
    width: 100%;
  }

  .poster-rollout-step {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    min-height: 138px;
    padding: 18px;
  }

  .poster-rollout-step-number {
    width: 42px;
    height: 42px;
  }

  .poster-rollout-step-arrow {
    display: none;
  }

  .poster-rollout-path::before {
    left: 38px;
  }

  .poster-industries-band {
    padding-top: 58px;
  }

  .poster-industries-intro {
    margin-bottom: 36px;
  }

  .poster-industry-links {
    grid-template-columns: 1fr;
  }

  .poster-industry-links a,
  .poster-industry-links a:nth-child(even),
  .poster-industry-links a:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid rgba(129, 167, 218, 0.15);
  }

  .poster-industry-links a:last-child {
    border-bottom: 0;
  }

  .poster-operations-band {
    padding: 58px 0 54px;
  }

  .poster-operations-head h2 {
    margin-top: 14px;
    font-size: 2.4rem;
  }

  .poster-operations-grid {
    gap: 12px;
    margin-top: 32px;
  }

  .poster-operation-card-inventory,
  .poster-operation-card-sales,
  .poster-operation-card-receipts,
  .poster-operation-card-customers {
    grid-column: 1 / -1;
  }

  .poster-operation-card {
    min-height: 330px;
    padding: 22px;
    border-radius: 19px;
  }

  .poster-operation-content {
    padding-top: 42px;
  }

  .poster-operation-card h3 {
    font-size: 1.55rem;
  }

  .poster-operation-card p {
    padding-right: 30px;
  }

  .poster-operation-arrow {
    right: 20px;
    bottom: 20px;
  }

  .poster-operations-footer {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }

  .poster-operations-footer .surface-button {
    width: 100%;
  }

  .poster-ai-band {
    padding: 58px 0 54px;
  }

  .poster-ai-layout {
    gap: 34px;
  }

  .poster-ai-intro h2 {
    margin-top: 16px;
    font-size: 2.45rem;
  }

  .poster-ai-intro > p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .poster-ai-proof {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .poster-ai-proof span {
    justify-content: center;
    text-align: center;
  }

  .poster-ai-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .poster-ai-actions .surface-button {
    width: 100%;
  }

  .poster-ai-console {
    border-radius: 18px;
  }

  .poster-ai-console-head {
    padding: 14px;
  }

  .poster-ai-console-body {
    padding: 16px;
  }

  .poster-ai-question {
    min-height: 50px;
    font-size: 13px;
  }

  .poster-ai-capability-grid {
    margin-top: 30px;
  }

  .poster-ai-capability {
    padding: 20px;
  }

  .poster-showcase-shell {
    width: min(100% - 12px, 1540px);
  }

  .poster-showcase {
    min-height: 720px;
    border-radius: 20px;
  }

  .poster-showcase-slide > img,
  .poster-showcase-slide.is-active > img {
    height: 228px;
    object-fit: cover;
    object-position: center top;
    transform: none;
  }

  .poster-showcase-shade {
    background:
      linear-gradient(180deg, rgba(3, 12, 26, 0.02) 0, rgba(3, 12, 26, 0.08) 205px, #081326 252px, #081326 100%);
  }

  .poster-showcase-copy {
    left: 20px;
    right: 20px;
    bottom: 104px;
    width: auto;
    text-shadow: none;
  }

  .poster-showcase-kicker {
    min-height: 30px;
    margin-bottom: 14px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .poster-showcase-copy h1,
  .poster-showcase-copy h2 {
    max-width: 15ch;
    font-size: clamp(2rem, 10vw, 2.65rem);
    line-height: 1;
  }

  .poster-showcase-copy p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.52;
  }

  .poster-showcase-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .poster-showcase-actions .surface-button {
    width: 100%;
    min-height: 43px;
    justify-content: center;
    padding: 10px 13px;
    font-size: 14px;
  }

  .poster-showcase-controls {
    left: 20px;
    right: 20px;
    bottom: 20px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .poster-showcase-count {
    display: none;
  }

  .poster-showcase-dots {
    justify-content: flex-start;
    gap: 5px;
  }

  .poster-showcase-dot {
    width: 15px;
    height: 4px;
  }

  .poster-showcase-dot.is-active {
    width: 30px;
  }

  .poster-showcase-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .poster-nav-shell {
    padding-bottom: 0;
  }

  .poster-nav {
    gap: 10px;
    padding: 8px 12px;
    min-height: 72px;
  }

  .poster-brand {
    flex: 0 1 auto;
    max-width: calc(100% - 56px);
  }

  .poster-brand-logo {
    width: 86px;
  }

  .poster-menu-toggle {
    display: inline-flex;
    flex: 0 0 44px;
    margin-left: 0;
  }

  .poster-nav-panel {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 2px;
    padding-top: 12px;
    border-top: 1px solid rgba(221, 230, 240, 0.9);
  }

  .poster-nav-panel.is-open {
    display: grid;
    gap: 10px;
  }

  .poster-nav-links,
  .poster-nav-actions,
  .poster-action-row {
    width: 100%;
  }

  .poster-nav-links {
    display: grid;
    gap: 6px;
  }

  .poster-nav-link {
    justify-content: flex-start;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(215, 226, 238, 0.95);
    border-radius: 10px;
    background: linear-gradient(180deg, #f9fbff 0%, #f4f8ff 100%);
  }

  .poster-nav-link::after {
    display: none;
  }

  .poster-nav-actions {
    display: grid;
    gap: 8px;
  }

  .poster-nav-actions .surface-button,
  .poster-action-row .surface-button {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .poster-market-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poster-market-pill:last-child {
    grid-column: 1 / -1;
  }

  .poster-market-pill,
  .poster-trust-strip span {
    justify-content: center;
    text-align: center;
  }

  .poster-trust-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poster-proof-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .poster-proof-row span,
  .poster-side-badge-row span,
  .poster-side-link-list span {
    justify-content: center;
    text-align: center;
  }

  .poster-visual-stage {
    min-height: 520px;
    padding: 18px 14px 18px;
  }

  .poster-stage-banner {
    position: static;
    max-width: none;
    margin-bottom: 14px;
  }

  .poster-laptop-frame {
    position: static;
    margin-top: 0;
    right: auto;
    top: auto;
  }

  .poster-phone-frame {
    position: absolute;
    right: 14px;
    bottom: 18px;
    width: 124px;
    padding: 8px;
  }

  .poster-floating-card {
    left: 14px;
    right: 148px;
    bottom: 18px;
    width: auto;
    padding: 14px;
  }
}

@media (max-width: 560px) {
  .poster-shell {
    width: min(100% - 12px, 1160px);
  }

  .poster-hero {
    padding: 102px 0 28px;
  }

  .poster-nav,
  .poster-side-panel,
  .poster-benefit-card,
  .poster-feature-card,
  .poster-proof-card,
  .poster-testimonial-card,
  .poster-panel,
  .poster-segment-copy,
  .poster-plan-card,
  .poster-page-card,
  .poster-faq-card,
  .poster-footer-support {
    padding-left: 14px;
    padding-right: 14px;
  }

  .poster-title {
    font-size: 30px;
    line-height: 1;
  }

  .poster-lead {
    font-size: 16px;
    line-height: 1.62;
  }

  .poster-section-head h2,
  .poster-footer-grid h2 {
    font-size: 24px;
  }

  .poster-section-head p,
  .poster-action-note,
  .poster-testimonial-quote {
    font-size: 15px;
    line-height: 1.6;
  }

  .poster-word-slide {
    padding: 14px 14px 15px;
  }

  .poster-word-slide strong {
    font-size: 14px;
  }

  .poster-proof-card,
  .poster-testimonial-card {
    grid-column: 1 / -1;
  }

  .poster-trust-strip,
  .poster-market-pills {
    grid-template-columns: 1fr;
  }

  .poster-market-pill:last-child {
    grid-column: auto;
  }

  .poster-visual-stage {
    min-height: 0;
    padding: 14px;
    display: grid;
    gap: 12px;
  }

  .poster-laptop-frame,
  .poster-phone-frame,
  .poster-floating-card {
    position: static;
    width: 100%;
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
  }

  .poster-phone-frame {
    max-width: 180px;
    justify-self: end;
  }

  .poster-floating-card {
    padding: 14px;
  }

  .poster-support-name,
  .poster-side-panel h3 {
    font-size: 20px;
  }

  .poster-plan-card:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 420px) {
  .poster-hero {
    padding-top: 108px;
  }

  .poster-showcase {
    min-height: 700px;
  }

  .poster-showcase-slide > img,
  .poster-showcase-slide.is-active > img {
    height: 205px;
  }

  .poster-showcase-shade {
    background:
      linear-gradient(180deg, rgba(3, 12, 26, 0.02) 0, rgba(3, 12, 26, 0.08) 182px, #081326 230px, #081326 100%);
  }

  .poster-showcase-copy {
    bottom: 94px;
  }

  .poster-showcase-copy h1,
  .poster-showcase-copy h2 {
    font-size: 2rem;
  }

  .poster-showcase-copy p {
    font-size: 14px;
  }

  .poster-nav {
    padding: 8px;
    min-height: 68px;
  }

  .poster-brand {
    max-width: calc(100% - 52px);
  }

  .poster-brand-logo {
    width: 74px;
  }

  .poster-copy-topline {
    gap: 6px 10px;
  }

  .poster-action-row {
    flex-direction: column;
  }

  .poster-action-row .surface-button {
    width: 100%;
  }

  .poster-title {
    font-size: 26px;
  }

  .poster-word-carousel {
    margin-top: 16px;
  }

  .poster-nav-links {
    gap: 4px;
  }

  .poster-nav-link {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .poster-trust-strip,
  .poster-proof-row {
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .poster-nav-shell,
  .poster-nav-link,
  .poster-nav-link::after,
  .poster-industries-band .poster-segment-card,
  .poster-industries-band .poster-segment-shot,
  .poster-pricing-link span,
  .poster-plan-card,
  .poster-plan-action span,
  .poster-trust-card,
  .poster-trust-card-link i,
  .poster-rollout-text-link span,
  .poster-rollout-step,
  .poster-rollout-step-arrow,
  .poster-industry-links a,
  .poster-industry-links i,
  .poster-operations-all-link span,
  .poster-operation-card,
  .poster-operation-arrow,
  .poster-ai-question,
  .poster-ai-capability,
  .poster-showcase-track,
  .poster-showcase-slide > img,
  .poster-showcase-dot,
  .poster-showcase-arrow,
  .poster-market-pill,
  .poster-benefit-card,
  .poster-page-card,
  .poster-plan-card,
  .poster-faq-card,
  .poster-panel,
  .poster-feature-card,
  .poster-segment-card,
  .poster-side-panel {
    animation: none;
    transition: none;
    transform: none;
  }
}
