@font-face { font-family: "Geist"; src: url("/assets/fonts/geist-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Geist"; src: url("/assets/fonts/geist-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Geist"; src: url("/assets/fonts/geist-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Geist"; src: url("/assets/fonts/geist-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Geist"; src: url("/assets/fonts/geist-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --font-geist-sans: "Geist";
  --navy: #07102d;
  --navy-2: #0d1745;
  --ink: #0b1232;
  --muted: #64708b;
  --violet: #7146ff;
  --violet-2: #9b78ff;
  --blue: #4b63ff;
  --line: #e4e6f0;
  --paper: #f8f8fd;
  --white: #fff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-geist-sans), Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { min-height: 1.4em; margin: 12px 0 0; color: #4f2bd6; font-size: 13px; font-weight: 650; }
.form-message.is-error { color: #b42318; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
.shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.kicker { display: block; color: var(--violet); font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.kicker.light { color: #a98bff; }
.section { padding: 112px 0; }
.section-tint { background: linear-gradient(180deg, #fbfbff, #f6f5fd); }

.header { position: relative; z-index: 30; height: 84px; color: var(--ink); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(228,230,240,.8); }
.header-dark { color: white; background: var(--navy); border-bottom-color: rgba(255,255,255,.09); }
.home-dark .header-dark { background: transparent; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-size: 23px; font-weight: 720; letter-spacing: -.045em; }
.logo-mark { position: relative; display: block; width: 28px; height: 28px; }
.logo-mark i { position: absolute; inset: 2px; border: 7px solid var(--violet); border-right-color: transparent; border-radius: 50%; transform: rotate(-14deg); }
.logo-mark i:last-child { inset: 10px 2px 2px 14px; border: 0; border-radius: 99px; background: linear-gradient(90deg, var(--violet), var(--blue)); transform: rotate(8deg); }
.desktop-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: 4px; font-size: 13px; }
.desktop-nav > a, .nav-trigger { display: inline-flex; align-items: center; gap: 6px; padding: 13px 11px; border-radius: 8px; opacity: .86; }
.desktop-nav > a:hover, .nav-trigger:hover, .desktop-nav > a:focus-visible, .nav-trigger:focus-visible { opacity: 1; background: rgba(113,70,255,.08); }
.header-dark .desktop-nav > a:hover, .header-dark .nav-trigger:hover { background: rgba(255,255,255,.07); }
.nav-group { position: relative; }
.nav-popover { position: absolute; top: calc(100% + 8px); left: 50%; width: 270px; padding: 14px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 60px rgba(5,11,35,.2); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: .18s ease; }
.nav-group:hover .nav-popover, .nav-group:focus-within .nav-popover { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-popover p { margin: 2px 8px 8px; color: #9299ab; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.nav-popover a { display: flex; align-items: center; justify-content: space-between; padding: 10px 9px; border-radius: 8px; font-size: 13px; font-weight: 600; }
.nav-popover a:hover { color: var(--violet); background: #f7f5ff; }
.header-cta { min-height: 42px !important; padding-inline: 18px !important; }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid currentColor; border-radius: 10px; color: inherit; background: transparent; }
.menu-button i { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }
.mobile-menu { display: none; }

/* Shared interface icons. The mask inherits the surrounding text colour, so
   the same SVG assets stay crisp on light, dark and high-contrast surfaces. */
.ui-icon { display: inline-block; flex: 0 0 auto; width: 1em; height: 1em; background-color: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.ui-icon-arrow-right { width: 1.12em; height: 1.12em; -webkit-mask-image: url("/assets/icons/arrow-right.svg"); mask-image: url("/assets/icons/arrow-right.svg"); transition: transform .2s cubic-bezier(.2,.75,.3,1); }
.ui-icon-chevron-down { width: .9em; height: .9em; -webkit-mask-image: url("/assets/icons/chevron-down.svg"); mask-image: url("/assets/icons/chevron-down.svg"); transition: transform .2s cubic-bezier(.2,.75,.3,1); }
.nav-trigger .ui-icon-chevron-down { margin-top: 1px; opacity: .72; }
.nav-group:hover .nav-trigger .ui-icon-chevron-down, .nav-group:focus-within .nav-trigger .ui-icon-chevron-down { transform: rotate(180deg); }
.nav-popover .ui-icon-arrow-right { width: 15px; height: 15px; opacity: .62; }
a:hover .ui-icon-arrow-right, button:hover .ui-icon-arrow-right { transform: translateX(3px); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-weight: 680; font-size: 14px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(155,120,255,.42); outline-offset: 3px; }
.button-primary { color: white; background: linear-gradient(135deg, #7650ff, #5d28f2); box-shadow: 0 12px 30px rgba(102,54,255,.34); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(102,54,255,.48); }
.button-dark { color: white; background: var(--navy); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.025); }
.button-outline-light:hover { background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--violet); font-size: 13px; font-weight: 700; }

.home-dark, .detail-hero-wrap, .form-page, .simple-hero { position: relative; color: white; overflow: hidden; background: radial-gradient(circle at 74% 54%, rgba(84,38,255,.35), transparent 35rem), radial-gradient(circle at 15% 105%, rgba(32,78,209,.28), transparent 30rem), linear-gradient(135deg, #06102c 0%, #081230 48%, #120c4b 100%); }
.home-dark::after, .detail-hero-wrap::after, .form-page::after, .simple-hero::after, .cta-section::after { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent); }
.home-hero { min-height: 660px; position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 52px; padding-top: 60px; padding-bottom: 86px; }
.home-hero-copy h1 { max-width: 700px; margin: 22px 0 23px; font-size: clamp(50px, 5.2vw, 78px); line-height: 1.02; letter-spacing: -.065em; }
.home-hero-copy h1 em { color: transparent; background: linear-gradient(90deg, #a78aff, #6d40ff); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.home-hero-copy > p { max-width: 620px; margin: 0; color: #cbd1e1; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 46px; color: #bcc5dc; font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row svg { width: 18px; }
.hero-product { position: relative; perspective: 1200px; }
.hero-glow { position: absolute; inset: 15% 10%; background: rgba(89,43,255,.64); filter: blur(70px); }
.product-frame, .detail-visual { position: relative; z-index: 1; padding: 7px; overflow: hidden; background: rgba(9,15,49,.9); border: 1px solid rgba(169,143,255,.55); border-radius: 19px; box-shadow: 0 34px 100px rgba(0,0,0,.46), 0 0 60px rgba(79,39,255,.22); transform: rotateY(-4deg) rotateX(1deg); }
.product-frame img, .detail-visual img { display: block; width: 100%; border-radius: 10px; }
.screen-chrome { height: 35px; display: flex; align-items: center; gap: 6px; padding: 0 10px; color: #929bc1; font-size: 10px; }
.screen-chrome span { width: 7px; height: 7px; border-radius: 50%; background: #6446df; }
.screen-chrome span:nth-child(2) { background: #8c69ff; }.screen-chrome span:nth-child(3) { background: #c1afff; }
.screen-chrome b { margin-left: auto; font-weight: 550; }
.floating-card { position: absolute; z-index: 2; min-width: 130px; padding: 13px 15px; color: white; background: rgba(12,17,54,.9); border: 1px solid rgba(173,148,255,.38); border-radius: 12px; box-shadow: 0 18px 40px rgba(0,0,0,.32); backdrop-filter: blur(10px); }
.floating-card span { display: block; color: #a9b2cf; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.floating-card strong { display: block; margin-top: 5px; font-size: 17px; }.floating-one { left: -32px; bottom: 42px; }.floating-two { right: -20px; top: 70px; }

.clients { position: relative; padding: 38px 0 28px; overflow: hidden; background: #fbfbfe; border-bottom: 1px solid var(--line); }
.clients-label { margin: 0 0 24px; text-align: center; color: #4b536b; font-size: 12px; font-weight: 600; }
.client-viewport { position: relative; overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 9%, black 91%, transparent); }
.client-track { width: max-content; display: flex; gap: 86px; align-items: center; animation: client-scroll 26s linear infinite; }
.client-logo { width: 210px; height: 62px; display: flex; align-items: center; justify-content: center; opacity: .55; filter: grayscale(1); transition: .3s ease; }.client-logo:hover { opacity: 1; filter: grayscale(0); }.client-logo img { max-width: 155px; max-height: 52px; object-fit: contain; }.client-anor img { max-width: 84px; }.client-kapital img { max-width: 185px; }.client-pepsi img { max-width: 150px; }
.client-note { margin-top: 17px; color: #9aa0b0; text-align: center; font-size: 10px; }
@keyframes client-scroll { to { transform: translateX(calc(-33.333% - 28.67px)); } }

.section-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }.section-heading.left { margin-left: 0; text-align: left; }.section-heading h2, .fit-panel h2, .showcase-copy h2 { margin: 14px 0 15px; font-size: clamp(34px, 3.8vw, 52px); line-height: 1.08; letter-spacing: -.045em; }.section-heading p, .fit-panel > p, .showcase-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.feature-card { min-height: 188px; display: flex; gap: 18px; padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.9); transition: .2s ease; }.feature-card:hover { transform: translateY(-4px); border-color: #cfc5ff; box-shadow: 0 20px 55px rgba(24,20,64,.09); }.feature-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; color: var(--violet); background: linear-gradient(135deg, #f3edff, #e6ddff); border: 1px solid #ded1ff; border-radius: 12px; box-shadow: inset 0 1px white; }.feature-card h3 { margin: 2px 0 9px; font-size: 17px; letter-spacing: -.02em; }.feature-card p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.55; }.status-tag { display: inline-block; margin-bottom: 7px; padding: 4px 7px; color: #5c36d7; background: #f2edff; border-radius: 5px; font-size: 9px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.lifecycle-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }.lifecycle-grid article { position: relative; padding: 21px 12px; text-align: center; }.lifecycle-grid article > span { position: absolute; top: 4px; right: 10px; color: #c5c0d7; font-size: 10px; font-weight: 700; }.lifecycle-grid .feature-icon { margin: 0 auto 18px; }.lifecycle-grid h3 { margin: 0 0 7px; font-size: 17px; }.lifecycle-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }.workflow-line { margin-top: 42px; display: flex; align-items: center; justify-content: center; gap: 13px; color: #6f6684; font-size: 12px; }.workflow-line span { padding: 10px 14px; background: white; border: 1px solid var(--line); border-radius: 99px; }.workflow-line b { color: var(--violet); }
.showcase-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }.showcase-copy ul { margin: 27px 0; padding: 0; list-style: none; }.showcase-copy li { position: relative; margin: 13px 0; padding-left: 24px; color: #3b4661; font-size: 14px; line-height: 1.5; }.showcase-copy li::before { position: absolute; left: 0; content: "✓"; color: var(--violet); font-weight: 800; }.showcase-screen { padding: 13px; background: #f4f3fb; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 35px 80px rgba(14,17,49,.15); transform: rotate(1deg); }.showcase-screen img { display: block; border-radius: 12px; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }.industry-grid a { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, white, #faf9ff); transition: .2s ease; }.industry-grid a:hover { color: white; background: linear-gradient(145deg, #111744, #25116d); transform: translateY(-4px); box-shadow: 0 24px 55px rgba(34,18,94,.2); }.industry-grid a > span { color: var(--violet); font-size: 11px; font-weight: 750; }.industry-grid h3 { margin: 38px 0 10px; font-size: 21px; letter-spacing: -.03em; }.industry-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }.industry-grid a:hover p { color: #c6cbe0; }.industry-grid b { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 20px; font-size: 12px; }
.enterprise-band, .cta-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 85% 20%, rgba(103,53,255,.42), transparent 30rem), linear-gradient(125deg, #07102e, #11114d); }.enterprise-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-top: 100px; padding-bottom: 100px; }.enterprise-grid > div:first-child h2 { margin: 15px 0; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.055em; }.enterprise-grid > div:first-child p { max-width: 500px; margin: 0 0 28px; color: #c1c8db; font-size: 16px; line-height: 1.65; }.enterprise-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }.enterprise-points article { display: flex; gap: 16px; padding: 28px; background: rgba(7,16,46,.82); }.enterprise-points article > span { color: #9c7bff; font-size: 11px; font-weight: 750; }.enterprise-points h3 { margin: 0 0 7px; font-size: 16px; }.enterprise-points p { margin: 0; color: #aeb8d1; font-size: 13px; line-height: 1.5; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 660; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--violet); font-size: 22px; font-weight: 400; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -4px 40px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.cta-inner { position: relative; z-index: 1; min-height: 310px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }.cta-inner h2 { max-width: 610px; margin: 13px 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.07; letter-spacing: -.05em; }.cta-inner p { max-width: 620px; margin: 0; color: #c3cbe0; line-height: 1.65; }.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: flex-end; }.cta-actions ul { width: 100%; display: flex; justify-content: flex-end; gap: 22px; margin: 8px 0 0; padding: 0; list-style: none; color: #b8c0d7; font-size: 11px; }.cta-actions li::before { content: "✓ "; color: #8c6bff; }

.breadcrumbs { position: relative; z-index: 2; display: flex; gap: 8px; padding-top: 28px; color: #9fa8c2; font-size: 11px; text-transform: capitalize; }.breadcrumb-part { display: inline-flex; gap: 8px; }.breadcrumbs a:hover { color: white; }
.detail-hero { min-height: 570px; position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; padding-top: 55px; padding-bottom: 80px; }.detail-copy h1 { max-width: 690px; margin: 17px 0 21px; font-size: clamp(46px, 5vw, 70px); line-height: 1.02; letter-spacing: -.06em; }.detail-copy > p { max-width: 630px; margin: 0; color: #c7cde0; font-size: 17px; line-height: 1.65; }.availability { width: fit-content; margin-top: 30px; display: flex; gap: 9px; align-items: center; padding: 9px 12px; color: #c7cde1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 99px; font-size: 11px; }.availability span { color: #9271ff; }.detail-visual { transform: rotateY(-3deg); }.detail-visual img { aspect-ratio: 16/10; object-fit: cover; object-position: top; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: white; }.flow-grid article { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); }.flow-grid article:last-child { border: 0; }.flow-grid article > span { color: var(--violet); font-size: 11px; font-weight: 750; }.flow-grid h3 { margin: 35px 0 10px; font-size: 21px; }.flow-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.fit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }.fit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.fit-list > div { min-height: 120px; display: flex; align-items: center; gap: 16px; padding: 22px; background: #f8f7fd; border: 1px solid var(--line); border-radius: 13px; font-size: 14px; font-weight: 650; }.fit-list svg { width: 22px; color: var(--violet); }.fit-panel .text-link { display: inline-flex; margin-top: 25px; }
.related { padding: 34px 0; background: #f8f7fd; border-block: 1px solid var(--line); }.related .shell { display: flex; align-items: center; justify-content: space-between; gap: 25px; }.related .shell > div { display: flex; flex-wrap: wrap; gap: 10px; }.related a { display: inline-flex; align-items: center; gap: 12px; padding: 11px 14px; background: white; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; font-weight: 650; }.related a:hover { color: var(--violet); border-color: #cfc4ff; }

.form-page { min-height: 820px; padding: 84px 0; }.form-page-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }.form-intro { padding-top: 35px; }.form-intro h1, .simple-hero h1 { margin: 18px 0 20px; font-size: clamp(52px, 6vw, 76px); line-height: 1; letter-spacing: -.06em; }.form-intro > p, .simple-hero p { max-width: 600px; color: #c5cbde; font-size: 18px; line-height: 1.65; }.form-promises { margin-top: 50px; }.form-promises article { display: flex; gap: 18px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.13); }.form-promises article > span { color: #9979ff; font-size: 11px; font-weight: 750; }.form-promises h2 { margin: 0 0 5px; font-size: 16px; }.form-promises p { margin: 0; color: #9fa9c3; font-size: 13px; }.lead-form { padding: 40px; color: var(--ink); background: white; border-radius: 19px; box-shadow: 0 35px 80px rgba(0,0,0,.32); }.lead-form > h2 { margin: 0 0 8px; font-size: 28px; letter-spacing: -.035em; }.lead-form > p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.lead-form label { display: flex; flex-direction: column; gap: 7px; color: #343d57; font-size: 12px; font-weight: 650; }.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #dcdfea; border-radius: 8px; padding: 13px 14px; color: var(--ink); background: #fff; font-size: 14px; }.lead-form input, .lead-form select { height: 47px; }.lead-form textarea { resize: vertical; }.form-wide { grid-column: 1 / -1; }.consent { margin: 18px 0; flex-direction: row !important; align-items: flex-start; font-weight: 500 !important; line-height: 1.45; }.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; }.lead-form small { display: block; margin-top: 14px; color: #8991a6; line-height: 1.45; }.form-success { padding: 45px; color: var(--ink); background: white; border-radius: 19px; }.form-success svg { color: var(--violet); }.form-success h2 { font-size: 31px; }.form-success p { color: var(--muted); }
.simple-hero { min-height: 440px; display: grid; place-items: center; text-align: center; }.simple-hero .shell { position: relative; z-index: 1; }.simple-hero h1 { max-width: 900px; margin-inline: auto; }.simple-hero p { margin-inline: auto; }.not-found .button { margin-top: 25px; }.faq-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.faq-directory article { padding: 28px; border: 1px solid var(--line); border-radius: 14px; }.faq-directory h2 { margin: 0 0 12px; font-size: 19px; }.faq-directory p { margin: 0; color: var(--muted); line-height: 1.65; }

.footer { padding: 75px 0 26px; color: white; background: #050b22; }.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(5, 1fr); gap: 36px; }.footer-brand > p { max-width: 300px; margin: 22px 0; color: #909ab4; font-size: 13px; line-height: 1.6; }.footer-brand > a { color: #a98cff; font-size: 13px; }.footer-group h2 { margin: 4px 0 18px; color: #cbd2e5; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.footer-group a { display: block; margin: 11px 0; color: #8f99b4; font-size: 12px; }.footer-group a:hover { color: white; }.footer-legal { margin-top: 60px; padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #6e7892; font-size: 10px; }.footer-legal p:last-child { text-align: right; }.footer-legal div { display: flex; gap: 16px; }

.footer-legal button { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; font-size: inherit; }.footer-legal a:hover, .footer-legal button:hover { color: white; }

.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 16px; color: white; background: #17114a; border: 2px solid white; border-radius: 8px; font-weight: 700; transform: translateY(-150%); transition: transform .15s ease; }.skip-link:focus { transform: translateY(0); }

.resource-hero { min-height: 500px; }.resource-hero p { max-width: 760px; }.resource-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 48px; }.resource-intro h2 { max-width: 650px; margin: 14px 0 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.06; letter-spacing: -.05em; }.resource-intro > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }.resource-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }.resource-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, white, #faf9ff); transition: .2s ease; }.resource-card:hover { transform: translateY(-5px); border-color: #cfc4ff; box-shadow: 0 24px 60px rgba(22,16,62,.1); }.resource-card > span { color: var(--violet); font-size: 11px; font-weight: 750; }.resource-card h3 { margin: 34px 0 12px; font-size: 23px; letter-spacing: -.03em; }.resource-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.resource-card b { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 25px; color: var(--violet); font-size: 12px; }.topic-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }.topic-layout .button { margin-top: 28px; }.topic-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.topic-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }.topic-list span { color: var(--violet); font-size: 10px; font-weight: 750; }.topic-list a { font-size: 16px; font-weight: 650; line-height: 1.4; }.topic-list a:hover { color: var(--violet); }

.insight-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }.insight-category-grid article { min-height: 175px; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: white; }.insight-category-grid h3 { margin: 0 0 10px; font-size: 18px; }.insight-category-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }.article-grid article { min-height: 360px; display: flex; flex-direction: column; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 50px rgba(20,16,63,.05); }.article-grid article > span { color: var(--violet); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }.article-grid h3 { margin: 29px 0 13px; font-size: 23px; line-height: 1.22; letter-spacing: -.03em; }.article-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.article-grid article > div { margin-top: auto; padding-top: 28px; display: flex; justify-content: space-between; color: #7d8498; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.article-grid i { color: var(--violet); font-style: normal; }.editorial-band { padding: 85px 0; color: white; background: linear-gradient(130deg, #07102e, #1c115d); }.editorial-band h2 { max-width: 830px; margin: 15px 0; font-size: clamp(38px, 4.5vw, 59px); line-height: 1.08; letter-spacing: -.05em; }.editorial-band p { max-width: 780px; margin: 0; color: #c2c9dd; font-size: 16px; line-height: 1.7; }

.glossary-nav, .faq-anchor-nav, .legal-switcher { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }.glossary-nav .shell, .faq-anchor-nav .shell, .legal-switcher .shell { min-height: 64px; display: flex; align-items: center; gap: 9px; overflow-x: auto; scrollbar-width: none; }.glossary-nav span { margin-right: 8px; color: var(--muted); font-size: 12px; font-weight: 650; }.glossary-nav a { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; font-weight: 700; }.glossary-nav a:hover { color: white; background: var(--violet); border-color: var(--violet); }.glossary-layout { display: grid; grid-template-columns: 300px 1fr; gap: 80px; align-items: start; }.glossary-layout > aside { position: sticky; top: 95px; }.glossary-layout > aside h2 { margin: 13px 0; font-size: 31px; letter-spacing: -.04em; }.glossary-layout > aside p { color: var(--muted); line-height: 1.65; }.glossary-layout > aside a { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: var(--violet); font-size: 13px; font-weight: 700; }.glossary-list > section { scroll-margin-top: 85px; }.glossary-list > section > h2 { margin: 0; padding: 30px 0 14px; color: var(--violet); border-bottom: 2px solid var(--ink); font-size: 40px; }.glossary-list article { scroll-margin-top: 90px; padding: 27px 0; border-bottom: 1px solid var(--line); }.glossary-list h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.02em; }.glossary-list p { max-width: 860px; margin: 0; color: #4f5b74; line-height: 1.75; }

.faq-anchor-nav .shell, .legal-switcher .shell { justify-content: center; gap: 12px; }.faq-anchor-nav a, .legal-switcher a { flex: 0 0 auto; padding: 10px 14px; color: #505a73; border-radius: 8px; font-size: 12px; font-weight: 650; }.faq-anchor-nav a:hover, .legal-switcher a:hover { color: var(--violet); background: #f5f1ff; }.faq-groups { padding-top: 65px; }.faq-group { scroll-margin-top: 82px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; padding: 60px 0; border-bottom: 1px solid var(--line); }.faq-group:first-child { padding-top: 0; }.faq-group > div:first-child > span { color: var(--violet); font-size: 11px; font-weight: 750; }.faq-group h2 { margin: 18px 0 12px; font-size: clamp(31px, 3vw, 43px); line-height: 1.08; letter-spacing: -.045em; }.faq-group > div:first-child > p { max-width: 430px; color: var(--muted); line-height: 1.7; }

.legal-switcher a { color: var(--ink); }.legal-page { padding-top: 72px; }.legal-layout { display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 85px; align-items: start; }.legal-layout > aside { position: sticky; top: 92px; padding: 24px; background: #f8f7fd; border: 1px solid var(--line); border-radius: 14px; }.legal-layout > aside > p { margin: 10px 0 20px; color: var(--muted); font-size: 12px; }.legal-layout > aside nav { display: flex; flex-direction: column; gap: 3px; }.legal-layout > aside nav a { padding: 8px 9px; color: #505a72; border-radius: 6px; font-size: 12px; line-height: 1.35; }.legal-layout > aside nav a:hover { color: var(--violet); background: white; }.legal-content { min-width: 0; }.legal-lead { margin: 0 0 28px; color: #414d67; font-size: 19px; line-height: 1.75; }.legal-callout { margin: 0 0 42px; padding: 24px 26px; background: #f3efff; border: 1px solid #dcd2ff; border-left: 4px solid var(--violet); border-radius: 12px; }.legal-callout strong { font-size: 15px; }.legal-callout p { margin: 7px 0 0; color: #56617a; line-height: 1.6; }.legal-content > section { scroll-margin-top: 85px; padding: 34px 0; border-top: 1px solid var(--line); }.legal-content > section > h2 { display: flex; gap: 14px; margin: 0 0 17px; font-size: 25px; letter-spacing: -.03em; }.legal-content > section > h2 span { flex: 0 0 auto; padding-top: 5px; color: var(--violet); font-size: 10px; letter-spacing: .04em; }.legal-content h3 { margin: 25px 0 8px; font-size: 17px; }.legal-content p, .legal-content li { color: #4f5b73; font-size: 15px; line-height: 1.75; }.legal-content p { margin: 0 0 14px; }.legal-content ul { padding-left: 21px; }.legal-content li { margin: 8px 0; }.legal-content a { color: #5d38df; text-decoration: underline; text-underline-offset: 3px; }.table-scroll { margin: 22px 0; overflow-x: auto; }.legal-table { width: 100%; min-width: 760px; border-collapse: collapse; border: 1px solid var(--line); font-size: 13px; }.legal-table th { padding: 14px; color: white; background: #111743; text-align: left; vertical-align: top; }.legal-table td { padding: 15px 14px; color: #4f5b73; border: 1px solid var(--line); vertical-align: top; line-height: 1.55; }.legal-table tbody tr:nth-child(even) { background: #faf9fe; }.legal-table code { font-size: 12px; overflow-wrap: anywhere; }

.cookie-banner { position: fixed; z-index: 120; right: 18px; bottom: 18px; left: 18px; width: min(1180px, calc(100% - 36px)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 25px 27px; color: white; background: rgba(7,12,38,.98); border: 1px solid rgba(167,139,255,.55); border-radius: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.42); backdrop-filter: blur(18px); }.cookie-copy strong { font-size: 19px; }.cookie-copy p { max-width: 760px; margin: 8px 0 5px; color: #c5ccdd; font-size: 13px; line-height: 1.55; }.cookie-copy a { color: #b89fff; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }.cookie-actions { display: grid; grid-template-columns: auto auto; gap: 9px; align-items: center; }.cookie-actions .button, .dialog-actions .button { min-height: 44px; padding-inline: 17px; font-size: 12px; }.cookie-reject { color: var(--ink); background: white; border-color: white; }.cookie-manage { grid-column: 1 / -1; padding: 4px; color: #cbbdff; background: transparent; border: 0; cursor: pointer; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }.consent-backdrop { position: fixed; z-index: 140; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,7,24,.72); backdrop-filter: blur(6px); }.preference-dialog { width: min(650px, 100%); max-height: min(820px, calc(100vh - 40px)); overflow-y: auto; padding: 31px; color: var(--ink); background: white; border-radius: 18px; box-shadow: 0 32px 100px rgba(0,0,0,.45); }.dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }.dialog-heading h2 { margin: 9px 0 0; font-size: 28px; letter-spacing: -.04em; }.dialog-close { flex: 0 0 auto; width: 40px; height: 40px; color: var(--ink); background: #f4f2fb; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; font-size: 25px; line-height: 1; }.preference-dialog > p { color: var(--muted); font-size: 13px; line-height: 1.6; }.preference-list { margin: 23px 0; border-top: 1px solid var(--line); }.preference-list > div { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }.preference-list strong { font-size: 14px; }.preference-list p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }.always-active { flex: 0 0 auto; color: #5d3ddd; font-size: 11px; font-weight: 750; }.toggle { flex: 0 0 auto; width: 48px; height: 27px; padding: 3px; background: #c7cad5; border: 0; border-radius: 99px; cursor: pointer; transition: .18s ease; }.toggle span { display: block; width: 21px; height: 21px; background: white; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,.25); transition: .18s ease; }.toggle[aria-checked="true"] { background: var(--violet); }.toggle[aria-checked="true"] span { transform: translateX(21px); }.dialog-actions { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }.dialog-actions .cookie-manage { width: auto; grid-column: auto; }

.accessibility-trigger { position: fixed; z-index: 90; top: 52%; right: 0; min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 14px 0 11px; color: white; background: #24126e; border: 1px solid #8c6dff; border-right: 0; border-radius: 11px 0 0 11px; box-shadow: 0 12px 35px rgba(16,8,62,.3); cursor: pointer; transform: translateY(-50%); }.accessibility-trigger span { display: grid; place-items: center; width: 27px; height: 27px; color: #261567; background: white; border-radius: 7px; font-size: 12px; font-weight: 800; }.accessibility-trigger b { font-size: 11px; }.accessibility-panel { position: fixed; z-index: 130; top: 50%; right: 18px; width: min(370px, calc(100% - 36px)); max-height: calc(100vh - 36px); overflow-y: auto; padding: 26px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 30px 90px rgba(8,8,35,.35); transform: translateY(-50%); }.accessibility-panel .dialog-heading h2 { font-size: 24px; }.accessibility-options { margin-top: 22px; border-top: 1px solid var(--line); }.accessibility-options fieldset { margin: 0; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); }.accessibility-options legend { margin-bottom: 10px; font-size: 13px; font-weight: 700; }.text-size-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }.text-size-buttons button { height: 42px; color: var(--ink); background: #f7f5fd; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font-weight: 750; }.text-size-buttons button[aria-pressed="true"] { color: white; background: var(--violet); border-color: var(--violet); }.accessibility-options > button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 15px 0; color: var(--ink); background: white; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; font-size: 13px; font-weight: 650; text-align: left; }.accessibility-options > button i { padding: 5px 8px; color: #656d81; background: #f2f1f7; border-radius: 6px; font-size: 10px; font-style: normal; }.accessibility-options > button[aria-pressed="true"] i { color: white; background: var(--violet); }.accessibility-reset { width: 100%; margin-top: 18px; padding: 11px; color: #4e5870; background: #f7f6fb; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font-size: 12px; }.accessibility-statement-link { display: block; margin-top: 14px; color: var(--violet); font-size: 12px; font-weight: 700; text-align: center; }

html.a11y-text-large p, html.a11y-text-large li, html.a11y-text-large summary, html.a11y-text-large label, html.a11y-text-large input, html.a11y-text-large select, html.a11y-text-large textarea { font-size: 1.05rem !important; line-height: 1.75 !important; }
html.a11y-text-extra-large p, html.a11y-text-extra-large li, html.a11y-text-extra-large summary, html.a11y-text-extra-large label, html.a11y-text-extra-large input, html.a11y-text-extra-large select, html.a11y-text-extra-large textarea { font-size: 1.18rem !important; line-height: 1.82 !important; }
html.a11y-contrast { --ink: #000; --muted: #222; --violet: #5420d4; --line: #535353; --paper: #fff; }.a11y-contrast body { color: #000; background: white; }.a11y-contrast .section-tint, .a11y-contrast .clients, .a11y-contrast .related { background: #fff; }.a11y-contrast .home-dark, .a11y-contrast .detail-hero-wrap, .a11y-contrast .simple-hero, .a11y-contrast .form-page, .a11y-contrast .enterprise-band, .a11y-contrast .cta-section, .a11y-contrast .editorial-band, .a11y-contrast .footer { color: white; background: #000; }.a11y-contrast .feature-card, .a11y-contrast .resource-card, .a11y-contrast .article-grid article, .a11y-contrast .insight-category-grid article { border-width: 2px; }.a11y-underline-links a:not(.button):not(.logo) { text-decoration: underline !important; text-decoration-thickness: 2px !important; text-underline-offset: 3px !important; }.a11y-reduce-motion *, .a11y-reduce-motion *::before, .a11y-reduce-motion *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }

@media (max-width: 1100px) {
  .shell { width: min(100% - 42px, 1000px); }
  .desktop-nav { display: none; }.header-cta { margin-left: auto; }.menu-button { display: block; }.header-cta + .menu-button { margin-left: 0; }
  .mobile-menu { position: absolute; top: 84px; inset-inline: 0; display: grid; grid-template-rows: 0fr; overflow: hidden; color: var(--ink); background: white; box-shadow: 0 24px 50px rgba(0,0,0,.18); transition: grid-template-rows .25s ease; }.mobile-menu.is-open { grid-template-rows: 1fr; }.mobile-menu-inner { min-height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0; }.mobile-menu.is-open .mobile-menu-inner { padding-top: 18px; padding-bottom: 26px; }.mobile-menu details, .mobile-menu > .shell > a:not(.button) { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); }.mobile-menu summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; cursor: pointer; font-weight: 650; }.mobile-menu summary::-webkit-details-marker { display: none; }.mobile-menu details[open] summary .ui-icon-chevron-down { transform: rotate(180deg); }.mobile-menu details a { display: block; padding: 10px 15px; color: var(--muted); }.mobile-menu .button { margin-top: 20px; }
  .home-hero, .detail-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }.hero-product { max-width: 800px; margin-inline: auto; }.home-hero-copy { max-width: 800px; }.feature-grid { grid-template-columns: 1fr 1fr; }.industry-grid { grid-template-columns: 1fr 1fr; }.showcase-grid { grid-template-columns: 1fr; }.enterprise-grid { gap: 50px; }.footer-grid { grid-template-columns: 1.6fr repeat(3, 1fr); }.footer-group:nth-last-child(-n+2) { margin-top: 15px; }
  .resource-card-grid, .insight-category-grid, .article-grid { grid-template-columns: 1fr 1fr; }.topic-layout { gap: 50px; }.glossary-layout { grid-template-columns: 240px 1fr; gap: 45px; }.legal-layout { grid-template-columns: 225px minmax(0,1fr); gap: 45px; }.faq-group { gap: 45px; }
}

@media (max-width: 767px) {
  .shell { width: min(100% - 32px, 680px); }.section { padding: 78px 0; }.header { height: 72px; }.header-cta { display: none; }.menu-button, .header-cta + .menu-button { margin-left: auto; }.mobile-menu { top: 72px; }
  .home-hero { padding: 54px 0 70px; gap: 52px; }.home-hero-copy h1 { font-size: clamp(42px, 12vw, 58px); }.home-hero-copy > p { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.trust-row { margin-top: 34px; gap: 12px; flex-direction: column; }.product-frame { transform: none; }.floating-card { display: none; }
  .client-track { gap: 38px; }.client-logo { width: 165px; }
  .feature-grid, .industry-grid, .faq-directory { grid-template-columns: 1fr; }.feature-card { min-height: 0; }.lifecycle-grid { grid-template-columns: 1fr 1fr; }.lifecycle-grid article:last-child { grid-column: 1 / -1; }.workflow-line { justify-content: flex-start; overflow-x: auto; padding-bottom: 12px; }.workflow-line span { flex: 0 0 auto; }.showcase-grid { gap: 45px; }.enterprise-grid, .faq-layout, .cta-inner, .detail-hero, .fit-layout, .form-page-grid { grid-template-columns: 1fr; }.enterprise-grid { padding-block: 75px; }.enterprise-points { grid-template-columns: 1fr; }.cta-inner { padding-block: 70px; }.cta-actions { justify-content: flex-start; }.cta-actions .button { width: 100%; }.cta-actions ul { justify-content: flex-start; flex-direction: column; gap: 7px; }
  .breadcrumbs { padding-top: 22px; overflow-x: auto; white-space: nowrap; }.detail-hero { padding-top: 45px; padding-bottom: 70px; gap: 45px; }.detail-copy h1 { font-size: clamp(42px, 12vw, 58px); }.detail-visual { transform: none; }.flow-grid { grid-template-columns: 1fr; }.flow-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }.flow-grid h3 { margin-top: 20px; }.fit-list { grid-template-columns: 1fr; }.related .shell { align-items: flex-start; flex-direction: column; }.related .shell > div { flex-direction: column; width: 100%; }.related a { justify-content: space-between; }
  .form-page { padding: 55px 0; }.form-page-grid { gap: 45px; }.form-intro { padding: 0; }.form-intro h1, .simple-hero h1 { font-size: clamp(43px, 13vw, 60px); }.lead-form { padding: 25px; }.form-grid { grid-template-columns: 1fr; }.form-wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; margin-bottom: 15px; }.footer-legal { grid-template-columns: 1fr; }.footer-legal p:last-child { text-align: left; }
  .resource-hero { min-height: 440px; }.resource-intro, .topic-layout, .faq-group, .glossary-layout, .legal-layout { grid-template-columns: 1fr; gap: 35px; }.resource-card-grid, .insight-category-grid, .article-grid { grid-template-columns: 1fr; }.resource-card { min-height: 255px; }.article-grid article { min-height: 330px; }.glossary-nav, .faq-anchor-nav, .legal-switcher { position: relative; }.glossary-nav .shell, .faq-anchor-nav .shell, .legal-switcher .shell { justify-content: flex-start; }.glossary-layout > aside, .legal-layout > aside { position: relative; top: auto; }.glossary-list > section > h2 { padding-top: 18px; }.faq-group { padding: 46px 0; }.faq-group:first-child { padding-top: 0; }.legal-page { padding-top: 45px; }.legal-layout > aside { max-height: none; }.legal-layout > aside nav { display: grid; grid-template-columns: 1fr 1fr; }.legal-content > section > h2 { font-size: 22px; }.cookie-banner { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); grid-template-columns: 1fr; gap: 18px; padding: 21px; }.cookie-actions { grid-template-columns: 1fr; }.cookie-actions .button { width: 100%; }.cookie-manage { grid-column: auto; }.preference-dialog { padding: 23px; }.preference-list > div { align-items: flex-start; }.dialog-actions { flex-direction: column; }.dialog-actions .button, .dialog-actions .cookie-manage { width: 100%; }.accessibility-trigger { min-height: 45px; padding: 0 8px; }.accessibility-trigger b { display: none; }.accessibility-panel { right: 10px; width: calc(100% - 20px); padding: 22px; }.footer-legal div { flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .shell { width: calc(100% - 26px); }.button { padding-inline: 18px; }.feature-card { padding: 21px; }.lifecycle-grid { grid-template-columns: 1fr; }.lifecycle-grid article:last-child { grid-column: auto; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
}

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

/* -------------------------------------------------------------------------
   Card rhythm refinement
   Content determines card height; grids still keep every card in a row equal.
   Icon-and-copy cards are vertically centred, and sequence numbers carry
   enough visual weight to make multi-step content easy to scan.
   ------------------------------------------------------------------------- */
.feature-card {
  min-height: 0;
  align-items: center;
  gap: 20px;
  padding: 25px 27px;
}
.feature-card > div:last-child { min-width: 0; }
.feature-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.28; }
.feature-card p { margin: 0; line-height: 1.6; }
.product-card p { margin-bottom: 15px; }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; }
.feature-icon svg { width: 25px; height: 25px; }

.flow-grid article {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.flow-grid article > span {
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}
.flow-grid h3 { margin: 20px 0 8px; font-size: 22px; line-height: 1.2; }
.flow-grid p { line-height: 1.6; }

.fit-list > div { min-height: 0; padding: 21px 22px; line-height: 1.45; }
.fit-list svg { flex: 0 0 auto; }

.lifecycle-grid article > span {
  top: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.enterprise-points article { align-items: flex-start; }
.enterprise-points article > span,
.form-promises article > span {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.faq-group > div:first-child > span { font-size: 16px; font-weight: 800; letter-spacing: -.035em; }
.legal-content > section > h2 span { font-size: 13px; font-weight: 800; }

.industry-grid a { min-height: 230px; padding: 27px; }
.industry-grid h3 { margin-top: 29px; line-height: 1.25; }
.industry-grid p { line-height: 1.6; }

.resource-card { min-height: 0; padding: 28px; }
.resource-card > span { font-size: 14px; font-weight: 800; }
.resource-card h3 { margin: 25px 0 10px; line-height: 1.25; }
.resource-card b { padding-top: 21px; }

.insight-category-grid article {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 27px;
}
.article-grid article { min-height: 0; }
.article-grid h3 { margin-top: 22px; }
.article-grid article > div { padding-top: 22px; }
.article-grid i { font-size: 15px; font-weight: 800; line-height: 1; }

@media (max-width: 767px) {
  .feature-card { align-items: center; padding: 23px; }
  .feature-icon { width: 48px; height: 48px; border-radius: 13px; }
  .flow-grid article { min-height: 0; padding: 25px; }
  .flow-grid article > span { font-size: 24px; }
  .flow-grid h3 { margin-top: 15px; }
  .industry-grid a, .resource-card, .insight-category-grid article, .article-grid article { min-height: 0; }
}
