:root {
  --ink: #0b1930;
  --ink-soft: #5d6f8e;
  --blue: #1f5cff;
  --blue-dark: #1648d8;
  --blue-soft: #eaf1ff;
  --green: #0e9f6e;
  --line: #dce4ef;
  --surface: #ffffff;
  --background: #f5f7f4;
  --navy: #07152e;
  --navy-light: #0e244b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

[hidden] {
  display: none !important;
}

.admin-bar .topbar {
  top: 32px;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: var(--background);
}

.container {
  width: min(100% - 64px, 1440px);
  margin-inline: auto;
}

.topbar {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(220, 228, 239, 0.76);
  background: rgba(248, 250, 248, 0.84);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  width: max-content;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo-link img {
  width: auto;
  max-width: 180px;
  height: 48px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px 11px 18px 11px;
  background: linear-gradient(135deg, #1746d3, #2f73ff);
  box-shadow: 0 8px 18px rgba(31, 92, 255, 0.22);
  color: white;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.06em;
  transform: rotate(-4deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav a {
  position: relative;
  color: #31415d;
  font-size: 14px;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cbd5e4;
  border-radius: 12px;
  background: white;
  color: var(--ink);
  cursor: pointer;
}

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

.nav-toggle::before {
  transform: translateY(-5px);
}

.nav-toggle::after {
  transform: translateY(5px);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(2px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: rotate(-45deg);
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button svg {
  width: 18px;
  transition: transform 180ms ease;
}

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

.button:hover svg {
  transform: translateX(4px);
}

.button:focus-visible,
.desktop-nav a:focus-visible,
.text-link:focus-visible,
.dashboard-tabs button:focus-visible,
.modal-close:focus-visible {
  outline: 3px solid rgba(31, 92, 255, 0.25);
  outline-offset: 3px;
}

.button-primary {
  padding: 0 24px;
  background: linear-gradient(135deg, var(--blue), #126ff5);
  box-shadow: 0 14px 28px rgba(31, 92, 255, 0.23);
  color: white;
}

.button-primary:hover {
  box-shadow: 0 18px 34px rgba(31, 92, 255, 0.31);
}

.button-outline {
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #bfcbe0;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
}

.button-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.hero {
  position: relative;
  min-height: 880px;
  padding: 168px 0 108px;
  background:
    radial-gradient(circle at 48% 42%, rgba(103, 164, 255, 0.15), transparent 34%),
    linear-gradient(180deg, #f9fbf8 0%, var(--background) 100%);
}

.hero-grid-pattern {
  position: absolute;
  top: 88px;
  right: -30px;
  width: 390px;
  height: 390px;
  background-image:
    linear-gradient(rgba(31, 92, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 92, 255, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(135deg, transparent 12%, black 64%, transparent 96%);
}

.hero-ambient {
  position: absolute;
  bottom: 100px;
  left: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(31, 92, 255, 0.16);
  border-radius: 50%;
}

.hero-ambient::after {
  position: absolute;
  inset: 46px;
  border: 1px solid rgba(31, 92, 255, 0.12);
  border-radius: inherit;
  content: "";
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(680px, 1.18fr);
  align-items: center;
  gap: 76px;
}

.hero-copy {
  animation: fade-up 600ms both;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #36537f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(3.8rem, 5.2vw, 5.75rem);
  font-weight: 780;
  letter-spacing: -0.062em;
  line-height: 0.98;
}

.hero h1 span {
  background: linear-gradient(110deg, #1d55ef, #1683ef);
  background-clip: text;
  color: transparent;
}

.hero-description {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.hero-actions .button {
  min-height: 58px;
  padding-inline: 28px;
  border-radius: 15px;
  font-size: 16px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
}

.text-link span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  color: #5a6d8a;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

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

.proof-list .icon {
  width: 16px;
  height: 16px;
  color: var(--green);
  stroke-width: 2.4;
}

.dashboard-stage {
  position: relative;
  scroll-margin-top: 116px;
  animation: dashboard-enter 700ms 120ms both;
}

.dashboard-glow {
  position: absolute;
  inset: 8% 3% -5% 8%;
  border-radius: 50%;
  background: rgba(31, 92, 255, 0.2);
  filter: blur(68px);
}

.dashboard-window {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  min-width: 690px;
  overflow: hidden;
  border: 1px solid rgba(177, 193, 218, 0.84);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 32px 80px rgba(34, 64, 115, 0.16),
    0 4px 18px rgba(34, 64, 115, 0.07);
  backdrop-filter: blur(14px);
}

.dashboard-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 20px 12px;
  border-right: 1px solid #e4eaf3;
  background: linear-gradient(180deg, #fbfdff, #f1f5fb);
}

.mini-brand {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 12px 12px 18px 12px;
  background: var(--blue);
  color: white;
  font-size: 17px;
  font-weight: 850;
}

.side-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: #8190a8;
}

.side-icon.active {
  background: var(--blue-soft);
  color: var(--blue);
}

.side-icon .icon {
  width: 19px;
  height: 19px;
}

.dashboard-content {
  min-width: 0;
  padding: 20px;
}

.dashboard-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-topline p,
.chart-heading p {
  margin: 0;
  color: #75849c;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-topline strong {
  display: block;
  margin-top: 3px;
  font-size: 16px;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid #dfe7f2;
  border-radius: 999px;
  color: #61718a;
  font-size: 9px;
  font-weight: 700;
}

.live-indicator i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(14, 159, 110, 0.1);
  animation: live-pulse 2.4s infinite;
}

.dashboard-tabs {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  padding: 4px;
  border-radius: 11px;
  background: #f1f4f8;
}

.dashboard-tabs button {
  flex: 1;
  padding: 8px 12px;
  border-radius: 8px;
  background: transparent;
  color: #6e7e96;
  cursor: pointer;
  font-size: 10px;
  font-weight: 760;
  transition:
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.dashboard-tabs button.active {
  background: white;
  box-shadow: 0 3px 10px rgba(56, 76, 108, 0.09);
  color: var(--blue);
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.kpi-card {
  position: relative;
  min-width: 0;
  padding: 13px;
  border: 1px solid #e0e6ef;
  border-radius: 13px;
  background: #fff;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
  animation: kpi-enter 420ms both;
}

.kpi-card:nth-child(2) {
  animation-delay: 70ms;
}

.kpi-card:nth-child(3) {
  animation-delay: 140ms;
}

.kpi-card:hover {
  border-color: #b8ccff;
  box-shadow: 0 9px 20px rgba(31, 92, 255, 0.08);
  transform: translateY(-2px);
}

.kpi-card p {
  margin: 0;
  overflow: hidden;
  color: #6c7b93;
  font-size: 9px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kpi-card strong {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  font-size: clamp(15px, 1.25vw, 21px);
  letter-spacing: -0.045em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kpi-card > span {
  display: block;
  margin-top: 7px;
  color: var(--green);
  font-size: 8px;
  font-weight: 760;
}

.kpi-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: var(--blue-soft);
  color: var(--blue);
}

.kpi-icon .icon {
  width: 14px;
}

.kpi-icon.tone-2 {
  background: #e9f8f3;
  color: var(--green);
}

.kpi-icon.tone-3 {
  background: #fff4e6;
  color: #e07819;
}

.chart-card {
  margin-top: 10px;
  padding: 14px 14px 9px;
  border: 1px solid #e0e6ef;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fbfdff);
}

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

.chart-heading p {
  color: var(--ink);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.chart-heading span {
  color: #7c8ba2;
  font-size: 8px;
}

.chart-chip {
  padding: 5px 7px;
  border-radius: 999px;
  background: #eaf8f2;
  color: var(--green) !important;
  font-weight: 740;
}

.chart-wrap {
  position: relative;
  margin-top: 7px;
  padding-left: 28px;
}

.chart-axis {
  position: absolute;
  top: 11px;
  bottom: 18px;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #8a98ad;
  font-size: 7px;
}

.chart {
  display: block;
  width: 100%;
  height: 170px;
  overflow: visible;
}

.chart-gridline {
  stroke: #e6ebf2;
  stroke-dasharray: 4 5;
  stroke-width: 1;
}

.chart-line {
  fill: none;
  stroke: var(--blue);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
  animation: draw-chart 900ms 220ms forwards ease-out;
}

.chart-point {
  fill: white;
  stroke: var(--blue);
  stroke-width: 2.4;
}

.chart-point-halo {
  fill: none;
  stroke: rgba(31, 92, 255, 0.2);
  stroke-width: 6;
}

.chart-months {
  display: flex;
  justify-content: space-between;
  padding: 0 6px 0 7px;
  color: #7f8da3;
  font-size: 7px;
}

.demo-note {
  margin: 8px 0 0;
  color: #97a3b5;
  font-size: 7px;
  text-align: right;
}

.resources-section {
  padding: 124px 0 132px;
  scroll-margin-top: 70px;
  background: white;
}

.section-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  align-items: end;
  gap: 120px;
  margin-bottom: 58px;
}

.section-intro h2,
.difference-copy h2 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(2.8rem, 4.5vw, 4.7rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.section-intro > p {
  max-width: 500px;
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.72;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.resource-card {
  position: relative;
  grid-column: span 3;
  min-height: 270px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fbfcfe;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.resource-card:hover {
  border-color: #c5d5f3;
  box-shadow: 0 20px 45px rgba(44, 70, 111, 0.09);
  transform: translateY(-5px);
}

.resource-card.showcase {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  grid-column: span 6;
  grid-template-rows: auto auto 1fr;
  min-height: 330px;
  column-gap: 24px;
  background:
    radial-gradient(circle at 94% 8%, rgba(31, 92, 255, 0.12), transparent 34%),
    #f8faff;
}

.resource-card.showcase .resource-topline,
.resource-card.showcase h3,
.resource-card.showcase > p {
  grid-column: 1;
}

.resource-card.showcase h3 {
  align-self: end;
}

.resource-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.resource-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--blue-soft);
  color: var(--blue);
}

.resource-icon .icon {
  width: 22px;
}

.resource-label {
  padding: 6px 9px;
  border: 1px solid #d8e2f2;
  border-radius: 999px;
  color: #637493;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-card h3 {
  margin: 30px 0 12px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.resource-card > p {
  margin: 0;
  color: #657691;
  font-size: 14px;
  line-height: 1.65;
}

.mini-visual {
  position: relative;
  display: flex;
  grid-column: 2;
  grid-row: 1 / -1;
  min-height: 260px;
  align-items: end;
  align-self: stretch;
  padding: 50px 18px 20px;
  overflow: hidden;
  border: 1px solid #d7e0ee;
  border-radius: 18px;
  background: white;
  box-shadow: 0 20px 45px rgba(43, 69, 112, 0.09);
}

.mini-visual-header {
  position: absolute;
  top: 15px;
  right: 16px;
  left: 16px;
  display: flex;
  gap: 5px;
}

.mini-visual-header span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d7e0ed;
}

.mini-visual-header span:first-child {
  background: var(--blue);
}

.mini-bars {
  display: flex;
  width: 100%;
  height: 145px;
  align-items: end;
  justify-content: space-between;
  gap: 7px;
  padding-top: 18px;
  border-bottom: 1px solid #dfe6ef;
  background-image: linear-gradient(#edf1f6 1px, transparent 1px);
  background-size: 100% 36px;
}

.mini-bars i {
  flex: 1;
  border-radius: 6px 6px 1px 1px;
  background: linear-gradient(180deg, #76a6ff, var(--blue));
  animation: bars-grow 650ms both ease-out;
  transform-origin: bottom;
}

.mini-flow {
  display: grid;
  width: 100%;
  gap: 10px;
}

.mini-flow > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #e1e7ef;
  border-radius: 12px;
}

.mini-flow small {
  display: block;
  color: #8490a2;
  font-size: 9px;
}

.mini-flow strong {
  font-size: 13px;
}

.mini-flow > span:first-child strong {
  color: var(--green);
}

.difference-section {
  position: relative;
  padding: 126px 0 34px;
  scroll-margin-top: 72px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(25, 79, 179, 0.26), transparent 35%),
    var(--navy);
  color: white;
}

.difference-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(94, 142, 224, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 142, 224, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, black 55%, transparent);
  content: "";
}

.difference-orb {
  position: absolute;
  top: -280px;
  right: -200px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(99, 156, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(31, 92, 255, 0.035),
    0 0 0 160px rgba(31, 92, 255, 0.025);
}

.difference-section .container {
  position: relative;
  z-index: 1;
}

.difference-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 120px;
}

.eyebrow.light {
  color: #aebfda;
}

.difference-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 30px 0 0;
  color: #9fb1ce;
  font-size: 16px;
  line-height: 1.75;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  padding: 11px 17px 11px 11px;
  border: 1px solid rgba(153, 180, 223, 0.19);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.trust-pill > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: rgba(57, 117, 255, 0.18);
  color: #70a1ff;
}

.trust-pill .icon {
  width: 21px;
}

.trust-pill strong,
.trust-pill small {
  display: block;
}

.trust-pill strong {
  font-size: 13px;
}

.trust-pill small {
  margin-top: 4px;
  color: #8fa3c4;
  font-size: 10px;
}

.benefit-list {
  border-top: 1px solid rgba(161, 187, 230, 0.17);
}

.benefit-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(161, 187, 230, 0.17);
}

.benefit-row > span {
  color: #5b8ff2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.benefit-row h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.benefit-row p {
  max-width: 660px;
  margin: 10px 0 0;
  color: #95a8c7;
  font-size: 14px;
  line-height: 1.65;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 100px;
  padding: 46px 52px;
  overflow: hidden;
  border: 1px solid rgba(132, 170, 236, 0.26);
  border-radius: 26px;
  background:
    radial-gradient(circle at 78% 0%, rgba(76, 143, 255, 0.46), transparent 30%),
    linear-gradient(135deg, #153b83, #0b2858);
}

.final-cta p {
  margin: 0 0 10px;
  color: #9fb8e5;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 4rem);
  letter-spacing: -0.05em;
}

.button-light {
  min-width: 238px;
  min-height: 58px;
  padding: 0 24px;
  background: white;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  color: #103576;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0 4px;
}

.brand-inverse .brand-copy small {
  color: #7f95b8;
}

.footer p {
  margin: 0;
  color: #7085a6;
  font-size: 11px;
}

.content-page {
  min-height: 70vh;
  padding: 160px 0 96px;
  background: white;
}

.content-page article {
  width: min(100% - 40px, 860px);
  margin-inline: auto;
}

.content-page h1 {
  margin: 0 0 32px;
  font-size: clamp(2.8rem, 6vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.entry-content {
  color: #42536d;
  font-size: 17px;
  line-height: 1.8;
}

.entry-content a {
  color: var(--blue);
  text-decoration: underline;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.posts-list {
  display: grid;
  gap: 20px;
}

.post-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fbfcfe;
}

.post-card h2 {
  margin: 0 0 12px;
}

.pagination {
  margin-top: 36px;
}

.wp-footer {
  padding: 30px 0;
  background: var(--navy);
  color: #9fb1ce;
  font-size: 12px;
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  overflow-y: auto;
  place-items: center;
  padding: 24px;
  background: rgba(4, 14, 34, 0.68);
  backdrop-filter: blur(10px);
  animation: modal-fade 180ms both;
}

.modal {
  position: relative;
  width: min(100%, 520px);
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 26px;
  background: white;
  box-shadow: 0 34px 90px rgba(4, 16, 41, 0.28);
  animation: modal-enter 240ms both;
}

.modal-close {
  position: absolute;
  top: 17px;
  right: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f1f4f8;
  color: #66758c;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.modal .eyebrow {
  margin-bottom: 18px;
  font-size: 10px;
}

.modal h2 {
  max-width: 420px;
  margin: 0;
  font-size: 36px;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.modal-description {
  margin: 16px 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.modal form {
  display: grid;
  gap: 15px;
}

.modal label {
  display: grid;
  gap: 7px;
  color: #37465f;
  font-size: 11px;
  font-weight: 760;
}

.modal input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d8e0ec;
  border-radius: 11px;
  outline: none;
  color: var(--ink);
  font-size: 14px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.modal input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(31, 92, 255, 0.1);
}

.modal input::placeholder {
  color: #9aa7b9;
}

.modal form .button {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
}

.form-note {
  color: #8a97aa;
  font-size: 10px;
  text-align: center;
}

.modal-success {
  padding: 12px 0 2px;
  text-align: center;
}

.modal-success > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 18px;
  background: #e8f8f2;
  color: var(--green);
}

.modal-success .icon {
  width: 28px;
  stroke-width: 2.5;
}

.modal-success > p:first-of-type {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal-success > p:last-of-type {
  margin: 18px 0 26px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.modal-success .button {
  width: 100%;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dashboard-enter {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes kpi-enter {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
}

@keyframes draw-chart {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes live-pulse {
  50% {
    box-shadow: 0 0 0 8px rgba(14, 159, 110, 0);
  }
}

@keyframes bars-grow {
  from {
    transform: scaleY(0);
  }
}

@keyframes modal-fade {
  from {
    opacity: 0;
  }
}

@keyframes modal-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
}

@media (max-width: 1240px) {
  .hero {
    padding-top: 150px;
  }

  .hero-layout {
    grid-template-columns: minmax(360px, 0.76fr) minmax(620px, 1.24fr);
    gap: 40px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 5vw, 4.65rem);
  }

  .difference-grid {
    gap: 70px;
  }
}

@media (max-width: 1040px) {
  .container {
    width: min(100% - 44px, 900px);
  }

  .nav-inner {
    position: relative;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .nav-toggle {
    display: grid;
  }

  .desktop-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: block;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 44px rgba(32, 53, 89, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .desktop-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .desktop-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
  }

  .desktop-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .desktop-nav a:hover {
    background: var(--blue-soft);
    color: var(--blue);
  }

  .hero {
    min-height: auto;
    padding: 154px 0 96px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(3.8rem, 8vw, 5.6rem);
  }

  .dashboard-stage {
    width: 100%;
  }

  .dashboard-window {
    min-width: 0;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .resource-card,
  .resource-card.showcase {
    grid-column: span 6;
  }

  .resource-card.showcase {
    grid-template-columns: 1fr;
  }

  .mini-visual {
    display: none;
  }

  .resource-card.showcase .resource-topline,
  .resource-card.showcase h3,
  .resource-card.showcase > p {
    grid-column: auto;
  }

  .difference-grid {
    grid-template-columns: 1fr;
  }

  .difference-copy {
    max-width: 740px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 32px, 620px);
  }

  .topbar {
    background: rgba(248, 250, 248, 0.92);
  }

  .nav-inner {
    height: 76px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy small {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding: 128px 0 74px;
  }

  .hero-grid-pattern {
    opacity: 0.7;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .hero-description {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

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

  .text-link {
    justify-content: center;
  }

  .proof-list {
    display: grid;
    gap: 10px;
  }

  .dashboard-window {
    grid-template-columns: 1fr;
    border-radius: 19px;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-content {
    padding: 14px;
  }

  .live-indicator {
    padding: 6px 8px;
    font-size: 8px;
  }

  .dashboard-tabs {
    overflow-x: auto;
  }

  .dashboard-tabs button {
    min-width: 94px;
  }

  .kpi-grid {
    grid-template-columns: 1fr;
  }

  .kpi-card {
    min-height: 92px;
  }

  .kpi-card strong {
    font-size: 20px;
  }

  .chart {
    height: 136px;
  }

  .resources-section,
  .difference-section {
    padding-top: 86px;
  }

  .resources-section {
    padding-bottom: 90px;
  }

  .section-intro h2,
  .difference-copy h2 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .section-intro > p {
    font-size: 15px;
  }

  .resource-grid {
    grid-template-columns: 1fr;
  }

  .resource-card,
  .resource-card.showcase {
    grid-column: auto;
    min-height: 238px;
  }

  .difference-grid {
    gap: 56px;
  }

  .benefit-row {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .final-cta {
    align-items: stretch;
    flex-direction: column;
    margin-top: 70px;
    padding: 30px 24px;
  }

  .button-light {
    width: 100%;
  }

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

  .modal-backdrop {
    align-items: end;
    padding: 0;
  }

  .modal {
    max-height: 94vh;
    overflow-y: auto;
    padding: 38px 22px 26px;
    border-radius: 24px 24px 0 0;
  }

  .modal h2 {
    font-size: 31px;
  }
}

@media (max-width: 782px) {
  .admin-bar .topbar {
    top: 46px;
  }
}

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

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