:root {
  color-scheme: light;
  --bg: #f5f7fa;
  --panel: #ffffff;
  --line: #d9dee7;
  --text: #172033;
  --muted: #687386;
  --navy: #071b62;
  --accent: #1d6fb8;
  --accent-dark: #155386;
  --violet: #6420ff;
  --lavender: #b795f2;
  --soft: #eef3f9;
  --shadow: 0 22px 60px rgba(23, 32, 51, .14);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.site-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-skip { position: fixed; top: 10px; left: 10px; z-index: 30; padding: 10px 14px; border-radius: 8px; background: #fff; transform: translateY(-160%); }
.site-skip:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 10;
  width: min(1240px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.site-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; white-space: nowrap; }
.site-brand img { width: 42px; height: 42px; flex: 0 0 auto; }
.site-brand span { display: grid; line-height: 1.05; }
.site-brand b { font-size: 18px; letter-spacing: -.02em; }
.site-brand small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 650; }
.site-nav { display: flex; justify-content: center; gap: 4px; flex: 1; }
.site-nav a, .site-login { padding: 9px 12px; border-radius: 9px; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: #e8edf5; color: var(--accent-dark); }
.site-login { padding-inline: 18px; border: 1px solid #aeb8c8; background: #fff; }

.site-hero { padding-block: 108px 92px; }
.site-hero--product { position: relative; overflow: hidden; color: #fff; background: #172033; }
.site-hero--product::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 12%, rgba(29, 111, 184, .35), transparent 38%), radial-gradient(circle at 88% 18%, rgba(100, 32, 255, .3), transparent 34%); pointer-events: none; }
.site-hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; }
.site-hero-copy { min-width: 0; }
.site-hero h1 { max-width: 1040px; margin: 18px 0 24px; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.site-hero--product h1 { font-size: clamp(40px, 5.2vw, 68px); }
.site-hero--inner { padding-bottom: 70px; }
.site-hero--inner h1 { max-width: 1020px; font-size: clamp(40px, 5.2vw, 66px); }
.site-eyebrow, .site-kicker { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.site-hero--product .site-eyebrow { color: #9fcdf5; }
.site-lead { max-width: 820px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.5; }
.site-hero--product .site-lead { color: #c6d0df; }
.site-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.site-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 1px solid var(--accent); border-radius: 10px; background: var(--accent); color: #fff; font-weight: 780; text-decoration: none; }
.site-button:hover { background: var(--accent-dark); }
.site-button--ghost { border-color: #aab6c7; background: transparent; color: var(--text); }
.site-hero--product .site-button--ghost { border-color: #718099; color: #fff; }
.site-proofline { display: flex; gap: 22px; flex-wrap: wrap; margin: 42px 0 0; padding: 0; list-style: none; color: #c6d0df; font-size: 13px; }
.site-proofline li::before { content: "✓"; margin-right: 8px; color: #85c6ff; font-weight: 900; }

.site-section { padding-block: 94px; }
.site-section--soft { background: var(--soft); }
.site-section-heading { display: grid; grid-template-columns: 1.45fr .65fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.site-section h2, .site-next h2, .site-cta h2 { margin: 12px 0 16px; font-size: clamp(31px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.site-section-heading p, .site-cta p, .site-next p { color: var(--muted); }

.site-shot { margin: 0; overflow: hidden; border: 1px solid #cfd6e2; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.site-screen-link { display: block; min-width: 0; overflow: hidden; text-decoration: none; }
.site-shot img { display: block; width: 100%; background: #eef1f6; }
.site-shot figcaption { padding: 16px 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-shot figcaption b { display: block; color: var(--text); font-size: 15px; }
.site-shot--hero { border-color: rgba(255,255,255,.22); border-radius: 20px; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.site-shot--hero figcaption { border-color: #344056; background: #202a3d; color: #aeb9ca; }
.site-shot--hero figcaption b { color: #fff; }

.site-core-grid { display: grid; gap: 24px; }
.site-core-card { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: center; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.site-core-card:nth-child(even) { grid-template-columns: 1.22fr .78fr; }
.site-core-card:nth-child(even) .site-core-copy { order: 2; }
.site-core-card img { width: 100%; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 14px 40px rgba(23,32,51,.11); }
.site-core-copy > span, .site-support-grid span { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.site-core-copy h3 { margin: 10px 0 14px; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.site-core-copy p, .site-core-copy li { color: var(--muted); }
.site-core-copy ul { padding-left: 20px; }
.site-core-copy a { color: var(--accent-dark); font-weight: 800; text-decoration: none; }

.site-support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.site-support-grid a { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-decoration: none; }
.site-support-grid b { display: block; margin: 28px 0 10px; font-size: 21px; line-height: 1.18; }
.site-support-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.site-evidence { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.site-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.site-steps li { counter-increment: steps; display: grid; grid-template-columns: 42px 1fr; column-gap: 16px; padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.site-steps li::before { content: "0" counter(steps); grid-row: 1 / 3; color: var(--accent); font-weight: 850; }
.site-steps b { font-size: 19px; }
.site-steps span { color: var(--muted); }

.site-feature { display: grid; grid-template-columns: .8fr 1.3fr; gap: 56px; align-items: start; }
.site-copy { position: sticky; top: 28px; }
.site-copy h2 { font-size: clamp(31px, 3.5vw, 47px); }
.site-copy h3 { margin: 30px 0 8px; font-size: 17px; }
.site-copy > p { color: var(--muted); font-size: 17px; }
.site-checks { margin: 0; padding: 0; list-style: none; }
.site-checks li { position: relative; padding: 9px 0 9px 26px; border-bottom: 1px solid var(--line); }
.site-checks li::before { content: ""; position: absolute; left: 1px; top: 17px; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--violet)); box-shadow: 0 0 0 4px rgba(29,111,184,.08); }
.site-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 28px; }
.site-outcomes article { padding: 24px; border-top: 3px solid var(--accent); background: #fff; }
.site-outcomes b { font-size: 19px; }
.site-outcomes p { margin-bottom: 0; color: var(--muted); }
.site-note { max-width: 900px; padding: 28px 30px; border-left: 4px solid var(--violet); background: #fff; }
.site-note span { color: var(--violet); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.site-note p { margin: 8px 0 0; font-size: 20px; }

.site-next, .site-cta { padding-block: 76px; display: flex; align-items: end; justify-content: space-between; gap: 54px; }
.site-next h2, .site-cta h2 { max-width: 740px; font-size: clamp(30px, 3.7vw, 45px); }
.site-next p, .site-cta p { max-width: 720px; }
.site-text-link { white-space: nowrap; color: var(--accent-dark); font-weight: 800; text-decoration: none; }
.site-cta { margin-bottom: 40px; padding-inline: 40px; border-radius: 20px; background: #172033; color: #fff; }
.site-cta .site-kicker { color: #9fcdf5; }
.site-cta p { color: #b9c4d5; }
.site-cta .site-button--ghost { border-color: #718099; color: #fff; }

.site-integration-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.site-integration-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.site-channel { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #e8f2fb; color: var(--accent-dark); font-size: 12px; font-weight: 850; }
.site-integration-grid h3 { font-size: 25px; line-height: 1.16; }
.site-integration-grid p { color: var(--muted); }
.site-integration-grid a { color: var(--accent-dark); font-weight: 800; text-decoration: none; }

.site-footer { width: min(1240px, calc(100% - 48px)); margin: 50px auto 0; padding: 50px 0 40px; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(260px, 1fr) minmax(260px, .9fr) minmax(220px, .8fr); gap: 32px; color: #596578; font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer-about > p { margin-top: 14px; max-width: 390px; }
.site-footer-legal { display: grid; align-content: start; gap: 8px; }
.site-footer-legal b { color: var(--text); font-size: 14px; }
.site-footer-legal a { color: var(--text); }
.site-footer nav { display: grid; align-content: start; gap: 9px; }
.site-footer nav a { color: var(--text); text-decoration: none; }
.site-footer-copy { grid-column: 1 / -1; padding-top: 4px; }
.site-brand--footer { color: var(--text); }
:focus-visible { outline: 3px solid #f2bd3d; outline-offset: 3px; }

@media (max-width: 980px) {
  .site-header { width: min(100% - 28px, 1240px); padding: 17px 0; flex-wrap: wrap; align-items: flex-start; }
  .site-nav { order: 3; flex-basis: 100%; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-login { margin-left: auto; }
  .site-shell { width: min(100% - 32px, 1180px); }
  .site-hero { padding-block: 72px; }
  .site-hero-grid, .site-section-heading, .site-feature, .site-evidence { grid-template-columns: 1fr; gap: 36px; }
  .site-copy { position: static; }
  .site-core-card, .site-core-card:nth-child(even) { grid-template-columns: 1fr; }
  .site-core-card:nth-child(even) .site-core-copy { order: initial; }
  .site-support-grid { grid-template-columns: repeat(2, 1fr); }
  .site-next, .site-cta { align-items: flex-start; flex-direction: column; gap: 20px; }
  .site-footer { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; }
  .site-footer-about { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .site-brand small { display: none; }
  .site-hero h1, .site-hero--product h1 { font-size: 40px; }
  .site-lead { font-size: 18px; }
  .site-section { padding-block: 66px; }
  .site-core-card { padding: 22px; }
  .site-support-grid, .site-outcomes, .site-integration-grid { grid-template-columns: 1fr; }
  .site-proofline { flex-direction: column; gap: 9px; }
  .site-shot { border-radius: 12px; }
  .site-screen-link { overflow-x: auto; scrollbar-color: #8ea1ba transparent; scrollbar-width: thin; }
  .site-screen-link img, .site-core-card .site-screen-link img { width: 760px; max-width: none; }
  .site-cta { padding: 38px 24px; border-radius: 0; width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer-about { grid-column: auto; }
}

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