
:root {
  --blue: #2f8ed8;
  --blue-dark: #1677bf;
  --blue-soft: #e9f5ff;
  --navy: #202e43;
  --slate: #667994;
  --muted: #8b9aaf;
  --surface: #f3f6fa;
  --white: #ffffff;
  --line: #dfe6ee;
  --green: #1fac5b;
  --green-soft: #e6f8ed;
  --red: #e3313d;
  --red-soft: #fff0f1;
  --purple: #934df4;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(32, 46, 67, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--blue); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(32,46,67,.08);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: 1rem; letter-spacing: -.02em; }
.brand img { width: 44px; height: 44px; border-radius: 50%; }
.brand strong { font-weight: 800; }
.services-mark { width: 44px; height: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 7px; border: 2px solid var(--navy); border-radius: 14px; background: white; box-shadow: 4px 4px 0 var(--blue-soft); }
.services-mark i { display: block; border-radius: 4px; background: var(--blue); }
.services-mark i:nth-child(2) { background: var(--navy); }
.services-mark i:nth-child(3) { background: #9fd1f2; }
.services-mark i:nth-child(4) { background: var(--green); }
.services-mark--large { width: 76px; height: 76px; gap: 6px; padding: 11px; border-radius: 22px; box-shadow: 7px 7px 0 var(--blue-soft); }
.app-mark { position: relative; display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; border: 3px solid var(--navy); border-radius: 24%; color: var(--navy); background: white; font-weight: 900; line-height: .82; box-shadow: 5px 5px 0 var(--blue-soft); }
.app-mark::after { content: ""; position: absolute; right: 0; top: 0; width: 10px; height: 100%; background: var(--blue); }
.app-mark small { color: var(--blue); font-size: .42em; font-weight: 850; letter-spacing: -.04em; }
.app-mark strong { color: var(--navy); font-size: 1em; font-weight: 950; letter-spacing: -.08em; }
.app-mark--medium { flex: 0 0 78px; width: 78px; height: 78px; padding-left: 13px; font-size: 1.75rem; }
.app-mark--large { width: 108px; height: 108px; padding-left: 18px; font-size: 2.45rem; box-shadow: 7px 7px 0 var(--blue-soft); }
.header-inner nav { display: flex; align-items: center; justify-content: center; gap: 34px; }
.header-inner nav a { color: #52657e; font-size: .86rem; font-weight: 700; }
.header-inner nav a:hover { color: var(--blue); }
.header-inner > .button { justify-self: end; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border: 1px solid var(--blue);
  border-radius: 12px;
  background: var(--blue);
  color: white;
  font-size: .88rem;
  font-weight: 750;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(47,142,216,.2); background: var(--blue-dark); }
.button--small { min-height: 42px; padding-inline: 18px; border-radius: 10px; font-size: .8rem; }
.button--secondary { border-color: #b8c3d0; background: white; color: var(--navy); }
.button--secondary:hover { background: var(--surface); box-shadow: none; }
.button--white { border-color: white; background: white; color: var(--blue-dark); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .71rem; line-height: 1.2; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: #cceaff; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3.25rem, 6.6vw, 6.4rem); font-weight: 780; }
h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4.2vw, 4.25rem); font-weight: 760; }
h3 { font-size: 1.25rem; }
h1 span, h2 span { color: var(--blue); }
.lede { max-width: 680px; margin: 0; color: var(--slate); font-size: clamp(1.03rem, 1.5vw, 1.2rem); }

.hero { position: relative; overflow: hidden; padding: 94px 0 72px; background: linear-gradient(145deg, white 0 58%, #f2f7fb 58%); }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -230px; top: 20px; border: 80px solid rgba(47,142,216,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; min-height: 600px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.hero-copy .lede { max-width: 610px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-row span { padding: 8px 12px; border-radius: 999px; color: #59708d; background: var(--surface); font-size: .7rem; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.hero--poster { padding: 46px 0 56px; background: white; }
.hero--poster::after { display: none; }
.hero-poster { width: 100%; height: auto; border: 1px solid #e5edf5; border-radius: 32px; background: var(--surface); box-shadow: 0 24px 70px rgba(32,46,67,.08); }
.hero-actions { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 28px 10px 0; }
.hero-actions > p { max-width: 520px; margin: 0; color: var(--slate); font-size: 1rem; }
.hero-actions .button-row { flex: 0 0 auto; margin-top: 0; }
.trust-row--center { justify-content: center; margin-top: 28px; }

.company-hero { position: relative; overflow: hidden; padding: 100px 0 90px; background: linear-gradient(145deg, white 0 62%, var(--surface) 62%); }
.company-hero::after { content: ""; position: absolute; right: -220px; top: -170px; width: 600px; height: 600px; border: 90px solid rgba(47,142,216,.08); border-radius: 50%; }
.company-hero-grid { position: relative; z-index: 2; min-height: 500px; display: grid; grid-template-columns: 1fr; align-items: center; }
.company-hero h1 { max-width: 730px; font-size: clamp(3.25rem, 6.4vw, 6.1rem); }
.brand-system-card { padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.company-lockup, .product-lockup { display: flex; align-items: center; gap: 22px; padding: 22px; border-radius: 20px; background: var(--surface); }
.company-lockup div, .product-lockup div { display: flex; flex-direction: column; }
.company-lockup small, .product-lockup small { color: var(--blue); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.company-lockup strong { font-size: 1.4rem; }
.brand-connector { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 17px 10px; }
.brand-connector span { height: 1px; background: var(--line); }
.brand-connector small { color: var(--muted); font-size: .64rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-lockup { border: 1px solid #cde6f7; background: var(--blue-soft); }
.product-lockup strong { font-size: 1.35rem; }
.product-lockup p { margin: 3px 0 0; color: var(--slate); font-size: .74rem; }
.future-product-row { display: flex; align-items: center; gap: 9px; margin-top: 18px; padding: 5px 12px; }
.future-product-row span { flex: 1; color: var(--muted); font-size: .67rem; font-weight: 700; }
.future-product-row i { width: 28px; height: 28px; border: 1px dashed #aab8c7; border-radius: 9px; background: var(--surface); }

.dashboard-preview { position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 34px; background: white; box-shadow: var(--shadow); }
.dashboard-preview::before { content: ""; position: absolute; z-index: -1; inset: 22px -22px -22px 22px; border-radius: 34px; background: var(--blue-soft); }
.preview-header { display: flex; flex-direction: column; margin: 4px 8px 20px; }
.preview-header span { font-size: 1.45rem; font-weight: 800; }
.preview-header small { color: var(--muted); }
.cover-card { padding: 26px; border-radius: 20px; color: white; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); }
.cover-top { display: flex; justify-content: space-between; gap: 14px; }
.cover-top small { letter-spacing: .16em; }
.cover-top span { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: .63rem; font-weight: 800; }
.cover-card p { margin: 24px 0 0; color: #d5eeff; font-size: .75rem; }
.cover-card > strong { display: block; font-size: 2rem; }
.cover-card a { display: block; margin-top: 18px; font-size: .77rem; font-weight: 700; }
.alert-card { display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 14px; border: 1px solid #ffcbd0; border-radius: 14px; background: var(--red-soft); color: var(--red); }
.alert-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #ffd9dc; font-weight: 900; }
.alert-card div { display: flex; flex: 1; flex-direction: column; }
.alert-card strong { font-size: .75rem; }
.alert-card small { font-size: .67rem; }
.alert-card b { padding: 8px 12px; border-radius: 999px; background: var(--red); color: white; font-size: .67rem; }
