:root {
  --landing-bg: #07101f;
  --landing-bg-deep: #030812;
  --landing-surface: rgba(16, 28, 51, 0.82);
  --landing-surface-strong: #101c33;
  --landing-surface-soft: rgba(22, 38, 67, 0.62);
  --landing-line: rgba(166, 196, 255, 0.16);
  --landing-line-strong: rgba(166, 196, 255, 0.28);
  --landing-ink: #f5f8ff;
  --landing-muted: #9eacc8;
  --landing-blue: #4aa9ff;
  --landing-blue-bright: #78c5ff;
  --landing-violet: #8267ff;
  --landing-violet-bright: #aa7cff;
  --landing-orange: #ff9a56;
  --landing-green: #55dda6;
  --landing-radius-sm: 12px;
  --landing-radius-md: 18px;
  --landing-radius-lg: 28px;
  --landing-radius-xl: 38px;
  --landing-shadow: 0 36px 100px rgba(0, 0, 0, 0.4);
  --landing-font-display: "Sora", "Avenir Next", "Segoe UI Variable Display", sans-serif;
  --landing-font-body: "Manrope", "Avenir Next", "Segoe UI Variable Text", sans-serif;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--landing-bg-deep);
}

body.public-page.landing-page {
  width: 100%;
  max-width: 100%;
  min-width: 280px;
  margin: 0;
  overflow-x: hidden;
  color: var(--landing-ink);
  font-family: var(--landing-font-body);
  background: var(--landing-bg);
}

.landing-page :where(a, button, summary):focus-visible {
  outline-color: #8ad8ff;
  outline-offset: 4px;
}

.landing-page code {
  padding: 0.1em 0.35em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #d9e7ff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.88em;
}

.landing-atmosphere {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 1080px;
  overflow: hidden;
  pointer-events: none;
}

.landing-atmosphere::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, var(--landing-bg) 100%);
  content: "";
}

.landing-atmosphere-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.landing-atmosphere-orb-one {
  top: -320px;
  left: 0;
  width: min(720px, 100vw);
  height: 720px;
  background: radial-gradient(circle, rgba(39, 130, 255, 0.25), transparent 68%);
}

.landing-atmosphere-orb-two {
  top: 40px;
  right: 0;
  width: min(760px, 100vw);
  height: 760px;
  background: radial-gradient(circle, rgba(130, 74, 255, 0.2), transparent 68%);
}

.landing-atmosphere-grid {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(130, 168, 226, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 168, 226, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

.landing-shell {
  position: relative;
  z-index: 1;
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  overflow-x: clip;
}

.landing-hero {
  min-height: min(930px, 100vh);
  padding: 20px 0 80px;
}

.landing-header {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 76px;
  padding: 10px 12px 10px 14px;
  border: 1px solid var(--landing-line);
  border-radius: 22px;
  background: rgba(7, 16, 31, 0.74);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(140%);
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  color: var(--landing-ink);
  text-decoration: none;
}

.landing-brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(72, 143, 255, 0.28));
}

.landing-brand-copy {
  display: grid;
  gap: 1px;
}

