:root {
  --brand: #9c079b;
  --brand-2: #ca18c8;
  --cyan: #00b8df;
  --teal: #49b18a;
  --gold: #c98916;
  --ink: #09060f;
  --panel: #17121f;
  --panel-2: #211a2b;
  --panel-3: #2d2538;
  --text: #fff8ff;
  --muted: #d5c7dd;
  --line: rgba(255, 255, 255, 0.14);
  --soft: rgba(156, 7, 155, 0.2);
  --shadow: 0 30px 110px rgba(0, 0, 0, 0.48);
  --radius: 8px;
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-theme="light"] {
  --ink: #f8f6fb;
  --panel: #ffffff;
  --panel-2: #f3eff7;
  --panel-3: #ebe4f0;
  --text: #17111f;
  --muted: #5f5368;
  --line: rgba(32, 28, 40, 0.14);
  --soft: rgba(156, 7, 155, 0.09);
  --shadow: 0 30px 90px rgba(33, 23, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 76% 12%, rgba(0, 184, 223, 0.16), transparent 26%),
    radial-gradient(circle at 18% 20%, rgba(156, 7, 155, 0.32), transparent 34%),
    linear-gradient(135deg, #07050b 0%, #130d1e 48%, #09060f 100%);
  font-family: var(--font);
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at 76% 12%, rgba(0, 184, 223, 0.18), transparent 26%),
    radial-gradient(circle at 18% 20%, rgba(156, 7, 155, 0.13), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbf8ff 48%, #f5f8fb 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 22%, rgba(156, 7, 155, 0.17) 22.15%, transparent 22.4%),
    linear-gradient(18deg, transparent 48%, rgba(0, 184, 223, 0.14) 48.15%, transparent 48.38%),
    radial-gradient(circle at 12% 66%, rgba(201, 137, 22, 0.35) 0 5px, transparent 6px),
    radial-gradient(circle at 82% 28%, rgba(73, 177, 138, 0.55) 0 7px, transparent 8px),
    radial-gradient(circle at 47% 16%, rgba(156, 7, 155, 0.65) 0 6px, transparent 7px);
  opacity: 0.74;
}

html[data-theme="light"] body::before {
  opacity: 0.42;
}

body > *:not(.det-particles) {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.det-particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.demo-header {
  position: sticky;
  top: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: minmax(230px, 360px) 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 74px;
  padding: 10px clamp(18px, 4vw, 34px);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--ink) 88%, transparent);
  backdrop-filter: blur(18px);
}

body > .demo-header {
  z-index: 9000;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.network-menu {
  position: relative;
}

.network-menu-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 4px 13px 4px 6px;
  border: 1px solid color-mix(in srgb, var(--brand-2) 58%, var(--line));
  border-radius: 999px;
  color: var(--text);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand) 18%, transparent), transparent),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 24px color-mix(in srgb, var(--brand) 20%, transparent);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.network-orb {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.46), transparent 32%),
    linear-gradient(135deg, var(--brand), #7b35ff);
  box-shadow: 0 0 20px color-mix(in srgb, var(--brand) 48%, transparent);
}

.network-brand {
  color: var(--brand-2);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.network-menu-button svg {
  width: 16px;
  height: 16px;
}

.network-menu-list {
  position: fixed;
  top: var(--network-top, 74px);
  left: var(--network-left, 14px);
  right: auto;
  z-index: 10000;
  display: grid;
  width: min(var(--network-width, 420px), calc(100vw - 28px));
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--brand-2) 52%, var(--line));
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--brand) 14%, transparent), transparent 32%),
    color-mix(in srgb, var(--panel) 96%, #050309);
  box-shadow: var(--shadow), 0 0 34px color-mix(in srgb, var(--brand) 18%, transparent);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top right;
  transition: opacity 180ms ease, transform 180ms ease;
}

.network-menu.open .network-menu-list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.network-menu-list a {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 8px 12px;
  color: var(--text);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-radius: 8px;
}

.network-menu-list a:last-child {
  border-bottom: 0;
}

.network-menu-list a:hover {
  background: color-mix(in srgb, var(--brand) 12%, transparent);
}

.network-menu-list a.active,
.network-menu-list a[aria-current="page"] {
  color: #fff;
  background:
    radial-gradient(circle at 18% 50%, color-mix(in srgb, var(--brand) 38%, transparent), transparent 44%),
    linear-gradient(135deg, color-mix(in srgb, var(--brand) 30%, transparent), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand-2) 52%, transparent);
}

.network-menu-list a > svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  color: var(--brand-2);
  border-radius: 50%;
  background: color-mix(in srgb, var(--brand) 14%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand-2) 28%, transparent);
}

.network-menu-list a.active > svg,
.network-menu-list a[aria-current="page"] > svg {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #7b35ff);
  box-shadow: 0 0 22px color-mix(in srgb, var(--brand) 44%, transparent);
}

.network-menu-list em {
  display: block;
  margin-bottom: 2px;
  color: var(--brand-2);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.network-menu-list strong {
  display: block;
  color: var(--text);
  font-size: 17px;
  line-height: 1.15;
}

.industry-menu {
  position: relative;
}

.industry-menu-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.industry-menu-button span {
  color: var(--brand-2);
  font-size: 12px;
  text-transform: uppercase;
}

.industry-menu-button svg {
  width: 16px;
  height: 16px;
}

.industry-menu-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 240;
  display: grid;
  gap: 6px;
  width: 250px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: color-mix(in srgb, var(--panel) 96%, transparent);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.industry-menu.open .industry-menu-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.industry-menu-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.industry-menu-list a:hover,
.industry-menu-list a.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #7f087f);
}

