/* Scale.gg platform-first homepage */

.home-announcement {
  position: relative;
  z-index: 120;
  background: var(--ink);
  color: #fff;
}

.home-announcement-inner {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.home-announcement p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 14px;
}

.home-announcement p i {
  width: 7px;
  height: 7px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 111, 97, 0.16);
}

.home-announcement a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 640;
  letter-spacing: 0.08em;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.home-announcement a span { color: var(--coral); transition: transform 180ms var(--ease-out); }

#apps,
#works-with,
#clickcampaigns,
#solutions {
  scroll-margin-top: 92px;
}

.suite-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 16%, rgba(197, 176, 244, 0.38), transparent 28%),
    radial-gradient(circle at 94% 80%, rgba(220, 238, 177, 0.42), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.suite-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.42;
  background-image: radial-gradient(rgba(5, 5, 5, 0.13) 0.6px, transparent 0.6px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}

.suite-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 0;
  align-items: start;
  padding-top: clamp(58px, 6vw, 82px);
  padding-bottom: clamp(72px, 7vw, 96px);
  gap: var(--editorial-gap);
  grid-template-columns: minmax(0, 1.08fr) minmax(540px, 0.92fr);
}

.platform-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.platform-kicker i {
  width: 8px;
  height: 8px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 111, 97, 0.12);
}

.suite-hero-copy h1 {
  max-width: 12.5ch;
  margin: 24px 0 26px;
  font-size: clamp(60px, 6.4vw, 94px);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.suite-hero-copy h1 span {
  display: block;
  margin-top: 11px;
  color: #6c625e;
  font-size: 0.52em;
  font-weight: 470;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.suite-hero-lede {
  max-width: 57ch;
  margin-bottom: 0;
  color: #4e4b47;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}

.suite-hero-actions {
  margin-top: 32px;
}

.suite-hero-note {
  max-width: 59ch;
  margin: 24px 0 0;
  color: #6a6762;
  font-size: 13px;
  line-height: 1.55;
}

.suite-hero-note strong {
  color: var(--ink);
  font-weight: 670;
}

.suite-switchboard {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.13);
  background: #f8f8fc;
  border-radius: 25px;
  box-shadow: 0 42px 110px rgba(32, 29, 61, 0.18), 0 3px 0 rgba(5, 5, 5, 0.04);
  transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
  transform-origin: center left;
  margin-top: var(--editorial-visual-offset);
}

.suite-switchboard::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: inherit;
  content: "";
}

.switchboard-bar {
  display: grid;
  min-height: 58px;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid #e7e7ef;
  background: rgba(255, 255, 255, 0.94);
  gap: 15px;
  grid-template-columns: 1fr minmax(170px, 0.85fr) auto;
}

.switchboard-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 730;
}

.switchboard-brand i {
  display: grid;
  width: 25px;
  height: 25px;
  background: linear-gradient(135deg, #665cff, #9e6fff 58%, #ff6f61);
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  place-items: center;
}

.switchboard-search {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border: 1px solid #e3e3eb;
  background: #f8f8fb;
  border-radius: 9px;
  color: #9898a4;
  font-size: 9px;
}

.switchboard-search kbd {
  padding: 3px 5px;
  border: 1px solid #dedee7;
  background: #fff;
  border-radius: 5px;
  color: #777783;
  font-family: "Geist Mono", monospace;
  font-size: 7px;
}

.switchboard-user {
  display: grid;
  width: 30px;
  height: 30px;
  background: #15151d;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 720;
  place-items: center;
}

.switchboard-body {
  display: grid;
  min-height: 530px;
  grid-template-columns: 54px minmax(0, 1fr);
}

.switchboard-rail {
  display: flex;
  align-items: center;
  padding: 17px 0;
  border-right: 1px solid #e7e7ef;
  background: #17172a;
  color: rgba(255, 255, 255, 0.62);
  flex-direction: column;
  gap: 15px;
}

.switchboard-rail span {
  display: grid;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  font-size: 11px;
  place-items: center;
}

.switchboard-rail span.active {
  background: #6f63ff;
  color: #fff;
  box-shadow: 0 8px 22px rgba(111, 99, 255, 0.34);
}

.switchboard-main {
  padding: 22px;
}

.switchboard-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.switchboard-heading small,
.suite-app small,
.switchboard-activity,
.workspace-chrome,
.workspace-sidebar,
.artifact-title span {
  font-family: "Geist Mono", monospace;
}

.switchboard-heading small {
  display: block;
  color: #8b8b96;
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.switchboard-heading strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(18px, 1.6vw, 23px);
  letter-spacing: -0.035em;
}

.available-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid #bce7ca;
  background: #edfff3;
  border-radius: 99px;
  color: #166e3d;
  font-family: "Geist Mono", monospace;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  gap: 6px;
}

.available-pill i {
  width: 6px;
  height: 6px;
  background: #1ea75a;
  border-radius: 50%;
}

.switchboard-filters {
  display: flex;
  align-items: center;
  margin: 20px 0 13px;
  gap: 7px;
}

.switchboard-filters span {
  padding: 6px 9px;
  border: 1px solid #dedee7;
  background: #fff;
  border-radius: 99px;
  color: #6f6f7a;
  font-size: 8px;
}

.switchboard-filters span.active {
  border-color: #17172a;
  background: #17172a;
  color: #fff;
}