.landing-brand-name {
  font-family: var(--landing-font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.landing-brand-tagline {
  color: var(--landing-muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.landing-primary-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #bdc9df;
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.landing-primary-nav a:hover {
  color: #ffffff;
}

.landing-menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--landing-line-strong);
  border-radius: 999px;
  color: var(--landing-ink);
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.landing-menu-toggle-lines,
.landing-menu-toggle-lines::before,
.landing-menu-toggle-lines::after {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.landing-menu-toggle-lines {
  position: relative;
}

.landing-menu-toggle-lines::before,
.landing-menu-toggle-lines::after {
  position: absolute;
  left: 0;
}

.landing-menu-toggle-lines::before {
  top: -6px;
}

.landing-menu-toggle-lines::after {
  top: 6px;
}

.landing-menu-toggle[aria-expanded="true"] .landing-menu-toggle-lines {
  background: transparent;
}

.landing-menu-toggle[aria-expanded="true"] .landing-menu-toggle-lines::before {
  transform: translateY(6px) rotate(45deg);
}

.landing-menu-toggle[aria-expanded="true"] .landing-menu-toggle-lines::after {
  transform: translateY(-6px) rotate(-45deg);
}

.landing-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.landing-button:hover {
  transform: translateY(-2px);
}

.landing-button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #218cff 0%, #6858f8 58%, #8d63ff 100%);
  box-shadow: 0 16px 36px rgba(48, 110, 255, 0.28);
}

.landing-button-primary:hover {
  box-shadow: 0 20px 44px rgba(67, 117, 255, 0.38);
}

.landing-button-secondary {
  border-color: var(--landing-line-strong);
  color: var(--landing-ink);
  background: rgba(255, 255, 255, 0.04);
}

.landing-button-secondary:hover {
  border-color: rgba(126, 189, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.landing-button-light {
  color: #07101f;
  background: #f6f9ff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.landing-header-cta {
  min-height: 48px;
  white-space: nowrap;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(600px, 1.12fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
  padding: clamp(76px, 9vw, 130px) 0 30px;
}

.landing-hero-copy {
  position: relative;
  z-index: 3;
  animation: landing-reveal 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.landing-kicker,
.landing-section-kicker {
  margin: 0 0 18px;
  color: #8fcfff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(88, 169, 255, 0.24);
  border-radius: 999px;
  background: rgba(31, 105, 197, 0.12);
}

.landing-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--landing-green);
  box-shadow: 0 0 0 5px rgba(85, 221, 166, 0.12);
}

.landing-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--landing-ink);
  font-family: var(--landing-font-display);
  font-size: clamp(3.2rem, 5.8vw, 6.15rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.landing-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #dff5ff 0%, #79c8ff 40%, #a981ff 94%);
  background-clip: text;
  -webkit-background-clip: text;
}

.landing-hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: #aebbd3;
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.75;
}

.landing-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.landing-proof-list {
  display: flex;
  gap: 12px 22px;
  margin: 30px 0 0;
  padding: 0;
  color: #9eadc7;
  font-size: 0.76rem;
  font-weight: 700;
  list-style: none;
  flex-wrap: wrap;
}

.landing-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.landing-proof-icon {
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid rgba(85, 221, 166, 0.26);
  border-radius: 50%;
  color: var(--landing-green);
  background: rgba(85, 221, 166, 0.08);
  font-size: 0.65rem;
}

.landing-hero-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  border: 1px solid rgba(145, 184, 255, 0.22);
  border-radius: 30px;
  background: rgba(8, 18, 35, 0.8);
  box-shadow:
    0 50px 120px rgba(0, 0, 0, 0.46),
    0 0 80px rgba(71, 97, 255, 0.12);
  overflow: hidden;
  isolation: isolate;
  animation: landing-reveal 800ms 120ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.landing-hero-visual::before {
  position: absolute;
  inset: -40% 30% 40% -20%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(51, 142, 255, 0.17), transparent 70%);
  content: "";
}

.landing-visual-toolbar {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid var(--landing-line);
  background: rgba(8, 17, 33, 0.84);
  backdrop-filter: blur(14px);
}

.landing-visual-window-dots {
  display: flex;
  gap: 6px;
}

.landing-visual-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #334562;
}

.landing-visual-window-dots i:first-child {
  background: #ff8b66;
}

.landing-visual-window-dots i:nth-child(2) {
  background: #ffc85c;
}

.landing-visual-window-dots i:last-child {
  background: #4fd8a0;
}

.landing-visual-toolbar-label {
  color: #93a5c3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-live-pill {
  justify-self: end;
  padding: 6px 9px;
  border: 1px solid rgba(85, 221, 166, 0.22);
  border-radius: 999px;
  color: #8cecc4;
  background: rgba(85, 221, 166, 0.08);
  font-size: 0.65rem;
  font-weight: 800;
}

.landing-scene-stage {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  background:
    linear-gradient(rgba(120, 166, 236, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 166, 236, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
}

.landing-scene-stage::before,
.landing-scene-stage::after {
  position: absolute;
  z-index: 0;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  content: "";
  filter: blur(20px);
  pointer-events: none;
}

.landing-scene-stage::before {
  bottom: -140px;
  left: -80px;
  background: rgba(20, 125, 255, 0.12);
}

.landing-scene-stage::after {
  top: -120px;
  right: -80px;
  background: rgba(142, 92, 255, 0.14);
}

.landing-scene-canvas,
.landing-scene-fallback-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.landing-scene-canvas {
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms ease;
}

.landing-scene-fallback-route {
  z-index: 1;
  padding: 20px;
  opacity: 0.78;
  transition: opacity 400ms ease;
}

.landing-fallback-plane {
  offset-path: path("M70 350 C150 278 180 332 250 248 S380 142 444 206 S548 316 652 104");
  offset-distance: 16%;
  offset-rotate: auto;
  animation: landing-plane-route 13s ease-in-out infinite alternate;
}

.landing-hero-visual[data-scene-state="active"] .landing-scene-canvas {
  opacity: 1;
}

.landing-hero-visual[data-scene-state="active"] .landing-scene-fallback-route {
  opacity: 0.13;
}

.landing-hero-visual[data-scene-state="active"] .landing-fallback-plane {
  opacity: 0;
}

.landing-scene-node {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px 7px 7px;
  border: 1px solid rgba(155, 191, 255, 0.2);
  border-radius: 999px;
  color: #cad5e9;
  background: rgba(9, 20, 39, 0.78);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.landing-node-mark {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #dce7ff;
  background: #263858;
  font-size: 0.72rem;
  font-style: normal;
}

.landing-node-mark-create {
  color: #07101f;
  background: #78c5ff;
}

.landing-node-mark-facebook,
.landing-mini-facebook,
.landing-choice-facebook {
  color: #ffffff;
  background: #1877f2;
}

.landing-node-mark-instagram,
.landing-mini-instagram,
.landing-choice-instagram {
  color: #ffffff;
  background: #d9488b;
}

.landing-node-mark-tiktok,
.landing-mini-tiktok,
.landing-choice-tiktok {
  color: #ffffff;
  background: #242d3e;
}

.landing-node-mark-activity {
  color: #072719;
  background: var(--landing-green);
}

.landing-scene-node-create {
  bottom: 12%;
  left: 4%;
}

.landing-scene-node-facebook {
  bottom: 35%;
  left: 20%;
}

.landing-scene-node-instagram {
  top: 40%;
  left: 39%;
}

.landing-scene-node-tiktok {
  top: 19%;
  left: 54%;
}

.landing-scene-node-schedule {
  right: 13%;
  bottom: 31%;
}

.landing-scene-node-teams {
  top: 34%;
  right: 3%;
}

.landing-scene-node-activity {
  top: 8%;
  right: 7%;
}

.landing-scene-legend {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #71809c;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.landing-scene-legend i {
  width: 20px;
  height: 1px;
  background: #354762;
}

.landing-scene-status,
.landing-scene-noscript {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing-section {
  position: relative;
  padding: clamp(80px, 9vw, 132px) 0;
  scroll-margin-top: 100px;
}

.landing-section + .landing-section {
  border-top: 1px solid rgba(152, 187, 247, 0.1);
}

.landing-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.landing-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: 60px;
  align-items: end;
  max-width: none;
}

.landing-section-heading h2,
.landing-operation-card h2,
.landing-safety-copy h2,
.landing-beta-copy h2,
.landing-final-cta h2 {
  margin: 0;
  color: var(--landing-ink);
  font-family: var(--landing-font-display);
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.landing-section-heading > p:last-child,
.landing-section-heading-split > p,
.landing-operation-card > p,
.landing-safety-copy > p,
.landing-beta-copy > p,
.landing-final-cta > div > p:last-child {
  margin: 20px 0 0;
  color: var(--landing-muted);
  line-height: 1.75;
}

.landing-section-heading-split > p {
  margin: 0 0 4px;
}

.landing-value-section {
  padding-top: 100px;
}

.landing-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-value-card {
  min-width: 0;
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius-lg);
  background: rgba(16, 28, 51, 0.68);
}

.landing-value-card-accent {
  border-color: rgba(137, 108, 255, 0.3);
  background:
    radial-gradient(circle at 100% 0, rgba(141, 99, 255, 0.16), transparent 52%),
    rgba(16, 28, 51, 0.74);
}

.landing-card-index {
  display: inline-flex;
  color: #7790b6;
  font-family: var(--landing-font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.landing-value-card h3,
.landing-destination-card h3 {
  margin: 70px 0 12px;
  color: var(--landing-ink);
  font-family: var(--landing-font-display);
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.landing-value-card p,
.landing-destination-card p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.68;
}

.landing-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-destination-card {
  position: relative;
  min-width: 0;
  min-height: 360px;
  padding: 28px;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius-lg);
  background: var(--landing-surface);
  overflow: hidden;
}

.landing-destination-card::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  content: "";
  filter: blur(8px);
}

.landing-destination-facebook::after {
  background: rgba(24, 119, 242, 0.14);
}

.landing-destination-instagram::after {
  background: rgba(217, 72, 139, 0.14);
}

.landing-destination-tiktok::after {
  background: rgba(99, 222, 228, 0.1);
}

.landing-destination-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.landing-destination-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  font-family: var(--landing-font-display);
  font-size: 1.3rem;
  font-weight: 800;
}

.landing-status-chip {
  padding: 7px 10px;
  border: 1px solid var(--landing-line);
  border-radius: 999px;
  color: #95a9c9;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.64rem;
  font-weight: 800;
}

.landing-destination-card h3 {
  margin-top: 72px;
}

.landing-destination-note {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #93a7c6;
  font-size: 0.7rem;
  font-weight: 700;
}

.landing-destination-note::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--landing-orange);
  content: "";
}

.landing-workflow-section {
  counter-reset: workflow;
}

.landing-workflow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}