.det-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(202, 24, 200, 0.45);
  border-radius: 50%;
  background: #030204;
  box-shadow: 0 14px 32px rgba(156, 7, 155, 0.28);
}

.brand-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.brand-wordmark {
  width: clamp(170px, 18vw, 270px);
  height: auto;
  min-width: 0;
}

.demo-brand-type {
  display: grid;
  gap: 4px;
  line-height: 1;
}

.demo-brand-type strong {
  color: var(--text);
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 950;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.demo-brand-type em {
  display: inline-grid;
  place-items: center;
  min-height: 17px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), #7f087f);
  font-size: clamp(9px, 0.72vw, 12px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.42em;
}

.demo-nav {
  justify-self: center;
  display: flex;
  gap: 4px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.demo-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.demo-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.back-link,
.theme-toggle,
.primary-cta,
.ghost-cta,
.view-switch button,
.demo-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 900;
}

.back-link,
.theme-toggle {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.back-link svg,
.theme-toggle svg,
.primary-cta svg,
.ghost-cta svg,
.view-switch svg,
.demo-footer svg {
  width: 18px;
  height: 18px;
}

.hero-shell,
.industry-console,
.module-map,
.architecture {
  width: min(1420px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(52px, 8vw, 96px) 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(54px, 8vw, 118px);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 780px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

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

.primary-cta {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, var(--brand), #7f087f);
  box-shadow: 0 22px 52px rgba(156, 7, 155, 0.3);
}

.ghost-cta {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 680px;
}

.hero-metrics article {
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.hero-metrics strong {
  display: block;
  color: var(--brand-2);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-card {
  overflow: hidden;
  min-height: 620px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--panel-2) 86%, transparent);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.hero-image {
  height: 390px;
  background:
    linear-gradient(180deg, transparent 48%, rgba(9, 6, 15, 0.86)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1100&q=82") center/cover;
}

.hero-card-content {
  padding: 28px;
}

.hero-card-content span {
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-card-content strong {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.08;
}

.hero-card-content p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.industry-console {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--panel) 86%, transparent);
  box-shadow: var(--shadow);
}

.console-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.console-heading h2,
.section-heading h2,
.architecture-copy h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.view-switch {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.view-switch button {
  min-height: 44px;
  padding-inline: 16px;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  white-space: nowrap;
}

.view-switch button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #7f087f);
}

.industry-picker {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.industry-picker button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.052);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.industry-picker button svg {
  width: 17px;
  height: 17px;
}

.industry-picker button.active {
  color: #fff;
  border-color: rgba(202, 24, 200, 0.62);
  background: rgba(156, 7, 155, 0.27);
}

.industry-picker button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.mini-card,
.listing-card,
.tool-card,
.step-list article,
.media-grid button,
.calendar-strip button,
.notification-list article,
.ai-suggestions button,
.review-list article,
.subscription-grid article,
.settings-list button,
.pipeline-board article,
.filter-grid span,
.detail-specs span,
.tablet-list article,
.tablet-panels article,
.module-grid article,
.architecture-flow article {
  cursor: pointer;
}

.client-stage {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: stretch;
}

.admin-stage {
  display: none;
}

html[data-mode="admin"] .client-stage {
  display: none;
}

html[data-mode="admin"] .admin-stage {
  display: block;
}

.device-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.device-label {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.device-label span {
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.device-label strong {
  color: var(--text);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.1;
  text-align: right;
}

.iphone-shell,
.ipad-shell,
.desktop-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 8%, rgba(156, 7, 155, 0.28), transparent 34%),
    rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.iphone-shell {
  display: grid;
  place-items: center;
  min-height: 820px;
  padding: clamp(18px, 3vw, 34px);
}

.phone-bezel {
  position: relative;
  width: min(100%, 360px);
  min-height: 740px;
  padding: 14px;
  border: 10px solid #5f5968;
  border-radius: 48px;
  background: #050309;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12), 0 26px 70px rgba(0, 0, 0, 0.46);
}

.phone-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 5;
  width: 88px;
  height: 24px;
  border-radius: 0 0 18px 18px;
  background: #050309;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  height: 680px;
  min-height: 680px;
  border-radius: 34px;
  background: #0b0812;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-2) rgba(255, 255, 255, 0.08);
}

html[data-theme="light"] .hero-card,
html[data-theme="light"] .industry-console,
html[data-theme="light"] .architecture-copy,
html[data-theme="light"] .module-grid article,
html[data-theme="light"] .architecture-flow article,
html[data-theme="light"] .desktop-frame {
  background: rgba(255, 255, 255, 0.88);
}

html[data-theme="light"] .demo-header,
html[data-theme="light"] .demo-footer {
  background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .demo-nav,
html[data-theme="light"] .back-link,
html[data-theme="light"] .theme-toggle,
html[data-theme="light"] .industry-menu-button,
html[data-theme="light"] .ghost-cta,
html[data-theme="light"] .view-switch,
html[data-theme="light"] .industry-picker button,
html[data-theme="light"] .hero-metrics article,
html[data-theme="light"] .admin-kpis article,
html[data-theme="light"] .chart-card,
html[data-theme="light"] .moderation-card,
html[data-theme="light"] .module-card {
  background: rgba(255, 255, 255, 0.74);
}

html[data-theme="light"] .industry-menu-list {
  background: rgba(255, 255, 255, 0.96);
}

html[data-theme="light"] .industry-picker button.active,
html[data-theme="light"] .view-switch button.active,
html[data-theme="light"] .admin-sidebar button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #7f087f);
}

html[data-theme="light"] .admin-sidebar {
  background: rgba(247, 242, 250, 0.92);
}

html[data-theme="light"] .desktop-topbar {
  background: rgba(32, 28, 40, 0.08);
}

html[data-theme="light"] .admin-sidebar button {
  color: #5f5368;
}

html[data-theme="light"] .admin-sidebar button:hover {
  color: #17111f;
  background: rgba(156, 7, 155, 0.1);
}

html[data-theme="light"] .det-brand {
  padding: 6px 8px;
  border-radius: 8px;
  background: #17111f;
}

html[data-theme="light"] .demo-brand-type strong {
  color: #fff;
}

html[data-theme="light"] .phone-screen,
html[data-theme="light"] .tablet-screen {
  background: #f8f6fb;
}

html[data-theme="light"] .app-page,
html[data-theme="light"] .tablet-page {
  color: #17111f;
  background:
    radial-gradient(circle at 78% 8%, rgba(0, 184, 223, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff, #f4eff8) !important;
}

html[data-theme="light"] .app-header span,
html[data-theme="light"] .small-label,
html[data-theme="light"] .status-row,
html[data-theme="light"] .search-bar,
html[data-theme="light"] .mini-card span,
html[data-theme="light"] .listing-card span,
html[data-theme="light"] .tool-card span,
html[data-theme="light"] .tablet-heading p,
html[data-theme="light"] .tablet-list span,
html[data-theme="light"] .tablet-panels span,
html[data-theme="light"] .step-list span,
html[data-theme="light"] .notification-list span,
html[data-theme="light"] .review-list span,
html[data-theme="light"] .settings-list em,
html[data-theme="light"] .pipeline-board span {
  color: rgba(23, 17, 31, 0.68);
}

html[data-theme="light"] .app-header h3,
html[data-theme="light"] .mini-card strong,
html[data-theme="light"] .listing-card strong,
html[data-theme="light"] .tool-card strong,
html[data-theme="light"] .step-list strong,
html[data-theme="light"] .notification-list strong,
html[data-theme="light"] .review-list strong,
html[data-theme="light"] .settings-list span,
html[data-theme="light"] .tablet-list strong,
html[data-theme="light"] .tablet-panels strong,
html[data-theme="light"] .tablet-heading h3,
html[data-theme="light"] .subscription-grid strong,
html[data-theme="light"] .media-grid span,
html[data-theme="light"] .ai-suggestions button {
  color: #17111f;
}

html[data-theme="light"] .search-card,
html[data-theme="light"] .metric-row article,
html[data-theme="light"] .mini-card,
html[data-theme="light"] .listing-card,
html[data-theme="light"] .chat-bubble,
html[data-theme="light"] .tool-card,
html[data-theme="light"] .auth-card,
html[data-theme="light"] .step-list article,
html[data-theme="light"] .notification-list article,
html[data-theme="light"] .review-list article,
html[data-theme="light"] .settings-list button,
html[data-theme="light"] .media-grid button,
html[data-theme="light"] .ai-suggestions button,
html[data-theme="light"] .subscription-grid article,
html[data-theme="light"] .tablet-list article,
html[data-theme="light"] .tablet-panels article {
  border-color: rgba(32, 28, 40, 0.13);
  background: rgba(255, 255, 255, 0.74);
}

html[data-theme="light"] .search-bar,
html[data-theme="light"] .filter-grid span,
html[data-theme="light"] .detail-specs span,
html[data-theme="light"] .app-bottom-nav,
html[data-theme="light"] .device-controls,
html[data-theme="light"] .tablet-controls {
  border-color: rgba(32, 28, 40, 0.12);
  color: #17111f;
  background: rgba(23, 17, 31, 0.07);
}

html[data-theme="light"] .app-bottom-nav button {
  color: #625b6c;
}

html[data-theme="light"] .app-bottom-nav button.active {
  color: #fff;
}

html[data-theme="light"] .property-hero strong,
html[data-theme="light"] .property-hero span,
html[data-theme="light"] .onboard-card strong,
html[data-theme="light"] .onboard-card span {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

html[data-theme="light"] .bank-actions button,
html[data-theme="light"] .travel-search-tabs button,
html[data-theme="light"] .care-actions button,
html[data-theme="light"] .transaction-feed article,
html[data-theme="light"] .itinerary-track article,
html[data-theme="light"] .care-hero,
html[data-theme="light"] .vitals-grid article {
  border-color: rgba(32, 28, 40, 0.13);
  background: rgba(255, 255, 255, 0.76);
  color: #17111f;
}

html[data-theme="light"] .transaction-feed span,
html[data-theme="light"] .transaction-feed em,
html[data-theme="light"] .itinerary-track span,
html[data-theme="light"] .care-hero p,
html[data-theme="light"] .vitals-grid span {
  color: rgba(23, 17, 31, 0.68);
}

html[data-theme="light"] .care-hero strong,
html[data-theme="light"] .bank-actions button,
html[data-theme="light"] .travel-search-tabs button,
html[data-theme="light"] .care-actions button {
  color: #17111f;
}

html[data-theme="light"] .bank-scene strong,
html[data-theme="light"] .bank-scene span,
html[data-theme="light"] .boarding-pass strong,
html[data-theme="light"] .boarding-pass em,
html[data-theme="light"] .boarding-pass span,
html[data-theme="light"] .care-photo-strip span {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.phone-screen::-webkit-scrollbar,
.tablet-screen::-webkit-scrollbar {
  width: 7px;
}

.phone-screen::-webkit-scrollbar-thumb,
.tablet-screen::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--brand-2);
}

.app-page {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 34px 16px 78px;
  color: #fff;
  background:
    radial-gradient(circle at 74% 4%, rgba(0, 184, 223, 0.14), transparent 28%),
    linear-gradient(180deg, var(--page-a, #19122b), var(--page-b, #08060d));
  animation: screenEnter 360ms ease both;
}

.app-page > * {
  position: relative;
  z-index: 1;
}

.app-page::before {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: 0;
  background:
    conic-gradient(from 0deg, transparent, rgba(202, 24, 200, 0.16), transparent, rgba(0, 184, 223, 0.14), transparent);
  opacity: 0.44;
  animation: appAura 16s linear infinite;
}

body[data-industry="real-estate"] .app-page::after,
body[data-industry="insurance"] .app-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
}

body[data-industry="real-estate"] .app-page::after {
  background:
    linear-gradient(38deg, transparent 22%, rgba(255, 255, 255, 0.1) 22.3%, transparent 22.8%),
    linear-gradient(128deg, transparent 54%, rgba(0, 184, 223, 0.12) 54.3%, transparent 54.8%),
    radial-gradient(circle at 78% 18%, rgba(73, 177, 138, 0.55) 0 5px, transparent 6px);
}

body[data-industry="insurance"] .app-page::after {
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 184, 223, 0.18) 0 18px, transparent 19px),
    radial-gradient(circle at 86% 70%, rgba(202, 24, 200, 0.18) 0 32px, transparent 33px),
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.1) 49.4%, transparent 50%);
}

@keyframes screenEnter {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes appAura {
  to {
    transform: rotate(360deg);
  }
}

.status-row,
.app-header,
.app-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.status-row {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 900;
}

.app-logo {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-2), #522cdb);
  font-size: 15px;
  font-weight: 950;
}

.app-header h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.app-header span,
.small-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.icon-pill {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.icon-pill svg {
  width: 17px;
  height: 17px;
}

.property-hero {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68)), var(--img) center/cover;
}

.property-hero div {
  position: absolute;
  inset-inline: 14px;
  bottom: 14px;
}

.property-hero strong {
  display: block;
  font-size: 22px;
  line-height: 1.05;
}

.property-hero span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
}

.search-card,
.metric-row article,
.mini-card,
.listing-card,
.chat-bubble,
.tool-card,
.onboard-card,
.auth-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.075);
}

