/* ReleaseAtlas — static marketing site design system */
:root {
  --white: #ffffff;
  --surface: #f7f9fc;
  --surface-blue: #f0f6ff;
  --ink: #081632;
  --muted: #536079;
  --muted-2: #71809a;
  --blue: #1264ff;
  --blue-dark: #0745bd;
  --navy: #07245a;
  --navy-deep: #031633;
  --cyan: #27b7ff;
  --success: #1fad73;
  --warning: #e89a19;
  --danger: #e84c4c;
  --border: #e5eaf2;
  --border-strong: #d5ddea;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 10px 30px rgba(16, 41, 86, 0.07);
  --shadow: 0 24px 70px rgba(16, 41, 86, 0.13);
  --container: 1180px;
  --narrow: 780px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ease: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { background: #cfe0ff; color: var(--navy-deep); }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.75rem, 5vw, 5.25rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.55rem); }
h3 { font-size: 1.2rem; }
p { color: var(--muted); }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid rgba(18, 100, 255, 0.36); outline-offset: 3px; border-radius: 5px; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .75rem 1rem; color: var(--white); background: var(--navy-deep); border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 40px), var(--narrow)); margin-inline: auto; }
.section { position: relative; padding: 106px 0; }
.section--soft { background: var(--surface); }
.section--blue { background: linear-gradient(180deg, #f5f9ff, #eef5ff); }
.section--navy { color: var(--white); background: var(--navy-deep); }
.section--navy p { color: #b8c7df; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--blue); font-size: .76rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { width: 18px; height: 2px; content: ""; border-radius: 999px; background: currentColor; }
.eyebrow--dark { color: #86b9ff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-heading > div:first-child { max-width: 770px; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading p { max-width: 680px; margin-bottom: 0; font-size: 1.05rem; }
.section-heading--center { display: block; max-width: 820px; margin-inline: auto; text-align: center; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .9rem; font-weight: 720; }
.text-link .arrow { transition: transform var(--ease); }
.text-link:hover .arrow { transform: translateX(4px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; border-radius: 10px; font-size: .9rem; font-weight: 730; transition: transform var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease); }
.button:hover { transform: translateY(-1px); }
.button--primary { color: var(--white); background: linear-gradient(135deg, var(--blue), #0d52de); box-shadow: 0 8px 22px rgba(18,100,255,.22); }
.button--primary:hover { box-shadow: 0 12px 30px rgba(18,100,255,.3); }
.button--secondary { color: var(--ink); background: var(--white); border-color: var(--border-strong); }
.button--secondary:hover { border-color: #aab8cc; box-shadow: var(--shadow-sm); }
.button--light { color: var(--navy-deep); background: var(--white); }
.button--ghost { color: var(--white); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.24); }
.button--small { min-height: 40px; padding-inline: 15px; font-size: .82rem; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; height: 74px; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(229,234,242,.88); backdrop-filter: blur(18px); }
.site-header__inner { display: grid; height: 100%; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { position: relative; display: block; width: 38px; height: 34px; flex: 0 0 auto; transform: none; background: url("assets/releaseatlas-logo.png") center / contain no-repeat; filter: drop-shadow(0 3px 5px rgba(7,36,90,.2)); }
.brand-mark::before { content: none; }
.site-header .brand-mark { width: 44px; height: 44px; overflow: hidden; border: 1px solid #153c76; border-radius: 12px; background-color: #061d47; background-image: url("assets/releaseatlas-logo-source.png"); background-position: center; background-repeat: no-repeat; background-size: 184% 184%; box-shadow: 0 8px 20px rgba(7,36,90,.18); filter: none; image-rendering: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.desktop-nav > a, .nav-drop > summary { display: flex; min-height: 38px; align-items: center; gap: 5px; padding: 0 9px; border-radius: 8px; color: #273650; font-size: .76rem; font-weight: 650; white-space: nowrap; }
.desktop-nav > a:hover, .nav-drop > summary:hover, .nav-drop[open] > summary { color: var(--blue); background: var(--surface-blue); }
.chevron { display: inline-block; width: 7px; height: 7px; transform: translateY(-2px) rotate(45deg); border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transition: transform var(--ease); }
.nav-drop[open] .chevron { transform: translateY(2px) rotate(225deg); }
.nav-drop { position: relative; }
.nav-drop__panel { position: absolute; top: calc(100% + 13px); left: 50%; display: grid; width: 350px; padding: 10px; transform: translateX(-50%); border: 1px solid var(--border); border-radius: var(--radius); background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.nav-drop--wide .nav-drop__panel { width: 570px; grid-template-columns: 1fr 1fr; }
.nav-drop__panel::before { position: absolute; top: -14px; left: 0; width: 100%; height: 14px; content: ""; }
.nav-drop__panel a { display: grid; gap: 2px; padding: 12px; border-radius: 9px; }
.nav-drop__panel a:hover { background: var(--surface-blue); }
.nav-drop__panel strong { color: var(--ink); font-size: .82rem; }
.nav-drop__panel small { color: var(--muted); font-size: .7rem; line-height: 1.35; }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 78px 0 76px; background: radial-gradient(circle at 80% 15%, rgba(39,183,255,.12), transparent 27%), radial-gradient(circle at 20% 10%, rgba(18,100,255,.07), transparent 25%), linear-gradient(180deg, #fff, #fbfdff); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .32; background-image: linear-gradient(#dce6f5 1px, transparent 1px), linear-gradient(90deg,#dce6f5 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 76%); }
.hero__layout { position: relative; display: grid; grid-template-columns: .9fr 1.15fr; align-items: center; gap: 56px; }
.hero__copy { position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 7px 11px; color: var(--navy); border: 1px solid #dce8fa; border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); font-size: .75rem; font-weight: 700; }
.hero-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(31,173,115,.12); }
.hero h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(3rem, 5.2vw, 5.05rem); }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero__lead { max-width: 640px; margin-bottom: 30px; font-size: 1.08rem; line-height: 1.74; }
.hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 28px; }
.hero__trust span { display: flex; align-items: center; gap: 8px; color: #3f4f69; font-size: .78rem; font-weight: 620; }
.check-dot { display: grid; width: 17px; height: 17px; place-items: center; color: var(--blue); border-radius: 50%; background: #e9f1ff; font-size: .68rem; font-weight: 900; }

/* CSS-only UI icons */
.ra-icon { --icon-bg: #edf4ff; position: relative; display: inline-grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: var(--blue); border-radius: 8px; background: var(--icon-bg); }
.ra-icon::before, .ra-icon::after { position: absolute; content: ""; }
.ra-icon--code::before, .ra-icon--code::after { top: 50%; left: 50%; width: 7px; height: 7px; border: solid currentColor; border-width: 0 2px 2px 0; }
.ra-icon--code::before { transform: translate(-9px,-50%) rotate(135deg); }
.ra-icon--code::after { transform: translate(1px,-50%) rotate(-45deg); }
.ra-icon--cloud::before { top: 50%; left: 50%; width: 17px; height: 9px; transform: translate(-50%,-10%); border: 2px solid currentColor; border-radius: 9px; }
.ra-icon--cloud::after { top: 50%; left: 50%; width: 9px; height: 9px; transform: translate(-58%,-78%); border: 2px solid currentColor; border-bottom: 0; border-radius: 9px 9px 0 0; background: var(--icon-bg); }
.ra-icon--network::before { top: 50%; left: 50%; width: 4px; height: 4px; transform: translate(-50%,-8px); border-radius: 50%; background: currentColor; box-shadow: -7px 9px 0 currentColor, 7px 9px 0 currentColor; }
.ra-icon--network::after { top: 50%; left: 50%; width: 14px; height: 8px; transform: translate(-50%,-2px); border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; border-left: 1.5px solid currentColor; border-radius: 8px 8px 0 0; }
.ra-icon--database::before { top: 50%; left: 50%; width: 14px; height: 17px; transform: translate(-50%,-50%); border: 2px solid currentColor; border-radius: 50% / 18%; }
.ra-icon--database::after { top: 50%; left: 50%; width: 10px; height: 6px; transform: translate(-50%,-35%); border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }
.ra-icon--flag::before { top: 50%; left: 50%; width: 2px; height: 17px; transform: translate(-6px,-50%); border-radius: 2px; background: currentColor; }
.ra-icon--flag::after { top: 50%; left: 50%; width: 11px; height: 8px; transform: translate(-4px,-78%); background: currentColor; clip-path: polygon(0 0,100% 0,78% 50%,100% 100%,0 100%); }
.ra-icon--lock::before { top: 50%; left: 50%; width: 15px; height: 11px; transform: translate(-50%,-5%); border-radius: 3px; background: currentColor; }
.ra-icon--lock::after { top: 50%; left: 50%; width: 9px; height: 9px; transform: translate(-50%,-82%); border: 2px solid currentColor; border-bottom: 0; border-radius: 8px 8px 0 0; }
.ra-icon--pulse::before { top: 50%; left: 50%; width: 19px; height: 13px; transform: translate(-50%,-50%); background: currentColor; clip-path: polygon(0 45%,24% 45%,35% 8%,51% 88%,63% 45%,100% 45%,100% 57%,68% 57%,50% 100%,35% 31%,29% 57%,0 57%); }
.ra-icon--rollback::before { top: 50%; left: 50%; width: 16px; height: 16px; transform: translate(-50%,-50%) rotate(-20deg); border: 2px solid currentColor; border-left-color: transparent; border-radius: 50%; }
.ra-icon--rollback::after { top: 50%; left: 50%; transform: translate(-10px,-8px); border-top: 4px solid transparent; border-right: 6px solid currentColor; border-bottom: 4px solid transparent; }
.ra-icon--audit::before { top: 50%; left: 50%; width: 14px; height: 17px; transform: translate(-50%,-50%); border: 2px solid currentColor; border-radius: 3px; }
.ra-icon--audit::after { top: 50%; left: 50%; width: 7px; height: 1.5px; transform: translate(-50%,-3px); background: currentColor; box-shadow: 0 4px 0 currentColor; }
.ra-icon--users::before { top: 50%; left: 50%; width: 19px; height: 18px; transform: translate(-50%,-50%); background: radial-gradient(circle at 6px 5px,currentColor 0 3px,transparent 3.5px),radial-gradient(circle at 14px 6px,currentColor 0 2.5px,transparent 3px),radial-gradient(ellipse at 6px 16px,currentColor 0 6px,transparent 6.5px),radial-gradient(ellipse at 14px 16px,currentColor 0 5px,transparent 5.5px); }
.ra-icon--shield::before { top: 50%; left: 50%; width: 15px; height: 17px; transform: translate(-50%,-50%); background: currentColor; clip-path: polygon(50% 0,94% 18%,88% 69%,50% 100%,12% 69%,6% 18%); }
.ra-icon--shield::after { top: 50%; left: 50%; width: 7px; height: 4px; transform: translate(-50%,-65%) rotate(-45deg); border-bottom: 2px solid white; border-left: 2px solid white; }

/* Dashboard mockup */
.product-window { position: relative; display: grid; min-width: 0; grid-template-columns: 118px 1fr; overflow: hidden; border: 1px solid #dbe3ef; border-radius: 18px; background: var(--white); box-shadow: 0 32px 85px rgba(13,44,96,.18), 0 2px 8px rgba(13,44,96,.08); transform: perspective(1200px) rotateY(-1.5deg); }
.product-window::after { position: absolute; inset: 0; content: ""; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.7); }
.dashboard-side { padding: 18px 10px; color: #9eb2d3; background: linear-gradient(180deg, #061d47, #031532); }
.dashboard-side__logo { display: block; width: 38px; height: 34px; margin: 0 auto 20px; overflow: hidden; color: transparent; background: url("assets/releaseatlas-logo.png") center / contain no-repeat; filter: drop-shadow(0 4px 8px rgba(0,0,0,.25)); font-size: 0; }
.dashboard-side a { display: flex; align-items: center; gap: 7px; margin-bottom: 3px; padding: 8px 7px; border-radius: 7px; font-size: .58rem; white-space: nowrap; }
.dashboard-side a::before { width: 8px; height: 8px; content: ""; border: 1px solid currentColor; border-radius: 2px; }
.dashboard-side a.is-active { color: var(--white); background: rgba(36,111,255,.2); }
.dashboard-main { min-width: 0; padding: 21px; }
.dashboard-head { display: flex; align-items: start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.dashboard-head small { display: block; margin-bottom: 4px; color: var(--muted-2); font-family: var(--mono); font-size: .58rem; text-transform: uppercase; }
.dashboard-head h2 { margin: 0; font-size: 1.05rem; letter-spacing: -.02em; }
.risk-pill, .status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 999px; font-size: .58rem; font-weight: 750; white-space: nowrap; }
.risk-pill { color: #b62e2e; background: #fff0f0; }
.risk-pill::before { width: 6px; height: 6px; content: ""; border-radius: 50%; background: var(--danger); }
.dashboard-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 10px; }
.dashboard-metric { padding: 10px; border: 1px solid var(--border); border-radius: 9px; background: #fbfcfe; }
.dashboard-metric span { display: block; color: var(--muted-2); font-size: .55rem; }
.dashboard-metric strong { display: block; margin-top: 3px; font-family: var(--mono); font-size: .94rem; }
.dashboard-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9px; }
.dash-panel { padding: 12px; border: 1px solid var(--border); border-radius: 9px; background: var(--white); }
.dash-panel h3 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; font-size: .65rem; letter-spacing: 0; }
.dash-panel h3 span { color: var(--muted-2); font-family: var(--mono); font-size: .55rem; font-weight: 500; }
.risk-score { display: flex; align-items: end; justify-content: space-between; }
.risk-score strong { font-family: var(--mono); font-size: 1.25rem; }
.risk-score span { color: var(--danger); font-size: .58rem; font-weight: 700; }
.risk-bar { height: 6px; margin: 7px 0 10px; overflow: hidden; border-radius: 999px; background: #edf1f6; }
.risk-bar i { display: block; width: 85%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--warning), var(--danger)); animation: riskfill 1.4s ease-out both; }
@keyframes riskfill { from { width: 0; } }
.mini-list { display: grid; gap: 5px; }
.mini-list li { display: flex; justify-content: space-between; color: var(--muted); font-size: .55rem; }
.mini-list strong { color: var(--ink); font-family: var(--mono); font-size: .55rem; }
.affected-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.affected-chips span { padding: 4px 6px; color: #1a56b9; border-radius: 5px; background: #edf4ff; font-size: .49rem; font-weight: 650; animation: chipin .5s ease both; }
.affected-chips span:nth-child(2) { animation-delay: .08s; } .affected-chips span:nth-child(3) { animation-delay: .16s; } .affected-chips span:nth-child(4) { animation-delay: .24s; }
@keyframes chipin { from { opacity: 0; transform: translateY(5px); } }
.action-warnings { display: grid; gap: 6px; }
.action-warnings li { display: grid; grid-template-columns: 13px 1fr; gap: 5px; color: #4e5a70; font-size: .49rem; line-height: 1.35; }
.action-warnings li::before { display: grid; width: 12px; height: 12px; place-items: center; content: "!"; color: #a56600; border-radius: 50%; background: #fff1d5; font-size: .42rem; font-weight: 800; }
.dashboard-actions { display: flex; justify-content: flex-end; gap: 6px; margin-top: 10px; }
.dashboard-actions span { padding: 6px 9px; border: 1px solid var(--border-strong); border-radius: 6px; font-size: .51rem; font-weight: 700; }
.dashboard-actions .primary { color: var(--white); border-color: var(--blue); background: var(--blue); }

/* Integration strip and cards */
.integration-strip { padding: 30px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); }
.integration-strip__inner { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 34px; }
.integration-strip p { margin: 0; font-size: .82rem; font-weight: 650; }
.integration-logos { display: grid; grid-template-columns: repeat(8,1fr); gap: 8px; }
.integration-logo { display: flex; min-width: 0; align-items: center; gap: 7px; color: #4b5970; font-family: var(--mono); font-size: .68rem; font-weight: 700; white-space: nowrap; }
.integration-logo b { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; color: var(--blue); border-radius: 7px; background: #eff5ff; font-size: .52rem; }
.integration-logo .ra-icon { width: 26px; height: 26px; }
.card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.capability-card { position: relative; display: flex; min-height: 285px; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease); }
.capability-card:hover { transform: translateY(-4px); border-color: #bfcde3; box-shadow: var(--shadow-sm); }
.capability-card__icon { display: grid; width: 42px; height: 42px; margin-bottom: 30px; place-items: center; color: var(--blue); border: 1px solid #d8e6ff; border-radius: 12px; background: #f4f8ff; font-family: var(--mono); font-weight: 800; }
.capability-card__icon .ra-icon { --icon-bg: transparent; }
.capability-card h3 { margin-bottom: 11px; }
.capability-card p { margin-bottom: 22px; font-size: .85rem; line-height: 1.65; }
.capability-card .text-link { margin-top: auto; }
.capability-card::after { position: absolute; right: -40px; bottom: -52px; width: 130px; height: 130px; content: ""; border: 1px solid #e3edff; border-radius: 50%; box-shadow: 0 0 0 22px rgba(231,239,255,.45); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Problem map */
.problem-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.problem-copy h2 { margin-bottom: 20px; }
.problem-copy p { font-size: 1.02rem; }
.problem-points { display: grid; gap: 12px; margin-top: 25px; }
.problem-points li { display: grid; grid-template-columns: 25px 1fr; gap: 11px; align-items: start; color: #33425b; font-size: .9rem; }
.problem-points li b { display: grid; width: 24px; height: 24px; place-items: center; color: var(--blue); border-radius: 7px; background: #eaf2ff; font-family: var(--mono); font-size: .65rem; }
.fragment-map { position: relative; width: 100%; min-width: 0; min-height: 480px; padding: 34px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 50%, rgba(18,100,255,.1), transparent 35%), #fff; box-shadow: var(--shadow-sm); }
.fragment-map::before { position: absolute; inset: 0; content: ""; opacity: .5; background-image: radial-gradient(#bfd0e8 1px, transparent 1px); background-size: 21px 21px; }
.fragment-source { position: absolute; z-index: 1; display: flex; align-items: center; gap: 8px; padding: 8px 11px; color: #46556d; border: 1px solid var(--border); border-radius: 8px; background: var(--white); box-shadow: 0 8px 18px rgba(17,45,88,.07); font-family: var(--mono); font-size: .65rem; }
.fragment-source b { display: grid; width: 22px; height: 22px; place-items: center; color: var(--blue); border-radius: 6px; background: #eff5ff; font-size: .52rem; }
.fragment-source--one { top: 12%; left: 7%; } .fragment-source--two { top: 10%; right: 8%; } .fragment-source--three { top: 43%; left: 2%; } .fragment-source--four { top: 46%; right: 2%; } .fragment-source--five { bottom: 10%; left: 8%; } .fragment-source--six { right: 8%; bottom: 9%; }
.fragment-line { position: absolute; z-index: 0; top: 50%; left: 50%; width: 34%; height: 1px; transform-origin: left; background: linear-gradient(90deg, #9eb9e7, var(--blue)); }
.fragment-line--a { transform: rotate(-142deg); } .fragment-line--b { transform: rotate(-38deg); } .fragment-line--c { transform: rotate(177deg); } .fragment-line--d { transform: rotate(2deg); } .fragment-line--e { transform: rotate(143deg); } .fragment-line--f { transform: rotate(38deg); }
.fragment-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 170px; height: 170px; place-items: center; transform: translate(-50%,-50%); text-align: center; color: var(--white); border: 8px solid rgba(255,255,255,.9); border-radius: 50%; background: linear-gradient(145deg, var(--navy), var(--blue)); box-shadow: 0 18px 55px rgba(18,100,255,.3); }
.fragment-core b { display: block; font-size: .9rem; }
.fragment-core small { display: block; padding-inline: 16px; color: #c9ddff; font-size: .58rem; }

/* CSS-only graph demo */
.graph-demo { display: grid; grid-template-columns: 1fr 280px; min-height: 520px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.graph-canvas { position: relative; min-height: 520px; overflow: hidden; background: radial-gradient(circle at 53% 44%, rgba(18,100,255,.1), transparent 28%), #f9fbff; }
.graph-canvas::before { position: absolute; inset: 0; content: ""; opacity: .55; background-image: linear-gradient(#e6edf7 1px, transparent 1px), linear-gradient(90deg,#e6edf7 1px,transparent 1px); background-size: 32px 32px; }
.graph-radio { position: absolute; opacity: 0; pointer-events: none; }
.graph-node { position: absolute; z-index: 2; display: flex; align-items: center; gap: 7px; padding: 9px 11px; cursor: pointer; color: #33425c; border: 1px solid #d5dfed; border-radius: 9px; background: var(--white); box-shadow: 0 8px 22px rgba(13,44,96,.09); font-family: var(--mono); font-size: .62rem; font-weight: 700; transition: transform var(--ease), border var(--ease), box-shadow var(--ease); }
.graph-node:hover { transform: translateY(-2px); border-color: #8cb4fb; }
.graph-node i { width: 9px; height: 9px; border-radius: 3px; background: #80aef9; }
.graph-node--checkout { top: 13%; left: 7%; } .graph-node--gateway { top: 12%; left: 43%; } .graph-node--payment { top: 41%; left: 47%; } .graph-node--database { bottom: 13%; left: 27%; } .graph-node--fraud { right: 8%; bottom: 12%; } .graph-node--billing { top: 14%; right: 5%; } .graph-node--flag { top: 52%; right: 4%; }
.graph-edge { position: absolute; z-index: 1; height: 2px; transform-origin: left; border-radius: 99px; background: linear-gradient(90deg, #b8c9e2, #5c94f4); }
.graph-edge::after { position: absolute; top: -3px; right: -1px; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--blue); }
.edge-1 { top: 19%; left: 22%; width: 23%; transform: rotate(-2deg); } .edge-2 { top: 23%; left: 53%; width: 21%; transform: rotate(47deg); } .edge-3 { top: 48%; left: 42%; width: 13%; transform: rotate(-9deg); } .edge-4 { top: 51%; left: 60%; width: 27%; transform: rotate(22deg); } .edge-5 { top: 53%; left: 55%; width: 27%; transform: rotate(113deg); } .edge-6 { top: 26%; left: 63%; width: 23%; transform: rotate(-21deg); }
#node-payment:checked ~ .graph-canvas label[for="node-payment"], #node-database:checked ~ .graph-canvas label[for="node-database"], #node-gateway:checked ~ .graph-canvas label[for="node-gateway"] { color: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 4px rgba(18,100,255,.12), 0 12px 25px rgba(18,100,255,.13); }
.graph-details { position: relative; padding: 28px 22px; border-left: 1px solid var(--border); background: #fff; }
.graph-detail { display: none; }
#node-payment:checked ~ .graph-details .detail-payment, #node-database:checked ~ .graph-details .detail-database, #node-gateway:checked ~ .graph-details .detail-gateway { display: block; }
.graph-detail__icon { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; color: var(--blue); border-radius: 12px; background: #eef5ff; font-family: var(--mono); font-weight: 800; }
.graph-detail > small { color: var(--muted-2); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.graph-detail h3 { margin: 5px 0 12px; }
.graph-detail .risk-pill { margin-bottom: 22px; }
.graph-detail dl { display: grid; gap: 11px; margin: 0; }
.graph-detail dl div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 9px; border-bottom: 1px solid var(--border); font-size: .68rem; }
.graph-detail dt { color: var(--muted-2); } .graph-detail dd { margin: 0; color: var(--ink); font-family: var(--mono); font-weight: 700; text-align: right; }
.customer-count { display: flex; justify-content: space-between; margin-top: 20px; padding: 13px; color: #1d4f9b; border-radius: 10px; background: #eef5ff; font-size: .72rem; font-weight: 700; }

/* Process and product modules */
.process-grid { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.process-grid::before { position: absolute; top: 25px; right: 10%; left: 10%; height: 1px; content: ""; background: linear-gradient(90deg,#a9c4ee,var(--blue),#a9c4ee); }
.process-step { position: relative; z-index: 1; }
.process-step__number { display: grid; width: 50px; height: 50px; margin-bottom: 20px; place-items: center; color: var(--blue); border: 1px solid #bfd2f1; border-radius: 14px; background: var(--white); box-shadow: 0 8px 20px rgba(18,100,255,.1); font-family: var(--mono); font-weight: 800; }
.process-step h3 { margin-bottom: 8px; }.process-step p { font-size: .82rem; }
.modules { display: grid; gap: 36px; }
.module-row { display: grid; min-height: 480px; grid-template-columns: 1fr 1fr; align-items: stretch; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.module-row:nth-child(even) .module-copy { order: 2; }
.module-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.module-copy h3 { margin-bottom: 15px; font-size: 2rem; }
.module-copy p { font-size: .97rem; }
.module-copy ul { display: grid; gap: 9px; margin: 17px 0 25px; }
.module-copy li { display: flex; gap: 9px; color: #3e4d65; font-size: .82rem; }
.module-copy li::before { content: "✓"; color: var(--success); font-weight: 900; }
.module-visual { position: relative; display: grid; min-width: 0; padding: 38px; place-items: center; overflow: hidden; background: linear-gradient(145deg, #eff5ff, #f9fbff); }
.module-visual::before { position: absolute; inset: 0; content: ""; opacity: .5; background-image: radial-gradient(#bcd0ed 1px, transparent 1px); background-size: 22px 22px; }
.feed-window, .score-window, .rollout-window, .audit-window { position: relative; z-index: 1; width: 100%; max-width: 470px; padding: 22px; border: 1px solid #d7e1ef; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 20px 50px rgba(13,44,96,.13); }
.window-bar { display: flex; align-items: center; gap: 5px; margin-bottom: 19px; padding-bottom: 13px; border-bottom: 1px solid var(--border); }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d5dde9; }.window-bar strong { margin-left: 7px; color: var(--muted); font-family: var(--mono); font-size: .6rem; }
.feed-event { display: grid; grid-template-columns: 42px 25px 1fr; gap: 9px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); }
.feed-event:last-child { border: 0; }.feed-event time { color: var(--muted-2); font-family: var(--mono); font-size: .55rem; }.feed-event b { display: grid; width: 25px; height: 25px; place-items: center; color: var(--blue); border-radius: 7px; background: #edf4ff; font-family: var(--mono); font-size: .5rem; }.feed-event strong { display: block; font-size: .62rem; }.feed-event small { display: block; color: var(--muted-2); font-size: .51rem; }
.score-ring { display: grid; width: 150px; height: 150px; margin: 10px auto 24px; place-items: center; border-radius: 50%; background: conic-gradient(var(--danger) 0 85%, #edf1f6 85%); }
.score-ring div { display: grid; width: 118px; height: 118px; place-items: center; border-radius: 50%; background: var(--white); text-align: center; }.score-ring strong { display: block; font-family: var(--mono); font-size: 2.15rem; }.score-ring small { display: block; color: var(--muted); font-size: .58rem; }
.score-factors { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.score-factors span { display: flex; justify-content: space-between; padding: 8px; border-radius: 7px; background: #f6f8fb; color: var(--muted); font-size: .55rem; }.score-factors b { color: var(--ink); font-family: var(--mono); }
.rollout-stage { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 10px 0; border-bottom: 1px solid var(--border); }.rollout-stage > b { display: grid; width: 25px; height: 25px; place-items: center; color: var(--muted); border-radius: 50%; background: #edf1f6; font-family: var(--mono); font-size: .55rem; }.rollout-stage strong { display: block; font-size: .62rem; }.rollout-stage small { display: block; color: var(--muted); font-size: .51rem; }.rollout-stage em { color: var(--muted-2); font-family: var(--mono); font-size: .5rem; font-style: normal; }.rollout-stage.is-done > b { color: var(--white); background: var(--success); }.rollout-stage.is-active { padding-inline: 8px; border-radius: 8px; background: #fff6e8; }.rollout-stage.is-active > b { color: var(--white); background: var(--warning); }
.audit-row { display: grid; grid-template-columns: 28px 1fr auto; gap: 9px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); }.audit-row b { display: grid; width: 25px; height: 25px; place-items: center; color: var(--success); border-radius: 50%; background: #e7f8f1; font-size: .6rem; }.audit-row strong { display: block; font-size: .62rem; }.audit-row small { display: block; color: var(--muted-2); font-size: .51rem; }.audit-row time { color: var(--muted); font-family: var(--mono); font-size: .5rem; }

/* Architecture */
.architecture { display: grid; grid-template-columns: 1fr 100px 1.15fr 100px 1fr; align-items: center; gap: 10px; padding: 42px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.04); }
.architecture-col { display: grid; gap: 9px; }.architecture-node { display: flex; align-items: center; gap: 10px; padding: 12px; color: #cfdbed; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(255,255,255,.05); font-size: .7rem; }.architecture-node b { display: grid; width: 28px; height: 28px; place-items: center; color: #8dc1ff; border-radius: 8px; background: rgba(18,100,255,.22); font-family: var(--mono); font-size: .55rem; }
.architecture-core { padding: 38px 24px; text-align: center; border: 1px solid rgba(101,159,255,.7); border-radius: 20px; background: radial-gradient(circle at 50% 20%,rgba(39,183,255,.25),transparent 40%), #092659; box-shadow: 0 18px 60px rgba(0,0,0,.22); }.architecture-core .brand-mark { margin: 0 auto 16px; }.architecture-core strong { display: block; font-size: 1.05rem; }.architecture-core small { color: #a9bbd7; font-family: var(--mono); font-size: .58rem; }
.architecture-arrow { position: relative; height: 2px; background: linear-gradient(90deg,rgba(95,145,221,.2),#4b8ffa); }.architecture-arrow::after { position: absolute; top: -4px; right: 0; width: 8px; height: 8px; content: ""; transform: rotate(45deg); border-top: 2px solid #4b8ffa; border-right: 2px solid #4b8ffa; }

/* Case studies, testimonials and blog */
.case-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }.case-card { display: flex; min-height: 410px; flex-direction: column; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform var(--ease), box-shadow var(--ease); }.case-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }.case-card__brand { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }.case-monogram { display: grid; width: 38px; height: 38px; place-items: center; color: var(--blue); border-radius: 10px; background: #edf4ff; font-family: var(--mono); font-size: .62rem; font-weight: 800; }.case-card__brand strong, .case-card__brand small { display: block; }.case-card__brand strong { font-size: .82rem; }.case-card__brand small { color: var(--muted-2); font-size: .61rem; }.sample-label { margin-left: auto; padding: 5px 7px; color: #5d4a12; border-radius: 999px; background: #fff4d8; font-size: .52rem; font-weight: 750; text-transform: uppercase; }.case-card h3 { margin-bottom: 12px; font-size: 1.35rem; }.case-card > p { font-size: .84rem; }.case-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 16px 0 24px; }.case-metrics div { padding: 11px 8px; border-radius: 9px; background: var(--surface); }.case-metrics strong { display: block; color: var(--blue); font-family: var(--mono); font-size: 1.05rem; }.case-metrics span { display: block; color: var(--muted-2); font-size: .5rem; line-height: 1.3; }.case-card .text-link { margin-top: auto; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.quote-card { position: relative; margin: 0; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }.quote-card::before { position: absolute; top: 14px; right: 18px; content: "“"; color: #d6e5ff; font-family: Georgia,serif; font-size: 3.6rem; line-height: 1; }.quote-card blockquote { position: relative; z-index: 1; margin: 0 0 24px; color: #33425b; font-size: .82rem; line-height: 1.7; }.quote-card figcaption { display: flex; align-items: center; gap: 9px; }.quote-card .avatar { display: grid; width: 34px; height: 34px; place-items: center; color: var(--white); border-radius: 50%; background: linear-gradient(135deg,var(--navy),var(--blue)); font-family: var(--mono); font-size: .54rem; }.quote-card figcaption strong,.quote-card figcaption span { display: block; }.quote-card figcaption strong { font-size: .7rem; }.quote-card figcaption span { color: var(--muted-2); font-size: .58rem; }.prototype-note { display: block; margin-top: 15px; color: var(--muted-2); font-size: .51rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }.blog-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform var(--ease), box-shadow var(--ease); }.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }.blog-visual { position: relative; height: 145px; overflow: hidden; background: radial-gradient(circle at 72% 30%,rgba(39,183,255,.3),transparent 24%), linear-gradient(140deg,#071f4c,#0a4aa8); }.blog-visual::before,.blog-visual::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }.blog-visual::before { width: 160px; height: 160px; top: 28px; left: 38px; }.blog-visual::after { width: 90px; height: 90px; top: -18px; right: 30px; }.blog-visual span { position: absolute; z-index: 1; top: 50%; left: 50%; padding: 9px 12px; transform: translate(-50%,-50%); color: var(--white); border: 1px solid rgba(255,255,255,.3); border-radius: 8px; background: rgba(4,25,61,.7); font-family: var(--mono); font-size: .6rem; font-weight: 700; }.blog-card__body { padding: 22px; }.blog-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; color: var(--muted-2); font-size: .55rem; }.blog-meta span:first-child { color: var(--blue); font-weight: 750; text-transform: uppercase; }.blog-card h3 { margin-bottom: 10px; }.blog-card h3 a:hover { color: var(--blue); }.blog-card p { font-size: .78rem; }
.blog-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; background: #071f4c; }.blog-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }.blog-card:hover .blog-card__image img { transform: scale(1.035); }

/* Security and CTA */
.security-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.security-item { padding: 20px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); }.security-item b { display: grid; width: 34px; height: 34px; margin-bottom: 15px; place-items: center; color: var(--blue); border-radius: 9px; background: #edf4ff; font-family: var(--mono); font-size: .58rem; }.security-item h3 { margin-bottom: 7px; font-size: .9rem; }.security-item p { margin: 0; font-size: .7rem; }
.cta-wrap { padding: 38px 0 0; }.cta-panel { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 50px 56px; overflow: hidden; color: var(--white); border-radius: var(--radius-lg); background: radial-gradient(circle at 85% 10%,rgba(39,183,255,.3),transparent 30%), linear-gradient(130deg,#031633,#082d69); box-shadow: 0 24px 60px rgba(3,22,51,.22); }.cta-panel::after { position: absolute; right: -100px; bottom: -160px; width: 380px; height: 380px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.02); }.cta-panel > * { position: relative; z-index: 1; }.cta-panel h2 { max-width: 730px; margin-bottom: 12px; font-size: clamp(1.8rem,3vw,3rem); }.cta-panel p { max-width: 650px; margin: 0; color: #b9c9e2; }.cta-actions { display: flex; gap: 10px; }

/* Footer */
.site-footer { margin-top: 100px; padding: 64px 0 25px; color: #d6e0ef; background: var(--navy-deep); }.site-footer .brand { color: var(--white); }.site-footer__top { display: grid; grid-template-columns: 230px 1fr; gap: 70px; padding-bottom: 45px; }.footer-brand p { margin: 18px 0 9px; color: #a9b8cf; font-size: .78rem; }.footer-brand > span { color: #778aa8; font-size: .65rem; }.footer-columns { display: grid; grid-template-columns: 1fr 1.25fr 1fr 1fr 1.25fr; gap: 28px; }.footer-col h2 { margin-bottom: 17px; color: var(--white); font-size: .73rem; letter-spacing: 0; }.footer-col a,.footer-col > span { display: block; margin-bottom: 8px; color: #9dafc9; font-size: .65rem; line-height: 1.45; }.footer-col a:hover { color: var(--white); }.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; color: #7689a5; border-top: 1px solid rgba(255,255,255,.1); font-size: .6rem; }.site-footer__bottom div { display: flex; gap: 18px; }.site-footer__bottom a:hover { color: var(--white); }
.footer-company-details { display: grid; width: min(100%,280px); gap: 5px; padding: 22px 0; color: #9dafc9; border-top: 1px solid rgba(255,255,255,.1); overflow-wrap: anywhere; }.footer-brand .footer-company-details { width: 100%; margin-top: 22px; padding: 0; border-top: 0; }.footer-company-details__name { color: var(--white); font-size: .69rem; line-height: 1.45; }.footer-company-details__phone { width: fit-content; color: #9dafc9; font-family: var(--font); font-size: .64rem; line-height: 1.5; letter-spacing: 0; }.footer-company-details__phone:hover { color: var(--white); }.footer-company-details__address { display: grid; gap: 1px; margin: 0; color: #9dafc9; font-size: .64rem; font-style: normal; line-height: 1.5; }

/* Inner-page primitives */
.page-hero { position: relative; overflow: hidden; padding: 70px 0 82px; background: radial-gradient(circle at 80% 15%,rgba(39,183,255,.1),transparent 26%), linear-gradient(180deg,#fff,#f7faff); border-bottom: 1px solid var(--border); }.page-hero::before { position: absolute; inset: 0; content: ""; opacity: .3; background-image: linear-gradient(#dce6f5 1px,transparent 1px),linear-gradient(90deg,#dce6f5 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom,#000,transparent 80%); }.breadcrumbs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 37px; color: var(--muted-2); font-size: .68rem; }.breadcrumbs a:hover { color: var(--blue); }.breadcrumbs i { width: 5px; height: 5px; transform: rotate(-45deg); border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }.page-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0,.95fr) minmax(360px,1.05fr); align-items: center; gap: 70px; }.page-hero__copy { max-width: 770px; }.page-hero__copy h1 { margin-bottom: 20px; font-size: clamp(2.7rem,5vw,4.6rem); }.page-hero__copy > p { max-width: 690px; margin-bottom: 27px; font-size: 1.08rem; }.page-hero--center .page-hero__copy { margin-inline: auto; text-align: center; }.page-hero--center .button-row { justify-content: center; }.page-hero--compact { padding-bottom: 64px; }.trust-note { display: inline-flex; margin-top: 18px; padding: 7px 10px; color: var(--muted); border-radius: 8px; background: #edf3fb; font-size: .68rem; }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.content-card { padding: 27px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }.content-card__icon { display: grid; width: 40px; height: 40px; margin-bottom: 22px; place-items: center; color: var(--blue); border-radius: 11px; background: #edf4ff; font-family: var(--mono); font-weight: 800; }.content-card h3 { margin-bottom: 10px; }.content-card p { font-size: .82rem; }.check-list { display: grid; gap: 11px; }.check-list li { display: grid; grid-template-columns: 19px 1fr; gap: 10px; color: #3e4d65; font-size: .86rem; }.check-list li::before { display: grid; width: 18px; height: 18px; place-items: center; content: "✓"; color: var(--success); border-radius: 50%; background: #e6f8f1; font-size: .62rem; font-weight: 900; }.two-col { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }.two-col--top { align-items: start; }.prose h2 { margin: 1.8em 0 .55em; font-size: 2rem; }.prose h2:first-child { margin-top: 0; }.prose h3 { margin: 1.6em 0 .55em; }.prose p,.prose li { color: #46556d; }.prose ul,.prose ol { display: grid; gap: 8px; margin: 16px 0 24px; padding-left: 22px; }.prose ul { list-style: disc; }.prose ol { list-style: decimal; }.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }.callout { padding: 24px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: #eef5ff; }.callout p:last-child { margin-bottom: 0; }.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }.tag { padding: 7px 10px; color: #315487; border: 1px solid #d4e3f8; border-radius: 999px; background: #f5f9ff; font-size: .67rem; font-weight: 650; }.faq-list { display: grid; max-width: 850px; margin-inline: auto; border-top: 1px solid var(--border); }.faq { border-bottom: 1px solid var(--border); }.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 2px; font-weight: 700; }.faq summary::after { content: "+"; color: var(--blue); font-family: var(--mono); font-size: 1.2rem; }.faq[open] summary::after { content: "−"; }.faq p { max-width: 750px; padding: 0 35px 20px 2px; margin: 0; font-size: .88rem; }

/* Forms */
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 60px; }.contact-options { display: grid; gap: 12px; margin-top: 28px; }.contact-option { padding: 17px; border: 1px solid var(--border); border-radius: 11px; background: var(--white); }.contact-option strong,.contact-option span { display: block; }.contact-option strong { font-size: .8rem; }.contact-option span { color: var(--muted); font-size: .7rem; }.form-shell { padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.field { display: grid; gap: 7px; }.field--full { grid-column: 1/-1; }.field label { color: #25344d; font-size: .72rem; font-weight: 700; }.field label span { color: var(--danger); }.field input,.field select,.field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); border: 1px solid var(--border-strong); border-radius: 9px; outline: none; background: #fbfcfe; transition: border var(--ease),box-shadow var(--ease); }.field textarea { min-height: 130px; resize: vertical; }.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(18,100,255,.1); }.field small { color: var(--muted-2); font-size: .6rem; }.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 50px; margin-top: 22px; padding: 0 18px; cursor: pointer; color: var(--white); border: 0; border-radius: 9px; background: var(--blue); font-weight: 750; }.form-note { margin: 12px 0 0; color: var(--muted-2); font-size: .62rem; }.form-note a { color: var(--blue); text-decoration: underline; }

/* Pricing, integrations, articles */
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }.pricing-card { position: relative; display: flex; min-height: 520px; flex-direction: column; padding: 27px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }.pricing-card.is-featured { transform: translateY(-10px); border-color: var(--blue); box-shadow: 0 20px 50px rgba(18,100,255,.15); }.popular { position: absolute; top: -13px; left: 50%; padding: 5px 11px; transform: translateX(-50%); color: var(--white); border-radius: 999px; background: var(--blue); font-size: .58rem; font-weight: 750; white-space: nowrap; }.pricing-card h2 { font-size: 1.2rem; }.price { margin: 18px 0 14px; }.price strong { font-family: var(--mono); font-size: 2rem; }.price span { color: var(--muted-2); font-size: .68rem; }.pricing-card > p { min-height: 65px; font-size: .75rem; }.pricing-card ul { display: grid; gap: 10px; margin: 23px 0; }.pricing-card li { display: grid; grid-template-columns: 16px 1fr; gap: 8px; color: #3f4e65; font-size: .71rem; }.pricing-card li::before { content: "✓"; color: var(--success); font-weight: 900; }.pricing-card .button { margin-top: auto; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }.filter-chip { padding: 7px 11px; color: #44536a; border: 1px solid var(--border-strong); border-radius: 999px; background: var(--white); font-size: .66rem; font-weight: 650; }.filter-chip.is-active,.filter-chip:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }.integration-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.integration-card { padding: 22px; border: 1px solid var(--border); border-radius: 13px; background: var(--white); }.integration-card__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 17px; }.integration-card__mark { display: grid; width: 38px; height: 38px; place-items: center; color: var(--blue); border-radius: 10px; background: #edf4ff; font-family: var(--mono); font-size: .58rem; font-weight: 800; }.status-pill--available { color: #167c55; background: #e5f8f0; }.status-pill--beta { color: #925e00; background: #fff1d5; }.status-pill--planned { color: #5b6680; background: #edf0f5; }.integration-card small { color: var(--muted-2); font-size: .57rem; text-transform: uppercase; }.integration-card h3 { margin: 5px 0 8px; }.integration-card p { margin: 0; font-size: .72rem; }
.article-layout { display: grid; grid-template-columns: 210px minmax(0,760px); justify-content: center; gap: 60px; }.article-toc { position: sticky; top: 100px; align-self: start; padding-left: 15px; border-left: 1px solid var(--border); }.article-toc strong { display: block; margin-bottom: 13px; font-size: .7rem; }.article-toc a { display: block; margin-bottom: 9px; color: var(--muted); font-size: .64rem; }.article-toc a:hover { color: var(--blue); }.article-header-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; color: var(--muted-2); font-size: .68rem; }.article-body { min-width: 0; }.article-body h2 { margin: 2.1em 0 .65em; font-size: 2rem; }.article-body h3 { margin: 1.7em 0 .55em; }.article-body p,.article-body li { color: #3f4e66; line-height: 1.8; }.article-body ul,.article-body ol { display: grid; gap: 8px; margin: 17px 0 25px; padding-left: 24px; }.article-body ul { list-style: disc; }.article-body ol { list-style: decimal; }.article-diagram { margin: 30px 0; padding: 28px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }.diagram-flow { display: flex; align-items: center; justify-content: center; gap: 10px; }.diagram-node { padding: 10px 13px; color: #244675; border: 1px solid #cbdcf4; border-radius: 8px; background: var(--white); font-family: var(--mono); font-size: .63rem; font-weight: 700; }.diagram-arrow { color: var(--blue); font-weight: 900; }
.article-media { width: 100%; margin: 34px 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }.page-hero + .article-media { width: min(calc(100% - 40px),980px); margin: 42px auto 0; }.article-media__image { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #071f4c; }.article-media figcaption { padding: 13px 17px; color: var(--muted-2); font-size: .66rem; line-height: 1.55; }

/* Responsive */
@media (max-width: 1180px) {
  .desktop-nav { gap: 1px; }.desktop-nav > a,.nav-drop > summary { padding-inline: 6px; font-size: .68rem; }.site-header__actions .button { display: none; }
  .card-grid { grid-template-columns: repeat(2,1fr); }.integration-logos { grid-template-columns: repeat(4,1fr); row-gap: 14px; }.testimonial-grid { grid-template-columns: repeat(2,1fr); }.footer-columns { grid-template-columns: repeat(3,1fr); }.pricing-grid { grid-template-columns: repeat(2,1fr); }.pricing-card.is-featured { transform: none; }.integration-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 900px) {
  .section { padding: 78px 0; }.desktop-nav,.site-header__actions { display: none; }.site-header__inner { grid-template-columns: 1fr auto; }.mobile-menu { position: relative; display: block; }.mobile-menu > summary { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--border); border-radius: 9px; }.mobile-menu > summary::before { width: 19px; height: 13px; content: ""; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); box-shadow: inset 0 5px transparent,inset 0 7px var(--ink); }.mobile-menu[open] > summary::before { width: 17px; height: 17px; transform: rotate(45deg); border: 0; background: linear-gradient(90deg,transparent 44%,var(--ink) 44%,var(--ink) 56%,transparent 56%),linear-gradient(0deg,transparent 44%,var(--ink) 44%,var(--ink) 56%,transparent 56%); box-shadow: none; }.mobile-nav-panel { position: fixed; top: 74px; right: 0; left: 0; max-height: calc(100vh - 74px); padding: 18px 20px 28px; overflow: auto; border-top: 1px solid var(--border); background: var(--white); box-shadow: var(--shadow); }.mobile-nav-panel > a,.mobile-subnav > summary { display: flex; min-height: 46px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); font-size: .88rem; font-weight: 700; }.mobile-subnav div { display: grid; padding: 8px 12px 15px; background: var(--surface); }.mobile-subnav a { padding: 8px; color: var(--muted); font-size: .76rem; }.mobile-cta { margin-top: 16px; }.mobile-cta .button { width: 100%; }
  .hero__layout,.problem-layout,.security-layout,.two-col,.form-layout,.page-hero__grid { grid-template-columns: 1fr; }.hero { padding-top: 58px; }.hero__copy { text-align: center; }.hero__lead { margin-inline: auto; }.hero .button-row,.hero__trust { justify-content: center; }.product-window { max-width: 700px; margin-inline: auto; transform: none; }.integration-strip__inner { grid-template-columns: 1fr; text-align: center; }.graph-demo { grid-template-columns: 1fr; }.graph-details { min-height: 330px; border-top: 1px solid var(--border); border-left: 0; }.process-grid { grid-template-columns: 1fr 1fr; }.process-grid::before { display: none; }.module-row { grid-template-columns: 1fr; }.module-row:nth-child(even) .module-copy { order: initial; }.module-visual { min-height: 430px; }.architecture { grid-template-columns: 1fr; }.architecture-arrow { width: 2px; height: 45px; margin-inline: auto; background: linear-gradient(#4b8ffa,rgba(95,145,221,.2)); }.architecture-arrow::after { top: auto; right: -3px; bottom: 0; transform: rotate(135deg); }.blog-grid { grid-template-columns: repeat(2,1fr); }.cta-panel { grid-template-columns: 1fr; }.cta-actions { justify-content: start; }.site-footer__top { grid-template-columns: 1fr; }.footer-brand { max-width: 300px; }.article-layout { grid-template-columns: 1fr; }.article-toc { position: static; padding: 18px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); }
}
@media (max-width: 640px) {
  .container,.container--narrow { width: min(calc(100% - 28px),var(--container)); }.section { padding: 64px 0; }.section-heading { display: block; margin-bottom: 34px; }.section-heading .text-link { margin-top: 15px; }.hero h1 { font-size: 2.8rem; }.hero__trust { grid-template-columns: 1fr; width: fit-content; margin-inline: auto; text-align: left; }.product-window { grid-template-columns: 70px 1fr; }.dashboard-side { padding-inline: 7px; }.dashboard-side a { justify-content: center; }.dashboard-side a span { display: none; }.dashboard-main { padding: 13px; }.dashboard-metrics { grid-template-columns: 1fr 1fr; }.dashboard-metric:last-child { grid-column: 1/-1; }.dashboard-grid { grid-template-columns: 1fr; }.integration-logos { grid-template-columns: 1fr 1fr; }.card-grid,.content-grid,.case-grid,.testimonial-grid,.blog-grid,.security-grid,.pricing-grid,.integration-grid { grid-template-columns: 1fr; }.capability-card { min-height: 250px; }.fragment-map { min-height: 420px; padding: 0; }.fragment-source span { display: none; }.fragment-source { padding: 7px; }.fragment-core { width: 135px; height: 135px; }.graph-canvas { min-height: 480px; }.graph-node { padding: 7px; }.graph-node span { display: none; }.process-grid { grid-template-columns: 1fr; }.process-step { display: grid; grid-template-columns: 46px 1fr; column-gap: 14px; }.process-step__number { grid-row: 1/3; width: 44px; height: 44px; margin: 0; }.module-copy { padding: 34px 25px; }.module-visual { min-height: 360px; padding: 20px; }.architecture { padding: 24px 16px; }.case-metrics { grid-template-columns: 1fr; }.cta-panel { padding: 38px 25px; }.cta-actions { flex-direction: column; }.site-footer { margin-top: 65px; }.footer-columns { grid-template-columns: 1fr 1fr; }.site-footer__bottom { align-items: start; flex-direction: column; }.page-hero { padding-top: 46px; }.page-hero__copy h1 { font-size: 2.65rem; }.form-grid { grid-template-columns: 1fr; }.field--full { grid-column: auto; }.form-shell { padding: 21px; }.diagram-flow { align-items: stretch; flex-direction: column; text-align: center; }.diagram-arrow { transform: rotate(90deg); }.price strong { font-size: 1.75rem; }
}
@media (max-width: 380px) {
  .hero h1,.page-hero__copy h1 { font-size: 2.35rem; }.button-row { flex-direction: column; }.button-row .button { width: 100%; }.footer-columns { grid-template-columns: 1fr; }
}