.landing-workflow-list li {
  position: relative;
  min-width: 0;
  padding: 0 22px 0 0;
}

.landing-workflow-list li:not(:last-child)::after {
  position: absolute;
  top: 18px;
  right: 16px;
  left: 52px;
  height: 1px;
  background: linear-gradient(90deg, rgba(93, 172, 255, 0.55), rgba(137, 106, 255, 0.16));
  content: "";
}

.landing-workflow-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(91, 167, 255, 0.34);
  border-radius: 50%;
  color: #9bd5ff;
  background: var(--landing-bg);
  font-size: 0.65rem;
  font-weight: 800;
}

.landing-workflow-list h3 {
  margin: 24px 0 10px;
  color: var(--landing-ink);
  font-family: var(--landing-font-display);
  font-size: 1rem;
}

.landing-workflow-list p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.landing-preview-section::before {
  position: absolute;
  top: 180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(108, 77, 255, 0.08);
  content: "";
  filter: blur(70px);
  pointer-events: none;
}

.landing-product-window {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  min-height: 660px;
  border: 1px solid rgba(152, 188, 255, 0.2);
  border-radius: 30px;
  background: #0c172a;
  box-shadow: var(--landing-shadow);
  overflow: hidden;
}

.landing-product-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 22px 14px;
  border-right: 1px solid var(--landing-line);
  background: #091323;
}