.search-card {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 18px;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

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

.filter-grid span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 900;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.metric-row article {
  min-height: 68px;
  padding: 10px;
  border-radius: 14px;
}

.metric-row strong {
  display: block;
  color: var(--brand-2);
  font-size: 20px;
}

.metric-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.mini-stack {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.mini-card,
.listing-card,
.tool-card,
.auth-card {
  padding: 13px;
  border-radius: 15px;
  animation: cardLiftIn 420ms ease both;
}

.mini-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mini-card:hover,
.tool-card:hover,
.listing-card:hover,
.media-grid button:hover,
.filter-grid span:hover {
  border-color: rgba(202, 24, 200, 0.42);
  transform: translateY(-3px) rotateX(2deg);
}

.mini-card img {
  width: 54px;
  height: 54px;
  border-radius: 13px;
  object-fit: cover;
}

.mini-card strong,
.listing-card strong,
.tool-card strong {
  display: block;
  font-size: 13px;
}

.mini-card span,
.listing-card span,
.tool-card span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.35;
}

.mini-card em {
  color: var(--cyan);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.app-bottom-nav {
  margin-top: 16px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
}

.app-bottom-nav button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 38px;
  padding: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
}

.app-bottom-nav button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #5c34d8);
  box-shadow: 0 10px 26px rgba(156, 7, 155, 0.38);
}

