:root {
  --primary: #0754d6;
  --primary-dark: #003ea8;
  --accent: #14c8b5;
  --accent-dark: #0f9f92;
  --ink: #071426;
  --text: #102033;
  --muted: #64748b;
  --surface: #ffffff;
  --line: #dce4f0;
  --soft: #eff5ff;
  --dark: #08172a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 8% 14%, rgba(7, 84, 214, 0.10), transparent 28rem),
    radial-gradient(circle at 94% 30%, rgba(20, 200, 181, 0.18), transparent 30rem),
    radial-gradient(circle at 12% 58%, rgba(99, 102, 241, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 78%, rgba(20, 200, 181, 0.13), transparent 34rem),
    linear-gradient(180deg, #f7f9fc 0%, #f2f7fb 34%, #f7fbf8 68%, #f7f9fc 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.demo-entry-body {
  align-items: center;
  background:
    radial-gradient(circle at 80% 18%, rgba(20, 200, 181, 0.22), transparent 30%),
    linear-gradient(135deg, #071426, #10243b);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
}
.demo-entry-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 18px;
  max-width: 540px;
  padding: 32px;
  width: 100%;
}
.demo-entry-card h1 {
  color: var(--ink);
  font-size: clamp(30px, 6vw, 44px);
  line-height: 1.05;
  margin: 12px 0 0;
}
.demo-entry-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.demo-entry-card form {
  margin: 0;
}
.demo-entry-card .primary-link,
.demo-entry-card .outline-link {
  justify-content: center;
  width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  align-items: center;
  display: flex;
  gap: 12px;
}
.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 12px;
  color: #fff;
  display: flex;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong { color: var(--ink); font-size: 22px; line-height: 1; }
.brand small { color: var(--muted); font-size: 13px; margin-top: 4px; }
.site-header nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.site-header nav a,
.nav-feature-toggle {
  background: transparent;
  border: 0;
  color: #34425a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  padding: 0;
}
.nav-feature-menu {
  position: relative;
}
.nav-feature-toggle::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  display: inline-block;
  margin-left: 7px;
  transform: translateY(-1px);
}
.nav-feature-panel {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #dce4f0;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
  display: grid;
  gap: 12px;
  min-width: 420px;
  padding: 18px;
  position: absolute;
  right: -140px;
  top: calc(100% + 18px);
  z-index: 40;
}
.nav-feature-panel[hidden] {
  display: none;
}
.nav-feature-panel::before {
  background: #fff;
  border-left: 1px solid #dce4f0;
  border-top: 1px solid #dce4f0;
  content: "";
  height: 14px;
  position: absolute;
  right: 156px;
  top: -8px;
  transform: rotate(45deg);
  width: 14px;
}
.nav-feature-panel label {
  color: #34425a;
  font-size: 12px;
  font-weight: 950;
}
.nav-feature-panel select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #0f766e 50%) calc(100% - 18px) 50% / 8px 8px no-repeat,
    linear-gradient(135deg, #eefaf7, #fff);
  border: 1px solid rgba(20, 200, 181, 0.45);
  border-radius: 12px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 48px;
  outline: 0;
  padding: 0 44px 0 14px;
  width: 100%;
}
.site-header nav a.nav-cta {
  background: var(--accent);
  border-radius: 10px;
  color: #06231f !important;
  padding: 11px 15px;
}
.site-header nav a.panel-link {
  background: #fff;
  border: 1px solid #cbd8ec;
  border-radius: 10px;
  padding: 10px 14px;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 78% 24%, rgba(20, 200, 181, 0.18), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #edf5ff 52%, #ecfbf7 100%);
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  min-height: 690px;
  overflow: hidden;
  position: relative;
}
.hero-media {
  display: none;
}
.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}
.hero-content {
  color: var(--ink);
  max-width: 850px;
  padding: 88px 0 88px clamp(22px, 6vw, 92px);
}
.eyebrow,
.section-heading span {
  color: #9fc1ff;
  display: block;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.hero h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 22px;
}
.hero-copy {
  color: #40516a;
  font-size: 20px;
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}
.hero-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.primary-link,
.secondary-link,
.dark-link,
.outline-link,
.submit-button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
}
.primary-link,
.submit-button {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #06231f;
}
.primary-link:hover,
.submit-button:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: #fff;
}
.secondary-link {
  background: #fff;
  border: 1px solid #cbd8ec;
  color: var(--primary);
}
.dark-link {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: #fff;
}
.outline-link {
  background: #fff;
  border: 1px solid #cbd8ec;
  color: var(--primary);
}
.hero-panel {
  padding: 92px clamp(22px, 4vw, 58px) 80px 0;
}
.product-shot {
  margin: 0 auto;
  max-width: 720px;
  min-height: 430px;
  position: relative;
}
.product-browser {
  background: #fff;
  border: 1px solid #dce4f0;
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(7, 20, 38, 0.16);
  overflow: hidden;
}
.browser-bar {
  align-items: center;
  background: #f6f8fc;
  border-bottom: 1px solid #e1e8f4;
  display: flex;
  gap: 8px;
  padding: 12px 16px;
}
.browser-bar span {
  border-radius: 50%;
  display: block;
  height: 11px;
  width: 11px;
}
.browser-bar span:nth-child(1) { background: #fb8f7d; }
.browser-bar span:nth-child(2) { background: #f7c867; }
.browser-bar span:nth-child(3) { background: #63d6aa; }
.browser-bar b {
  background: #fff;
  border: 1px solid #dce4f0;
  border-radius: 7px;
  color: #8290aa;
  font-size: 12px;
  margin-left: 12px;
  padding: 5px 12px;
}
.product-app {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 360px;
}
.product-sidebar {
  background: #1b2b4b;
  color: #dbeafe;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 22px 16px;
}
.product-sidebar strong {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 9px;
  margin-bottom: 16px;
}
.product-sidebar i {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: #1b2b4b;
  display: inline-flex;
  font-style: normal;
  font-weight: 950;
  height: 26px;
  justify-content: center;
  width: 26px;
}
.product-sidebar span {
  border-radius: 10px;
  color: #bdd1eb;
  font-size: 13px;
  font-weight: 900;
  padding: 11px 12px;
}
.product-sidebar .active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.product-workspace {
  background: #fff;
  padding: 24px;
}
.workspace-head {
  align-items: center;
  border-bottom: 1px solid #edf1f7;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 16px;
}
.workspace-head strong {
  color: var(--ink);
  display: block;
  font-size: 20px;
}
.workspace-head span {
  color: #7a8aa5;
  font-size: 13px;
}
.workspace-head button {
  background: #eef4ff;
  border: 0;
  border-radius: 10px;
  color: #24406f;
  font-size: 13px;
  font-weight: 950;
  padding: 10px 14px;
}
.workspace-kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
}
.workspace-kpis article {
  background: #f8fbff;
  border: 1px solid #dce4f0;
  border-radius: 12px;
  display: grid;
  gap: 6px;
  padding: 14px;
}
.workspace-kpis small {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
.workspace-kpis b {
  color: var(--ink);
  font-size: 25px;
}
.workspace-table {
  display: grid;
}
.workspace-table div {
  align-items: center;
  border-top: 1px solid #edf1f7;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto auto;
  padding: 13px 0;
}
.workspace-table span {
  color: #34425a;
  font-weight: 900;
}
.workspace-table b {
  background: #e7fbf8;
  border-radius: 999px;
  color: #0f766e;
  font-size: 12px;
  padding: 5px 10px;
}
.workspace-table em {
  color: #334155;
  font-style: normal;
  font-weight: 850;
}
.product-phone {
  background: #0f1f38;
  border: 8px solid #152744;
  border-radius: 28px;
  bottom: -34px;
  box-shadow: 0 24px 60px rgba(7, 20, 38, 0.26);
  color: #fff;
  left: -34px;
  padding: 20px 16px 18px;
  position: absolute;
  width: 210px;
}
.phone-speaker {
  background: #6b7890;
  border-radius: 999px;
  height: 5px;
  margin: 0 auto 18px;
  width: 48px;
}
.product-phone strong {
  display: block;
  font-size: 18px;
}
.phone-avatar {
  align-items: center;
  background: #e7fbf8;
  border-radius: 18px;
  color: #0f766e;
  display: flex;
  font-weight: 950;
  height: 58px;
  justify-content: center;
  margin: 14px 0;
  width: 58px;
}
.product-phone p {
  color: #a8fff4;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 12px;
}
.product-phone dl,
.product-phone div {
  display: grid;
  gap: 8px;
}
.product-phone dl {
  margin: 0;
}
.product-phone div {
  border-top: 1px solid rgba(255,255,255,0.12);
  grid-template-columns: 1fr auto;
  padding-top: 8px;
}
.product-phone dt {
  color: #9eb4ce;
  font-size: 12px;
}
.product-phone dd {
  font-size: 12px;
  font-weight: 900;
  margin: 0;
}
.admin-shot {
  background: #f7f9ff;
  border: 1px solid #dce4f0;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(7, 20, 38, 0.18);
  color: #001b3f;
  max-width: 760px;
  overflow: hidden;
  padding: 20px;
}
.admin-shot-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.admin-shot-head strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}
.admin-shot-head span {
  color: #33476a;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}
.admin-shot-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
.admin-shot-actions span,
.admin-shot-actions b {
  border-radius: 9px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  padding: 10px 12px;
}
.admin-shot-actions span {
  background: #eef4ff;
}
.admin-shot-actions b {
  background: #2448d8;
  color: #fff;
}
.admin-shot-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
}
.admin-shot-card,
.admin-shot-tabs span,
.admin-shot-tables section {
  background: #fff;
  border: 1px solid #dce4f0;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.admin-shot-card {
  display: grid;
  gap: 8px;
  padding: 16px;
}
.admin-shot-card--wide {
  border-top: 4px solid #2448d8;
}
.admin-shot-card small,
.admin-shot-tables small {
  color: #1649c9;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.admin-shot-card strong,
.admin-shot-tables strong {
  display: block;
  font-size: 20px;
}
.admin-shot-card > span {
  color: #475674;
  font-size: 12px;
  font-weight: 800;
}
.admin-shot-kpis {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}
.admin-shot-kpis article {
  background: #eef4ff;
  border: 1px solid #c8d3ea;
  border-radius: 12px;
  display: grid;
  gap: 7px;
  padding: 12px;
}
.admin-shot-kpis b {
  font-size: 19px;
}
.admin-shot-bars {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}
.admin-shot-bars i {
  background: linear-gradient(90deg, #2448d8 var(--w), #eef2fb var(--w));
  border-radius: 999px;
  display: block;
  height: 7px;
}
.admin-shot-tabs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
}
.admin-shot-tabs span {
  color: #001b3f;
  display: grid;
  font-size: 12px;
  gap: 6px;
  padding: 12px;
}
.admin-shot-tabs b {
  color: #1649c9;
  font-size: 11px;
  text-transform: uppercase;
}
.admin-shot-tables {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
}
.admin-shot-tables section {
  min-height: 118px;
  overflow: hidden;
  padding: 14px;
}
.admin-shot-tables p {
  border-top: 1px solid #c8d3ea;
  color: #001b3f;
  font-size: 12px;
  font-weight: 850;
  margin: 16px 0 0;
  padding-top: 12px;
}
.admin-shot-row {
  align-items: center;
  border-top: 1px solid #c8d3ea;
  display: grid;
  font-size: 11px;
  gap: 10px;
  grid-template-columns: 1fr auto auto;
  margin-top: 10px;
  padding-top: 10px;
}
.admin-shot-row b {
  background: #e7fbf8;
  border-radius: 999px;
  color: #0f766e;
  padding: 3px 8px;
}
.admin-shot-row em {
  font-style: normal;
  font-weight: 900;
}
.mini-window {
  background: #0d1f35;
  border: 1px solid #254260;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(7, 20, 38, 0.24);
  color: #fff;
  padding: 18px;
}
.mini-window-bar {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}
.mini-window-bar span {
  background: #3e526f;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.mockup-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.mockup-top strong {
  font-size: 22px;
}
.mockup-top span {
  background: rgba(20, 200, 181, 0.16);
  border: 1px solid rgba(20, 200, 181, 0.4);
  border-radius: 999px;
  color: #a8fff4;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
}
.mini-kpis {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.mini-kpis article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px;
}
.mini-kpis b {
  display: block;
  font-size: 28px;
}
.mini-kpis span {
  color: #b9c9dd;
  font-size: 12px;
}
.mini-funnel {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}
.mockup-table {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto auto;
  margin-top: 16px;
  padding: 14px;
}
.mockup-table span {
  color: #8fa6c2;
  font-size: 12px;
  font-weight: 900;
}
.mockup-table b,
.mockup-table small {
  color: #e8f1ff;
}
.mockup-table em {
  background: rgba(20, 200, 181, 0.14);
  border-radius: 999px;
  color: #9df3ce;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 8px;
  text-align: center;
}
.mini-funnel div {
  display: grid;
  gap: 8px;
}
.mini-funnel span {
  color: #d8e5f8;
  font-size: 13px;
  font-weight: 850;
}
.mini-funnel i {
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 999px;
  display: block;
  height: 10px;
  width: var(--w);
}

.proof-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -48px auto 0;
  max-width: 1180px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.proof-strip article,
.feature-card,
.module-list article,
.contact-section,
.screen-card,
.trust-grid article,
.pricing-grid article,
.pain-section {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}
.proof-strip article {
  display: grid;
  gap: 8px;
  padding: 22px;
}
.proof-strip article,
.feature-card,
.module-list article,
.screen-card,
.trust-grid article,
.pricing-grid article,
.review-cards article,
.rating-summary {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}
.proof-strip article:hover,
.feature-card:hover,
.module-list article:hover,
.trust-grid article:hover,
.pricing-grid article:hover,
.review-cards article:hover {
  border-color: rgba(20, 200, 181, 0.65);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}
.proof-strip strong { font-size: 20px; }
.proof-strip span,
.feature-card p,
.section-heading p,
.contact-copy p,
.contact-note span,
.pain-section p,
.pricing-grid p,
.trust-grid span,
.screen-note {
  color: var(--muted);
  line-height: 1.62;
}

.section {
  margin: 78px auto 0;
  max-width: 1180px;
  padding: 0 24px;
}
.product-section,
.reviews-section {
  background:
    radial-gradient(circle at 92% 0%, rgba(20, 200, 181, 0.08), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.94));
  border: 1px solid var(--line);
  border-radius: 18px;
  max-width: 1228px;
  padding: clamp(28px, 5vw, 54px);
}
.screenshots-section {
  background:
    radial-gradient(circle at 12% 14%, rgba(96, 165, 250, 0.28), transparent 22rem),
    radial-gradient(circle at 88% 80%, rgba(20, 200, 181, 0.26), transparent 24rem),
    linear-gradient(135deg, #0f243b, #12365b 54%, #0f766e);
  border-radius: 18px;
  color: #fff;
  max-width: 1228px;
  padding: clamp(28px, 5vw, 54px);
}
.modules-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(7, 84, 214, 0.11), transparent 20rem),
    radial-gradient(circle at 92% 8%, rgba(20, 200, 181, 0.22), transparent 24rem),
    radial-gradient(circle at 72% 95%, rgba(125, 211, 252, 0.14), transparent 22rem),
    linear-gradient(135deg, rgba(242, 248, 255, 0.96), rgba(238, 250, 247, 0.96));
  border-radius: 18px;
  max-width: 1228px;
  padding: clamp(28px, 5vw, 54px);
}
.trust-section {
  background:
    radial-gradient(circle at 14% 24%, rgba(20, 200, 181, 0.18), transparent 22rem),
    radial-gradient(circle at 86% 20%, rgba(96, 165, 250, 0.18), transparent 24rem),
    linear-gradient(135deg, #0f243b, #18375d);
  border-radius: 18px;
  color: #fff;
  max-width: 1228px;
  padding: clamp(28px, 5vw, 54px);
}
.pricing-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(7, 84, 214, 0.08), transparent 20rem),
    radial-gradient(circle at 86% 68%, rgba(20, 200, 181, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 251, 248, 0.96) 58%, rgba(238, 245, 255, 0.96));
  border-radius: 18px;
  max-width: 1228px;
  padding: clamp(28px, 5vw, 54px);
}
.section-heading {
  margin-bottom: 24px;
  max-width: 790px;
}
.section-heading span {
  color: var(--primary);
}
.section-heading h2,
.contact-copy h2,
.split-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}
.section-heading p,
.split-copy p {
  font-size: 17px;
  margin: 14px 0 0;
}
.client-explorer {
  align-items: stretch;
  background:
    radial-gradient(circle at 88% 12%, rgba(20, 200, 181, 0.16), transparent 24%),
    #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  max-width: 1228px;
  padding: clamp(28px, 5vw, 54px);
}
.client-explorer-copy h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  margin: 0;
}
.client-explorer-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
  margin: 16px 0 0;
}
.client-explorer-panel {
  align-content: start;
  display: grid;
  gap: 14px;
}
.client-explorer-panel label {
  color: #34425a;
  font-size: 13px;
  font-weight: 950;
}
.client-explorer-panel select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #0f766e 50%) calc(100% - 18px) 50% / 8px 8px no-repeat,
    linear-gradient(135deg, #e7fbf8, #fff);
  border: 1px solid rgba(20, 200, 181, 0.45);
  border-radius: 12px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 52px;
  outline: 0;
  padding: 0 44px 0 16px;
  width: 100%;
}
.client-feature-card {
  background: #f8fbff;
  border: 1px solid #dce7f7;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  padding: 22px;
}
.client-feature-card > span {
  background: #e7fbf8;
  border-radius: 999px;
  color: #0f766e;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  padding: 7px 10px;
  width: fit-content;
}
.client-feature-card h3 {
  font-size: 26px;
  margin: 0;
}
.nav-feature-card {
  box-shadow: none;
  padding: 18px;
}
.nav-feature-card h3 {
  font-size: 22px;
}
.nav-feature-card p,
.nav-feature-card li {
  font-size: 13px;
}
.client-feature-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.client-feature-card ul {
  color: #34425a;
  display: grid;
  gap: 8px;
  line-height: 1.45;
  margin: 0;
  padding-left: 20px;
}
.screenshots-section .section-heading p,
.trust-section .section-heading p {
  color: #b8c7dc;
}