.landing-product-logo {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 13px;
  background: #f5f8ff;
}

.landing-product-logo img {
  width: 28px;
  height: 28px;
}

.landing-product-sidebar > span {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: #253550;
}

.landing-product-sidebar > span.is-active {
  background: #5f7dff;
  box-shadow: 0 0 0 6px rgba(95, 125, 255, 0.12);
}

.landing-product-main {
  min-width: 0;
  padding: clamp(24px, 4vw, 48px);
}

.landing-product-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.landing-product-overline {
  color: #7f94b5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-product-heading h3 {
  margin: 7px 0 0;
  color: var(--landing-ink);
  font-family: var(--landing-font-display);
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  letter-spacing: -0.04em;
}

.landing-draft-chip {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(85, 221, 166, 0.2);
  border-radius: 999px;
  color: #82dfbb;
  background: rgba(85, 221, 166, 0.07);
  font-size: 0.68rem;
  font-weight: 800;
}

.landing-composer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.85fr);
  gap: 16px;
  margin-top: 34px;
}

.landing-media-preview,
.landing-caption-preview,
.landing-channel-selector,
.landing-publish-review {
  min-width: 0;
  border: 1px solid var(--landing-line);
  border-radius: 18px;
  background: rgba(18, 32, 57, 0.86);
}

.landing-media-preview {
  position: relative;
  display: flex;
  min-height: 300px;
  align-items: end;
  justify-content: space-between;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 32%, rgba(106, 197, 255, 0.45), transparent 16%),
    radial-gradient(circle at 62% 62%, rgba(136, 83, 255, 0.55), transparent 23%),
    linear-gradient(145deg, #152c50, #111a31 54%, #34245e);
}

.landing-media-preview::before {
  position: absolute;
  inset: 20% 18%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.landing-media-preview > div {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3px;
}

.landing-media-preview strong {
  font-size: 0.8rem;
}

.landing-media-preview span {
  color: #a9b8d1;
  font-size: 0.68rem;
}

.landing-media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(5, 12, 24, 0.45);
  backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
}