.app-bottom-nav svg {
  width: 18px;
  height: 18px;
}

.onboard-card {
  min-height: 214px;
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62)),
    var(--img) center/cover;
}

.onboard-card strong {
  display: block;
  margin-top: 108px;
  font-size: 27px;
  line-height: 1.02;
}

.onboard-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.auth-card {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.auth-card label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.fake-input {
  min-height: 42px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
}

.solid-button {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), #5c34d8);
  font-size: 13px;
  font-weight: 950;
}

.map-panel {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  margin-top: 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(42deg, transparent 25%, rgba(255, 255, 255, 0.1) 25.4%, transparent 26%),
    linear-gradient(122deg, transparent 44%, rgba(0, 184, 223, 0.18) 44.4%, transparent 45%),
    radial-gradient(circle at 28% 46%, rgba(202, 24, 200, 0.95) 0 8px, transparent 9px),
    radial-gradient(circle at 62% 34%, rgba(0, 184, 223, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 72% 72%, rgba(73, 177, 138, 0.95) 0 9px, transparent 10px),
    #1b1830;
}

.map-panel::after {
  content: "Nearby properties";
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(5, 3, 9, 0.68);
  font-size: 11px;
  font-weight: 950;
}

body[data-industry="real-estate"] .property-hero {
  border-radius: 24px 24px 8px 24px;
}

body[data-industry="real-estate"] .map-panel::before {
  content: "";
  position: absolute;
  inset: 20% 18%;
  border: 1px solid rgba(0, 184, 223, 0.45);
  border-radius: 38% 62% 44% 56%;
  animation: mapScan 4.5s ease-in-out infinite;
}

body[data-industry="insurance"] .property-hero {
  border-radius: 14px 28px 28px 14px;
}

body[data-industry="insurance"] .app-logo {
  border-radius: 50% 50% 18px 18px;
  background: linear-gradient(135deg, #00b8df, #9c079b);
}

body[data-industry="insurance"] .filter-grid span {
  border: 1px solid rgba(0, 184, 223, 0.18);
  background: linear-gradient(135deg, rgba(0, 184, 223, 0.16), rgba(156, 7, 155, 0.12));
}

body[data-industry="insurance"] .metric-row article,
body[data-industry="insurance"] .tool-card,
body[data-industry="insurance"] .subscription-grid article {
  border-left: 3px solid rgba(0, 184, 223, 0.72);
}

body[data-industry="insurance"] .step-list article::after,
body[data-industry="insurance"] .mini-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(var(--cyan), var(--brand-2));
  opacity: 0.68;
  transform: translateY(-50%);
}

body[data-industry="insurance"] .step-list article,
body[data-industry="insurance"] .mini-card {
  position: relative;
  padding-right: 28px;
}

body[data-industry="insurance"] .mini-card em {
  color: var(--teal);
}

@keyframes mapScan {
  50% {
    transform: scale(1.08) rotate(4deg);
    opacity: 0.55;
  }
}

@keyframes cardLiftIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.detail-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.detail-specs span {
  display: grid;
  place-items: center;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 11px;
  font-weight: 950;
  text-align: center;
}

.chat-bubble {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.35;
}

.chat-bubble.agent {
  margin-left: 34px;
  border-color: rgba(0, 184, 223, 0.35);
}

.finance-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 14px;
}