.pain-section {
  align-items: center;
  background:
    radial-gradient(circle at 8% 20%, rgba(7, 84, 214, 0.08), transparent 18rem),
    radial-gradient(circle at 94% 70%, rgba(20, 200, 181, 0.12), transparent 22rem),
    rgba(255, 255, 255, 0.96);
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 0.8fr;
  padding: clamp(24px, 4vw, 42px);
}
.pain-list {
  display: grid;
  gap: 12px;
}
.pain-list article {
  align-items: center;
  background: #f8fbff;
  border: 1px solid #dce7f7;
  border-radius: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: 48px 1fr;
  padding: 14px;
}

.product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.feature-card {
  display: grid;
  gap: 12px;
  padding: 26px;
}
.feature-card--wide {
  grid-column: span 2;
}
.feature-card--dark {
  background: var(--dark);
  border-color: #1d3555;
  color: #fff;
}
.feature-card--dark p { color: #b8c7dc; }
.feature-card h3,
.module-list strong,
.pricing-grid h3 {
  font-size: 21px;
  margin: 0 0 10px;
}
.ui-icon {
  align-items: center;
  background: #e7fbf8;
  border: 1px solid rgba(20, 200, 181, 0.36);
  border-radius: 12px;
  color: var(--accent-dark);
  display: inline-grid;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  line-height: 0;
  place-items: center;
  position: relative;
  width: 48px;
}
.ui-icon svg {
  display: block;
  height: 24px;
  margin: auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  fill: none;
  width: 24px;
}
.feature-card--dark .ui-icon {
  background: rgba(20, 200, 181, 0.14);
  border-color: rgba(20, 200, 181, 0.36);
}
.feature-card p { margin: 0; }

.screenshot-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.screen-card {
  background: #0d1f35;
  border-color: #254260;
  color: #fff;
  min-height: 220px;
  overflow: hidden;
  padding: 20px;
}
.screen-card:hover {
  border-color: rgba(20, 200, 181, 0.72);
  transform: translateY(-3px);
}
.screen-card--large {
  grid-column: span 2;
}
.screen-top {
  align-items: start;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}
.screen-top b {
  font-size: 22px;
}
.screen-top span {
  color: #9eb4ce;
  font-size: 13px;
  font-weight: 800;
}
.screen-kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.screen-kpis span,
.screen-table,
.price-mini,
.profile-mini {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px;
}
.screen-kpis b {
  display: block;
  font-size: 26px;
}
.screen-bars {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.screen-bars i {
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 999px;
  display: block;
  height: 13px;
  width: var(--w);
}
.screen-table {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}
.screen-table em {
  background: rgba(16, 185, 129, 0.15);
  border-radius: 999px;
  color: #9df3ce;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 8px;
}
.profile-mini {
  align-items: center;
  display: flex;
  gap: 14px;
}
.profile-mini div {
  background: linear-gradient(135deg, #d9e7ff, #87b7ff);
  border-radius: 16px;
  height: 58px;
  width: 58px;
}
.profile-mini b,
.profile-mini small {
  display: block;
}
.profile-mini small { color: #9eb4ce; margin-top: 4px; }
.price-mini {
  display: grid;
  gap: 10px;
}
.price-mini strong {
  color: #9df3ce;
  font-size: 34px;
}
.calendar-mini {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-mini span {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  height: 34px;
}
.calendar-mini .active {
  background: var(--primary);
  box-shadow: inset 0 -4px 0 rgba(16, 185, 129, 0.65);
}

.module-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.module-list article {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-rows: 48px 68px 72px;
  justify-items: center;
  min-height: 230px;
  padding: 24px 20px;
  text-align: center;
}
.module-list .ui-icon {
  align-self: center;
  grid-row: 2;
  height: 56px;
  margin: 0;
  overflow: hidden;
  position: relative;
  transform: none;
  width: 56px;
}
.module-list .ui-icon svg {
  display: block;
  height: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
}
.module-list strong,
.module-list article > span:not(.ui-icon) {
  display: block;
}
.module-list strong {
  align-items: end;
  align-self: stretch;
  display: flex;
  font-size: 18px;
  grid-row: 1;
  justify-content: center;
  line-height: 1.2;
  max-width: none;
}
.module-list article > span:not(.ui-icon) {
  align-self: start;
  color: var(--muted);
  grid-row: 3;
  line-height: 1.5;
  margin-top: 0;
  max-width: 18rem;
}
.center-action {
  justify-content: center;
}

.trust-grid,
.pricing-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.trust-grid article,
.pricing-grid article {
  display: grid;
  gap: 10px;
  padding: 22px;
}
.trust-grid strong {
  font-size: 18px;
}
.trust-grid article {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.trust-grid span {
  color: #b8c7dc;
}

.reviews-layout {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
}

.rating-summary,
.review-cards article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.rating-summary {
  align-content: start;
  display: grid;
  gap: 16px;
  padding: 26px;
}

.google-badge {
  align-items: center;
  display: flex;
  gap: 10px;
}

.google-badge span {
  align-items: center;
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 50%;
  color: #4285f4;
  display: flex;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.google-badge strong {
  color: #2f3d51;
  font-size: 15px;
}

.rating-score {
  color: var(--ink);
  font-size: 64px;
  line-height: 0.9;
}

.stars {
  color: #fbbc04;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.rating-summary p,
.review-cards p {
  color: var(--muted);
  line-height: 1.62;
  margin: 0;
}

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

.review-cards article {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.review-head {
  align-items: center;
  display: flex;
  gap: 12px;
}

.review-avatar {
  align-items: center;
  background: var(--soft);
  border-radius: 14px;
  color: var(--primary);
  display: flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 950;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.review-avatar--green {
  background: #dcfce7;
  color: #0b6b3d;
}

.review-avatar--orange {
  background: #fef3c7;
  color: #925400;
}

.review-head strong,
.review-head small {
  display: block;
}

.review-head strong {
  color: var(--ink);
}

.review-head small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pricing-grid strong {
  color: var(--primary);
  font-size: 24px;
}
.pricing-grid ul {
  color: var(--muted);
  display: grid;
  gap: 8px;
  line-height: 1.45;
  margin: 0;
  padding-left: 18px;
}
.web-plan-original-price {
  color: var(--muted);
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
  text-decoration: line-through;
}
.web-plan-discount {
  background: #dcfce7;
  border-radius: 999px;
  color: #047857;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  width: fit-content;
}
.highlight-plan {
  border-color: rgba(20, 200, 181, 0.7) !important;
  box-shadow: 0 18px 44px rgba(20, 200, 181, 0.18) !important;
}

.contact-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(20, 200, 181, 0.16), transparent 20rem),
    radial-gradient(circle at 94% 80%, rgba(7, 84, 214, 0.10), transparent 22rem),
    rgba(255, 255, 255, 0.96);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  margin-bottom: 74px;
  padding: clamp(24px, 4vw, 44px);
}
.contact-copy .eyebrow { color: var(--primary); }
.contact-copy p { margin: 16px 0 0; }
.contact-note {
  background: #e7fbf8;
  border: 1px solid rgba(20, 200, 181, 0.36);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 16px;
}
.demo-inline-link {
  color: var(--accent-dark);
  display: inline-flex;
  font-weight: 950;
  margin-top: 18px;
}
.lead-form {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lead-form label {
  display: grid;
  gap: 8px;
}
.lead-form label span {
  color: #4b5a70;
  font-size: 13px;
  font-weight: 950;
}
.lead-form input,
.lead-form textarea {
  background: #fff;
  border: 1px solid #cbd8ec;
  border-radius: 12px;
  color: var(--text);
  outline: 0;
  padding: 14px;
  width: 100%;
}
.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(20, 200, 181, 0.16);
}
.field-wide,
.submit-button,
.form-alert {
  grid-column: 1 / -1;
}
.check {
  align-items: start;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 18px minmax(0, 1fr);
}
.check input {
  margin-top: 2px;
  padding: 0;
}
.honeypot {
  left: -9999px;
  position: absolute;
}
.form-alert {
  border-radius: 12px;
  font-weight: 850;
  line-height: 1.45;
  padding: 14px 16px;
}
.form-alert.success {
  background: #dcfce7;
  color: #116035;
}
.form-alert.error {
  background: #fee2e2;
  color: #9f1239;
}
.submit-button[disabled] {
  background: #8fa1bb;
  border-color: #8fa1bb;
  cursor: wait;
}

.site-footer {
  align-items: flex-start;
  background: #08172a;
  color: #d8e5f8;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  padding: 30px clamp(22px, 6vw, 92px);
}
.site-footer a {
  color: #fff;
  font-weight: 900;
}
.footer-brand {
  display: grid;
  gap: 6px;
  max-width: 360px;
}
.footer-brand strong {
  color: #fff;
  font-size: 20px;
}
.footer-brand span,
.footer-meta span {
  color: #bfd2ea;
  line-height: 1.55;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-meta {
  display: grid;
  gap: 6px;
  min-width: 220px;
}

.legal-page {
  background:
    linear-gradient(180deg, rgba(7, 84, 214, 0.08), rgba(16, 185, 129, 0.04)),
    #f6f8fc;
  min-height: 100vh;
  padding: clamp(24px, 6vw, 72px) 20px 0;
}

.legal-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(24px, 5vw, 54px);
}

.legal-back {
  color: var(--primary);
  display: inline-flex;
  font-weight: 950;
  margin-bottom: 22px;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.legal-action {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
}
.legal-action.primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.legal-shell h1 {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  margin: 0 0 18px;
}

.legal-shell h2 {
  color: var(--ink);
  font-size: 22px;
  margin: 34px 0 10px;
}

.legal-shell p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 12px;
}
.legal-shell ul {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 16px;
  padding-left: 22px;
}
.legal-shell li {
  margin-bottom: 8px;
}

.legal-note {
  background: var(--soft);
  border: 1px solid #d5e3fb;
  border-radius: 14px;
  color: #28476f !important;
  font-weight: 800;
  padding: 16px;
}
.legal-summary {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 8px;
  padding: 18px 0;
}
.legal-summary div {
  display: grid;
  gap: 4px;
}
.legal-summary small {
  color: var(--muted);
  font-weight: 850;
  text-transform: uppercase;
}
.legal-summary strong {
  color: var(--ink);
}
.legal-footer.site-footer {
  margin: clamp(42px, 7vw, 78px) -20px 0;
}

.demo-body {
  background: #071426;
  color: #e8f1ff;
}
.demo-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 100vh;
}
.demo-sidebar {
  background: #0c1b2f;
  border-right: 1px solid #213955;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 22px 16px;
}
.demo-brand strong,
.demo-brand small {
  color: #fff;
}
.demo-nav {
  display: grid;
  gap: 8px;
}
.demo-nav button,
.demo-back {
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: #bdd1eb;
  cursor: pointer;
  font-weight: 900;
  padding: 14px;
  text-align: left;
}
.demo-nav button.active,
.demo-nav button:hover,
.demo-back {
  background: #12345f;
  color: #fff;
}
.demo-back {
  margin-top: auto;
  text-align: center;
}
.demo-workspace {
  min-width: 0;
}
.demo-topbar {
  align-items: center;
  background: #0b1728;
  border-bottom: 1px solid #213955;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 14px 30px;
}
.demo-search {
  align-items: center;
  background: #11243d;
  border: 1px solid #294767;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  max-width: 620px;
  padding: 0 14px;
  width: 100%;
}
.demo-search span {
  background: var(--primary);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.demo-search input {
  background: transparent;
  border: 0;
  color: #dbeafe;
  min-height: 44px;
  outline: 0;
  width: 100%;
}
.demo-user {
  align-items: center;
  display: flex;
  gap: 10px;
}
.demo-user > span {
  align-items: center;
  background: #dbeafe;
  border-radius: 50%;
  color: #12345f;
  display: flex;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.demo-user strong,
.demo-user small {
  display: block;
}
.demo-user small {
  color: #93a9c4;
}
.demo-readonly-banner {
  align-items: center;
  background: #092757;
  border: 1px solid #1b58b8;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  margin: 28px 30px 0;
  padding: 16px;
}
.demo-readonly-banner span {
  color: #bdd7ff;
}
.demo-view {
  display: none;
  padding: 28px 30px 44px;
}
.demo-view.active {
  display: block;
}
.demo-heading {
  margin-bottom: 22px;
}
.demo-heading span {
  color: #8fb9ff;
  display: block;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.demo-heading h1 {
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  margin: 0;
}
.demo-heading p {
  color: #a9bfd9;
  margin: 12px 0 0;
}
.demo-kpi-grid,
.demo-grid-two,
.demo-member-grid,
.demo-pricing-cards {
  display: grid;
  gap: 16px;
}
.demo-kpi-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.demo-grid-two {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  margin-top: 16px;
}
.demo-kpi-grid article,
.demo-panel-card,
.demo-table-card,
.demo-member-grid article,
.demo-pricing-cards article {
  background: #10243b;
  border: 1px solid #2b4868;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
.demo-kpi-grid article {
  display: grid;
  gap: 10px;
  padding: 22px;
}
.demo-kpi-grid span,
.demo-kpi-grid small,
.demo-panel-card p {
  color: #9eb4ce;
}
.demo-kpi-grid strong {
  color: #fff;
  font-size: 34px;
}
.demo-panel-card {
  padding: 22px;
}
.demo-card-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.demo-card-head h2 {
  margin: 0;
}
.demo-card-head button,
.demo-toolbar button,
.demo-table-card button,
.demo-modal-actions button,
.demo-modal-actions a {
  background: #e8f1ff;
  border: 0;
  border-radius: 10px;
  color: #0b3d91;
  cursor: pointer;
  font-weight: 950;
  padding: 11px 14px;
}
.demo-funnel-row {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 120px 1fr 48px;
  margin-top: 18px;
}
.demo-funnel-row i {
  background: #dbeafe;
  border-radius: 999px;
  display: block;
  height: 12px;
}
.demo-funnel-row span {
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 999px;
  display: block;
  height: 12px;
  width: var(--w);
}
.demo-task-stack {
  display: grid;
  gap: 12px;
}
.demo-task-stack span {
  align-items: center;
  background: #152d49;
  border: 1px solid #2b4868;
  border-radius: 12px;
  color: #bdd1eb;
  display: flex;
  justify-content: space-between;
  padding: 14px;
}
.demo-toolbar {
  align-items: center;
  background: #10243b;
  border: 1px solid #2b4868;
  border-radius: 16px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto;
  margin-bottom: 16px;
  padding: 14px;
}
.demo-toolbar input {
  background: #0b1728;
  border: 1px solid #294767;
  border-radius: 12px;
  color: #dbeafe;
  padding: 13px;
}
.demo-table-card {
  overflow: auto;
}
.demo-table-card table {
  border-collapse: collapse;
  min-width: 780px;
  width: 100%;
}
.demo-table-card th,
.demo-table-card td {
  border-bottom: 1px solid #2b4868;
  padding: 15px;
  text-align: left;
}
.demo-table-card th {
  color: #9eb4ce;
  font-size: 12px;
  text-transform: uppercase;
}
.pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  padding: 6px 10px;
}
.pill.green { background: #dcfce7; color: #0b6b3d; }
.pill.blue { background: #dbeafe; color: #0b4fa9; }
.pill.amber { background: #fef3c7; color: #925400; }
.demo-member-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.demo-member-grid article {
  cursor: pointer;
  padding: 22px;
}
.demo-member-grid article:hover {
  border-color: #6ea8ff;
}
.avatar-demo {
  background: linear-gradient(135deg, #d9e7ff, #7ba9ff);
  border-radius: 18px;
  height: 78px;
  margin-bottom: 16px;
  width: 78px;
}
.avatar-demo--alt { background: linear-gradient(135deg, #dcfce7, #34d399); }
.avatar-demo--third { background: linear-gradient(135deg, #fef3c7, #f59e0b); }
.demo-member-grid h2,
.demo-pricing-cards h2 {
  margin: 0 0 8px;
}
.demo-member-grid p,
.demo-pricing-cards p {
  color: #a9bfd9;
}
.demo-pricing-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.demo-pricing-cards article {
  padding: 24px;
}
.demo-pricing-cards strong {
  color: #9df3ce;
  font-size: 34px;
}
.demo-calendar {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.demo-calendar button {
  background: #10243b;
  border: 1px solid #2b4868;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: 950;
  min-height: 130px;
  padding: 18px;
  text-align: left;
}
.demo-calendar small {
  color: #9eb4ce;
  font-size: 14px;
}
.demo-modal {
  align-items: center;
  background: rgba(3, 10, 20, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 80;
}
.demo-modal[hidden] {
  display: none;
}
.demo-modal-panel {
  background: #10243b;
  border: 1px solid #3b5e84;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  max-width: 760px;
  padding: 26px;
  position: relative;
  width: min(760px, 100%);
}
.demo-modal-close {
  background: #e8f1ff;
  border: 0;
  border-radius: 10px;
  color: #0b3d91;
  cursor: pointer;
  font-weight: 950;
  padding: 10px 12px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.demo-modal-panel h2 {
  color: #fff;
  margin: 0 0 18px;
}
.demo-detail-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.demo-detail-grid span,
.demo-note-box {
  background: #0b1728;
  border: 1px solid #294767;
  border-radius: 12px;
  color: #dbeafe;
  padding: 14px;
}
.demo-detail-grid b,
.demo-note-box b {
  color: #8fb9ff;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.demo-note-box {
  margin-top: 14px;
}
.demo-note-box p {
  color: #bdd1eb;
  margin: 0;
}
.demo-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 20px;
}
.demo-modal-actions a {
  background: var(--primary);
  color: #fff;
}
.modal-open {
  overflow: hidden;
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-content {
    padding: 74px 22px 28px;
  }
  .hero-panel {
    padding: 0 22px 54px;
  }
  .product-shot {
    max-width: 760px;
    min-height: 0;
  }
  .product-phone {
    bottom: auto;
    left: auto;
    margin: 18px auto 0;
    position: relative;
  }
  .admin-shot {
    max-width: none;
  }
  .admin-shot-grid,
  .admin-shot-tables {
    grid-template-columns: 1fr;
  }
  .admin-shot-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .proof-strip,
  .product-grid,
  .screenshot-grid,
  .module-list,
  .trust-grid,
  .reviews-layout,
  .review-cards,
  .pricing-grid,
  .contact-section,
  .lead-form,
  .pain-section,
  .client-explorer {
    grid-template-columns: 1fr;
  }
  .proof-strip { margin-top: 18px; }
  .feature-card--wide,
  .screen-card--large {
    grid-column: auto;
  }
  .module-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-header nav {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .site-header nav a,
  .nav-feature-toggle {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    min-height: 38px;
  }
  .nav-feature-toggle {
    justify-content: flex-start;
  }
  .nav-feature-menu {
    position: static;
    width: auto;
  }
  .nav-feature-panel {
    left: 22px;
    min-width: 0;
    right: 22px;
    top: 190px;
    width: auto;
  }
  .site-header nav a.panel-link,
  .site-header nav a.nav-cta {
    justify-content: center;
    grid-column: 1 / -1;
    text-align: center;
    width: 100%;
  }
  .nav-feature-panel::before {
    display: none;
  }
  .mini-kpis,
  .screen-kpis {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    max-width: 100vw;
  }
  .hero-content,
  .hero-panel {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100vw;
    width: 100%;
  }
  .hero h1,
  .hero-copy,
  .hero-actions,
  .mini-window,
  .admin-shot,
  .product-shot {
    max-width: calc(100vw - 56px);
  }
  .hero h1,
  .hero-copy {
    max-width: calc(100vw - 72px);
  }
  .hero h1 {
    font-size: 40px;
    line-height: 1.05;
  }
  .hero-copy {
    font-size: 18px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions a {
    max-width: calc(100vw - 56px);
    width: 100%;
  }
  .mini-window {
    overflow: hidden;
  }
  .admin-shot {
    padding: 14px;
  }
  .admin-shot-head,
  .admin-shot-actions {
    flex-direction: column;
  }
  .admin-shot-actions,
  .admin-shot-actions span,
  .admin-shot-actions b {
    width: 100%;
  }
  .admin-shot-actions span,
  .admin-shot-actions b {
    justify-content: center;
  }
  .admin-shot-kpis,
  .admin-shot-tabs {
    grid-template-columns: 1fr;
  }
  .admin-shot-tables {
    display: none;
  }
  .product-app {
    grid-template-columns: 1fr;
  }
  .product-sidebar {
    display: none;
  }
  .product-workspace {
    padding: 18px;
  }
  .workspace-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .workspace-head button {
    width: 100%;
  }
  .workspace-kpis,
  .workspace-table div {
    grid-template-columns: 1fr;
  }
  .product-phone {
    width: min(240px, 100%);
  }
  .client-explorer {
    padding: 24px;
  }
  .module-list {
    grid-template-columns: 1fr;
  }
  .module-list article {
    min-height: 190px;
  }
  .mockup-table {
    grid-template-columns: 1fr;
  }
  .mockup-table span {
    display: none;
  }
  .demo-shell {
    grid-template-columns: 1fr;
  }
  .demo-sidebar {
    position: static;
  }
  .demo-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .demo-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }
  .demo-readonly-banner,
  .demo-view {
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .demo-kpi-grid,
  .demo-grid-two,
  .demo-member-grid,
  .demo-pricing-cards,
  .demo-calendar,
  .demo-toolbar,
  .demo-detail-grid {
    grid-template-columns: 1fr;
  }
  .demo-funnel-row {
    grid-template-columns: 1fr;
  }
  .site-footer,
  .footer-links {
    flex-direction: column;
  }
  .footer-meta {
    width: 100%;
  }
  .legal-summary {
    grid-template-columns: 1fr;
  }
  .legal-shell {
    border-radius: 14px;
  }
}