.landing-caption-preview,
.landing-channel-selector,
.landing-publish-review {
  padding: 20px;
}

.landing-caption-preview > span,
.landing-channel-selector > span,
.landing-publish-review span {
  color: #8194b3;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-caption-preview p {
  min-height: 76px;
  margin: 18px 0 20px;
  color: #d5def0;
  font-size: 0.84rem;
  line-height: 1.55;
}

.landing-caption-preview small {
  display: block;
  color: #6f83a3;
  font-size: 0.65rem;
  text-align: right;
}

.landing-channel-selector {
  grid-row: span 2;
}

.landing-channel-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.025);
}

.landing-channel-choice.is-selected {
  border-color: rgba(102, 145, 255, 0.24);
  background: rgba(71, 105, 224, 0.1);
}

.landing-channel-choice i,
.landing-activity-row i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.landing-channel-choice > span {
  display: grid;
  gap: 2px;
}

.landing-channel-choice strong {
  font-size: 0.75rem;
}

.landing-channel-choice small {
  color: #8497b6;
  font-size: 0.62rem;
}

.landing-channel-choice b {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: #082218;
  background: var(--landing-green);
  font-size: 0.64rem;
}

.landing-channel-choice b.is-review {
  color: #3a1c05;
  background: var(--landing-orange);
}

.landing-publish-review {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.landing-publish-review > div {
  display: grid;
  gap: 6px;
}

.landing-publish-review strong {
  font-size: 0.84rem;
}

.landing-publish-review button {
  min-height: 42px;
  padding: 0 15px;
  border: 0;
  border-radius: 11px;
  color: #ffffff;
  background: #526bda;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  opacity: 0.72;
}

.landing-publish-review > small {
  grid-column: 1 / -1;
  color: #6f83a3;
  font-size: 0.6rem;
}

.landing-operations-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.landing-operation-card {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius-lg);
  background: var(--landing-surface);
}

.landing-operation-card h2 {
  max-width: 520px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.landing-team-stack {
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.landing-team-stack span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-right: -9px;
  place-items: center;
  border: 3px solid var(--landing-surface-strong);
  border-radius: 50%;
  color: #eaf2ff;
  background: #2d4770;
  font-size: 0.66rem;
  font-weight: 800;
}

.landing-team-stack span:nth-child(2) {
  background: #554884;
}

.landing-team-stack span:nth-child(3) {
  background: #236275;
}

.landing-team-stack i {
  margin-left: 22px;
  color: #8397b7;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
}

.landing-operation-card-schedule {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 154, 86, 0.1), transparent 50%),
    var(--landing-surface);
}

.landing-schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding: 15px 16px;
  border: 1px solid var(--landing-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.landing-schedule-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #91a4c2;
  font-size: 0.7rem;
  font-weight: 700;
}

.landing-schedule-row i {
  color: var(--landing-orange);
  font-style: normal;
}

.landing-schedule-row strong {
  color: #e1e8f5;
  font-size: 0.7rem;
}

.landing-activity-panel {
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius-lg);
  background: rgba(13, 24, 44, 0.86);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.landing-activity-header,
.landing-activity-row {
  display: grid;
  grid-template-columns: 64px minmax(180px, 1.2fr) minmax(150px, 0.9fr) minmax(110px, 0.55fr);
  gap: 16px;
  align-items: center;
}

.landing-activity-header {
  min-height: 58px;
  padding: 0 24px;
  border-bottom: 1px solid var(--landing-line);
  color: #778caa;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.landing-activity-header span:first-child {
  grid-column: 1 / 3;
}

.landing-activity-header span:last-child {
  grid-column: 3 / 5;
  text-align: right;
}

.landing-activity-row {
  min-height: 92px;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(158, 190, 244, 0.08);
}

.landing-activity-row:last-child {
  border-bottom: 0;
}

.landing-activity-row > span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #a9b7cc;
  font-size: 0.76rem;
}

.landing-activity-row > span:nth-child(2) {
  display: grid;
  gap: 4px;
}

.landing-activity-row strong {
  color: #e8eef9;
}

.landing-activity-row small {
  color: #7286a5;
  font-size: 0.66rem;
}

.landing-activity-media {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}