.step-list,
.notification-list,
.review-list,
.settings-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.step-list article,
.notification-list article,
.review-list article,
.settings-list button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  text-align: left;
}

.step-list b,
.review-list em,
.notification-list em,
.settings-list em {
  color: var(--brand-2);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.step-list strong,
.notification-list strong,
.review-list strong,
.settings-list span {
  display: block;
  color: #fff;
  font-size: 13px;
}

.step-list span,
.notification-list span,
.review-list span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.35;
}

.notification-list svg,
.settings-list svg {
  width: 21px;
  height: 21px;
  color: var(--brand-2);
}

.media-grid,
.ai-suggestions,
.subscription-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.media-grid button,
.ai-suggestions button,
.subscription-grid article {
  min-height: 74px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  text-align: left;
}

.media-grid svg {
  width: 22px;
  height: 22px;
  color: var(--cyan);
}

.media-grid span,
.ai-suggestions button,
.subscription-grid span {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.subscription-grid strong {
  display: block;
  color: #fff;
  font-size: 13px;
}

.subscription-grid span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.35;
}

.subscription-grid b {
  display: block;
  margin-top: 8px;
  color: var(--brand-2);
  font-size: 18px;
}

.calendar-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.calendar-strip button {
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
}

.calendar-strip button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #5c34d8);
}

.calendar-strip b {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}

.pipeline-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.pipeline-board article {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 430px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 184, 223, 0.28), rgba(156, 7, 155, 0.22));
}

.pipeline-board b {
  color: var(--cyan);
  font-size: 13px;
}

.pipeline-board strong {
  display: block;
  margin-top: 14px;
  font-size: 32px;
}

.pipeline-board span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
}

.tool-card strong {
  color: #fff;
}

.tool-card b {
  display: block;
  margin-top: 10px;
  color: var(--brand-2);
  font-size: 22px;
}

.device-controls,
.tablet-controls {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(5, 3, 9, 0.72);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.device-controls button,
.tablet-controls button {
  position: relative;
  z-index: 61;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  pointer-events: auto;
}

.device-controls svg,
.tablet-controls svg {
  width: 18px;
  height: 18px;
}

.screen-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  min-width: 92px;
  pointer-events: auto;
}

.screen-dots button {
  width: 6px;
  height: 6px;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.screen-dots button.active {
  width: 20px;
  background: linear-gradient(90deg, var(--brand-2), #5c34d8);
}

.ipad-shell {
  position: relative;
  min-height: 820px;
  padding: 28px;
  border-radius: 34px;
}

.tablet-camera {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 58px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(-50%);
}

.tablet-screen {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  height: 740px;
  min-height: 740px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #0b0812;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-2) rgba(255, 255, 255, 0.08);
}

.tablet-page {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  padding: 28px 28px 88px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 184, 223, 0.18), transparent 28%),
    linear-gradient(135deg, var(--page-a, #17132a), var(--page-b, #08060d));
}

.tablet-page > * {
  position: relative;
  z-index: 1;
}

.tablet-page::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(120deg, transparent, rgba(202, 24, 200, 0.1), transparent 62%);
  animation: tabletSweep 8s ease-in-out infinite;
}

@keyframes tabletSweep {
  50% {
    transform: translateX(18%) rotate(6deg);
  }
}

.tablet-shell-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(330px, 1fr);
  gap: 20px;
  align-items: stretch;
}

.tablet-shell-grid > * {
  min-width: 0;
}

.tablet-heading h3 {
  margin: 8px 0 0;
  max-width: 100%;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 0.98;
  overflow-wrap: break-word;
}

