:root{--bg-0: #0a0a0a;--bg-1: #141414;--bg-2: #1e1e1e;--bg-3: #2a2a2a;--bg-4: #DFE3E5;--bg-white: #ffffff;--accent-300: #76CDEE;--accent-400: #27CED7;--accent-500: #1CADE4;--accent-600: #2683C6;--accent-700: #1B6FA8;--text-on-dark: #f0f0f0;--text-on-dark-muted: #a0a0a0;--text-on-light: #111111;--text-on-light-muted: #444444;--success: #22c55e;--error: #ef4444;--warning: #f59e0b;--font-heading: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--font-body: "Source Sans 3", "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--leading-tight: 1.15;--leading-normal: 1.6;--leading-relaxed: 1.75;--tracking-tight: -.025em;--tracking-normal: 0;--tracking-wide: .025em;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--max-width: 1280px;--max-width-narrow: 768px;--max-width-wide: 1440px;--grid-gap: var(--space-6);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--border-subtle: 1px solid rgba(255, 255, 255, .08);--border-accent: 2px solid var(--accent-500);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .15);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .2), 0 2px 4px -2px rgba(0, 0, 0, .15);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .25), 0 4px 6px -4px rgba(0, 0, 0, .15);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 8px 10px -6px rgba(0, 0, 0, .2);--shadow-glow: 0 0 20px rgba(28, 173, 228, .2);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--z-base: 0;--z-dropdown: 100;--z-sticky: 200;--z-overlay: 300;--z-modal: 400;--z-toast: 500}[data-theme=dark]{--section-bg: var(--bg-0);--section-text: var(--text-on-dark);--section-text-muted: var(--text-on-dark-muted);--section-heading: var(--accent-400);--section-border: rgba(143, 168, 184, .1);--section-card-bg: var(--bg-2)}[data-theme=dark-alt]{--section-bg: var(--bg-1);--section-text: var(--text-on-dark);--section-text-muted: var(--text-on-dark-muted);--section-heading: var(--accent-300);--section-border: rgba(143, 168, 184, .12);--section-card-bg: var(--bg-2)}[data-theme=mid]{--section-bg: var(--bg-2);--section-text: var(--text-on-dark);--section-text-muted: var(--text-on-dark-muted);--section-heading: var(--accent-400);--section-border: rgba(143, 168, 184, .15);--section-card-bg: var(--bg-3)}[data-theme=light]{--section-bg: var(--bg-4);--section-text: var(--text-on-light);--section-text-muted: var(--text-on-light-muted);--section-heading: var(--accent-600);--section-border: rgba(15, 23, 42, .1);--section-card-bg: var(--bg-white)}@media(prefers-reduced-motion:reduce){:root{--transition-fast: 0ms;--transition-base: 0ms;--transition-slow: 0ms}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Inter-Regular.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/Inter-Medium.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/Inter-SemiBold.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/Inter-Bold.woff2) format("woff2")}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/SourceSans3-Regular.woff2) format("woff2")}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/SourceSans3-SemiBold.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-on-dark);background:var(--bg-0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--accent-500)}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}@media(max-width:768px){h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-xl)}}p{margin-bottom:var(--space-4);line-height:var(--leading-relaxed)}a{color:var(--accent-500);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-300);text-decoration:underline}:focus-visible{outline:3px solid var(--accent-500);outline-offset:2px;border-radius:var(--radius-sm)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6)}.container--narrow{max-width:var(--max-width-narrow)}.container--wide{max-width:var(--max-width-wide)}.grid{display:grid;gap:var(--grid-gap)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.section{padding:var(--space-24) 0;background:var(--section-bg, var(--bg-0));color:var(--section-text, var(--text-on-dark));transition:background var(--transition-slow),color var(--transition-slow);position:relative;overflow:hidden}.section[data-theme=dark]{--section-bg: var(--bg-0);--section-card-bg: var(--bg-2);--section-text: var(--text-on-dark);--section-text-muted: var(--text-on-dark-muted);--section-heading: var(--accent-500)}.section[data-theme=dark-alt]{--section-bg: var(--bg-1);--section-card-bg: var(--bg-2);--section-text: var(--text-on-dark);--section-text-muted: var(--text-on-dark-muted);--section-heading: var(--accent-500)}.section[data-theme=mid]{--section-bg: var(--bg-2);--section-card-bg: var(--bg-3);--section-text: var(--text-on-dark);--section-text-muted: var(--text-on-dark-muted);--section-heading: var(--accent-500)}.section[data-theme=light]{--section-bg: var(--bg-4);--section-card-bg: var(--bg-white);--section-text: var(--text-on-light);--section-text-muted: var(--text-on-light-muted);--section-heading: var(--accent-600)}.section__title{color:var(--section-heading, var(--accent-500));margin-bottom:var(--space-3);text-align:center}.section__eyebrow{text-align:center;font-size:var(--text-xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-on-dark-muted);opacity:.55;margin:0 0 var(--space-6)}.section__subtitle{color:var(--section-text-muted, var(--text-on-dark-muted));text-align:center;font-size:var(--text-lg);max-width:680px;margin:0 auto var(--space-12)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-family:var(--font-heading);font-size:var(--text-base);font-weight:600;line-height:1;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);min-height:44px;min-width:44px;text-decoration:none}.btn:hover{text-decoration:none}.btn--primary{background:var(--accent-500);color:#fff}.btn--primary:hover{background:var(--accent-600);color:#fff;box-shadow:var(--shadow-glow)}.btn--secondary{background:transparent;color:var(--accent-500);border:2px solid var(--accent-500)}.btn--secondary:hover{background:#1cade41a;color:var(--accent-300)}.btn--ghost{background:transparent;color:var(--section-text, var(--text-on-dark))}.btn--ghost:hover{background:#8fa8b81a}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--section-card-bg, var(--bg-2));border:var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-8);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.form-group{margin-bottom:var(--space-5)}.form-label{display:block;font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);margin-bottom:var(--space-2);color:var(--section-text, var(--text-on-dark))}.form-input,.form-textarea{width:100%;padding:var(--space-3) var(--space-4);font-family:var(--font-body);font-size:var(--text-base);color:var(--text-on-dark);background:var(--bg-2);border:1px solid var(--bg-3);border-radius:var(--radius-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);min-height:44px}.form-input:focus,.form-textarea:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px #1cade440;outline:none}.form-input.error,.form-textarea.error{border-color:var(--error)}.form-textarea{resize:vertical;min-height:120px}.form-error{color:var(--error);font-size:var(--text-sm);margin-top:var(--space-1)}.form-checkbox{display:flex;align-items:flex-start;gap:var(--space-3)}.form-checkbox input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:2px;accent-color:var(--accent-500);cursor:pointer}.figure{margin:var(--space-8) 0}.figure img{width:100%;height:auto;border-radius:var(--radius-lg);display:block}.figure figcaption{font-size:var(--text-xs);color:var(--section-text-muted, var(--text-on-dark-muted));margin-top:var(--space-2);text-align:center;font-style:italic}.showcase-figure{margin:0 auto;max-width:960px}.showcase-figure__img{width:100%;height:auto;border-radius:var(--radius-lg);display:block;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 48px #00000080,0 0 32px #1cade41a}.showcase-figure__caption{font-size:var(--text-sm);color:var(--text-on-dark-muted);margin-top:var(--space-4);text-align:center}.header{position:sticky;top:0;z-index:var(--z-sticky);background:#0a0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);padding:var(--space-5) 0}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.header__logo{display:flex;align-items:center;gap:var(--space-3);font-family:var(--font-heading);font-weight:700;font-size:var(--text-xl);color:var(--text-on-dark);text-decoration:none}.header__logo:hover{color:var(--accent-500);text-decoration:none}.header__logo img{height:56px;width:auto}.header__nav{display:flex;align-items:center;gap:var(--space-1)}.header__nav-link{padding:var(--space-2) var(--space-3);font-family:var(--font-heading);font-size:var(--text-sm);font-weight:500;color:var(--text-on-dark-muted);border-radius:var(--radius-md);transition:color var(--transition-fast),background var(--transition-fast);text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.header__nav-link:hover,.header__nav-link[aria-current=page]{color:var(--text-on-dark);background:#ffffff0f;text-decoration:none}.header__nav-link[aria-current=page]{color:var(--accent-500)}.header__burger{display:none;background:none;border:none;color:var(--text-on-dark);cursor:pointer;padding:var(--space-2);min-height:44px;min-width:44px;align-items:center;justify-content:center}@media(max-width:768px){.header__burger{display:flex}.header__nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg-1);border-bottom:var(--border-subtle);padding:var(--space-4);gap:var(--space-1)}.header__nav.open{display:flex}.header__nav-link{width:100%;padding:var(--space-3) var(--space-4)}}.footer{background:var(--bg-1);border-top:var(--border-subtle);padding:var(--space-12) 0 var(--space-8)}.footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-6)}.footer__links{display:flex;gap:var(--space-6);flex-wrap:wrap}.footer__link{font-size:var(--text-sm);color:var(--text-on-dark-muted)}.footer__link:hover{color:var(--accent-500)}.footer__copy{font-size:var(--text-sm);color:var(--text-on-dark-muted);width:100%;text-align:center;margin-top:var(--space-8);padding-top:var(--space-6);border-top:var(--border-subtle)}.footer__sap-notice{font-size:var(--text-xs);color:var(--text-on-dark-muted);width:100%;text-align:center;margin-top:var(--space-4);opacity:.7}.footer__badge{font-size:var(--text-xs);color:var(--text-on-dark-muted);display:flex;align-items:center;gap:var(--space-2)}.hero{padding:var(--space-32) 0 var(--space-24);background:linear-gradient(180deg,#000000 0%,var(--bg-1) 100%);text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(28,173,228,.08) 0%,transparent 60%);pointer-events:none}.hero-mesh{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.hero-mesh__node{animation:meshFloat 8s ease-in-out infinite alternate}.hero-mesh__pulse{animation:meshPulse 4s ease-out infinite}@keyframes meshFloat{0%{transform:translate(0)}to{transform:translate(4px,-6px)}}@keyframes meshPulse{0%{r:3;opacity:.4}50%{r:14;opacity:0}to{r:14;opacity:0}}.hero__headline{font-size:var(--text-6xl);font-weight:700;color:var(--text-on-dark);margin-bottom:var(--space-6);position:relative}@media(max-width:768px){.hero{padding:var(--space-20) 0 var(--space-16)}.hero__headline{font-size:var(--text-4xl)}}.hero__subheadline{font-size:var(--text-xl);color:var(--text-on-dark-muted);max-width:1050px;margin:0 auto var(--space-5);position:relative}.hero__badges{display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap;margin-bottom:var(--space-10);position:relative}.hero__badge{display:inline-flex;align-items:center;padding:4px 14px;border:1px solid rgba(28,173,228,.4);border-radius:999px;font-size:var(--text-sm);font-weight:700;color:var(--text-on-dark);background:#1cade412;letter-spacing:.01em}.hero__actions{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap;position:relative}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-8)}@media(max-width:1024px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.trust-grid{grid-template-columns:1fr}}.trust-item{text-align:center;padding:var(--space-6)}.trust-item__icon{width:48px;height:48px;margin:0 auto var(--space-4);color:var(--accent-500)}.trust-item__title{font-family:var(--font-heading);font-weight:600;font-size:var(--text-lg);margin-bottom:var(--space-2);color:var(--section-heading, var(--accent-500))}.trust-item__text{font-size:var(--text-sm);color:var(--section-text-muted, var(--text-on-dark-muted));margin:0}.platform-layer{background:var(--bg-2);border:1px solid rgba(28,173,228,.2);border-radius:var(--radius-xl);padding:var(--space-10);max-width:900px;margin:0 auto}.platform-layer__header{display:flex;align-items:center;gap:var(--space-5);margin-bottom:var(--space-6)}.platform-layer__header svg{width:48px;height:48px;color:var(--accent-500);flex-shrink:0}.platform-layer__title{font-size:var(--text-2xl);font-weight:700;color:var(--accent-500);margin:0}.platform-layer__subtitle{font-size:var(--text-sm);color:var(--text-on-dark-muted);margin:var(--space-1) 0 0}.platform-layer__desc{font-size:var(--text-base);color:var(--text-on-dark);line-height:var(--leading-relaxed);margin-bottom:var(--space-6)}.platform-layer__features{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3) var(--space-8);list-style:none;padding:0;margin:0}.platform-layer__features li{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-on-dark);padding:var(--space-1) 0;line-height:var(--leading-relaxed)}.platform-layer__features li svg{width:16px;height:16px;color:var(--accent-500);flex-shrink:0;margin-top:2px}.products-stack{display:flex;flex-direction:column;gap:var(--space-8);max-width:900px;margin:0 auto}@media(max-width:640px){.platform-layer__features{grid-template-columns:1fr}}.integration{text-align:center}.integration__diagram{max-width:600px;margin:var(--space-8) auto}.integration__diagram svg{width:100%;height:auto}.cta-section{text-align:center;padding:var(--space-20) 0}.cta-section__title{color:var(--text-on-dark);margin-bottom:var(--space-4)}.cta-section__text{color:var(--text-on-dark-muted);max-width:560px;margin:0 auto var(--space-8);font-size:var(--text-lg)}.legal{max-width:800px;margin:0 auto}.legal__section{margin-bottom:var(--space-10)}.legal__section h3{font-size:var(--text-xl);margin-bottom:var(--space-4);color:var(--section-heading, var(--accent-500))}.legal__section p,.legal__section pre,.legal__section .legal__content{font-size:var(--text-base);color:var(--section-text, var(--text-on-dark));line-height:var(--leading-relaxed)}.legal__section p{white-space:pre-line}.legal__section .legal__content ul{margin:.75rem 0;padding-left:1.5rem;list-style:disc}.legal__section .legal__content li{margin-bottom:.35rem;line-height:var(--leading-relaxed)}.legal__section .legal__content a{color:var(--accent-500, #1CADE4);text-decoration:underline;text-underline-offset:2px}.legal__section .legal__content a:hover{color:var(--accent-300, #76CDEE)}.legal__section .legal__content code{font-family:Source Code Pro,monospace;font-size:.9em;background:#ffffff14;padding:.1em .4em;border-radius:3px}.consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:var(--z-modal);background:var(--bg-1);border-top:var(--border-accent);padding:var(--space-6);padding-bottom:calc(var(--space-6) + env(safe-area-inset-bottom,0px));box-shadow:var(--shadow-xl);transform:translateY(100%);transition:transform var(--transition-base);max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}.consent-banner.visible{transform:translateY(0)}.consent-banner__inner{max-width:var(--max-width);margin:0 auto}@media(max-width:480px){.consent-banner{padding:var(--space-4);padding-bottom:calc(var(--space-4) + env(safe-area-inset-bottom,0px))}.consent-banner__text{font-size:var(--text-xs, .75rem)}}.consent-banner__text{font-size:var(--text-sm);color:var(--text-on-dark);margin-bottom:var(--space-4)}.consent-banner__options{margin-bottom:var(--space-4)}.consent-banner__option{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);font-size:var(--text-sm);color:var(--text-on-dark-muted)}.consent-banner__option input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-500)}.consent-banner__actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.status-message{padding:var(--space-4);border-radius:var(--radius-md);margin-top:var(--space-4);font-weight:500}.status-message--success{background:#22c55e26;border:1px solid var(--success);color:var(--success)}.status-message--error{background:#ef444426;border:1px solid var(--error);color:var(--error)}.skip-link{position:absolute;top:-100px;left:var(--space-4);padding:var(--space-3) var(--space-6);background:var(--accent-500);color:#fff;border-radius:var(--radius-md);z-index:var(--z-toast);font-weight:600;transition:top var(--transition-fast)}.skip-link:focus{top:var(--space-4)}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.section[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.section[data-animate].visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.section[data-animate]{opacity:1;transform:none;transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-center{text-align:center}.mt-4{margin-top:var(--space-4)}.mt-8{margin-top:var(--space-8)}.mb-4{margin-bottom:var(--space-4)}.mb-8{margin-bottom:var(--space-8)}.customizing__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-3);list-style:none;padding:0;margin-top:var(--space-6)}.customizing__item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--bg-1);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-1);font-size:var(--text-sm)}.customizing__item svg.customizing__icon{width:18px;height:18px;flex-shrink:0;color:var(--accent-500)}.screenshots-gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-6);margin-top:var(--space-6)}.screenshots-gallery__item{margin:0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-subtle);background:var(--bg-1);transition:transform .2s ease,box-shadow .2s ease}.screenshots-gallery__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1cade426}.screenshots-gallery__item img{width:100%;height:auto;display:block}.screenshots-gallery__item figcaption{padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--text-2);text-align:center}.platform-layer__illus{margin:var(--space-4) 0 var(--space-6);display:flex;flex-direction:column;align-items:center}.platform-layer__caption{font-size:var(--text-xs);color:var(--text-on-dark-muted);margin-top:var(--space-2);text-align:center;font-style:italic;opacity:.6}.product-illus{width:100%;max-width:100%;height:auto;opacity:.9}.product-illus__bar,.product-illus__phase{animation:illusBarGrow .6s ease-out both;transform-origin:bottom center}.product-illus__block{animation:illusBlockFade .5s ease-out both}.product-illus__arrow{animation:illusArrowSlide .8s ease-out both}.product-illus__flow{animation:illusFlowDash 3s linear infinite}.product-illus__arrow-flash{animation:illusArrowFlash 6s ease-in-out infinite;opacity:.55}.product-illus__label,.product-illus__badge{animation:illusBlockFade .6s ease-out both}.product-illus__payslip{animation:illusPayslipFloat 6s ease-in-out infinite alternate}.product-illus__person{animation:illusBlockFade .8s ease-out both}@keyframes illusBarGrow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes illusBlockFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes illusArrowSlide{0%{stroke-dashoffset:20;opacity:0}to{stroke-dashoffset:0;opacity:1}}@keyframes illusFlowDash{to{stroke-dashoffset:-36}}@keyframes illusArrowFlash{0%{opacity:.55;filter:none}8%{opacity:1;filter:brightness(2) drop-shadow(0 0 4px #27CED7)}18%{opacity:.55;filter:none}to{opacity:.55;filter:none}}@keyframes illusPayslipFloat{0%{transform:translate(0)}to{transform:translateY(-4px)}}.gradient-orb{position:absolute;width:400px;height:400px;pointer-events:none;z-index:0;animation:orbFloat 12s ease-in-out infinite alternate}.gradient-orb svg{width:100%;height:100%}.gradient-orb--top-left{top:-120px;left:-120px}.gradient-orb--top-right{top:-120px;right:-120px}.gradient-orb--bottom-left{bottom:-120px;left:-120px}.gradient-orb--bottom-right{bottom:-120px;right:-120px}@keyframes orbFloat{0%{transform:translate(0) scale(1)}to{transform:translate(15px,-10px) scale(1.05)}}@media(prefers-reduced-motion:reduce){.hero-mesh__node,.hero-mesh__pulse,.product-illus__bar,.product-illus__phase,.product-illus__block,.product-illus__arrow,.product-illus__arrow-flash,.product-illus__flow,.product-illus__label,.product-illus__badge,.product-illus__payslip,.product-illus__person,.gradient-orb{animation:none!important}.hero-mesh__pulse{display:none}}