.landing-media-blue {
  background: linear-gradient(145deg, #2d92ee, #25366c);
}

.landing-media-violet {
  background: linear-gradient(145deg, #8f61e8, #402a62);
}

.landing-media-cyan {
  background: linear-gradient(145deg, #3bb9c5, #264269);
}

.landing-result-success,
.landing-result-review,
.landing-result-neutral {
  justify-self: start;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 0.67rem !important;
  font-weight: 800;
}

.landing-result-success {
  border-color: rgba(85, 221, 166, 0.22);
  color: #7ee6bc !important;
  background: rgba(85, 221, 166, 0.07);
}

.landing-result-review {
  border-color: rgba(255, 154, 86, 0.22);
  color: #ffb17b !important;
  background: rgba(255, 154, 86, 0.07);
}

.landing-result-neutral {
  border-color: rgba(113, 175, 255, 0.22);
  color: #8cc5ff !important;
  background: rgba(113, 175, 255, 0.07);
}

.landing-safety-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.landing-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: #8ecbff;
  font-size: 0.82rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.landing-safety-list {
  margin: 0;
  padding: 0;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius-lg);
  background: rgba(15, 27, 49, 0.66);
  list-style: none;
  overflow: hidden;
}

.landing-safety-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 84px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(157, 189, 243, 0.1);
}

.landing-safety-list li:last-child {
  border-bottom: 0;
}

.landing-safety-list span {
  color: #6e86a9;
  font-size: 0.66rem;
  font-weight: 800;
}

.landing-safety-list strong {
  color: #e1e8f4;
  font-size: 0.82rem;
}

.landing-safety-list small {
  color: #8193af;
  font-size: 0.72rem;
  line-height: 1.5;
}

.landing-beta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.landing-beta-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(158, 132, 255, 0.34);
  border-radius: var(--landing-radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(146, 93, 255, 0.2), transparent 52%),
    #111d34;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
}

.landing-beta-label {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(169, 132, 255, 0.25);
  border-radius: 999px;
  color: #c4abff;
  background: rgba(141, 94, 255, 0.1);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-beta-card > strong {
  display: block;
  max-width: 300px;
  margin-top: 24px;
  color: #f5f8ff;
  font-family: var(--landing-font-display);
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.landing-beta-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  color: #a1b0c8;
  font-size: 0.78rem;
  list-style: none;
}

.landing-beta-card li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.landing-beta-card li::before {
  color: var(--landing-green);
  content: "✓";
}

.landing-faq-section .landing-section-heading {
  max-width: 660px;
}

.landing-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin-top: 0;
}

.landing-faq-list details {
  min-width: 0;
  border: 1px solid var(--landing-line);
  border-radius: 18px;
  background: rgba(15, 27, 49, 0.7);
  box-shadow: none;
}

.landing-faq-list details:last-child {
  grid-column: 1 / -1;
}

.landing-faq-list summary {
  position: relative;
  min-height: 62px;
  padding: 19px 52px 17px 20px;
  color: #e8eef9;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.landing-faq-list summary::-webkit-details-marker {
  display: none;
}

.landing-faq-list summary::after {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--landing-line);
  border-radius: 50%;
  color: #91b9e9;
  content: "+";
}

.landing-faq-list details[open] summary::after {
  content: "−";
}

.landing-faq-list details p {
  margin: 0;
  padding: 0 20px 21px;
  color: #8fa1be;
  font-size: 0.78rem;
  line-height: 1.7;
}

.landing-final-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 44px;
  margin: 40px 0 86px;
  padding: clamp(36px, 6vw, 76px);
  border: 1px solid rgba(153, 132, 255, 0.3);
  border-radius: var(--landing-radius-xl);
  background:
    radial-gradient(circle at 90% 0, rgba(131, 86, 255, 0.32), transparent 45%),
    linear-gradient(135deg, #172d57, #271f55 68%, #38216a);
  box-shadow: var(--landing-shadow);
}

.landing-final-cta > div:first-child {
  max-width: 720px;
}

.landing-final-cta h2 {
  font-size: clamp(2.3rem, 4.3vw, 4.75rem);
}

.landing-final-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 20px;
}

.landing-final-link {
  color: #e5ddff;
  font-size: 0.78rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.landing-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  gap: 30px;
  align-items: center;
  width: min(1260px, calc(100% - 48px));
  min-height: 130px;
  margin: 0 auto;
  padding: 26px 0;
  border-top: 1px solid var(--landing-line);
}

.landing-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-footer-brand img {
  width: 40px;
  height: 40px;
}