.tablet-heading p {
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.tablet-photo {
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62)), var(--img) center/cover;
}

.tablet-list,
.tablet-panels {
  display: grid;
  gap: 12px;
}

.tablet-list article,
.tablet-panels article {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
}

.tablet-list strong,
.tablet-panels strong {
  display: block;
  font-size: 18px;
}

.tablet-list span,
.tablet-panels span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.35;
}

.tablet-panels em {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand-2);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.tablet-panels article svg {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  color: var(--cyan);
}

.unique-app {
  isolation: isolate;
}

body[data-industry="fintech"] .app-logo {
  background: linear-gradient(135deg, #00b8df, #2457ff);
}

body[data-industry="travel"] .app-logo {
  background: linear-gradient(135deg, #00b8df, #49b18a);
}

body[data-industry="healthcare"] .app-logo {
  background: linear-gradient(135deg, #49b18a, #00b8df);
}

.bank-orbit {
  position: absolute;
  top: 82px;
  right: -48px;
  width: 154px;
  height: 154px;
  border: 1px solid rgba(0, 184, 223, 0.3);
  border-radius: 50%;
  animation: appAura 12s linear infinite;
}

.bank-orbit span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 20px rgba(0, 184, 223, 0.7);
}

.bank-orbit span:nth-child(1) {
  top: 14px;
  left: 68px;
}

.bank-orbit span:nth-child(2) {
  right: 18px;
  bottom: 38px;
}

.bank-orbit span:nth-child(3) {
  left: 18px;
  bottom: 30px;
  background: var(--brand-2);
}

.bank-scene,
.care-photo-strip {
  position: relative;
  overflow: hidden;
  min-height: 136px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.64)), var(--img) center/cover;
}

.bank-scene strong,
.bank-scene span,
.care-photo-strip span {
  position: absolute;
  left: 14px;
  right: 14px;
}

.bank-scene strong {
  bottom: 36px;
  font-size: 18px;
}

.bank-scene span,
.care-photo-strip span {
  bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
}

.bank-card {
  position: relative;
  overflow: hidden;
  min-height: 164px;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(0, 184, 223, 0.3);
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 184, 223, 0.34), transparent 30%),
    linear-gradient(135deg, rgba(14, 39, 71, 0.96), rgba(52, 20, 83, 0.96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 42px rgba(0, 0, 0, 0.22);
}

.bank-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.16), transparent 62%);
  transform: translateX(-120%);
  animation: cardSweep 4.2s ease-in-out infinite;
}

.bank-card span,
.bank-card em {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.bank-card strong {
  display: block;
  margin-top: 10px;
  font-size: 36px;
}

.bank-card em {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 150px;
  text-align: right;
}

@keyframes cardSweep {
  55%,
  100% {
    transform: translateX(120%);
  }
}

.bank-actions,
.travel-search-tabs,
.care-actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.bank-actions,
.care-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.travel-search-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bank-actions button,
.travel-search-tabs button,
.care-actions button {
  display: grid;
  place-items: center;
  gap: 7px;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  font-size: 10px;
  font-weight: 950;
  text-align: center;
}

.bank-actions svg,
.care-actions svg {
  width: 20px;
  height: 20px;
  color: var(--cyan);
}

.transaction-feed {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.transaction-feed article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 54px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.transaction-feed b {
  color: var(--cyan);
  font-size: 16px;
}

.transaction-feed span,
.transaction-feed em {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.boarding-pass {
  position: relative;
  overflow: hidden;
  min-height: 232px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px 30px 12px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7)), var(--img) center/cover;
}

.boarding-pass::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 72px;
  border-top: 2px dashed rgba(255, 255, 255, 0.42);
}

.boarding-pass span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.boarding-pass strong,
.boarding-pass em {
  position: absolute;
  left: 18px;
  right: 18px;
}

.boarding-pass strong {
  bottom: 84px;
  max-width: 240px;
  font-size: 28px;
  line-height: 1.02;
}

.boarding-pass em {
  bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.itinerary-track {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-left: 18px;
}

.itinerary-track::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 6px;
  width: 2px;
  background: linear-gradient(var(--cyan), var(--teal));
}

.itinerary-track article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
}

.itinerary-track article::before {
  content: "";
  position: absolute;
  left: -17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(73, 177, 138, 0.62);
}

.itinerary-track b {
  color: var(--teal);
}

.itinerary-track span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
}

.care-photo-strip {
  min-height: 150px;
  border-radius: 26px 10px 26px 10px;
}

.care-hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(73, 177, 138, 0.34);
  border-radius: 20px;
  background: rgba(73, 177, 138, 0.12);
}

.care-pulse {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(73, 177, 138, 0.18);
}

.care-pulse::before,
.care-pulse::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(73, 177, 138, 0.7);
  border-radius: 50%;
  animation: carePulse 2.4s ease-out infinite;
}

.care-pulse::after {
  animation-delay: 0.8s;
}

.care-pulse span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--cyan));
}

@keyframes carePulse {
  to {
    inset: -8px;
    opacity: 0;
  }
}

.care-hero strong {
  display: block;
  font-size: 18px;
}

.care-hero p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.4;
}

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

.vitals-grid article {
  min-height: 74px;
  padding: 10px;
  border: 1px solid rgba(73, 177, 138, 0.26);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
}

.vitals-grid strong {
  display: block;
  color: var(--teal);
  font-size: 18px;
}