.switchboard-apps {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.suite-app {
  display: flex;
  min-width: 0;
  min-height: 130px;
  padding: 12px;
  border: 1px solid #e2e2ea;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(20, 20, 31, 0.035);
  flex-direction: column;
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}

.suite-app i {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: auto;
  background: #17172a;
  border-radius: 10px;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: -0.02em;
  place-items: center;
}

.suite-app b {
  display: block;
  overflow: hidden;
  margin-top: 18px;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.suite-app.is-highlighted {
  border-color: rgba(99, 91, 255, 0.42);
  box-shadow: 0 16px 34px rgba(49, 42, 154, 0.11);
  transform: translateY(-3px);
}

.suite-app small {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: #888893;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-click i { background: linear-gradient(135deg, #3a72f7, #60b7ff); }
.app-page i { background: linear-gradient(135deg, #944ee9, #d36dff); }
.app-image i { background: linear-gradient(135deg, #8c51e4, #cc63ff); }
.app-course i { background: linear-gradient(135deg, #2387e4, #59bdf6); }
.app-video i { background: linear-gradient(135deg, #9f45e7, #db78ff); }
.app-brand i { background: linear-gradient(135deg, #20a65d, #58d283); }
.app-leads i { background: linear-gradient(135deg, #e39718, #f5c34d); }
.app-more i { background: #17172a; }

.switchboard-activity {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  margin-top: 13px;
  background: #efeefe;
  border-radius: 10px;
  color: #555564;
  font-size: 7px;
  gap: 12px;
}

.switchboard-activity > span:first-child {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
}

.switchboard-activity i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: #2bb168;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(43, 177, 104, 0.12);
}

.motion-ready .suite-switchboard.is-visible .suite-app {
  animation: app-rise 620ms var(--ease-out) both;
}

.suite-switchboard.is-visible .suite-app:nth-child(1) { animation-delay: 130ms; }
.suite-switchboard.is-visible .suite-app:nth-child(2) { animation-delay: 180ms; }
.suite-switchboard.is-visible .suite-app:nth-child(3) { animation-delay: 230ms; }
.suite-switchboard.is-visible .suite-app:nth-child(4) { animation-delay: 280ms; }
.suite-switchboard.is-visible .suite-app:nth-child(5) { animation-delay: 330ms; }
.suite-switchboard.is-visible .suite-app:nth-child(6) { animation-delay: 380ms; }
.suite-switchboard.is-visible .suite-app:nth-child(7) { animation-delay: 430ms; }
.suite-switchboard.is-visible .suite-app:nth-child(8) { animation-delay: 480ms; }

@keyframes app-rise {
  from { opacity: 0; transform: translateY(13px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.platform-factbar {
  background: #050505;
  color: #fff;
}

.platform-facts {
  display: grid;
  min-height: 166px;
  align-items: center;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.platform-facts > div {
  display: flex;
  min-height: 88px;
  align-items: flex-start;
  justify-content: center;
  padding: 12px clamp(16px, 3vw, 36px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  flex-direction: column;
}

.platform-facts > div:last-child { border-right: 0; }

.platform-facts strong {
  color: var(--coral);
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
}

.platform-facts span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.admin-trap-section {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.admin-trap-panel {
  position: relative;
  display: grid;
  min-height: 0;
  align-items: start;
  padding: clamp(36px, 6vw, 78px);
  overflow: hidden;
  background: var(--cream);
  border-radius: var(--radius-lg);
  gap: var(--editorial-gap);
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
}

.admin-trap-panel::before,
.admin-trap-panel::after {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 50%;
  content: "";
}

.admin-trap-panel::before {
  top: -210px;
  right: -150px;
  width: 520px;
  height: 520px;
}

.admin-trap-panel::after {
  top: -145px;
  right: -85px;
  width: 390px;
  height: 390px;
}

.admin-trap-copy,
.admin-trap-visual {
  position: relative;
  z-index: 1;
}

.admin-trap-copy h2 {
  max-width: 12ch;
  margin: 18px 0 28px;
  font-size: clamp(50px, 6.2vw, 82px);
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.admin-trap-copy > p {
  max-width: 53ch;
  color: #554f46;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.58;
}

.admin-trap-copy .admin-trap-payoff {
  padding-left: 20px;
  margin-top: 25px;
  border-left: 3px solid var(--coral);
  color: var(--ink);
  font-weight: 620;
}

.admin-trap-visual {
  display: grid;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: rgba(255, 255, 255, 0.48);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(73, 62, 37, 0.12);
  gap: 14px;
  grid-template-columns: 1fr 42px 1fr;
}

.old-stack,
.new-stack {
  min-width: 0;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 17px;
}

.old-stack { background: #fff; }
.new-stack { background: var(--navy); color: #fff; }

.trap-label {
  display: block;
  margin-bottom: 22px;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.old-stack-tabs {
  display: grid;
  margin-bottom: 14px;
  gap: 6px;
  grid-template-columns: repeat(2, 1fr);
}

.old-stack-tabs i {
  padding: 9px 8px;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: 8px;
  color: #76716a;
  font-size: 8px;
  font-style: normal;
  text-align: center;
}

.old-stack-task {
  padding: 13px;
  margin-top: 8px;
  border: 1px solid #e7e4dd;
  border-radius: 10px;
}

.old-stack-task small,
.old-stack-task strong {
  display: block;
}

.old-stack-task small {
  color: #8a8379;
  font-family: "Geist Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.old-stack-task strong {
  margin-top: 7px;
  font-size: 11px;
}

.old-stack-status {
  display: flex;
  margin-top: 24px;
  color: #8b847b;
  font-size: 8px;
  line-height: 1.4;
  flex-direction: column;
  gap: 5px;
}

.stack-reset {
  display: grid;
  align-items: center;
  justify-items: center;
}

.stack-reset span {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(5, 5, 5, 0.18);
  background: var(--coral);
  border-radius: 50%;
  font-size: 18px;
  place-items: center;
}

.new-stack-brand {
  display: flex;
  align-items: center;
  padding: 13px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  gap: 11px;
}

.new-stack-brand i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: var(--coral);
  border-radius: 9px;
  color: var(--ink);
  font-size: 9px;
  font-style: normal;
  font-weight: 760;
  place-items: center;
}

.new-stack-brand small,
.new-stack-brand strong {
  display: block;
}

.new-stack-brand small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
}

.new-stack-brand strong {
  margin-top: 4px;
  font-size: 11px;
}

.new-stack-jobs {
  display: grid;
  margin-top: 14px;
  gap: 7px;
  grid-template-columns: repeat(2, 1fr);
}

.new-stack-jobs span {
  padding: 13px 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 9px;
  font-size: 9px;
  text-align: center;
}

.new-stack-status {
  display: flex;
  align-items: center;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  line-height: 1.4;
  gap: 8px;
}

.new-stack-status i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: #43d27d;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(67, 210, 125, 0.12);
}

.app-universe-heading,
.flagship-intro,
.connected-heading,
.audience-heading,
.home-pricing-heading {
  display: grid;
  align-items: start;
  margin-bottom: clamp(38px, 5vw, 60px);
  gap: 16px var(--editorial-gap);
  grid-template-areas:
    "eyebrow eyebrow"
    "headline description";
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
}

.app-universe-heading > .eyebrow,
.flagship-intro > .eyebrow,
.connected-heading > .eyebrow,
.audience-heading > .eyebrow,
.home-pricing-heading > .eyebrow { grid-area: eyebrow; }

.app-universe-heading > h2,
.flagship-intro > h2,
.connected-heading > h2,
.audience-heading > h2,
.home-pricing-heading > h2 { grid-area: headline; }

.app-universe-heading h2,
.flagship-intro h2,
.connected-heading h2,
.theater-heading h2,
.audience-heading h2,
.home-pricing-heading h2,
.faq-heading h2 {
  max-width: 13ch;
  margin: 16px 0 0;
  font-size: clamp(46px, 6vw, 78px);
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.app-universe-heading > p,
.flagship-intro > p,
.connected-heading > p,
.audience-heading > p,
.home-pricing-heading > p {
  grid-area: description;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.6;
}

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

.job-card {
  position: relative;
  min-height: 390px;
  padding: clamp(28px, 4vw, 50px);
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.job-card::after {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 230px;
  height: 230px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.09;
}

.job-card small {
  display: block;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.job-number {
  position: absolute;
  top: 28px;
  right: 32px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 650;
}

.job-card h3 {
  max-width: 17ch;
  margin: 28px 0 42px;
  font-size: clamp(30px, 3.5vw, 46px);
  letter-spacing: -0.05em;
  line-height: 1.01;
}

.job-apps {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.job-apps a,
.job-apps > span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: rgba(255, 255, 255, 0.58);
  border-radius: 99px;
  font-size: 14px;
  font-weight: 590;
  text-decoration: none;
  gap: 6px;
  transition: background-color 180ms ease, transform 180ms var(--ease-out);
}

.job-apps em {
  color: rgba(5, 5, 5, 0.55);
  font-family: "Geist Mono", monospace;
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.job-apps a:hover {
  background: #fff;
  transform: translateY(-2px);
}

.job-coral { background: var(--peach); }
.job-lilac { background: var(--lilac); }
.job-lime { background: var(--lime); }
.job-cream { background: var(--cream); }
.job-mint { background: var(--mint); }
.job-navy { background: var(--navy); color: #fff; }
.job-navy .job-apps a,
.job-navy .job-apps > span { border-color: rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.1); }
.job-navy .job-apps a:hover { background: rgba(255, 255, 255, 0.18); }
.job-navy .job-apps em { color: rgba(255, 255, 255, 0.6); }

.centered-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.stack-section {
  padding-top: 20px;
}

.stack-panel {
  position: relative;
  display: grid;
  min-height: 0;
  align-items: start;
  padding: clamp(36px, 6vw, 80px);
  overflow: hidden;
  background: var(--cream);
  border-radius: var(--radius-lg);
  gap: var(--editorial-gap);
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
}

.stack-panel::before {
  position: absolute;
  right: -160px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 50%;
  content: "";
}

.stack-copy,
.stack-diagram,
.stack-names { position: relative; z-index: 1; }

.stack-copy h2 {
  max-width: 12ch;
  margin: 16px 0 24px;
  font-size: clamp(48px, 6vw, 78px);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.stack-copy > p {
  max-width: 56ch;
  color: #55514a;
  font-size: 17px;
  line-height: 1.62;
}

.stack-copy .stack-strong {
  color: var(--ink);
  font-weight: 630;
}

.stack-diagram {
  display: grid;
  align-items: center;
  gap: 18px;
  grid-template-columns: minmax(0, 0.8fr) auto minmax(0, 1.2fr);
  margin-top: var(--editorial-visual-offset);
}

.existing-stack,
.scale-stack {
  padding: 24px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(79, 62, 43, 0.08);
}

.existing-stack small,
.scale-stack small {
  display: block;
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.existing-stack strong {
  display: block;
  margin: 48px 0 6px;
  font-size: 24px;
}

.existing-stack span {
  color: var(--muted);
  font-size: 11px;
}

.stack-bridge {
  display: flex;
  min-width: 90px;
  align-items: center;
  color: #736d63;
  flex-direction: column;
  gap: 8px;
}

.stack-bridge i {
  width: 1px;
  height: 36px;
  background: #a79d8c;
}

.stack-bridge span {
  font-family: "Geist Mono", monospace;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.scale-stack {
  background: #17172a;
  color: #fff;
}

.scale-stack > div {
  display: grid;
  margin-top: 22px;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

.scale-stack span {
  padding: 10px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  font-size: 10px;
}

.stack-names {
  position: absolute;
  right: clamp(36px, 6vw, 80px);
  bottom: 28px;
  left: clamp(36px, 6vw, 80px);
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.stack-names span {
  color: #766f63;
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.flagship-section {
  background: #09090d;
  color: #fff;
}

.flagship-intro > p { color: rgba(255, 255, 255, 0.64); }

.flagship-workspace {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #f6f6fa;
  border-radius: 25px;
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.45);
  color: #17171e;
}

.workspace-chrome {
  display: grid;
  min-height: 58px;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #e3e3eb;
  background: #fff;
  color: #71717d;
  font-size: 8px;
  letter-spacing: 0.05em;
  grid-template-columns: 1fr auto 1fr;
  text-transform: uppercase;
}

.workspace-chrome > span:first-child {
  display: flex;
  align-items: center;
  color: #17171e;
  font-weight: 720;
  gap: 8px;
}

.workspace-chrome > span:first-child i {
  width: 19px;
  height: 19px;
  background: linear-gradient(135deg, #635bff, #ff6f61);
  border-radius: 6px;
}

.workspace-live {
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid #bee6ca;
  background: #edfff3;
  border-radius: 99px;
  color: #14703d;
  justify-self: end;
}

.workspace-grid {
  display: grid;
  min-height: 590px;
  grid-template-columns: 190px minmax(0, 1fr);
}

.workspace-sidebar {
  display: flex;
  padding: 28px 18px;
  border-right: 1px solid #e4e4eb;
  background: #fff;
  color: #7a7a85;
  font-size: 10px;
  flex-direction: column;
  gap: 7px;
}

.workspace-sidebar strong {
  margin-bottom: 14px;
  color: #17171e;
  font-family: "Geist", sans-serif;
  font-size: 17px;
}

.workspace-sidebar span {
  padding: 10px;
  border-radius: 9px;
}

.workspace-sidebar span.active {
  background: #eceafd;
  color: #4c43c2;
  font-weight: 680;
}

.workspace-sidebar small {
  padding-top: 18px;
  margin-top: auto;
  border-top: 1px solid #ececf1;
  color: #747480;
  font-size: 8px;
  line-height: 1.5;
}

.workspace-center {
  padding: clamp(22px, 4vw, 42px);
}

.alex-card {
  display: grid;
  align-items: center;
  padding: 18px;
  border: 1px solid #d9d6ff;
  background: linear-gradient(135deg, #eeecff, #fff 76%);
  border-radius: 15px;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.alex-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #5146eb, #8b83ff);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: 760;
  object-fit: cover;
  place-items: center;
  box-shadow: 0 3px 12px rgba(33, 29, 74, 0.18);
}

.alex-card small {
  display: block;
  margin-bottom: 4px;
  color: #69657f;
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  text-transform: uppercase;
}

.alex-card strong {
  display: block;
  max-width: 55ch;
  font-size: 13px;
  line-height: 1.42;
}

.alex-card button {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  background: #17171e;
  border-radius: 99px;
  color: #fff;
  font-size: 9px;
}

.specialist-board {
  display: grid;
  margin-top: 14px;
  border: 1px solid #e1e1e8;
  background: #fff;
  border-radius: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.specialist-board article {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 15px;
  gap: 11px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.specialist-board article:nth-child(odd) { border-right: 1px solid #ececf1; }
.specialist-board article:nth-child(-n + 2) { border-bottom: 1px solid #ececf1; }

.specialist-board article > span {
  display: grid;
  width: 34px;
  height: 34px;
  background: #17172a;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 720;
  place-items: center;
}

.specialist-board article:nth-child(1) > span { background: #2288dd; }
.specialist-board article:nth-child(2) > span { background: #ed714a; }
.specialist-board article:nth-child(3) > span { background: #a65bce; }
.specialist-board article:nth-child(4) > span { background: #218d5b; }
.specialist-board b,
.specialist-board small { display: block; }
.specialist-board b { font-size: 10px; }
.specialist-board small { margin-top: 2px; color: #83838d; font-size: 8px; }
.specialist-board em { padding: 5px 7px; background: #fff0ea; border-radius: 99px; color: #a84d29; font-family: "Geist Mono", monospace; font-size: 7px; font-style: normal; text-transform: uppercase; }
.specialist-board em.done { background: #e9f9ef; color: #14703d; }

.artifact-board {
  padding: 18px;
  margin-top: 14px;
  border: 1px solid #e1e1e8;
  background: #fff;
  border-radius: 15px;
}

.artifact-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.artifact-title strong { font-size: 12px; }
.artifact-title span { color: #85858f; font-size: 7px; text-transform: uppercase; }
.artifact-board > div:last-child { display: grid; margin-top: 15px; gap: 9px; grid-template-columns: repeat(4, 1fr); }
.artifact-board article { min-width: 0; padding: 14px; border: 1px solid #e9e9ee; background: #fafafd; border-radius: 11px; }
.artifact-board i { display: grid; width: 24px; height: 24px; margin-bottom: 28px; background: #17171e; border-radius: 7px; color: #fff; font-family: "Geist Mono", monospace; font-size: 7px; font-style: normal; place-items: center; }
.artifact-board b,
.artifact-board small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.artifact-board b { font-size: 9px; }
.artifact-board small { margin-top: 4px; color: #85858f; font-size: 8px; }

.flagship-proof {
  display: grid;
  align-items: center;
  padding: clamp(28px, 4vw, 48px) 0 0;
  gap: 25px;
  grid-template-columns: 1fr auto 1fr 1.2fr;
}

.flagship-proof > div:not(.flagship-proof-action) {
  display: flex;
  flex-direction: column;
}

.flagship-proof small {
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  line-height: 1.5;
  text-transform: uppercase;
}

.flagship-proof strong {
  margin: 8px 0 2px;
  color: var(--coral);
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.flagship-proof span { color: rgba(255, 255, 255, 0.64); font-size: 12px; }
.flagship-proof > i { color: rgba(255, 255, 255, 0.35); font-size: 28px; font-style: normal; }
.flagship-proof-action { justify-self: end; }
.flagship-proof-action p { max-width: 38ch; margin: 10px 0 0; color: rgba(255, 255, 255, 0.42); font-size: 9px; text-align: right; }
.flagship-product-link { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; margin: 14px 0 0 auto; color: #fff; font-size: 12px; font-weight: 640; text-underline-offset: 4px; }

.connected-section { background: var(--soft); }
.connected-heading { margin-bottom: 54px; }
.connected-flow { display: grid; align-items: center; gap: 40px; grid-template-columns: minmax(240px, 0.7fr) 80px minmax(0, 1.3fr); }
.connected-flow > i { position: relative; display: block; height: 1px; background: #aaa9a1; }
.connected-flow > i::after { position: absolute; top: 50%; right: -1px; width: 8px; height: 8px; border-top: 1px solid #77766f; border-right: 1px solid #77766f; content: ""; transform: translateY(-50%) rotate(45deg); }
.flow-branches { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.flow-node { display: flex; min-height: 165px; padding: 22px; border: 1px solid var(--line); background: #fff; border-radius: 18px; text-decoration: none; flex-direction: column; transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.flow-node:hover { box-shadow: 0 16px 40px rgba(5, 5, 5, 0.08); transform: translateY(-3px); }
.flow-node small { font-family: "Geist Mono", monospace; font-size: 8px; letter-spacing: 0.09em; text-transform: uppercase; }
.flow-node strong { margin-top: auto; font-size: 22px; }
.flow-node span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.flow-main { min-height: 250px; border: 0; background: var(--coral); }
.flow-main strong { font-size: clamp(31px, 4vw, 48px); }

.theater-heading { margin-bottom: 54px; }
.theater-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.theater-card { display: grid; min-height: 680px; overflow: hidden; border-radius: var(--radius-lg); }
.theater-card:first-child { grid-column: 1 / -1; min-height: 590px; grid-template-columns: 0.78fr 1.22fr; }
.theater-image { background: var(--navy); color: #fff; }
.theater-video { background: var(--pink); }
.theater-page { background: var(--lilac); }
.theater-copy { display: flex; padding: clamp(32px, 5vw, 64px); flex-direction: column; }
.theater-copy small { font-family: "Geist Mono", monospace; font-size: 10px; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase; }
.theater-copy h3 { max-width: 12ch; margin: 26px 0 20px; font-size: clamp(36px, 4.6vw, 62px); letter-spacing: -0.06em; line-height: 0.98; }
.theater-copy p { max-width: 44ch; color: currentColor; font-size: 16px; line-height: 1.58; opacity: 0.7; }
.theater-copy a { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; margin-top: auto; padding-top: 24px; font-size: 14px; font-weight: 680; text-decoration: none; gap: 10px; }
.pagebuilder-demo { display: grid; align-self: center; min-height: 440px; margin: clamp(28px, 5vw, 60px) clamp(28px, 5vw, 60px) clamp(28px, 5vw, 60px) 0; overflow: hidden; border: 1px solid rgba(5, 5, 5, 0.13); background: #f4f4f7; border-radius: 20px; box-shadow: 0 30px 70px rgba(73, 50, 120, 0.18); grid-template-columns: 72px minmax(0, 1fr) 140px; }
.demo-toolbar { display: flex; align-items: center; padding: 18px 10px; border-right: 1px solid #e0e0e6; background: #fff; flex-direction: column; gap: 8px; }
.demo-toolbar span { width: 100%; padding: 8px 4px; background: #f2f1fa; border-radius: 7px; font-size: 7px; text-align: center; }
.demo-toolbar span:first-child { background: #17171e; color: #fff; }
.demo-page { align-self: center; padding: 48px 30px; margin: 22px; background: var(--cream); border-radius: 14px; box-shadow: 0 12px 30px rgba(5, 5, 5, 0.08); }
.demo-page small { font-family: "Geist Mono", monospace; font-size: 7px; letter-spacing: 0.1em; }
.demo-page h4 { max-width: 8ch; margin: 18px 0 14px; font-size: clamp(28px, 3vw, 44px); letter-spacing: -0.06em; }
.demo-page p { max-width: 30ch; color: #625e55; font-size: 10px; line-height: 1.5; }
.demo-page b { display: inline-flex; padding: 9px 13px; margin-top: 15px; background: #050505; border-radius: 99px; color: #fff; font-size: 8px; }
.demo-context { padding: 18px 12px; border-left: 1px solid #e0e0e6; background: #fff; }
.demo-context small { display: block; margin-bottom: 17px; font-family: "Geist Mono", monospace; font-size: 7px; text-transform: uppercase; }
.demo-context span { display: block; padding: 9px; margin-bottom: 8px; background: #f4f4f7; border-radius: 8px; font-size: 8px; }
.theater-media { position: relative; min-height: 420px; overflow: hidden; margin: 0 28px 28px; border-radius: 18px; }
.theater-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.theater-image .theater-media { border: 1px solid rgba(255, 255, 255, 0.14); background: #111024; }
.theater-image .theater-copy p { color: rgba(255, 255, 255, 0.66); }

.audience-section { background: #fff; }
.audience-grid { display: grid; gap: 1px; border: 1px solid var(--ink); background: var(--ink); grid-template-columns: repeat(2, 1fr); }
.audience-card { display: flex; min-height: 330px; padding: clamp(28px, 4vw, 48px); background: #fff; text-decoration: none; flex-direction: column; transition: background-color 200ms ease; }
.audience-card:hover { background: var(--lime); }
.audience-card > span { align-self: flex-end; font-family: "Geist Mono", monospace; font-size: 10px; }
.audience-card small { margin-top: auto; font-family: "Geist Mono", monospace; font-size: 9px; font-weight: 650; letter-spacing: 0.09em; text-transform: uppercase; }
.audience-card h3 { max-width: 18ch; margin: 18px 0 25px; font-size: clamp(27px, 3vw, 39px); letter-spacing: -0.05em; line-height: 1.03; }
.audience-card em { font-size: 13px; font-style: normal; font-weight: 650; }

.home-pricing { background: var(--soft); }
.home-plan-grid { display: grid; align-items: stretch; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.home-plan { position: relative; display: flex; min-height: 470px; padding: clamp(28px, 3vw, 40px); border: 1px solid var(--line); background: #fff; border-radius: 22px; flex-direction: column; }
.home-plan > span { font-size: 18px; font-weight: 680; }
.home-plan > strong { display: block; margin-top: 38px; font-size: clamp(48px, 5vw, 68px); letter-spacing: -0.06em; line-height: 1; }
.home-plan > strong small { font-size: 0.25em; font-weight: 580; letter-spacing: 0; }
.home-plan > small { margin-top: 8px; color: var(--muted); font-family: "Geist Mono", monospace; font-size: 13px; text-transform: uppercase; }
.home-plan p { margin: 42px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.58; }
.home-plan .button { margin-top: auto; }
.plan-starter { border: 2px solid var(--ink); box-shadow: 0 22px 55px rgba(5, 5, 5, 0.08); }
.plan-starter > em { position: absolute; top: 19px; right: 19px; padding: 6px 9px; background: var(--coral); border-radius: 99px; font-family: "Geist Mono", monospace; font-size: 7px; font-style: normal; font-weight: 650; letter-spacing: 0.05em; text-transform: uppercase; }
.plan-pro { border-color: var(--navy); background: var(--navy); color: #fff; }
.plan-pro > small,
.plan-pro p { color: rgba(255, 255, 255, 0.62); }
.button-on-dark { border-color: rgba(255, 255, 255, 0.28); background: rgba(255, 255, 255, 0.09); color: #fff; }
.enrollment-note { max-width: 70ch; margin: 24px auto 0; color: var(--muted); font-family: "Geist Mono", monospace; font-size: 14px; line-height: 1.55; text-align: center; }

.home-faq { background: var(--lime); }
.home-faq .faq-layout { display: grid; align-items: start; gap: clamp(40px, 7vw, 100px); grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); }
.home-faq .faq-heading h2 { max-width: 11ch; }
.home-faq .faq-heading p { max-width: 42ch; color: #5e6550; font-size: 17px; line-height: 1.58; }
.home-faq .faq-list details { border-bottom: 1px solid rgba(5, 5, 5, 0.2); }
.home-faq .faq-list summary { padding: 24px 46px 24px 0; font-size: clamp(19px, 2vw, 24px); font-weight: 620; letter-spacing: -0.025em; }
.home-faq .faq-list p { max-width: 64ch; padding-bottom: 24px; margin: 0; color: #515946; font-size: 15px; line-height: 1.65; }

.final-suite-cta { padding-top: 36px; }
.final-suite-panel { padding: clamp(46px, 8vw, 100px); background: var(--peach); border-radius: var(--radius-lg); text-align: center; }
.final-suite-panel .eyebrow { justify-content: center; }
.final-suite-panel h2 { max-width: 13ch; margin: 18px auto 20px; font-size: clamp(50px, 7vw, 90px); letter-spacing: -0.07em; line-height: 0.92; }
.final-suite-panel p { max-width: 52ch; margin: 0 auto; font-size: clamp(17px, 2vw, 21px); line-height: 1.5; }
.final-suite-panel .button-row { justify-content: center; }

@media (hover: hover) {
  .home-announcement a:hover span { transform: translate(2px, -2px); }
  .suite-app:hover { box-shadow: 0 16px 34px rgba(20, 20, 31, 0.1); transform: translateY(-4px); }
}

@media (max-width: 1120px) {
  .suite-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); }
  .suite-hero-copy h1 { font-size: clamp(54px, 6vw, 72px); }
  .switchboard-main { padding: 18px; }
  .suite-app { min-height: 116px; }
  .admin-trap-panel { min-height: auto; grid-template-columns: 1fr; }
  .admin-trap-copy h2 { max-width: 13ch; }
  .admin-trap-visual { width: min(100%, 780px); margin-top: 0; }
  .stack-panel { grid-template-columns: 1fr; padding-bottom: 90px; }
  .stack-copy h2 { max-width: 12ch; }
  .stack-diagram { max-width: 760px; margin-top: 0; }
  .stack-names { justify-content: flex-start; }
  .flagship-proof { grid-template-columns: 1fr auto 1fr; }
  .flagship-proof-action { grid-column: 1 / -1; justify-self: start; }
  .flagship-proof-action p { text-align: left; }
}

@media (max-width: 900px) {
  .suite-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .suite-hero-copy { max-width: 760px; }
  .suite-hero-copy h1 { max-width: 12ch; font-size: clamp(58px, 10vw, 84px); }
  .suite-switchboard { width: min(100%, 720px); margin-top: 0; margin-inline: auto; transform: none; }
  .platform-facts { grid-template-columns: repeat(2, 1fr); }
  .platform-facts > div:nth-child(2) { border-right: 0; }
  .platform-facts > div:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .app-universe-heading,
  .flagship-intro,
  .connected-heading,
  .audience-heading,
  .home-pricing-heading {
    gap: 20px;
    grid-template-areas: "eyebrow" "headline" "description";
    grid-template-columns: 1fr;
  }
  .job-card { min-height: 360px; }
  .workspace-grid { grid-template-columns: 150px minmax(0, 1fr); }
  .flagship-proof { grid-template-columns: 1fr; }
  .flagship-proof > i { transform: rotate(90deg); }
  .connected-flow { gap: 24px; grid-template-columns: 1fr; }
  .connected-flow > i { width: 1px; height: 42px; margin-inline: auto; }
  .connected-flow > i::after { top: auto; right: auto; bottom: -1px; left: 50%; transform: translateX(-50%) rotate(135deg); }
  .flow-main { min-height: 190px; }
  .theater-card:first-child { grid-template-columns: 1fr; }
  .pagebuilder-demo { min-height: 400px; margin: 0 28px 28px; }
  .home-plan-grid { grid-template-columns: 1fr; }
  .home-plan { min-height: auto; }
  .home-plan p { margin: 30px 0; }
  .home-faq .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .suite-hero-grid { width: min(100% - 32px, var(--wrap)); padding-top: 58px; padding-bottom: 62px; }
  .suite-hero-copy h1 { font-size: clamp(50px, 14.5vw, 72px); }
  .suite-hero-copy h1 span { font-size: 0.48em; }
  .suite-hero-actions .button { width: 100%; }
  .switchboard-body { min-height: 470px; grid-template-columns: 42px minmax(0, 1fr); }
  .switchboard-rail span { width: 27px; height: 27px; }
  .switchboard-main { padding: 14px; }
  .switchboard-apps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .suite-app { min-height: 101px; }
  .suite-app:nth-child(n + 7) { display: none; }
  .switchboard-filters span:nth-child(n + 3) { display: none; }
  .switchboard-activity { display: none; }
  .switchboard-heading strong { font-size: 17px; }
  .admin-trap-panel { padding: 34px 24px; border-radius: 20px; }
  .admin-trap-copy h2 { font-size: clamp(44px, 12vw, 62px); }
  .admin-trap-visual { padding: 12px; grid-template-columns: 1fr; }
  .stack-reset { min-height: 36px; }
  .stack-reset span { width: 34px; height: 34px; transform: rotate(90deg); }
  .job-grid { grid-template-columns: 1fr; }
  .job-card { min-height: 330px; }
  .stack-panel { min-height: auto; padding: 34px 24px 88px; }
  .stack-diagram { grid-template-columns: 1fr; }
  .stack-bridge { min-width: 0; flex-direction: row; }
  .stack-bridge i { width: 40px; height: 1px; }
  .stack-names { right: 24px; bottom: 25px; left: 24px; gap: 10px; }
  .workspace-chrome { grid-template-columns: 1fr auto; }
  .workspace-chrome > span:nth-child(2) { display: none; }
  .workspace-grid { min-height: auto; grid-template-columns: 1fr; }
  .workspace-sidebar { display: none; }
  .workspace-center { padding: 14px; }
  .alex-card { grid-template-columns: auto 1fr; }
  .alex-card button { display: none; }
  .artifact-board > div:last-child { grid-template-columns: repeat(2, 1fr); }
  .artifact-board article:nth-child(n + 3) { display: none; }
  .flow-branches { grid-template-columns: 1fr; }
  .theater-grid { grid-template-columns: 1fr; }
  .theater-card:first-child { grid-column: auto; }
  .theater-card { min-height: auto; }
  .theater-copy { min-height: 390px; }
  .pagebuilder-demo { grid-template-columns: 48px minmax(0, 1fr); }
  .demo-context { display: none; }
  .demo-page { padding: 34px 22px; margin: 16px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 290px; }
}

@media (max-width: 480px) {
  .suite-hero-grid { width: min(100% - 24px, var(--wrap)); }
  .suite-hero-copy h1 { margin-top: 20px; font-size: clamp(46px, 14vw, 62px); }
  .suite-hero-lede { font-size: 17px; }
  .suite-switchboard { border-radius: 18px; }
  .switchboard-bar { padding: 0 12px; grid-template-columns: 1fr auto; }
  .switchboard-search { display: none; }
  .switchboard-body { grid-template-columns: 36px minmax(0, 1fr); }
  .switchboard-rail { gap: 10px; }
  .switchboard-rail span { width: 25px; height: 25px; }
  .switchboard-main { padding: 12px; }
  .switchboard-heading { align-items: flex-start; }
  .available-pill { padding: 6px 7px; font-size: 6px; }
  .switchboard-filters { margin-top: 14px; }
  .suite-app { min-height: 96px; padding: 10px; }
  .suite-app i { width: 29px; height: 29px; border-radius: 8px; }
  .suite-app b { font-size: 8px; }
  .platform-facts { padding: 20px 0; }
  .platform-facts > div { min-height: 98px; padding: 14px 12px; }
  .platform-facts strong { font-size: 38px; }
  .platform-facts span { font-size: 10px; }
  .admin-trap-section { padding-top: 44px; padding-bottom: 44px; }
  .admin-trap-panel { padding: 30px 20px; }
  .admin-trap-copy > p { font-size: 16px; }
  .old-stack,
  .new-stack { padding: 19px 17px; }
  .app-universe-heading h2,
  .flagship-intro h2,
  .connected-heading h2,
  .theater-heading h2,
  .audience-heading h2,
  .home-pricing-heading h2,
  .faq-heading h2 { font-size: clamp(39px, 12vw, 54px); }
  .job-card { min-height: 315px; padding: 26px 22px; }
  .job-number { top: 24px; right: 24px; }
  .job-card h3 { margin-top: 24px; font-size: 31px; }
  .job-apps a,
  .job-apps > span { min-height: 34px; font-size: 10px; }
  .stack-copy h2 { font-size: 48px; }
  .stack-panel { border-radius: 20px; }
  .stack-names span:nth-child(n + 4) { display: none; }
  .flagship-workspace { border-radius: 18px; }
  .specialist-board { grid-template-columns: 1fr; }
  .specialist-board article:nth-child(odd) { border-right: 0; }
  .specialist-board article:nth-child(-n + 3) { border-bottom: 1px solid #ececf1; }
  .specialist-board article:nth-child(n + 3) { display: none; }
  .artifact-title span { display: none; }
  .theater-copy { min-height: 350px; padding: 30px 24px; }
  .theater-copy h3 { font-size: 38px; }
  .pagebuilder-demo { min-height: 350px; margin: 0 14px 14px; }
  .demo-page h4 { font-size: 30px; }
  .theater-media { min-height: 340px; margin: 0 14px 14px; }
  .audience-card { min-height: 270px; padding: 27px 23px; }
  .home-plan { padding: 30px 24px; }
  .home-faq .faq-list summary { font-size: 19px; }
  .final-suite-panel { padding: 48px 24px; border-radius: 20px; }
  .final-suite-panel .button { width: 100%; }
}

@media (max-width: 350px) {
  .home-announcement-inner { gap: 12px; }
  .home-announcement p { gap: 8px; font-size: 12px; }
  .home-announcement a { font-size: 9px; }
  .switchboard-heading small,
  .switchboard-filters { display: none; }
  .switchboard-heading { min-height: 49px; align-items: center; }
  .switchboard-heading strong { margin-top: 0; font-size: 15px; }
  .suite-app:nth-child(n + 5) { display: none; }
  .switchboard-body { min-height: 305px; }
  .suite-app { min-height: 92px; }
  .platform-facts { grid-template-columns: 1fr 1fr; }
  .admin-trap-copy h2 { font-size: 39px; }
  .job-card h3 { font-size: 28px; }
  .stack-copy h2 { font-size: 43px; }
}

@media (max-width: 620px) {
  .job-apps a,
  .job-apps > span {
    min-height: 44px;
    font-size: 14px;
  }

  .audience-card em,
  .suite-hero-note,
  .flagship-proof-action p,
  .home-plan p,
  .home-faq .faq-list p,
  .enrollment-note {
    font-size: 16px;
    line-height: 1.58;
  }

  .flagship-proof-action p { text-align: left; }

  .flagship-product-link,
  .theater-copy a { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .suite-switchboard { transform: none; }
  .suite-switchboard .suite-app { animation: none !important; }
}