.landing-footer-brand > div {
  display: grid;
  gap: 3px;
}

.landing-footer-brand strong {
  font-family: var(--landing-font-display);
  font-size: 0.88rem;
}

.landing-footer-brand span,
.landing-footer-meta {
  color: #7184a1;
  font-size: 0.66rem;
}

.landing-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.landing-footer-links a,
.landing-footer-links button {
  min-height: 44px;
  padding: 0;
  border: 0;
  color: #8497b4;
  background: transparent;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.landing-footer-links a:hover,
.landing-footer-links button:hover {
  color: #ffffff;
}

.landing-footer-meta {
  text-align: right;
}

@keyframes landing-reveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

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

@keyframes landing-plane-route {
  0% {
    offset-distance: 8%;
  }

  100% {
    offset-distance: 92%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .landing-value-card,
  .landing-destination-card,
  .landing-operation-card {
    transition:
      transform 220ms ease,
      border-color 220ms ease,
      background-color 220ms ease;
  }

  .landing-value-card:hover,
  .landing-destination-card:hover,
  .landing-operation-card:hover {
    border-color: rgba(129, 171, 255, 0.34);
    transform: translateY(-4px);
  }
}

@media (max-width: 1180px) {
  .landing-header {
    grid-template-columns: auto auto 1fr auto;
  }

  .landing-menu-toggle {
    display: inline-flex;
    grid-column: 2;
  }

  .landing-primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 60;
    display: none;
    padding: 10px;
    border: 1px solid var(--landing-line-strong);
    border-radius: 18px;
    background: rgba(7, 16, 31, 0.98);
    box-shadow: 0 26px 62px rgba(0, 0, 0, 0.42);
  }

  .landing-primary-nav.is-open {
    display: grid;
  }

  .landing-primary-nav a {
    min-height: 46px;
    padding: 0 12px;
    border-radius: 10px;
  }

  .landing-primary-nav a:hover,
  .landing-primary-nav a:focus-visible {
    color: #ffffff;
    background: rgba(94, 144, 255, 0.1);
  }

  .landing-header-cta {
    grid-column: 4;
  }

  .landing-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    padding-top: 86px;
  }

  .landing-hero-copy {
    max-width: 820px;
  }

  .landing-hero h1 {
    font-size: clamp(3.5rem, 8vw, 6.4rem);
  }

  .landing-hero-visual {
    width: min(880px, 100%);
    margin: 0 auto;
  }

  .landing-workflow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 12px;
  }

  .landing-workflow-list li:nth-child(3)::after,
  .landing-workflow-list li:nth-child(5)::after {
    display: none;
  }

  .landing-workflow-list li:nth-child(n + 4) {
    padding-top: 12px;
  }

  .landing-footer {
    grid-template-columns: minmax(240px, 1fr) minmax(0, 1.4fr);
  }

  .landing-footer-meta {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 900px) {
  .landing-section-heading-split,
  .landing-safety-section,
  .landing-beta-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .landing-section-heading-split > p {
    max-width: 700px;
  }

  .landing-value-grid,
  .landing-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-value-card:last-child,
  .landing-destination-card:last-child {
    grid-column: 1 / -1;
  }

  .landing-operations-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-composer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-channel-selector {
    grid-row: auto;
  }

  .landing-product-window {
    min-height: 0;
  }

  .landing-faq-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-faq-list details:last-child {
    grid-column: auto;
  }

  .landing-final-cta {
    display: grid;
    align-items: start;
  }

  .landing-final-actions {
    justify-content: start;
  }
}