.vitals-grid span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.fintech-tablet-layout .tablet-photo {
  min-height: 300px;
  border-radius: 28px;
}

.fintech-tablet-layout .tablet-panels article {
  border-left: 4px solid rgba(0, 184, 223, 0.72);
}

.travel-tablet-layout .tablet-photo {
  min-height: 340px;
  border-radius: 28px 28px 92px 28px;
}

.travel-tablet-layout .tablet-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.healthcare-tablet-layout .tablet-photo {
  min-height: 310px;
  border-radius: 28px 8px 28px 8px;
}

.healthcare-tablet-layout .tablet-heading h3 {
  font-size: clamp(30px, 3.45vw, 44px);
  overflow-wrap: normal;
}

.healthcare-tablet-layout .tablet-panels article {
  border-left: 4px solid rgba(73, 177, 138, 0.72);
}

.tablet-map {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(38deg, transparent 24%, rgba(255, 255, 255, 0.1) 24.4%, transparent 25%),
    linear-gradient(138deg, transparent 48%, rgba(0, 184, 223, 0.15) 48.4%, transparent 49%),
    radial-gradient(circle at 31% 35%, rgba(202, 24, 200, 0.95) 0 12px, transparent 13px),
    radial-gradient(circle at 56% 52%, rgba(0, 184, 223, 0.95) 0 10px, transparent 11px),
    radial-gradient(circle at 73% 29%, rgba(73, 177, 138, 0.95) 0 11px, transparent 12px),
    radial-gradient(circle at 68% 73%, rgba(201, 137, 22, 0.95) 0 9px, transparent 10px),
    #18162b;
}

.tablet-map-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(320px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(8, 6, 14, 0.82);
  backdrop-filter: blur(14px);
}

.tablet-map-card strong {
  display: block;
  font-size: 20px;
}

.tablet-map-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.desktop-frame {
  overflow: hidden;
  min-height: 820px;
  background: rgba(22, 17, 31, 0.92);
}

.desktop-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.22);
}

.desktop-topbar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand-2);
}

.desktop-topbar span:nth-child(2) {
  background: var(--gold);
}

.desktop-topbar span:nth-child(3) {
  background: var(--teal);
}

.desktop-topbar strong {
  margin-left: 8px;
  color: var(--muted);
  font-size: 13px;
}

.admin-dashboard {
  display: grid;
  grid-template-columns: 230px 1fr;
  min-height: 770px;
}

.admin-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: rgba(7, 5, 12, 0.5);
}

.admin-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 950;
}

.admin-logo img {
  width: 34px;
  height: 34px;
}

.admin-sidebar button {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  text-align: left;
}

.admin-sidebar button.active,
.admin-sidebar button:hover {
  color: #fff;
  background: rgba(156, 7, 155, 0.28);
}

.admin-main {
  min-width: 0;
  padding: 24px;
}

.admin-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.admin-title span {
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-title h3 {
  margin: 6px 0 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.admin-title button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), #7f087f);
  font-weight: 900;
  white-space: nowrap;
}

.admin-title svg {
  width: 17px;
  height: 17px;
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-kpis article,
.chart-card,
.moderation-card,
.module-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.admin-kpis article {
  min-height: 114px;
  padding: 16px;
}

.admin-kpis span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.admin-kpis strong {
  display: block;
  margin-top: 12px;
  font-size: 30px;
}

.admin-kpis em {
  display: block;
  margin-top: 6px;
  color: var(--cyan);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr 0.85fr;
  gap: 12px;
  margin-top: 12px;
}

.chart-card,
.moderation-card {
  min-height: 300px;
  padding: 18px;
}

.moderation-card {
  grid-row: span 2;
}

.card-head span {
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.card-head strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 10px;
  min-height: 205px;
  margin-top: 20px;
}

.pipeline span {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: var(--h);
  padding: 10px 7px;
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(180deg, var(--cyan), var(--brand));
}

.pipeline b {
  font-size: 12px;
}

.pipeline em {
  margin-top: 4px;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.review-row {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.review-row img {
  width: 76px;
  height: 62px;
  border-radius: 10px;
  object-fit: cover;
}

.review-row strong {
  display: block;
  font-size: 14px;
}

.review-row span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.review-row button {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(0, 184, 223, 0.16);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
}

.module-card {
  min-height: 148px;
  padding: 18px;
}

.module-card svg {
  width: 28px;
  height: 28px;
  color: var(--brand-2);
}

.module-card strong {
  display: block;
  margin-top: 14px;
  font-size: 18px;
}

.module-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.module-map,
.architecture {
  padding: clamp(70px, 10vw, 120px) 0 0;
}

.section-heading {
  margin-bottom: 28px;
}

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

.module-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.035)),
    rgba(18, 13, 28, 0.72);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.module-grid article:hover {
  border-color: rgba(202, 24, 200, 0.55);
  background: rgba(156, 7, 155, 0.16);
  transform: translateY(-6px) rotateX(2deg);
}

.module-grid svg {
  width: 30px;
  height: 30px;
  color: var(--brand-2);
}

.module-grid strong {
  display: block;
  margin-top: 22px;
  font-size: 22px;
}

.module-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.architecture {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
  padding-bottom: clamp(70px, 10vw, 120px);
}

.architecture-copy {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(18, 13, 28, 0.72);
}

.architecture-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

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

.architecture-flow article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(156, 7, 155, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(18, 13, 28, 0.72);
}

.architecture-flow span {
  color: var(--brand-2);
  font-size: 32px;
  font-weight: 950;
}

.architecture-flow strong {
  display: block;
  margin-top: 28px;
  font-size: 24px;
}

.architecture-flow em {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.demo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 36px);
  border-top: 1px solid var(--line);
  background: rgba(9, 6, 15, 0.84);
}

.demo-footer div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-weight: 850;
}

.demo-footer img {
  width: 36px;
  height: 36px;
}

.demo-footer a {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #7f087f);
}

.demo-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  max-width: min(360px, calc(100vw - 36px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(156, 7, 155, 0.95), rgba(19, 13, 30, 0.95));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.demo-toast.show {
  opacity: 1;
  transform: translateY(0);
}

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

  .demo-nav {
    display: none;
  }

  .hero-shell,
  .client-stage,
  .architecture {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: auto;
  }

  .industry-picker {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .iphone-shell {
    min-height: auto;
  }

  .phone-bezel {
    width: min(100%, 390px);
  }

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

@media (max-width: 900px) {
  .hero-shell,
  .industry-console,
  .module-map,
  .architecture {
    width: min(100% - 28px, 1420px);
  }

  .console-heading,
  .admin-title {
    align-items: stretch;
    flex-direction: column;
  }

  .view-switch {
    align-self: start;
    max-width: 100%;
    overflow-x: auto;
  }

  .ipad-shell {
    min-height: auto;
    padding: 18px;
  }

  .tablet-screen,
  .tablet-page {
    min-height: 680px;
  }

  .tablet-shell-grid {
    grid-template-columns: 1fr;
  }

  .tablet-map {
    min-height: 320px;
  }

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

  .pipeline-board article {
    min-height: 150px;
  }

  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .admin-logo {
    min-width: max-content;
    margin: 0 8px 0 0;
  }

  .admin-sidebar button {
    min-width: max-content;
  }

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

  .review-row {
    grid-template-columns: 64px 1fr;
  }

  .review-row button {
    grid-column: 1 / -1;
  }
}

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

  .header-actions {
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .network-menu {
    flex: 1 1 100%;
  }

  .network-menu-button {
    justify-content: center;
    width: 100%;
  }

  .network-menu-list {
    right: auto;
    left: var(--network-left, 14px);
    width: min(var(--network-width, 420px), calc(100vw - 28px));
  }
}

@media (max-width: 640px) {
  .demo-header {
    gap: 10px;
    min-height: 66px;
    padding: 8px 14px;
  }

  .header-actions {
    gap: 8px;
  }

  .network-menu-button {
    min-height: 40px;
  }

  .network-brand {
    display: none;
  }

  .network-orb {
    width: 32px;
    height: 32px;
  }

  .network-menu-list a {
    min-height: 58px;
  }

  .industry-menu-button {
    min-height: 40px;
    padding-inline: 10px;
  }

  .industry-menu-button span {
    display: none;
  }

  .industry-menu-list {
    right: 0;
    width: min(250px, calc(100vw - 28px));
  }

  .brand-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .demo-brand-type strong {
    font-size: 15px;
  }

  .demo-brand-type {
    display: none;
  }

  .back-link {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .theme-toggle {
    width: 40px;
    min-height: 40px;
    padding: 0;
  }

  .theme-toggle span {
    display: none;
  }

  .hero-shell {
    min-height: auto;
    padding: 44px 0 28px;
  }

  .hero-copy h1 {
    font-size: clamp(52px, 18vw, 72px);
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-card,
  .presentation-card,
  .industry-console,
  .architecture-copy {
    min-width: 0;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-actions,
  .demo-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-cta,
  .ghost-cta,
  .demo-footer a {
    width: 100%;
  }

  .hero-metrics,
  .industry-picker,
  .admin-kpis,
  .admin-grid,
  .module-grid,
  .architecture-flow,
  .finance-tools {
    grid-template-columns: 1fr;
  }

  .industry-console {
    padding: 18px;
  }

  .view-switch {
    width: 100%;
    border-radius: 8px;
  }

  .view-switch button {
    flex: 1;
    min-width: 0;
    border-radius: 7px;
    padding-inline: 8px;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
  }

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

  .device-label strong {
    text-align: left;
  }

  .iphone-shell {
    padding: 12px;
  }

  .phone-bezel {
    min-height: 684px;
    padding: 10px;
    border-width: 7px;
    border-radius: 36px;
  }

  .phone-screen,
  .app-page {
    border-radius: 25px;
  }

  .phone-screen {
    height: 640px;
    min-height: 640px;
  }

  .app-page {
    height: auto;
    min-height: 760px;
  }

  .app-page {
    padding: 28px 13px 72px;
  }

  .filter-grid,
  .metric-row,
  .detail-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid,
  .ai-suggestions,
  .subscription-grid,
  .calendar-strip,
  .pipeline-board {
    grid-template-columns: 1fr;
  }

  .pipeline-board article {
    min-height: 118px;
  }

  .tablet-page {
    padding: 22px 14px 84px;
  }

  .tablet-screen,
  .tablet-page {
    min-height: 650px;
  }

  .tablet-screen {
    height: 650px;
  }

  .tablet-page {
    height: auto;
  }

  .tablet-heading h3 {
    font-size: 34px;
  }

  .desktop-frame {
    min-height: auto;
  }

  .admin-main {
    padding: 16px;
  }

  .admin-title h3,
  .console-heading h2,
  .section-heading h2,
  .architecture-copy h2 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