@media (max-width: 720px) {
  .landing-shell,
  .landing-footer {
    width: min(100% - 32px, 1260px);
  }

  .landing-hero {
    padding-top: 12px;
  }

  .landing-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px 9px 8px 11px;
  }

  .landing-menu-toggle {
    grid-column: 2;
  }

  .landing-header-cta {
    display: none;
  }

  .landing-brand-tagline {
    display: none;
  }

  .landing-hero-grid {
    padding-top: 66px;
  }

  .landing-hero h1 {
    font-size: clamp(3rem, 14vw, 5.1rem);
  }

  .landing-proof-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

  .landing-scene-stage {
    min-height: 470px;
  }

  .landing-scene-node {
    padding-right: 8px;
    font-size: 0.58rem;
  }

  .landing-node-mark {
    width: 21px;
    height: 21px;
  }

  .landing-scene-node-facebook {
    left: 14%;
  }

  .landing-scene-node-instagram {
    left: 35%;
  }

  .landing-scene-node-tiktok {
    left: 47%;
  }

  .landing-scene-node-schedule {
    right: 5%;
  }

  .landing-scene-node-teams {
    top: 31%;
  }

  .landing-section {
    padding: 78px 0;
  }

  .landing-value-grid,
  .landing-destination-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-value-card:last-child,
  .landing-destination-card:last-child {
    grid-column: auto;
  }

  .landing-value-card {
    min-height: 230px;
  }

  .landing-workflow-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .landing-workflow-list li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    min-height: 132px;
    padding: 0;
  }

  .landing-workflow-list li:not(:last-child)::after {
    top: 38px;
    bottom: 4px;
    left: 18px;
    width: 1px;
    height: auto;
    background: linear-gradient(rgba(93, 172, 255, 0.55), rgba(137, 106, 255, 0.16));
  }

  .landing-workflow-list li:nth-child(3)::after {
    display: block;
  }

  .landing-workflow-list li:nth-child(5)::after {
    display: none;
  }

  .landing-workflow-list li:nth-child(n + 4) {
    padding-top: 0;
  }

  .landing-workflow-list h3 {
    margin-top: 7px;
  }

  .landing-product-window {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-product-sidebar {
    display: none;
  }

  .landing-product-main {
    padding: 22px;
  }

  .landing-media-preview {
    min-height: 250px;
  }

  .landing-activity-header {
    display: none;
  }

  .landing-activity-row {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .landing-activity-row > span:nth-child(3) {
    grid-column: 2 / 4;
  }

  .landing-activity-row > span:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
  }

  .landing-safety-list li {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .landing-safety-list small {
    grid-column: 2;
  }

  .landing-final-cta {
    margin-bottom: 60px;
    padding: 34px 26px;
    border-radius: 28px;
  }

  .landing-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-footer-links {
    justify-content: flex-start;
  }

  .landing-footer-meta {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .landing-menu-toggle {
    width: 48px;
    padding: 0;
  }

  .landing-menu-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .landing-hero h1 {
    font-size: clamp(2.75rem, 14.5vw, 4rem);
  }

  .landing-hero-lede {
    font-size: 0.98rem;
  }

  .landing-hero-actions {
    display: grid;
  }

  .landing-hero-actions .landing-button {
    width: 100%;
  }

  .landing-proof-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-visual-toolbar {
    grid-template-columns: 1fr auto;
  }

  .landing-visual-toolbar-label {
    display: none;
  }

  .landing-scene-stage {
    min-height: 430px;
  }

  .landing-scene-legend {
    display: none;
  }

  .landing-scene-node {
    max-width: 110px;
  }

  .landing-scene-node-create {
    bottom: 7%;
  }

  .landing-scene-node-facebook {
    bottom: 32%;
    left: 5%;
  }

  .landing-scene-node-instagram {
    top: 46%;
    left: 31%;
  }

  .landing-scene-node-tiktok {
    top: 22%;
    left: 39%;
  }

  .landing-scene-node-schedule {
    right: 2%;
    bottom: 24%;
  }

  .landing-scene-node-teams {
    top: 36%;
    right: 0;
  }

  .landing-scene-node-activity {
    top: 7%;
    right: 3%;
  }

  .landing-section-heading h2,
  .landing-operation-card h2,
  .landing-safety-copy h2,
  .landing-beta-copy h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .landing-value-card,
  .landing-destination-card,
  .landing-operation-card,
  .landing-beta-card {
    padding: 24px;
    border-radius: 22px;
  }

  .landing-product-heading {
    display: grid;
  }

  .landing-draft-chip {
    justify-self: start;
  }

  .landing-publish-review {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-publish-review button {
    width: 100%;
  }

  .landing-schedule-row {
    display: grid;
  }

  .landing-activity-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .landing-activity-media {
    width: 46px;
    height: 46px;
  }

  .landing-activity-row > span:nth-child(3) {
    grid-column: 2;
  }

  .landing-activity-row > span:nth-child(4) {
    grid-column: 2;
    grid-row: auto;
  }

  .landing-safety-list li {
    padding-inline: 16px;
  }

  .landing-final-actions {
    display: grid;
    width: 100%;
  }

  .landing-final-actions .landing-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .landing-fallback-plane {
    offset-distance: 56%;
  }
}
