.renacore-modal-layer{--modal-deep: var(--site-deep, #020d13);--modal-deep-soft: var(--site-deep-soft, #081d22);--modal-teal: var(--site-teal, #12414b);--modal-accent: var(--site-accent, #97d1dd);--modal-paper: var(--site-paper, #f8fbfa);--modal-mist: var(--site-mist, #eef7f6);--modal-ink: var(--site-ink, #092a30);--modal-muted: var(--site-muted, #597276);--modal-line: var(--site-line, rgba(9, 42, 48, .18));--modal-field-line: rgba(9, 42, 48, .52);--modal-ease-out: var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1));position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:12px;background:#020d13c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.renacore-modal{position:relative;width:100%;max-block-size:min(calc(100svh - 24px),760px);overflow:hidden;color:var(--modal-ink);border:1px solid rgba(151,209,221,.44);border-radius:2px;background:var(--modal-paper);box-shadow:0 36px 110px #0000006b;transform-origin:center}.renacore-modal--standard{max-inline-size:1050px}.renacore-modal--wide{max-inline-size:1180px}.renacore-modal:focus{outline:none}.renacore-modal__scroll{max-block-size:inherit;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.renacore-modal__close{position:absolute;z-index:3;inset-block-start:18px;inset-inline-end:18px;inline-size:44px;block-size:44px;display:grid;place-items:center;color:var(--modal-accent);border:1px solid rgba(151,209,221,.34);border-radius:1px;background:#020d13eb;transition:color var(--motion-duration-ui, .18s) var(--modal-ease-out),border-color var(--motion-duration-ui, .18s) var(--modal-ease-out),background-color var(--motion-duration-ui, .18s) var(--modal-ease-out),transform var(--motion-duration-fast, .12s) var(--modal-ease-out)}.renacore-modal__close:active,.renacore-modal__submit:active{transform:scale(.97)}.renacore-modal__close:focus-visible,.renacore-modal__submit:focus-visible,.renacore-modal__legal a:focus-visible{outline:3px solid var(--modal-teal);outline-offset:3px}.renacore-modal__layout{min-block-size:540px;display:grid;grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr)}.renacore-modal__intro{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;gap:32px;padding:clamp(34px,4vw,52px) clamp(26px,3.5vw,52px);overflow:hidden;color:#fff;border-inline-end:1px solid rgba(151,209,221,.2);background:var(--modal-deep)}.renacore-modal__intro:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.24;background-image:linear-gradient(rgba(151,209,221,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.13) 1px,transparent 1px),radial-gradient(circle at 12% 12%,rgba(151,209,221,.24),transparent 38%);background-size:72px 72px,72px 72px,100% 100%}.renacore-modal__kicker{margin:0 0 24px;color:var(--modal-accent);font-size:.72rem;font-weight:500;letter-spacing:.18em;line-height:1.5;text-transform:uppercase}.renacore-modal__title{max-inline-size:540px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:clamp(2.5rem,4.4vw,4.6rem);font-weight:300;letter-spacing:-.055em;line-height:.96}.renacore-modal__title-accent{color:var(--modal-accent)}.renacore-modal__description{max-inline-size:510px;margin:18px 0 0;color:#e2eff1c7;font-size:.92rem;font-weight:300;line-height:1.55}.renacore-modal__note{margin:0;padding-block-start:16px;color:#e2eff1ad;border-block-start:1px solid rgba(151,209,221,.22);font-size:.8rem;font-weight:300;line-height:1.5}.renacore-modal__note strong{display:block;margin-block-end:5px;color:#fff;font-size:.78rem;font-weight:500;letter-spacing:.04em}.renacore-modal__form-panel{display:flex;align-items:center;padding:clamp(28px,3vw,42px) clamp(24px,3.5vw,52px);background:linear-gradient(90deg,transparent calc(100% - 1px),rgba(9,42,48,.05) 1px),var(--modal-paper);background-size:72px 100%,auto}.renacore-modal__form{width:100%}.renacore-modal__success{width:100%;min-block-size:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.renacore-modal__success:focus{outline:none}.renacore-modal__success-icon{inline-size:76px;block-size:76px;display:grid;place-items:center;color:#176447;border:1px solid rgba(23,100,71,.28);border-radius:50%;background:#17644717}.renacore-modal__success-title{margin:26px 0 0;color:var(--modal-ink);font-family:Host Grotesk,sans-serif;font-size:clamp(2rem,3.2vw,3rem);font-weight:300;letter-spacing:-.04em;line-height:1.05}.renacore-modal__success-message{max-inline-size:440px;margin:15px 0 0;color:var(--modal-muted);font-size:1rem;font-weight:300;line-height:1.65}.renacore-modal__field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.renacore-modal__field-group{min-inline-size:0;margin-block-end:12px}.renacore-modal__label{display:flex;justify-content:space-between;gap:12px;margin-block-end:6px;color:var(--modal-ink);font-size:.72rem;font-weight:500;letter-spacing:.055em;line-height:1.3}.renacore-modal__label-optional{color:var(--modal-muted);font-weight:300;letter-spacing:0}.renacore-modal__field{inline-size:100%;min-block-size:46px;padding:10px 13px;color:var(--modal-ink);border:1px solid var(--modal-field-line);border-radius:1px;background:#ffffffe6;font:inherit;font-size:.9rem;font-weight:300;line-height:1.35;transition:border-color var(--motion-duration-ui, .18s) var(--modal-ease-out),background-color var(--motion-duration-ui, .18s) var(--modal-ease-out),box-shadow var(--motion-duration-ui, .18s) var(--modal-ease-out)}textarea.renacore-modal__field{min-block-size:76px;resize:vertical}.renacore-modal__field::-moz-placeholder{color:var(--modal-muted);opacity:1}.renacore-modal__field::placeholder{color:var(--modal-muted);opacity:1}.renacore-modal__field:focus{border-color:var(--modal-teal);background:#fff;box-shadow:inset 3px 0 0 var(--modal-accent);outline:none}.renacore-modal__field:focus-visible{outline:3px solid var(--modal-teal);outline-offset:3px}html[dir=rtl] .renacore-modal__field:focus{box-shadow:inset -3px 0 0 var(--modal-accent)}.renacore-modal__submit{inline-size:100%;min-block-size:48px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding-inline:24px;color:var(--modal-deep);border:1px solid var(--modal-teal);border-radius:var(--site-button-radius, 999px);background:var(--modal-accent);font-size:var(--site-button-font-size, .82rem);font-weight:var(--site-button-font-weight, 500);line-height:1;transition:color var(--motion-duration-ui, .18s) var(--modal-ease-out),background-color var(--motion-duration-ui, .18s) var(--modal-ease-out),border-color var(--motion-duration-ui, .18s) var(--modal-ease-out),transform var(--motion-duration-fast, .12s) var(--modal-ease-out)}.renacore-modal__submit:disabled{cursor:wait;opacity:.62}.renacore-modal__button-label{display:grid;place-items:center}.renacore-modal__button-label-visible{grid-area:1 / 1}.renacore-modal__submit-icon{flex:0 0 auto}.renacore-modal__status{min-block-size:1.25em;display:grid;place-items:center;margin-block-start:6px;color:var(--modal-muted);font-size:.78rem;line-height:1.35;text-align:center}.renacore-modal__status>span:not(.sr-only){grid-area:1 / 1}.renacore-modal__status--success{color:#176447}.renacore-modal__status--error{color:#9b2c2c}.renacore-modal__legal{margin:8px auto 0;color:var(--modal-muted);font-size:.7rem;line-height:1.4;text-align:center}.renacore-modal__legal a{color:var(--modal-ink);text-decoration:underline;text-decoration-color:#092a3057;text-underline-offset:3px;transition:color var(--motion-duration-ui, .18s) var(--modal-ease-out),text-decoration-color var(--motion-duration-ui, .18s) var(--modal-ease-out)}@media (hover: hover) and (pointer: fine){.renacore-modal__close:hover{color:#fff;border-color:var(--modal-accent);background:var(--modal-teal)}.renacore-modal__submit:not(:disabled):hover{color:#fff;border-color:var(--modal-teal);background:var(--modal-teal)}.renacore-modal__field:hover:not(:focus){border-color:var(--modal-teal);background:#fff}.renacore-modal__legal a:hover{color:var(--modal-teal);text-decoration-color:currentColor}}html[dir=rtl] .renacore-modal__title,html[dir=rtl] .renacore-modal__kicker,html[dir=rtl] .renacore-modal__success-title{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif}html[dir=rtl] .renacore-modal__submit-icon{transform:scaleX(-1)}@media (max-width: 700px){.renacore-modal-layer{place-items:end center;padding:8px}.renacore-modal{max-block-size:calc(100svh - 16px)}.renacore-modal__layout{min-block-size:0;grid-template-columns:1fr}.renacore-modal__intro{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:20px;align-items:end;padding-block:22px 20px;padding-inline:20px 64px;border-inline-end:0;border-block-end:1px solid rgba(151,209,221,.2)}.renacore-modal__title{font-size:clamp(2.1rem,8vw,3.2rem)}.renacore-modal__description{margin-block-start:10px;font-size:.82rem;line-height:1.45}.renacore-modal__note{padding-block-start:12px;font-size:.74rem;line-height:1.4}.renacore-modal__form-panel{padding:18px 20px 16px}}@media (max-width: 520px){.renacore-modal-layer{padding:0}.renacore-modal{max-block-size:100svh;min-block-size:100svh;border:0}.renacore-modal__close{inset-block-start:12px;inset-inline-end:12px}.renacore-modal__intro{gap:14px;padding-block:18px 16px;padding-inline:16px 62px}.renacore-modal__form-panel{padding:14px 16px 12px}.renacore-modal__success{min-block-size:280px;padding:30px 14px}.renacore-modal__success-icon{inline-size:66px;block-size:66px}.renacore-modal__success-title{margin-block-start:22px;font-size:2rem}.renacore-modal__field-grid{gap:10px}.renacore-modal__field-group{margin-block-end:8px}.renacore-modal__field{min-block-size:44px;padding:9px 11px;font-size:.86rem}textarea.renacore-modal__field{min-block-size:64px}.renacore-modal__submit{min-block-size:46px}.renacore-modal__legal{margin-block-start:5px}}@media (max-height: 640px){.renacore-modal__layout{min-block-size:0}.renacore-modal__intro{gap:18px;padding-block:24px}.renacore-modal__title{font-size:clamp(2.2rem,4vw,3.2rem)}.renacore-modal__description{margin-block-start:10px;line-height:1.4}.renacore-modal__note{padding-block-start:10px;font-size:.74rem;line-height:1.35}.renacore-modal__form-panel{padding-block:20px}.renacore-modal__field-group{margin-block-end:8px}textarea.renacore-modal__field{min-block-size:64px}.renacore-modal__legal{margin-block-start:4px}}@media (max-width: 700px) and (max-height: 640px){.renacore-modal__intro{padding-block:16px}.renacore-modal__form-panel{padding-block:12px}}@media (prefers-reduced-motion: reduce){.renacore-modal__close,.renacore-modal__field,.renacore-modal__submit,.renacore-modal__legal a{transition-duration:.01ms}}.about-preview{--about-deep: var(--site-deep, #020d13);--about-deep-soft: var(--site-deep-soft, #081d22);--about-teal: var(--site-teal, #12414b);--about-accent: var(--site-accent, #97d1dd);--about-mist: var(--site-mist, #eef7f6);--about-paper: var(--site-paper, #f8fbfa);--about-ink: var(--site-ink, #092a30);--about-muted: var(--site-muted, #597276);--about-line: var(--site-line, rgba(9, 42, 48, .16));background:var(--about-paper);color:var(--about-ink)}.about-preview main{isolation:isolate}.about-preview .about-shell{width:min(calc(100% - var(--site-shell-gutter, 24px) - var(--site-shell-gutter, 24px)),var(--site-shell-max, 1380px));margin-inline:auto}.about-preview .about-button{min-height:var(--site-button-min-height, 50px);display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:0 24px;border:1px solid transparent;border-radius:var(--site-button-radius, 999px);font-size:var(--site-button-font-size, .82rem);font-weight:var(--site-button-font-weight, 500);line-height:1;transition:color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),background-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),border-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),transform var(--motion-duration-fast, .12s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}.about-preview .about-button:focus-visible,.about-preview .about-hero__scroll:focus-visible{outline:3px solid var(--about-teal);outline-offset:4px}.about-preview .about-hero__scroll:focus-visible{outline-color:var(--about-accent)}.about-preview .about-button__arrow{transition:transform var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}@media (hover: hover) and (pointer: fine){.about-preview .about-button:hover{transform:translateY(-2px)}.about-preview .about-button:hover .about-button__arrow{transform:translate(2px)}.about-preview .about-button--primary:hover{background:#fff}.about-preview .about-button--outline:hover{border-color:var(--about-ink);background:#ffffff9e}}.about-preview .about-button:active{transform:scale(.97)}.about-preview .about-button--primary{color:var(--about-deep);background:var(--about-accent)}.about-preview .about-button--outline{color:var(--about-ink);border-color:#092a3057;background:transparent}.about-preview .about-hero{position:relative;min-height:42rem;display:flex;align-items:flex-end;overflow:hidden;padding-block:180px 128px;color:#fff;background:var(--about-deep)}.about-preview .about-hero__media,.about-preview .about-hero__shade,.about-preview .about-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.about-preview .about-hero__media{-o-object-fit:cover;object-fit:cover;-o-object-position:56% center;object-position:56% center;filter:saturate(.72) contrast(1.07) brightness(.67)}.about-preview .about-hero__shade{background:linear-gradient(90deg,#020d13f7,#020d13d1 44%,#020d1352 77%,#020d1333),linear-gradient(180deg,#020d135c,#020d131a 40%,#020d13de)}.about-preview .about-hero__grid{opacity:.22;background-image:linear-gradient(rgba(151,209,221,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.14) 1px,transparent 1px);background-size:88px 88px;-webkit-mask-image:radial-gradient(circle at 78% 43%,black,transparent 44%);mask-image:radial-gradient(circle at 78% 43%,black,transparent 44%)}.about-preview .about-hero__content{position:relative;z-index:2}.about-preview .about-hero h1{max-width:1060px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-hero-title);font-weight:300;letter-spacing:-.055em;line-height:.92}.about-preview .about-hero__scroll{position:absolute;z-index:3;inset-inline-end:28px;inset-block-end:28px;width:72px;height:72px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#020d1361;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-preview .about-story-sequence{scroll-margin-top:64px}.about-preview .about-story{padding-block:32px}.about-preview .about-story--light{background:var(--about-mist)}.about-preview .about-story--dark{color:#fff;background:var(--about-deep)}.about-preview .about-story__grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.12fr);align-items:stretch;border-block-start:1px solid var(--about-line);border-inline-start:1px solid var(--about-line);background:var(--about-paper)}.about-preview .about-story--dark .about-story__grid{border-color:#ffffff24;background:var(--about-deep-soft)}.about-preview .about-story__heading,.about-preview .about-story__body{min-width:0;border-inline-end:1px solid var(--about-line);border-block-end:1px solid var(--about-line)}.about-preview .about-story--dark .about-story__heading,.about-preview .about-story--dark .about-story__body{border-color:#ffffff24}.about-preview .about-story__heading{padding:clamp(38px,4.8vw,66px)}.about-preview .about-story__heading h2{max-width:570px;margin:0;color:var(--about-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.052em;line-height:.98}.about-preview .about-story--dark .about-story__heading h2{color:#fff}.about-preview .about-story__body{padding:clamp(38px,4.8vw,66px)}.about-preview .about-story__paragraph{max-width:800px;margin:0;color:var(--about-muted);font-size:.98rem;font-weight:300;line-height:1.72}.about-preview .about-story__paragraph+.about-story__paragraph{margin-block-start:16px}.about-preview .about-story--dark .about-story__paragraph{color:#d6eaedb8}.about-preview .about-story__paragraph strong{color:var(--about-ink);font-weight:600}.about-preview .about-story--dark .about-story__paragraph strong{color:#fff}.about-preview .about-story__paragraph--callout{margin-block:28px;padding:22px 24px;color:var(--about-ink);border-inline-start:2px solid var(--about-teal);background:#97d1dd29;font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title);letter-spacing:-.02em;line-height:1.3}.about-preview .about-story--dark .about-story__paragraph--callout{color:#fff;border-color:var(--about-accent);background:#97d1dd14}.about-preview .about-story__body--1 .about-story__paragraph--1,.about-preview .about-story__body--1 .about-story__paragraph--2{color:var(--about-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title-large);letter-spacing:-.025em;line-height:1.25}.about-preview .about-story__paragraph--question{padding:15px 18px;color:#fff;border:1px solid rgba(151,209,221,.18);background:#97d1dd0e;font-family:Host Grotesk,sans-serif;font-size:1.1rem;line-height:1.35}.about-preview .about-story__paragraph--question+.about-story__paragraph--question{margin-block-start:8px}.about-preview .about-story__paragraph--model,.about-preview .about-story__paragraph--sequence,.about-preview .about-story__paragraph--constraint,.about-preview .about-story__paragraph--system,.about-preview .about-story__paragraph--statement,.about-preview .about-story__paragraph--closing-line{padding:16px 18px;border:1px solid currentColor;border-color:#092a3024;background:#ffffff6b}.about-preview .about-story--dark .about-story__paragraph--model,.about-preview .about-story--dark .about-story__paragraph--sequence,.about-preview .about-story--dark .about-story__paragraph--constraint,.about-preview .about-story--dark .about-story__paragraph--system,.about-preview .about-story--dark .about-story__paragraph--statement,.about-preview .about-story--dark .about-story__paragraph--closing-line{border-color:#97d1dd29;background:#97d1dd0b}.about-preview .about-story__paragraph--model+.about-story__paragraph--model,.about-preview .about-story__paragraph--sequence+.about-story__paragraph--sequence,.about-preview .about-story__paragraph--constraint+.about-story__paragraph--constraint,.about-preview .about-story__paragraph--system+.about-story__paragraph--system,.about-preview .about-story__paragraph--statement+.about-story__paragraph--statement,.about-preview .about-story__paragraph--closing-line+.about-story__paragraph--closing-line{margin-block-start:8px}.about-preview .about-story__paragraph--model strong{display:block;margin-block-end:5px}.about-preview .about-story__paragraph--sequence,.about-preview .about-story__paragraph--statement,.about-preview .about-story__paragraph--closing-line{color:var(--about-ink);font-family:Host Grotesk,sans-serif;font-size:1.1rem;letter-spacing:-.015em;line-height:1.35}.about-preview .about-story--dark .about-story__paragraph--statement,.about-preview .about-story--dark .about-story__paragraph--closing-line{color:#fff}.about-preview .about-story--8 .about-story__grid{background:linear-gradient(rgba(151,209,221,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.035) 1px,transparent 1px),var(--about-deep-soft);background-size:72px 72px}.about-preview .about-story--10 .about-story__grid{background:#0a242a}.about-preview .about-closing{padding-block:32px;background:var(--about-paper)}.about-preview .about-closing__frame{min-height:340px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:end;padding:clamp(42px,6vw,84px);border:1px solid var(--about-line);background:linear-gradient(rgba(9,42,48,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(9,42,48,.035) 1px,transparent 1px),var(--about-mist);background-size:78px 78px}.about-preview .about-closing h2{max-width:820px;margin:0;color:var(--about-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.055em;line-height:.96}.about-preview .about-closing p{max-width:720px;margin:26px 0 0;color:var(--about-muted);font-size:1rem;font-weight:300;line-height:1.72}.about-preview .about-closing__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}html[dir=rtl] .about-preview .about-hero__shade{background:linear-gradient(270deg,#020d13f7,#020d13d1 44%,#020d1352 77%,#020d1333),linear-gradient(180deg,#020d135c,#020d131a 40%,#020d13de)}html[dir=rtl] .about-preview .about-hero__media{-o-object-position:44% center;object-position:44% center}html[dir=rtl] .about-preview .about-hero__grid{-webkit-mask-image:radial-gradient(circle at 22% 43%,black,transparent 44%);mask-image:radial-gradient(circle at 22% 43%,black,transparent 44%)}html[dir=rtl] .about-preview .about-button__arrow{transform:scaleX(-1)}@media (hover: hover) and (pointer: fine){html[dir=rtl] .about-preview .about-button:hover .about-button__arrow{transform:scaleX(-1) translate(2px)}}html[dir=rtl] .about-preview .about-hero h1,html[dir=rtl] .about-preview .about-story__heading h2,html[dir=rtl] .about-preview .about-story__paragraph--callout,html[dir=rtl] .about-preview .about-story__paragraph--question,html[dir=rtl] .about-preview .about-story__body--1 .about-story__paragraph--1,html[dir=rtl] .about-preview .about-story__body--1 .about-story__paragraph--2,html[dir=rtl] .about-preview .about-story__paragraph--sequence,html[dir=rtl] .about-preview .about-story__paragraph--statement,html[dir=rtl] .about-preview .about-story__paragraph--closing-line,html[dir=rtl] .about-preview .about-closing h2{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif;letter-spacing:0;line-height:1.35}@media (max-width: 1180px){.about-preview .about-story__grid{grid-template-columns:1fr}.about-preview .about-story__heading,.about-preview .about-story__body{grid-column:1}.about-preview .about-story__heading{padding-block-end:36px}.about-preview .about-story__body{padding-block-start:40px}}@media (max-width: 1024px){.about-preview .about-hero{min-height:40rem}.about-preview .about-closing__frame{grid-template-columns:1fr}.about-preview .about-closing__actions{justify-content:flex-start}}@media (max-width: 720px){.about-preview .about-shell{width:min(calc(100% - 34px),var(--site-shell-max, 1380px))}.about-preview .about-hero{min-height:36rem;padding-block:148px 96px}.about-preview .about-hero h1{font-size:var(--site-hero-title-mobile);line-height:.96}.about-preview .about-hero__scroll{display:none}.about-preview .about-story{padding-block:17px}.about-preview .about-story__grid{grid-template-columns:1fr}.about-preview .about-story__heading,.about-preview .about-story__body{grid-column:1}.about-preview .about-story__heading{padding:34px 24px 38px}.about-preview .about-story__heading h2{font-size:var(--site-section-title-mobile);line-height:1.03}.about-preview .about-story__body{padding:36px 24px 42px}.about-preview .about-story__paragraph{font-size:.96rem}.about-preview .about-story__paragraph--callout{padding:18px;font-size:1.25rem}.about-preview .about-closing{padding-block:20px}.about-preview .about-closing__frame{min-height:0;gap:42px;padding:42px 24px}.about-preview .about-closing h2{font-size:var(--site-section-title-mobile)}.about-preview .about-closing__actions{flex-direction:column}.about-preview .about-closing__actions .about-button{width:100%}}@media (max-height: 560px) and (orientation: landscape){.about-preview .about-hero{min-height:34rem}}@media (prefers-reduced-motion: reduce){html:has(.about-preview){scroll-behavior:auto}.about-preview .about-button,.about-preview .about-button__arrow{transition:none}.about-preview .about-button:hover,.about-preview .about-button:active,.about-preview .about-button:hover .about-button__arrow{transform:none}html[dir=rtl] .about-preview .about-button:hover .about-button__arrow{transform:scaleX(-1)}}.home-preview{--home-deep: var(--site-deep, #020d13);--home-deep-soft: var(--site-deep-soft, #081d22);--home-teal: var(--site-teal, #12414b);--home-accent: var(--site-accent, #97d1dd);--home-mist: var(--site-mist, #eef7f6);--home-paper: var(--site-paper, #f8fbfa);--home-ink: var(--site-ink, #092a30);--home-muted: var(--site-muted, #597276);--home-line: var(--site-line, rgba(9, 42, 48, .16));background:var(--home-mist);color:var(--home-ink)}.home-preview main{isolation:isolate}.home-preview .home-shell{width:min(calc(100% - var(--site-shell-gutter, 24px) - var(--site-shell-gutter, 24px)),var(--site-shell-max, 1380px));margin-inline:auto}.home-preview .home-section{padding-block:var(--site-section-space, 124px)}.home-preview .home-button{display:inline-flex;min-height:var(--site-button-min-height, 50px);align-items:center;justify-content:center;gap:18px;padding:0 24px;border:1px solid transparent;border-radius:var(--site-button-radius, 999px);font-size:var(--site-button-font-size, .82rem);font-weight:var(--site-button-font-weight, 500);line-height:1;transition:color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),background-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),border-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),transform var(--motion-duration-fast, .12s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}.home-preview .home-button__arrow{transition:transform var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}@media (hover: hover) and (pointer: fine){.home-preview .home-button:hover{transform:translateY(-2px)}.home-preview .home-button:hover .home-button__arrow{transform:translate(2px)}html[dir=rtl] .home-preview .home-button:hover .home-button__arrow{transform:scaleX(-1) translate(2px)}.home-preview .home-button--primary:hover{background:#fff}.home-preview .home-button--secondary:hover{border-color:#ffffffb3;background:#ffffff1f}}.home-preview .home-button:active{transform:scale(.97)}.home-preview .home-button:focus-visible{outline:3px solid rgba(151,209,221,.55);outline-offset:4px}.home-preview .home-button--primary{color:var(--home-deep);background:var(--home-accent)}.home-preview .home-button--secondary{color:#fff;border-color:#ffffff5c;background:#ffffff0f}.home-preview .home-kicker{display:flex;align-items:center;margin:0;color:var(--home-accent);font-size:.73rem;font-weight:500;letter-spacing:.18em;line-height:1.5;text-transform:uppercase}.home-preview .home-kicker--light,.home-preview .home-section-heading--light .home-kicker{color:#44666b}.home-preview .home-section-heading{max-width:900px}.home-preview .home-section-heading h2{margin:24px 0 0;font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.03em;line-height:1.03}.home-preview .home-section-heading__body{max-width:720px;margin:28px 0 0;font-size:1.05rem;font-weight:300;line-height:1.75}.home-preview .home-section-heading--dark h2{color:#fff}.home-preview .home-section-heading--dark .home-section-heading__body{color:#d6eaedb8}.home-preview .home-section-heading--light h2{color:var(--home-ink)}.home-preview .home-section-heading--light .home-section-heading__body{color:var(--home-muted)}.home-preview .home-section-heading--center{margin-inline:auto;text-align:center}.home-preview .home-section-heading--center .home-kicker{justify-content:center}.home-preview .home-section-heading--center .home-section-heading__body{margin-inline:auto}.home-preview .home-hero{position:relative;min-height:100svh;max-height:none;display:flex;align-items:center;overflow:hidden;padding-block:132px 145px;color:#fff;background:var(--home-deep)}.home-preview .home-hero__media,.home-preview .home-hero__shade,.home-preview .home-hero__gridlines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-preview .home-hero__media{-o-object-fit:cover;object-fit:cover;-o-object-position:55% center;object-position:55% center;filter:saturate(.78) contrast(1.05) brightness(.72)}.home-preview .home-hero__shade{background:linear-gradient(90deg,#020d13f2,#020d13c7 42%,#020d1347 72%,#020d132e),linear-gradient(180deg,#020d1359,#020d1314 38%,#020d13d1)}.home-preview .home-hero__gridlines{opacity:.18;background-image:linear-gradient(rgba(151,209,221,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.14) 1px,transparent 1px);background-size:90px 90px;-webkit-mask-image:linear-gradient(90deg,transparent 3%,black 58%,transparent 96%);mask-image:linear-gradient(90deg,transparent 3%,black 58%,transparent 96%)}.home-preview .home-hero__content{position:relative;z-index:2}.home-preview .home-hero__eyebrow{display:flex;align-items:center;margin:0 0 28px;color:#ffffffdb;font-size:.75rem;font-weight:500;letter-spacing:.18em;line-height:1.5;text-transform:uppercase}.home-preview .home-hero__copy-grid{display:flex;flex-direction:column;align-items:stretch;gap:clamp(32px,4vw,52px)}.home-preview .home-hero h1{max-width:920px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-hero-title);font-weight:300;letter-spacing:-.055em;line-height:.9;text-align:start}.home-preview .home-hero__aside{max-width:560px;padding-block-end:5px}.home-preview .home-hero__aside>p{margin:0;color:#e2eff1d1;font-size:clamp(1rem,1.3vw,1.15rem);font-weight:300;line-height:1.7}.home-preview .home-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-block-start:30px}.home-preview .home-credibility{position:absolute;z-index:3;inset-block-end:0;inset-inline:0;min-height:112px;display:flex;align-items:center;justify-content:center;gap:clamp(28px,5vw,72px);border-block-start:1px solid rgba(255,255,255,.22)}.home-preview .home-credibility img:first-child{width:auto;height:58px;opacity:.88}.home-preview .home-credibility img:last-child{width:auto;height:62px;opacity:.78}.home-preview .home-credibility>span{width:1px;height:48px;background:#fff3}.home-preview .home-connected{scroll-margin-top:64px;border-block-end:1px solid var(--home-line);background:var(--home-mist)}.home-preview .home-connected__intro{max-width:920px;margin-inline:auto;margin-block-start:0;text-align:center}.home-preview .home-connected__intro h2{max-width:920px;margin:0;color:var(--home-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.02em;line-height:1.05}.home-preview .home-connected__body{max-width:680px;margin-inline:auto;margin-block-start:24px}.home-preview .home-connected__body p{margin:0;color:var(--home-muted);font-size:1rem;font-weight:300;line-height:1.75}.home-preview .home-connected__body p+p{margin-block-start:18px}.home-preview .home-connected__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-block-start:70px;border-block-start:1px solid rgba(6,42,47,.14);border-block-end:1px solid rgba(6,42,47,.14)}.home-preview .home-connected__card-wrap{height:100%}.home-preview .home-connected__card{position:relative;min-height:clamp(360px,42vw,620px);height:100%;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:clamp(28px,4vw,56px);border-inline-end:1px solid rgba(255,255,255,.2);background:#1c2426}.home-preview .home-connected__card-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-preview .home-connected__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#020d1300 42%,#020d138c);pointer-events:none}.home-preview .home-connected__card-wrap:nth-child(3) .home-connected__card{border-inline-end:0}.home-preview .home-connected__card h3{position:relative;z-index:2;margin:0 0 14px;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title-large);font-weight:400;letter-spacing:-.035em;line-height:1.05}.home-preview .home-connected__card p{position:relative;z-index:2;max-width:340px;margin:0;color:#ffffffe6;font-size:.95rem;line-height:1.65}.home-preview .home-intelligence{padding-block:96px;color:#fff;background:var(--home-deep)}.home-preview .home-intelligence .home-section-heading{display:grid;max-width:none;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);-moz-column-gap:64px;column-gap:64px;row-gap:24px;align-items:end}.home-preview .home-intelligence .home-section-heading>:first-child{grid-column:1 / -1}.home-preview .home-intelligence .home-section-heading h2,.home-preview .home-intelligence .home-section-heading__body{margin-block-start:0}.home-preview .home-intelligence__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-block-start:56px;border-block:1px solid rgba(255,255,255,.16);border-inline-start:1px solid rgba(255,255,255,.16)}.home-preview .home-intelligence__card-wrap{height:100%}.home-preview .home-intelligence__card{min-height:240px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:36px;padding:30px;border-inline-end:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#97d1dd09,#ffffff04)}.home-preview .home-intelligence__card-top{display:flex;justify-content:flex-end;color:var(--home-accent)}.home-preview .home-intelligence__card-top svg{width:24px;height:24px}.home-preview .home-intelligence__card h3{max-width:340px;margin:0 0 14px;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title);font-weight:300;letter-spacing:-.02em;line-height:1.1}.home-preview .home-intelligence__card p{max-width:360px;margin:0;color:#d6eaedad;font-size:.95rem;line-height:1.65}.home-preview .home-question{border-block-end:1px solid var(--home-line);background:var(--home-paper)}.home-preview .home-question__grid{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(0,1.18fr);gap:clamp(52px,7vw,110px);align-items:center}.home-preview .home-question__sources{margin-block-start:44px;border-block-start:1px solid var(--home-line)}.home-preview .home-question__sources>div{min-height:54px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px;border-block-end:1px solid var(--home-line);color:#456469}.home-preview .home-question__sources p{margin:0;font-size:.92rem}.home-preview .home-demo{min-width:0}.home-preview .home-demo__window{max-width:800px;margin-inline:auto}.home-preview .home-demo__chrome{justify-content:flex-start}.home-preview .home-demo__operator-bubble{border-start-end-radius:.125rem}.home-preview .home-demo__assistant-bubble{border-start-start-radius:.125rem}.home-preview .home-demo__transcript{scrollbar-color:rgba(18,65,75,.3) transparent;scrollbar-width:thin}.home-preview .home-demo__transcript::-webkit-scrollbar{width:7px}.home-preview .home-demo__transcript::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#12414b4d;background-clip:padding-box}.home-preview .home-governance{background:var(--home-mist)}.home-preview .home-governance__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;margin-block-start:70px;border-block-start:1px solid rgba(6,42,47,.14);border-block-end:1px solid rgba(6,42,47,.14)}.home-preview .home-governance__item{min-width:0;height:100%}.home-preview .home-governance-card{position:relative;min-height:clamp(380px,42vw,640px);height:100%;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-inline-end:1px solid rgba(255,255,255,.2);background:#0c252a}.home-preview .home-governance__item:last-child .home-governance-card{border-inline-end:0}.home-preview .home-governance-card__visual{position:absolute;top:0;right:0;bottom:0;left:0}.home-preview .home-governance-card__visual>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.72) contrast(1.03) brightness(.72)}.home-preview .home-governance-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#020d130a,#020d1357 48%,#020d13d6),linear-gradient(90deg,#020d1338,#020d1305)}.home-preview .home-governance-card__copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(28px,3vw,42px)}.home-preview .home-governance-card__copy h3{margin:0 0 14px;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title);font-weight:300;letter-spacing:-.04em;line-height:1.08}.home-preview .home-governance-card__copy p{max-width:540px;margin:0;color:#eef7f8c7;font-size:.9rem;line-height:1.65}.home-preview .home-governance__statements{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-block-start:12px;border:1px solid rgba(255,255,255,.12);background:var(--home-deep)}.home-preview .home-governance__statements>div{min-height:116px;display:grid;grid-template-columns:1fr;align-items:center;gap:12px;padding:24px;color:#fff;border-inline-end:1px solid rgba(255,255,255,.12)}.home-preview .home-governance__statements>div:last-child{border-inline-end:0}.home-preview .home-governance__statements p{margin:0;font-size:.95rem;line-height:1.5}html[dir=rtl] .home-preview .home-hero__shade{background:linear-gradient(270deg,#020d13f2,#020d13c7 42%,#020d1347 72%,#020d132e),linear-gradient(180deg,#020d1359,#020d1314 38%,#020d13d1)}html[dir=rtl] .home-preview .home-hero__media{-o-object-position:45% center;object-position:45% center}html[dir=rtl] .home-preview .home-kicker,html[dir=rtl] .home-preview .home-hero__eyebrow{letter-spacing:0}html[dir=rtl] .home-preview .home-hero h1,html[dir=rtl] .home-preview .home-section-heading h2,html[dir=rtl] .home-preview .home-connected__intro h2,html[dir=rtl] .home-preview .home-connected__card h3,html[dir=rtl] .home-preview .home-intelligence__card h3,html[dir=rtl] .home-preview .home-governance-card__copy h3{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif;letter-spacing:0;line-height:1.25}@media (max-width: 1279px){.home-preview .home-governance__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1024px){.home-preview .home-section{padding-block:84px}.home-preview .home-intelligence{padding-block:80px}.home-preview .home-hero{min-height:100svh}.home-preview .home-hero__copy-grid,.home-preview .home-intelligence .home-section-heading,.home-preview .home-question__grid{grid-template-columns:1fr}.home-preview .home-hero__copy-grid{gap:32px}.home-preview .home-hero__aside{max-width:620px}.home-preview .home-connected__body{max-width:650px}.home-preview .home-connected__cards,.home-preview .home-intelligence__cards{grid-template-columns:1fr}.home-preview .home-connected__card{min-height:clamp(320px,46vw,460px)}.home-preview .home-intelligence .home-section-heading{gap:28px}.home-preview .home-intelligence .home-section-heading>:first-child{grid-column:auto}.home-preview .home-intelligence .home-section-heading h2,.home-preview .home-intelligence .home-section-heading__body{margin-block-start:0}.home-preview .home-intelligence__card{min-height:0;gap:28px;padding:28px;border-block-end:1px solid rgba(255,255,255,.16)}.home-preview .home-intelligence__card-wrap:last-child .home-intelligence__card{border-block-end:0}.home-preview .home-question__grid{gap:60px}.home-preview .home-question__intro{display:grid;grid-template-columns:1fr .75fr;gap:46px;align-items:end}.home-preview .home-question__sources{margin-block-start:0}}@media (max-width: 767px){.home-preview .home-section-heading h2,.home-preview .home-connected__intro h2{font-size:var(--site-section-title-mobile)}}@media (max-width: 720px){.home-preview .home-shell{width:min(calc(100% - 34px),var(--site-shell-max, 1380px))}.home-preview .home-section{padding-block:68px}.home-preview .home-section-heading--center{text-align:start}.home-preview .home-section-heading--center .home-kicker{justify-content:flex-start}.home-preview .home-section-heading--center .home-section-heading__body{margin-inline:0}.home-preview .home-hero{min-height:100svh;max-height:none;padding-block:112px 128px}.home-preview .home-hero h1{font-size:var(--site-hero-title-mobile);line-height:.92}.home-preview .home-hero__eyebrow{margin-block-end:20px;font-size:.68rem}.home-preview .home-hero__actions{flex-direction:column}.home-preview .home-hero__actions .home-button{width:100%}.home-preview .home-credibility{min-height:104px;gap:22px}.home-preview .home-credibility img:first-child{max-width:42%;height:44px}.home-preview .home-credibility img:last-child{max-width:42%;height:48px}.home-preview .home-credibility>span{height:40px}.home-preview .home-connected__body{margin-block-start:20px}.home-preview .home-connected__cards,.home-preview .home-intelligence__cards,.home-preview .home-governance__grid,.home-preview .home-governance__statements{grid-template-columns:1fr}.home-preview .home-governance__grid{grid-auto-rows:auto}.home-preview .home-connected__card{min-height:clamp(320px,78vw,420px);padding:25px}.home-preview .home-intelligence__card{min-height:0;gap:28px;padding:26px}.home-preview .home-question__intro{grid-template-columns:1fr;gap:38px}.home-preview .home-demo__window{border-radius:16px}.home-preview .home-governance-card{min-height:340px}.home-preview .home-governance-card__visual{min-height:0}.home-preview .home-governance-card__copy{padding:28px}.home-preview .home-governance__statements>div{min-height:90px;border-inline-end:0;border-block-end:1px solid rgba(255,255,255,.12)}.home-preview .home-governance__statements>div:last-child{border-block-end:0}}@media (prefers-reduced-motion: reduce){html:has(.home-preview){scroll-behavior:auto}.home-preview .home-button,.home-preview .home-button__arrow{transition:none}.home-preview .home-button:hover,.home-preview .home-button:active,.home-preview .home-button:hover .home-button__arrow{transform:none}html[dir=rtl] .home-preview .home-button:hover .home-button__arrow{transform:scaleX(-1)}}.renacore-ascii-orb,.ascii-orb-scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.renacore-ascii-orb{overflow:hidden;background:#000}.ascii-orb-scene canvas{width:100%;height:100%;display:block;background:#000}.platform-preview{--platform-deep: var(--site-deep, #020d13);--platform-deep-soft: var(--site-deep-soft, #081d22);--platform-teal: var(--site-teal, #12414b);--platform-accent: var(--site-accent, #97d1dd);--platform-mist: var(--site-mist, #eef7f6);--platform-paper: var(--site-paper, #f8fbfa);--platform-ink: var(--site-ink, #092a30);--platform-muted: var(--site-muted, #597276);--platform-line: var(--site-line, rgba(9, 42, 48, .16));background:var(--platform-paper);color:var(--platform-ink)}.platform-preview main{isolation:isolate}.platform-preview .platform-shell{width:min(calc(100% - var(--site-shell-gutter, 24px) - var(--site-shell-gutter, 24px)),var(--site-shell-max, 1380px));margin-inline:auto}.platform-preview .platform-section{padding-block:var(--site-section-space, 124px)}.platform-preview .platform-button{min-height:var(--site-button-min-height, 50px);display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:0 24px;border:1px solid transparent;border-radius:var(--site-button-radius, 999px);font-size:var(--site-button-font-size, .82rem);font-weight:var(--site-button-font-weight, 500);line-height:1;transition:color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),background-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),border-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),transform var(--motion-duration-fast, .12s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}.platform-preview .platform-button:focus-visible,.platform-preview .platform-hero__scroll:focus-visible{outline:3px solid var(--platform-teal);outline-offset:4px}.platform-preview .platform-hero .platform-button:focus-visible,.platform-preview .platform-hero__scroll:focus-visible{outline-color:var(--platform-accent)}.platform-preview .platform-button__arrow{transition:transform var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}@media (hover: hover) and (pointer: fine){.platform-preview .platform-button:hover{transform:translateY(-2px)}.platform-preview .platform-button:hover .platform-button__arrow{transform:translate(2px)}.platform-preview .platform-button--primary:hover{background:#fff}.platform-preview .platform-button--outline:hover{border-color:var(--platform-ink);background:#fff9}}.platform-preview .platform-button:active{transform:scale(.97)}.platform-preview .platform-button--primary{color:var(--platform-deep);background:var(--platform-accent)}.platform-preview .platform-button--outline{color:var(--platform-ink);border-color:#092a3057;background:transparent}.platform-preview .platform-kicker{margin:0;color:var(--platform-accent);font-size:.73rem;font-weight:500;letter-spacing:.18em;line-height:1.5;text-transform:uppercase}.platform-preview .platform-kicker--light{color:#44666b}.platform-preview .platform-hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;padding-block:132px 145px;color:#fff;background:var(--platform-deep)}.platform-preview .platform-hero__media,.platform-preview .platform-hero__shade,.platform-preview .platform-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.platform-preview .platform-hero__media{-o-object-fit:cover;object-fit:cover;-o-object-position:56% center;object-position:56% center;filter:saturate(.74) contrast(1.06) brightness(.68)}.platform-preview .platform-hero__shade{background:linear-gradient(90deg,#020d13f5,#020d13cc 44%,#020d134d 76%,#020d132e),linear-gradient(180deg,#020d135c,#020d131f 40%,#020d13d6)}.platform-preview .platform-hero__grid{opacity:.22;background-image:linear-gradient(rgba(151,209,221,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.14) 1px,transparent 1px);background-size:88px 88px;-webkit-mask-image:radial-gradient(circle at 78% 42%,black,transparent 42%);mask-image:radial-gradient(circle at 78% 42%,black,transparent 42%)}.platform-preview .platform-hero__content{position:relative;z-index:2}.platform-preview .platform-hero__copy-grid{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(26px,3vw,38px)}.platform-preview .platform-hero h1{max-width:980px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-hero-title);font-weight:300;letter-spacing:-.055em;line-height:.91}.platform-preview .platform-hero__aside{max-width:680px}.platform-preview .platform-hero__aside>p{margin:0 0 30px;color:#e2eff1d1;font-size:clamp(1rem,1.3vw,1.15rem);font-weight:300;line-height:1.7}.platform-preview .platform-hero__scroll{position:absolute;z-index:3;inset-inline-end:28px;inset-block-end:28px;width:72px;height:72px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#020d1361;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.platform-preview .platform-capabilities{scroll-margin-top:64px;border-block-end:1px solid var(--platform-line);background:var(--platform-mist)}.platform-preview .platform-capabilities__intro{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.58fr);gap:clamp(52px,9vw,145px);align-items:end;margin-block-start:56px}.platform-preview .platform-capabilities__intro h2,.platform-preview .platform-context h2,.platform-preview .platform-intelligence h2,.platform-preview .platform-closing h2{margin:0;color:var(--platform-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.055em;line-height:.95}.platform-preview .platform-capabilities__lead{padding-inline-start:30px;border-inline-start:1px solid var(--platform-line)}.platform-preview .platform-capabilities__lead p{margin:0;color:var(--platform-muted);font-size:1rem;font-weight:300;line-height:1.75}.platform-preview .platform-capabilities__lead p+p{margin-block-start:16px}.platform-preview .platform-capabilities__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-block-start:56px;border-block-start:1px solid var(--platform-line);border-inline-start:1px solid var(--platform-line)}.platform-preview .platform-capabilities__item{height:100%}.platform-preview .platform-capability-card{min-height:280px;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(28px,4vw,46px);border-inline-end:1px solid var(--platform-line);border-block-end:1px solid var(--platform-line);background:#ffffff52}.platform-preview .platform-capability-card__top{display:flex;align-items:flex-start;color:#3d6670}.platform-preview .platform-capability-card h3,.platform-preview .platform-intelligence-card h3{margin:0 0 18px;color:var(--platform-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title-large);font-weight:400;letter-spacing:-.02em;line-height:1.08}.platform-preview .platform-capability-card p,.platform-preview .platform-intelligence-card p{max-width:520px;margin:0;color:var(--platform-muted);font-size:.98rem;line-height:1.7}.platform-preview .platform-layers{color:#fff;background:var(--platform-deep)}.platform-preview .platform-layers h2,.platform-preview .platform-governance h2{max-width:930px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.055em;line-height:.95}.platform-preview .platform-layers__flow{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-block-start:56px;border-block:1px solid rgba(255,255,255,.16);border-inline-start:1px solid rgba(255,255,255,.16)}.platform-preview .platform-layers__flow:before{content:"";position:absolute;z-index:2;inset-block-start:50%;inset-inline:8% 8%;height:1px;background:linear-gradient(90deg,transparent,rgba(151,209,221,.34),transparent);pointer-events:none}.platform-preview .platform-layer-wrap{position:relative;z-index:3;height:100%}.platform-preview .platform-layer-card{min-height:320px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border-inline-end:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#97d1dd09,#ffffff04),var(--platform-deep)}.platform-preview .platform-layer-card__meta{position:absolute;inset-block-start:34px;inset-inline:34px;display:flex;color:var(--platform-accent)}.platform-preview .platform-layer-card h3{max-width:350px;margin:0 0 20px;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title-large);font-weight:400;letter-spacing:-.02em;line-height:1.08}.platform-preview .platform-layer-card p{max-width:370px;margin:0;color:#d6eaedb3;font-size:.98rem;line-height:1.7}.platform-preview .platform-context{border-block-end:1px solid var(--platform-line);background:var(--platform-paper)}.platform-preview .platform-context__grid{display:block}.platform-preview .platform-context__copy{max-width:980px}.platform-preview .platform-context h2{margin:0;font-size:var(--site-section-title)}.platform-preview .platform-context__body{max-width:650px;margin-block-start:34px;padding-inline-start:28px;border-inline-start:1px solid var(--platform-line)}.platform-preview .platform-context__body p{margin:0;color:var(--platform-muted);font-size:1.02rem;font-weight:300;line-height:1.75}.platform-preview .platform-context__body p+p{margin-block-start:18px}.platform-preview .platform-intelligence{background:var(--platform-mist)}.platform-preview .platform-intelligence__intro{max-width:980px}.platform-preview .platform-intelligence h2{margin:0}.platform-preview .platform-intelligence__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-block-start:56px}.platform-preview .platform-intelligence__item{height:100%}.platform-preview .platform-intelligence-card{height:100%;overflow:hidden;border:1px solid var(--platform-line);background:#ffffffbd}.platform-preview .platform-intelligence-card__copy{padding:32px}.platform-preview .platform-intelligence__disclosure{max-width:900px;margin:34px 0 0;padding:20px 24px;color:#35575d;border-inline-start:2px solid var(--platform-teal);background:#ffffff85;font-size:.92rem;font-style:italic;line-height:1.7}.platform-preview .platform-governance{color:#fff;background:var(--platform-deep)}.platform-preview .platform-governance__grid{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);-moz-column-gap:clamp(58px,8vw,126px);column-gap:clamp(58px,8vw,126px);align-items:center}.platform-preview .platform-governance__visual{min-width:0}.platform-preview .platform-governance__shield{position:relative;aspect-ratio:1200 / 680;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:var(--platform-deep-soft)}.platform-preview .platform-governance__shield>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.platform-preview .platform-governance h2{max-width:760px;font-size:var(--site-section-title)}.platform-preview .platform-governance__body{max-width:790px;margin-block-start:36px}.platform-preview .platform-governance__body p{margin:0;color:#d6eaedb8;font-size:1.02rem;font-weight:300;line-height:1.75}.platform-preview .platform-governance__body>div+div{margin-block-start:15px}.platform-preview .platform-governance__assurances{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:56px 0 0;padding:0;list-style:none;border:1px solid rgba(255,255,255,.14)}.platform-preview .platform-governance__assurances li{min-height:112px;display:flex;align-items:center;padding:24px;border-inline-end:1px solid rgba(255,255,255,.14)}.platform-preview .platform-governance__assurances li:last-child{border-inline-end:0}.platform-preview .platform-governance__assurances strong{font-size:.98rem;font-weight:400;line-height:1.45}.platform-preview .platform-closing{padding-block:32px;background:var(--platform-paper)}.platform-preview .platform-closing__frame{min-height:340px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:end;padding:clamp(38px,6vw,84px);border:1px solid var(--platform-line);background:linear-gradient(rgba(9,42,48,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(9,42,48,.035) 1px,transparent 1px),var(--platform-mist);background-size:74px 74px}.platform-preview .platform-closing h2{max-width:900px;margin:0;font-size:var(--site-section-title)}.platform-preview .platform-closing p{max-width:710px;margin:28px 0 0;color:var(--platform-muted);font-size:1.04rem;line-height:1.75}.platform-preview .platform-closing__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}html[dir=rtl] .platform-preview .platform-hero__shade{background:linear-gradient(270deg,#020d13f5,#020d13cc 44%,#020d134d 76%,#020d132e),linear-gradient(180deg,#020d135c,#020d131f 40%,#020d13d6)}html[dir=rtl] .platform-preview .platform-hero__media{-o-object-position:44% center;object-position:44% center}html[dir=rtl] .platform-preview .platform-hero__grid{-webkit-mask-image:radial-gradient(circle at 22% 42%,black,transparent 42%);mask-image:radial-gradient(circle at 22% 42%,black,transparent 42%)}html[dir=rtl] .platform-preview .platform-kicker{letter-spacing:0}@media (hover: hover) and (pointer: fine){html[dir=rtl] .platform-preview .platform-button:hover .platform-button__arrow{transform:scaleX(-1) translate(2px)}}html[dir=rtl] .platform-preview .platform-button__arrow{transform:scaleX(-1)}html[dir=rtl] .platform-preview .platform-hero h1,html[dir=rtl] .platform-preview .platform-capabilities__intro h2,html[dir=rtl] .platform-preview .platform-capability-card h3,html[dir=rtl] .platform-preview .platform-layers h2,html[dir=rtl] .platform-preview .platform-layer-card h3,html[dir=rtl] .platform-preview .platform-context h2,html[dir=rtl] .platform-preview .platform-intelligence h2,html[dir=rtl] .platform-preview .platform-intelligence-card h3,html[dir=rtl] .platform-preview .platform-governance h2,html[dir=rtl] .platform-preview .platform-closing h2{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif;letter-spacing:0;line-height:1.25}@media (max-width: 1024px){.platform-preview .platform-section{padding-block:84px}.platform-preview .platform-hero{min-height:100svh}.platform-preview .platform-capabilities__intro,.platform-preview .platform-governance__grid,.platform-preview .platform-closing__frame{grid-template-columns:1fr}.platform-preview .platform-capabilities__intro{gap:38px}.platform-preview .platform-capabilities__lead{max-width:680px}.platform-preview .platform-layers__flow,.platform-preview .platform-intelligence__grid{grid-template-columns:1fr}.platform-preview .platform-layers__flow:before{display:none}.platform-preview .platform-layer-card{min-height:280px}.platform-preview .platform-governance__grid{gap:60px}.platform-preview .platform-governance__visual{max-width:760px}.platform-preview .platform-governance__assurances{grid-column:auto}.platform-preview .platform-closing__actions{justify-content:flex-start}}@media (max-width: 720px){.platform-preview .platform-shell{width:min(calc(100% - 34px),var(--site-shell-max, 1380px))}.platform-preview .platform-section{padding-block:68px}.platform-preview .platform-hero{min-height:100svh;padding-block:112px 128px}.platform-preview .platform-hero h1{font-size:var(--site-hero-title-mobile);line-height:.93}.platform-preview .platform-hero__scroll{display:none}.platform-preview .platform-capabilities__intro h2,.platform-preview .platform-layers h2,.platform-preview .platform-context h2,.platform-preview .platform-intelligence h2,.platform-preview .platform-governance h2,.platform-preview .platform-closing h2{font-size:var(--site-section-title-mobile)}.platform-preview .platform-capabilities__lead,.platform-preview .platform-context__body{padding-inline-start:20px}.platform-preview .platform-capabilities__grid,.platform-preview .platform-governance__assurances{grid-template-columns:1fr}.platform-preview .platform-capability-card{min-height:0;padding:27px}.platform-preview .platform-layer-card{min-height:250px;padding:28px}.platform-preview .platform-layer-card__meta{inset-block-start:28px;inset-inline:28px}.platform-preview .platform-intelligence-card__copy{padding:27px}.platform-preview .platform-governance__assurances li{min-height:90px;border-inline-end:0;border-block-end:1px solid rgba(255,255,255,.14)}.platform-preview .platform-governance__assurances li:last-child{border-block-end:0}.platform-preview .platform-closing{padding-block:20px}.platform-preview .platform-closing__frame{min-height:0;gap:42px;padding:42px 24px}.platform-preview .platform-closing__actions{flex-direction:column}.platform-preview .platform-closing__actions .platform-button,.platform-preview .platform-hero__aside .platform-button{width:100%}}@media (prefers-reduced-motion: reduce){html:has(.platform-preview){scroll-behavior:auto}.platform-preview .platform-button,.platform-preview .platform-button__arrow{transition:none}.platform-preview .platform-button:hover,.platform-preview .platform-button:active,.platform-preview .platform-button:hover .platform-button__arrow,html[dir=rtl] .platform-preview .platform-button:hover .platform-button__arrow{transform:none}html[dir=rtl] .platform-preview .platform-button:hover .platform-button__arrow{transform:scaleX(-1)}}.security-preview{--security-deep: var(--site-deep, #020d13);--security-deep-soft: var(--site-deep-soft, #081d22);--security-teal: var(--site-teal, #12414b);--security-accent: var(--site-accent, #97d1dd);--security-mist: var(--site-mist, #eef7f6);--security-paper: var(--site-paper, #f8fbfa);--security-ink: var(--site-ink, #092a30);--security-muted: var(--site-muted, #597276);--security-line: var(--site-line, rgba(9, 42, 48, .16));background:var(--security-paper);color:var(--security-ink)}.security-preview main{isolation:isolate}.security-preview .security-shell{width:min(calc(100% - var(--site-shell-gutter, 24px) - var(--site-shell-gutter, 24px)),var(--site-shell-max, 1380px));margin-inline:auto}.security-preview .security-section{padding-block:var(--site-section-space, 124px)}.security-preview .security-button{min-height:var(--site-button-min-height, 50px);display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:0 24px;border:1px solid transparent;border-radius:var(--site-button-radius, 999px);font-size:var(--site-button-font-size, .82rem);font-weight:var(--site-button-font-weight, 500);line-height:1;transition:color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),background-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),border-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),transform var(--motion-duration-fast, .12s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}.security-preview .security-button:focus-visible,.security-preview .security-hero__scroll:focus-visible{outline:3px solid var(--security-teal);outline-offset:4px}.security-preview .security-hero .security-button:focus-visible,.security-preview .security-hero__scroll:focus-visible{outline-color:var(--security-accent)}.security-preview .security-button__arrow{transition:transform var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}@media (hover: hover) and (pointer: fine){.security-preview .security-button:hover{transform:translateY(-2px)}.security-preview .security-button:hover .security-button__arrow{transform:translate(2px)}.security-preview .security-button--primary:hover{background:#fff}.security-preview .security-button--outline:hover{border-color:var(--security-ink);background:#ffffff9e}}.security-preview .security-button:active{transform:scale(.97)}.security-preview .security-button--primary{color:var(--security-deep);background:var(--security-accent)}.security-preview .security-button--outline{color:var(--security-ink);border-color:#092a3057;background:transparent}.security-preview .security-hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;padding-block:132px 145px;color:#fff;background:var(--security-deep)}.security-preview .security-hero__media,.security-preview .security-hero__shade,.security-preview .security-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.security-preview .security-hero__media{-o-object-fit:cover;object-fit:cover;-o-object-position:56% center;object-position:56% center;filter:saturate(.72) contrast(1.08) brightness(.66)}.security-preview .security-hero__shade{background:linear-gradient(90deg,#020d13f7,#020d13d1 45%,#020d1357 78%,#020d1333),linear-gradient(180deg,#020d1361,#020d131f 40%,#020d13db)}.security-preview .security-hero__grid{opacity:.23;background-image:linear-gradient(rgba(151,209,221,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.14) 1px,transparent 1px);background-size:88px 88px;-webkit-mask-image:radial-gradient(circle at 78% 42%,black,transparent 42%);mask-image:radial-gradient(circle at 78% 42%,black,transparent 42%)}.security-preview .security-hero__content{position:relative;z-index:2}.security-preview .security-hero__copy-grid{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(26px,3vw,38px)}.security-preview .security-hero h1{max-width:1020px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-hero-title);font-weight:300;letter-spacing:-.055em;line-height:.91}.security-preview .security-hero__aside{max-width:680px}.security-preview .security-hero__aside>p{margin:0 0 30px;color:#e2eff1d1;font-size:clamp(1rem,1.3vw,1.15rem);font-weight:300;line-height:1.7}.security-preview .security-hero__scroll{position:absolute;z-index:3;inset-inline-end:28px;inset-block-end:28px;width:72px;height:72px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#020d1361;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.security-preview .security-principles{scroll-margin-top:64px;background:var(--security-mist)}.security-preview .security-principles__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.security-preview .security-principles__item{min-width:0;height:100%}.security-preview .security-principle-card{min-height:25rem;height:100%;display:flex;flex-direction:column;border:1px solid var(--security-line);background:linear-gradient(rgba(9,42,48,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(9,42,48,.035) 1px,transparent 1px),#97d1dd2b;background-size:72px 72px;color:var(--security-ink);transition:border-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),background-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}@media (hover: hover) and (pointer: fine){.security-preview .security-principle-card:hover{border-color:#092a3047}}.security-preview .security-principle-card__meta{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:28px 28px 0;color:#3d6670;border:1px solid var(--security-line);border-radius:50%;background:#ffffff5c}.security-preview .security-principle-card__copy{flex:1;display:flex;flex-direction:column;padding:40px 28px 30px}.security-preview .security-principle-card h2{margin:0;color:var(--security-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title);font-weight:400;letter-spacing:-.01em;line-height:1.08}.security-preview .security-principle-card__body{max-width:40rem;margin-block-start:20px}.security-preview .security-principle-card__body p{margin:0;color:var(--security-muted);font-size:.95rem;font-weight:300;line-height:1.72}.security-preview .security-principle-card__body p+p{margin-block-start:15px}.security-preview .security-principle-card__body strong{display:block;margin-block-end:4px;color:var(--security-ink);font-size:.95rem;font-weight:500;line-height:1.55}.security-preview .security-research{color:#fff;background:var(--security-deep)}.security-preview .security-research__grid{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);gap:clamp(58px,8vw,126px);align-items:start}.security-preview .security-research__heading h2{max-width:660px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.055em;line-height:.95}.security-preview .security-research__visual{position:relative;aspect-ratio:3 / 2;min-height:0;overflow:hidden;margin-block-start:48px;background:transparent}.security-preview .security-research__visual>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.security-preview .security-research__body>p{max-width:820px;margin:0;color:#d6eaedb8;font-size:1.02rem;font-weight:300;line-height:1.75}.security-preview .security-research__body>p+p{margin-block-start:18px}.security-preview .security-research__frameworks{margin:40px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;background:#ffffff1f}.security-preview .security-research__frameworks li{min-height:78px;display:flex;align-items:center;padding:20px 22px;background:#ffffff0b}.security-preview .security-research__frameworks strong{color:#fff;font-family:Host Grotesk,sans-serif;font-size:clamp(1rem,1.35vw,1.16rem);font-weight:400;letter-spacing:-.01em;line-height:1.32}.security-preview .security-closing{padding-block:32px;background:var(--security-paper)}.security-preview .security-closing__frame{min-height:340px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:end;padding:clamp(38px,6vw,84px);border:1px solid var(--security-line);background:linear-gradient(rgba(9,42,48,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(9,42,48,.035) 1px,transparent 1px),var(--security-mist);background-size:74px 74px}.security-preview .security-closing h2{max-width:950px;margin:0;color:var(--security-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.055em;line-height:.96}.security-preview .security-closing p{max-width:740px;margin:28px 0 0;color:var(--security-muted);font-size:1.04rem;line-height:1.75}.security-preview .security-closing__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}html[dir=rtl] .security-preview .security-hero__shade{background:linear-gradient(270deg,#020d13f7,#020d13d1 45%,#020d1357 78%,#020d1333),linear-gradient(180deg,#020d1361,#020d131f 40%,#020d13db)}html[dir=rtl] .security-preview .security-hero__media{-o-object-position:44% center;object-position:44% center}html[dir=rtl] .security-preview .security-hero__grid{-webkit-mask-image:radial-gradient(circle at 22% 42%,black,transparent 42%);mask-image:radial-gradient(circle at 22% 42%,black,transparent 42%)}html[dir=rtl] .security-preview .security-button__arrow{transform:scaleX(-1)}@media (hover: hover) and (pointer: fine){html[dir=rtl] .security-preview .security-button:hover .security-button__arrow{transform:scaleX(-1) translate(2px)}}html[dir=rtl] .security-preview .security-hero h1,html[dir=rtl] .security-preview .security-principle-card h2,html[dir=rtl] .security-preview .security-research__heading h2,html[dir=rtl] .security-preview .security-closing h2{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif;letter-spacing:0;line-height:1.25}html[dir=rtl] .security-preview .security-principle-card__body strong{letter-spacing:0}@media (max-width: 1024px){.security-preview .security-section{padding-block:84px}.security-preview .security-hero{min-height:100svh}.security-preview .security-research__grid,.security-preview .security-closing__frame{grid-template-columns:1fr}.security-preview .security-principles__grid{gap:14px}.security-preview .security-principle-card__meta{margin:26px 26px 0}.security-preview .security-principle-card__copy{padding:36px 26px 28px}.security-preview .security-research__grid{gap:60px}.security-preview .security-research__visual{max-width:760px}.security-preview .security-closing__actions{justify-content:flex-start}}@media (max-width: 720px){.security-preview .security-shell{width:min(calc(100% - 34px),var(--site-shell-max, 1380px))}.security-preview .security-section{padding-block:68px}.security-preview .security-hero{min-height:100svh;padding-block:112px 128px}.security-preview .security-hero h1{font-size:var(--site-hero-title-mobile);line-height:.94}.security-preview .security-hero__scroll{display:none}.security-preview .security-hero__aside .security-button,.security-preview .security-closing__actions .security-button{width:100%}.security-preview .security-principles__grid{grid-template-columns:1fr}.security-preview .security-principle-card{min-height:0}.security-preview .security-principle-card__meta{margin:24px 24px 0}.security-preview .security-principle-card__copy{padding:30px 25px 34px}.security-preview .security-principle-card h2{font-size:var(--site-card-title)}.security-preview .security-research__heading h2,.security-preview .security-closing h2{font-size:var(--site-section-title-mobile)}.security-preview .security-research__visual{margin-block-start:34px}.security-preview .security-research__frameworks{grid-template-columns:1fr}.security-preview .security-research__frameworks li{min-height:72px;padding:18px 20px}.security-preview .security-closing{padding-block:20px}.security-preview .security-closing__frame{min-height:0;gap:42px;padding:42px 24px}.security-preview .security-closing__actions{flex-direction:column}}@media (prefers-reduced-motion: reduce){html:has(.security-preview){scroll-behavior:auto}.security-preview .security-button,.security-preview .security-button__arrow{transition:none}.security-preview .security-button:hover,.security-preview .security-button:active,.security-preview .security-button:hover .security-button__arrow{transform:none}html[dir=rtl] .security-preview .security-button:hover .security-button__arrow{transform:scaleX(-1)}}.team-preview{--team-deep: var(--site-deep, #020d13);--team-deep-soft: var(--site-deep-soft, #081d22);--team-teal: var(--site-teal, #12414b);--team-accent: var(--site-accent, #97d1dd);--team-mist: var(--site-mist, #eef7f6);--team-paper: var(--site-paper, #f8fbfa);--team-ink: var(--site-ink, #092a30);--team-muted: var(--site-muted, #597276);--team-line: var(--site-line, rgba(9, 42, 48, .16));background:var(--team-paper);color:var(--team-ink)}.team-preview main{isolation:isolate}.team-preview .team-shell{width:min(calc(100% - var(--site-shell-gutter, 24px) - var(--site-shell-gutter, 24px)),var(--site-shell-max, 1380px));margin-inline:auto}.team-preview .team-section{padding-block:var(--site-section-space, 124px)}.team-preview .team-button{min-height:var(--site-button-min-height, 50px);display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:0 24px;border:1px solid transparent;border-radius:var(--site-button-radius, 999px);font-size:var(--site-button-font-size, .82rem);font-weight:var(--site-button-font-weight, 500);line-height:1;transition:color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),background-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),border-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),transform var(--motion-duration-fast, .12s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}.team-preview .team-button:focus-visible,.team-preview .team-hero__scroll:focus-visible{outline:3px solid var(--team-accent);outline-offset:4px}.team-preview .team-button__arrow{transition:transform var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}@media (hover: hover) and (pointer: fine){.team-preview .team-button:hover{transform:translateY(-2px)}.team-preview .team-button:hover .team-button__arrow{transform:translate(2px)}.team-preview .team-button--primary:hover{background:#fff}.team-preview .team-button--outline:hover{border-color:#ffffffb8;background:#ffffff1a}}.team-preview .team-button:active{transform:scale(.97)}.team-preview .team-button--primary{color:var(--team-deep);background:var(--team-accent)}.team-preview .team-button--outline{color:#fff;border-color:#ffffff5c;background:#ffffff0a}.team-preview .team-section-heading h2{margin:0;font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.06em;line-height:.9}.team-preview .team-section-heading--light h2{color:var(--team-ink)}.team-preview .team-hero{position:relative;min-height:42rem;display:flex;align-items:flex-end;overflow:hidden;padding-block:180px 128px;color:#fff;background:var(--team-deep)}.team-preview .team-hero__media,.team-preview .team-hero__shade,.team-preview .team-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.team-preview .team-hero__media{-o-object-fit:cover;object-fit:cover;-o-object-position:56% center;object-position:56% center;filter:saturate(.72) contrast(1.07) brightness(.68)}.team-preview .team-hero__shade{background:linear-gradient(90deg,#020d13f7,#020d13d1 44%,#020d1352 77%,#020d1333),linear-gradient(180deg,#020d135c,#020d131a 40%,#020d13db)}.team-preview .team-hero__grid{opacity:.22;background-image:linear-gradient(rgba(151,209,221,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.14) 1px,transparent 1px);background-size:88px 88px;-webkit-mask-image:radial-gradient(circle at 78% 44%,black,transparent 44%);mask-image:radial-gradient(circle at 78% 44%,black,transparent 44%)}.team-preview .team-hero__content{position:relative;z-index:2}.team-preview .team-hero__copy-grid{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(26px,3vw,38px)}.team-preview .team-hero h1{max-width:990px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-hero-title);font-weight:300;letter-spacing:-.055em;line-height:.91}.team-preview .team-hero__aside>p{margin:0;color:#e2eff1d1;font-size:clamp(1rem,1.3vw,1.15rem);font-weight:300;line-height:1.72}.team-preview .team-hero__aside{max-width:700px}.team-preview .team-hero__scroll{position:absolute;z-index:3;inset-inline-end:28px;inset-block-end:28px;width:72px;height:72px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#020d1361;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.team-preview .team-roster{scroll-margin-top:64px;background:var(--team-mist)}.team-preview .team-roster__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-block-start:70px;border-block-start:1px solid var(--team-line);border-inline-start:1px solid var(--team-line);background:var(--team-line)}.team-preview .team-member{min-width:0;display:flex;flex-direction:column;color:#fff;background:var(--team-deep-soft);border-inline-end:1px solid var(--team-line);border-block-end:1px solid var(--team-line)}.team-preview .team-member__portrait{aspect-ratio:1 / 1;overflow:hidden;background:#d9ddda}.team-preview .team-member__portrait img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:saturate(.82) contrast(1.02)}.team-preview .team-member__copy{flex:1;padding:30px 28px 34px}.team-preview .team-member h3{margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title-large);font-weight:300;letter-spacing:-.035em;line-height:1}.team-preview .team-member__role{margin:14px 0 0;color:var(--team-accent);font-size:.78rem;font-weight:500;line-height:1.5}.team-preview .team-member__bio{margin-block-start:24px;padding-block-start:20px;border-block-start:1px solid rgba(255,255,255,.14)}.team-preview .team-member__bio p{margin:0;color:#d6eaedb3;font-size:.88rem;font-weight:300;line-height:1.7}.team-preview .team-member__bio p+p{margin-block-start:12px}.team-preview .team-venture{color:#fff;background:var(--team-deep)}.team-preview .team-venture__grid{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);gap:clamp(58px,8vw,126px);align-items:start}.team-preview .team-venture h2,.team-preview .team-programs h2,.team-preview .team-closing h2{margin:0;font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.055em;line-height:.96}.team-preview .team-venture h2{max-width:640px;color:#fff}.team-preview .team-venture__body>p{max-width:820px;margin:0 0 42px;color:#d6eaedbd;font-size:1.08rem;font-weight:300;line-height:1.72}.team-preview .team-venture__logos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-block-start:1px solid rgba(255,255,255,.14);border-inline-start:1px solid rgba(255,255,255,.14)}.team-preview .team-venture__logos>div{min-height:180px;display:grid;place-items:center;padding:32px;border-inline-end:1px solid rgba(255,255,255,.14);border-block-end:1px solid rgba(255,255,255,.14);background:#fff}.team-preview .team-venture__logos>div:nth-child(2){background:var(--team-deep-soft)}.team-preview .team-venture__logos img{width:auto;max-width:100%;height:92px;-o-object-fit:contain;object-fit:contain}.team-preview .team-programs{background:var(--team-mist)}.team-preview .team-programs__frame{display:grid;grid-template-columns:minmax(330px,.86fr) minmax(0,1.14fr);border-block-start:1px solid var(--team-line);border-inline-start:1px solid var(--team-line);background:var(--team-paper)}.team-preview .team-programs__heading{padding:clamp(42px,6vw,78px);border-inline-end:1px solid var(--team-line);border-block-end:1px solid var(--team-line);background:linear-gradient(rgba(9,42,48,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(9,42,48,.035) 1px,transparent 1px),var(--team-paper);background-size:72px 72px}.team-preview .team-programs h2{color:var(--team-ink)}.team-preview .team-programs__list{margin:0;padding:0;list-style:none}.team-preview .team-programs__list li{min-height:112px;display:flex;align-items:center;padding:30px 42px;border-inline-end:1px solid var(--team-line);border-block-end:1px solid var(--team-line)}.team-preview .team-programs__list strong{color:var(--team-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-card-title-large);font-weight:400;letter-spacing:-.02em;line-height:1.1}.team-preview .team-closing{padding-block:32px;background:var(--team-paper)}.team-preview .team-closing__frame{min-height:340px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:end;padding:clamp(42px,6vw,84px);color:#fff;border:1px solid rgba(255,255,255,.13);background:linear-gradient(rgba(151,209,221,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.04) 1px,transparent 1px),var(--team-deep);background-size:78px 78px}.team-preview .team-closing h2{max-width:780px;margin-block-start:0;color:#fff}.team-preview .team-closing__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}html[dir=rtl] .team-preview .team-hero__shade{background:linear-gradient(270deg,#020d13f7,#020d13d1 44%,#020d1352 77%,#020d1333),linear-gradient(180deg,#020d135c,#020d131a 40%,#020d13db)}html[dir=rtl] .team-preview .team-hero__media{-o-object-position:44% center;object-position:44% center}html[dir=rtl] .team-preview .team-hero__grid{-webkit-mask-image:radial-gradient(circle at 22% 44%,black,transparent 44%);mask-image:radial-gradient(circle at 22% 44%,black,transparent 44%)}html[dir=rtl] .team-preview .team-button__arrow{transform:scaleX(-1)}@media (hover: hover) and (pointer: fine){html[dir=rtl] .team-preview .team-button:hover .team-button__arrow{transform:scaleX(-1) translate(2px)}}html[dir=rtl] .team-preview .team-hero h1,html[dir=rtl] .team-preview .team-section-heading h2,html[dir=rtl] .team-preview .team-member h3,html[dir=rtl] .team-preview .team-venture h2,html[dir=rtl] .team-preview .team-programs h2,html[dir=rtl] .team-preview .team-programs__list strong,html[dir=rtl] .team-preview .team-closing h2{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif;letter-spacing:0;line-height:1.25}@media (max-width: 1179px){.team-preview .team-roster__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1024px){.team-preview .team-section{padding-block:84px}.team-preview .team-hero{min-height:40rem}.team-preview .team-venture__grid,.team-preview .team-programs__frame,.team-preview .team-closing__frame{grid-template-columns:1fr}.team-preview .team-venture__grid{gap:58px}.team-preview .team-programs__heading{border-inline-end:1px solid var(--team-line)}.team-preview .team-closing__actions{justify-content:flex-start}}@media (max-width: 720px){.team-preview .team-shell{width:min(calc(100% - 34px),var(--site-shell-max, 1380px))}.team-preview .team-section{padding-block:68px}.team-preview .team-hero{min-height:36rem;padding-block:148px 96px}.team-preview .team-hero h1{font-size:var(--site-hero-title-mobile);line-height:.94}.team-preview .team-hero__scroll{display:none}.team-preview .team-section-heading h2{font-size:var(--site-section-title-mobile)}.team-preview .team-roster__grid{grid-template-columns:1fr;margin-block-start:48px}.team-preview .team-member__copy{padding:27px 24px 31px}.team-preview .team-member h3{font-size:var(--site-card-title-large)}.team-preview .team-venture h2,.team-preview .team-programs h2,.team-preview .team-closing h2{font-size:var(--site-section-title-mobile)}.team-preview .team-venture__logos{grid-template-columns:1fr}.team-preview .team-venture__logos>div{min-height:140px;padding:26px}.team-preview .team-venture__logos img{height:72px}.team-preview .team-programs__heading{padding:40px 24px 44px}.team-preview .team-programs__list li{min-height:96px;padding:26px 24px}.team-preview .team-programs__list strong{font-size:var(--site-card-title)}.team-preview .team-closing{padding-block:20px}.team-preview .team-closing__frame{min-height:0;gap:42px;padding:42px 24px}.team-preview .team-closing__actions{flex-direction:column}.team-preview .team-closing__actions .team-button{width:100%}}@media (max-height: 560px) and (orientation: landscape){.team-preview .team-hero{min-height:34rem}}@media (prefers-reduced-motion: reduce){html:has(.team-preview){scroll-behavior:auto}.team-preview .team-button,.team-preview .team-button__arrow{transition:none}.team-preview .team-button:hover,.team-preview .team-button:active,.team-preview .team-button:hover .team-button__arrow{transform:none}html[dir=rtl] .team-preview .team-button:hover .team-button__arrow{transform:scaleX(-1)}}.insights-preview{--insights-deep: var(--site-deep, #020d13);--insights-deep-soft: var(--site-deep-soft, #081d22);--insights-teal: var(--site-teal, #12414b);--insights-accent: var(--site-accent, #97d1dd);--insights-mist: var(--site-mist, #eef7f6);--insights-paper: var(--site-paper, #f8fbfa);--insights-ink: var(--site-ink, #092a30);--insights-muted: var(--site-muted, #597276);--insights-line: var(--site-line, rgba(9, 42, 48, .16));background:var(--insights-paper);color:var(--insights-ink)}.insights-preview main{isolation:isolate}.insights-preview .insights-shell{width:min(calc(100% - var(--site-shell-gutter, 24px) - var(--site-shell-gutter, 24px)),var(--site-shell-max, 1380px));margin-inline:auto}.insights-preview .insights-button{min-height:var(--site-button-min-height, 50px);display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:0 24px;border:1px solid transparent;border-radius:var(--site-button-radius, 999px);font-size:var(--site-button-font-size, .82rem);font-weight:var(--site-button-font-weight, 500);line-height:1;transition:color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),background-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),border-color var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1)),transform var(--motion-duration-fast, .12s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}.insights-preview .insights-button:focus-visible,.insights-preview .insights-hero__scroll:focus-visible{outline:3px solid var(--insights-accent);outline-offset:4px}.insights-preview .insights-button__arrow{transition:transform var(--motion-duration-ui, .18s) var(--motion-ease-out, cubic-bezier(.23, 1, .32, 1))}@media (hover: hover) and (pointer: fine){.insights-preview .insights-button:hover{transform:translateY(-2px)}.insights-preview .insights-button:hover .insights-button__arrow{transform:translate(2px)}.insights-preview .insights-button--primary:hover{background:#fff}.insights-preview .insights-button--outline:hover{border-color:#ffffffb8;background:#ffffff1a}}.insights-preview .insights-button:active{transform:scale(.97)}.insights-preview .insights-button--primary{color:var(--insights-deep);background:var(--insights-accent)}.insights-preview .insights-button--outline{color:#fff;border-color:#ffffff5c;background:#ffffff0a}.insights-preview .insights-hero{position:relative;min-height:42rem;display:flex;align-items:flex-end;overflow:hidden;padding-block:180px 128px;color:#fff;background:var(--insights-deep)}.insights-preview .insights-hero__media,.insights-preview .insights-hero__shade,.insights-preview .insights-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.insights-preview .insights-hero__media{-o-object-fit:cover;object-fit:cover;-o-object-position:56% center;object-position:56% center;filter:saturate(.72) contrast(1.07) brightness(.68)}.insights-preview .insights-hero__shade{background:linear-gradient(90deg,#020d13f7,#020d13d1 44%,#020d1352 77%,#020d1333),linear-gradient(180deg,#020d135c,#020d131a 40%,#020d13db)}.insights-preview .insights-hero__grid{opacity:.22;background-image:linear-gradient(rgba(151,209,221,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(151,209,221,.14) 1px,transparent 1px);background-size:88px 88px;-webkit-mask-image:radial-gradient(circle at 78% 44%,black,transparent 44%);mask-image:radial-gradient(circle at 78% 44%,black,transparent 44%)}.insights-preview .insights-hero__content{position:relative;z-index:2}.insights-preview .insights-hero__copy-grid{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(26px,3vw,38px)}.insights-preview .insights-hero h1{max-width:940px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-hero-title);font-weight:300;letter-spacing:-.06em;line-height:.9}.insights-preview .insights-hero__aside{max-width:700px}.insights-preview .insights-hero__aside>p{margin:0;color:#e2eff1d1;font-size:clamp(1rem,1.3vw,1.15rem);font-weight:300;line-height:1.72}.insights-preview .insights-hero__scroll{position:absolute;z-index:3;inset-inline-end:28px;inset-block-end:28px;width:72px;height:72px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#020d1361;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.insights-preview .insights-coming{scroll-margin-top:64px;padding-block:32px;background:var(--insights-mist)}.insights-preview .insights-coming__frame{overflow:hidden;border:1px solid var(--insights-line);background:var(--insights-paper)}.insights-preview .insights-coming__heading{padding:clamp(42px,6vw,82px);border-block-end:1px solid var(--insights-line);background:linear-gradient(rgba(9,42,48,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(9,42,48,.032) 1px,transparent 1px),var(--insights-paper);background-size:72px 72px}.insights-preview .insights-coming__heading h2{max-width:1000px;margin:0;color:var(--insights-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.06em;line-height:.88}.insights-preview .insights-coming__editorial{min-height:320px;display:flex;align-items:center}.insights-preview .insights-coming__lead{align-self:center;max-width:1000px;margin:0;padding:clamp(48px,7vw,96px);color:var(--insights-ink);font-family:Host Grotesk,sans-serif;font-size:var(--site-feature-title);font-weight:300;letter-spacing:-.045em;line-height:1.03}.insights-preview .insights-coming__status{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:48px;align-items:center;padding:34px clamp(34px,5vw,66px);color:#fff;border-block-start:1px solid rgba(255,255,255,.12);background:var(--insights-deep)}.insights-preview .insights-coming__status-copy p{margin:0;color:#e2eff1c7;font-size:.95rem;font-weight:300;line-height:1.65}.insights-preview .insights-coming__status-copy p+p{margin-block-start:8px}.insights-preview .insights-coming__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}html[dir=rtl] .insights-preview .insights-hero__shade{background:linear-gradient(270deg,#020d13f7,#020d13d1 44%,#020d1352 77%,#020d1333),linear-gradient(180deg,#020d135c,#020d131a 40%,#020d13db)}html[dir=rtl] .insights-preview .insights-hero__media{-o-object-position:44% center;object-position:44% center}html[dir=rtl] .insights-preview .insights-hero__grid{-webkit-mask-image:radial-gradient(circle at 22% 44%,black,transparent 44%);mask-image:radial-gradient(circle at 22% 44%,black,transparent 44%)}html[dir=rtl] .insights-preview .insights-button__arrow{transform:scaleX(-1)}@media (hover: hover) and (pointer: fine){html[dir=rtl] .insights-preview .insights-button:hover .insights-button__arrow{transform:scaleX(-1) translate(2px)}}html[dir=rtl] .insights-preview .insights-hero h1,html[dir=rtl] .insights-preview .insights-coming__heading h2,html[dir=rtl] .insights-preview .insights-coming__lead{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif;letter-spacing:0;line-height:1.25}@media (max-width: 1024px){.insights-preview .insights-hero{min-height:40rem}.insights-preview .insights-coming__status{grid-template-columns:1fr}.insights-preview .insights-coming__editorial{min-height:0}.insights-preview .insights-coming__lead{padding-block:88px}.insights-preview .insights-coming__status{gap:28px}.insights-preview .insights-coming__actions{justify-content:flex-start}}@media (max-width: 720px){.insights-preview .insights-shell{width:min(calc(100% - 34px),var(--site-shell-max, 1380px))}.insights-preview .insights-hero{min-height:36rem;padding-block:148px 96px}.insights-preview .insights-hero h1{font-size:var(--site-hero-title-mobile);line-height:.93}.insights-preview .insights-hero__scroll{display:none}.insights-preview .insights-coming{padding-block:17px}.insights-preview .insights-coming__heading{padding:38px 24px 42px}.insights-preview .insights-coming__heading h2{font-size:var(--site-section-title-mobile);line-height:.92}.insights-preview .insights-coming__lead{padding:46px 24px;font-size:var(--site-card-title-large);line-height:1.08}.insights-preview .insights-coming__status{gap:30px;padding:32px 24px}.insights-preview .insights-coming__actions{flex-direction:column}.insights-preview .insights-coming__actions .insights-button{width:100%}}@media (prefers-reduced-motion: reduce){html:has(.insights-preview){scroll-behavior:auto}.insights-preview .insights-button,.insights-preview .insights-button__arrow{transition:none}.insights-preview .insights-button:hover,.insights-preview .insights-button:active,.insights-preview .insights-button:hover .insights-button__arrow{transform:none}html[dir=rtl] .insights-preview .insights-button:hover .insights-button__arrow{transform:scaleX(-1)}}.site-navbar{--navbar-fg: var(--site-ink);--navbar-muted: rgba(9, 42, 48, .72);--navbar-line: var(--site-line);--navbar-surface: rgba(248, 251, 250, .94);position:fixed;z-index:50;isolation:isolate;inset-block-start:0;inset-inline:0;width:100%;color:var(--navbar-fg);border-block-end:1px solid var(--navbar-line);background:transparent;box-shadow:0 8px 30px #020d130a;transition:transform var(--motion-duration-ui) var(--motion-ease-in-out),border-color var(--motion-duration-ui) var(--motion-ease-out),box-shadow var(--motion-duration-ui) var(--motion-ease-out)}.site-navbar:before,.site-navbar:after{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:opacity var(--motion-duration-ui) var(--motion-ease-out)}.site-navbar:before{opacity:0;background:linear-gradient(180deg,#020d138a,#020d1314);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.site-navbar:after{opacity:1;background:var(--navbar-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}:root[data-theme=dark] .site-navbar,.site-navbar--hero,.site-navbar--solid{--navbar-fg: #ffffff;--navbar-muted: rgba(232, 243, 245, .74);--navbar-line: rgba(255, 255, 255, .18);--navbar-surface: rgba(2, 13, 19, .86)}.site-navbar--hero:not(.site-navbar--scrolled){box-shadow:none}.site-navbar--hero:not(.site-navbar--scrolled):before{opacity:1}.site-navbar--hero:not(.site-navbar--scrolled):after{opacity:0}.site-navbar--hidden{transform:translateY(-105%)}.site-navbar--visible{transform:translateY(0)}.site-navbar:focus-within{transform:translateY(0);transition-duration:0ms}.site-navbar__skip-link{position:absolute;z-index:3;inset-block-start:12px;inset-inline-start:var(--site-shell-gutter);min-height:44px;display:inline-flex;align-items:center;padding-inline:18px;color:var(--site-deep);border:1px solid var(--site-accent);border-radius:var(--site-button-radius);background:var(--site-accent);font-size:.84rem;font-weight:500;transform:translateY(calc(-100% - 20px))}.site-navbar__skip-link:focus{outline:3px solid #ffffff;outline-offset:3px;transform:translateY(0)}.site-navbar__shell{position:relative;z-index:1;width:min(calc(100% - var(--site-shell-gutter) - var(--site-shell-gutter)),var(--site-shell-max));margin-inline:auto}.site-navbar__bar{min-height:98px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(300px,1fr);gap:28px;align-items:center}.site-navbar__brand{width:-moz-max-content;width:max-content;min-height:44px;display:inline-flex;align-items:center;border-radius:4px;transition:transform var(--motion-duration-fast) var(--motion-ease-out)}.site-navbar__brand img{width:188px;height:auto;vertical-align:middle}.site-navbar .logo-light-bg{display:none}.site-navbar .logo-dark-bg{display:inline-block}.site-navbar__desktop-links{display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.2vw,36px);font-size:.82rem}.site-navbar__link,.site-navbar__company-trigger{position:relative;min-height:44px;display:inline-flex;align-items:center;gap:6px;padding:0 2px;color:var(--navbar-muted);border:0;background:transparent;font-size:inherit;font-weight:400;line-height:1;transition:color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-navbar__link:after,.site-navbar__company-trigger:after{content:"";position:absolute;inset-inline:0;inset-block-end:3px;height:1px;background:var(--site-accent);transform:scaleX(0);transition:transform var(--motion-duration-ui) var(--motion-ease-out)}.site-navbar__link[aria-current=page],.site-navbar__company-trigger[aria-current=page],.site-navbar__company--open .site-navbar__company-trigger{color:var(--navbar-fg)}.site-navbar__link[aria-current=page]:after,.site-navbar__company-trigger[aria-current=page]:after,.site-navbar__company--open .site-navbar__company-trigger:after{transform:scaleX(1)}.site-navbar__company{position:relative}.site-navbar__company-trigger>svg{transition:transform var(--motion-duration-ui) var(--motion-ease-in-out)}.site-navbar__company--open .site-navbar__company-trigger>svg{transform:rotate(180deg)}.site-navbar__company-menu{position:absolute;inset-block-start:calc(100% + 12px);inset-inline-start:calc(50% - 95px);width:190px;padding:8px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#051619f7;box-shadow:0 22px 54px #00000047;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-origin:top center}.site-navbar__company-menu:before{content:"";position:absolute;inset-inline:0;inset-block-end:100%;height:16px}.site-navbar__company-menu a,.site-navbar__company-menu button{width:100%;min-height:44px;display:flex;align-items:center;padding-inline:12px;color:#ffffffbd;border:0;border-radius:8px;background:transparent;font-size:.82rem;font-weight:400;text-align:start;transition:color var(--motion-duration-ui) var(--motion-ease-out),background-color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-navbar__company-menu a[aria-current=page]{color:#fff;background:#97d1dd1f}.site-navbar__desktop-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.site-navbar__language,.site-navbar__demo{min-height:var(--site-button-min-height);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--site-button-radius);font-size:var(--site-button-font-size);font-weight:var(--site-button-font-weight);line-height:1;transition:color var(--motion-duration-ui) var(--motion-ease-out),background-color var(--motion-duration-ui) var(--motion-ease-out),border-color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-navbar__language{padding-inline:17px;color:var(--navbar-muted);border:1px solid var(--navbar-line);background:#ffffff0a}.site-navbar__demo{gap:14px;padding-inline:20px;color:#fff;border:1px solid rgba(255,255,255,.35);background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-navbar__demo svg{transition:transform var(--motion-duration-fast) var(--motion-ease-out)}.site-navbar__menu-button,.site-navbar__mobile{display:none}.site-navbar a:focus-visible,.site-navbar button:focus-visible{outline:3px solid rgba(151,209,221,.7);outline-offset:3px}html[dir=rtl] .site-navbar__demo svg,html[dir=rtl] .site-navbar__mobile-links>a svg{transform:scaleX(-1)}html[dir=rtl] .site-navbar__company-menu a,html[dir=rtl] .site-navbar__company-menu button{text-align:right}@media (max-width: 1120px){.site-navbar__bar{grid-template-columns:1fr auto}.site-navbar__desktop-links,.site-navbar__desktop-actions{display:none}.site-navbar__menu-button{width:46px;height:46px;display:grid;place-items:center;color:var(--navbar-fg);border:1px solid var(--navbar-line);border-radius:50%;background:#ffffff0f;transition:color var(--motion-duration-ui) var(--motion-ease-out),border-color var(--motion-duration-ui) var(--motion-ease-out),background-color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-navbar__mobile{position:absolute;inset-block-start:100%;inset-inline:0;max-height:calc(100dvh - 98px);display:grid;grid-template-columns:1fr auto;gap:42px;overflow-y:auto;padding:28px max(var(--site-shell-gutter),calc((100vw - var(--site-shell-max)) / 2));color:#fff;border-block-start:1px solid rgba(255,255,255,.12);border-block-end:1px solid rgba(255,255,255,.16);background:#051619fa;box-shadow:0 26px 60px #0000004d;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transform-origin:top center}.site-navbar__mobile-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:34px;column-gap:34px}.site-navbar__mobile-links>a,.site-navbar__mobile-company>button{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#ffffffc2;border:0;border-block-end:1px solid rgba(255,255,255,.14);background:transparent;font-size:1rem;font-weight:400;text-align:start;transition:color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-navbar__mobile-links>a[aria-current=page],.site-navbar__mobile-company>button[aria-current=page]{color:#fff}.site-navbar__mobile-company>button>svg{transition:transform var(--motion-duration-ui) var(--motion-ease-in-out)}.site-navbar__mobile-company>button[aria-expanded=true]>svg{transform:rotate(180deg)}.site-navbar__mobile-company-collapse{overflow:hidden}.site-navbar__mobile-company-links{display:grid;padding-block:10px;padding-inline-start:16px;border-block-end:1px solid rgba(255,255,255,.14)}.site-navbar__mobile-company-links a,.site-navbar__mobile-company-links button{min-height:44px;display:flex;align-items:center;color:#ffffffad;border:0;background:transparent;font-size:.88rem;text-align:start;transition:color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-navbar__mobile-actions{min-width:190px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px}.site-navbar__mobile-actions .site-navbar__language,.site-navbar__mobile-actions .site-navbar__demo{width:100%}}@media (max-width: 640px){.site-navbar__shell{width:min(calc(100% - 34px),var(--site-shell-max))}.site-navbar__bar{min-height:76px}.site-navbar__brand img{width:154px}.site-navbar__mobile{max-height:calc(100dvh - 76px);grid-template-columns:1fr;gap:28px;padding:20px 17px 24px}.site-navbar__mobile-links{grid-template-columns:1fr}.site-navbar__mobile-actions{min-width:0}}@media (hover: hover) and (pointer: fine){.site-navbar__link:hover,.site-navbar__company-trigger:hover{color:var(--navbar-fg)}.site-navbar__link:hover:after,.site-navbar__company-trigger:hover:after{transform:scaleX(1)}.site-navbar__company-menu a:hover,.site-navbar__company-menu button:hover{color:#fff;background:#97d1dd1f}.site-navbar__language:hover{color:var(--navbar-fg);border-color:currentColor}.site-navbar__demo:hover{color:#062a2f;border-color:#fff;background:#fff;transform:translateY(-2px)}.site-navbar__mobile-links>a:hover,.site-navbar__mobile-company>button:hover,.site-navbar__mobile-company-links a:hover,.site-navbar__mobile-company-links button:hover{color:#fff}.site-navbar__demo:hover svg{transform:translate(2px)}html[dir=rtl] .site-navbar__demo:hover svg{transform:scaleX(-1) translate(2px)}}.site-navbar__brand:active,.site-navbar__link:active,.site-navbar__company-trigger:active,.site-navbar__company-menu a:active,.site-navbar__company-menu button:active,.site-navbar__language:active,.site-navbar__demo:active,.site-navbar__menu-button:active,.site-navbar__mobile-links>a:active,.site-navbar__mobile-company>button:active,.site-navbar__mobile-company-links a:active,.site-navbar__mobile-company-links button:active{transform:scale(.97)}@media (prefers-reduced-motion: reduce){.site-navbar,.site-navbar:before,.site-navbar:after,.site-navbar *,.site-navbar *:before,.site-navbar *:after{scroll-behavior:auto;transition-duration:.01ms!important}.site-navbar a:active,.site-navbar button:active,.site-navbar__demo:hover,.site-navbar__demo:hover svg{transform:none}html[dir=rtl] .site-navbar__demo:hover svg{transform:scaleX(-1)}}.site-footer{padding-block:56px;color:#ffffffe6;border:0;background:#071316}.site-footer--compact{padding-block:32px}.site-footer__frame{width:min(calc(100% - var(--site-shell-gutter) - var(--site-shell-gutter)),var(--site-shell-max));margin-inline:auto;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0b1518}.site-footer__action{min-height:320px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:60px;align-items:start;padding:clamp(50px,6vw,84px) clamp(28px,4vw,54px);border-block-end:1px solid rgba(255,255,255,.1)}.site-footer__eyebrow{margin:0 0 28px;color:var(--site-accent);font-size:.75rem;font-weight:500;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.site-footer__action h2{max-width:860px;margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:var(--site-section-title);font-weight:300;letter-spacing:-.055em;line-height:.95}.site-footer__action-copy{max-width:680px;margin:25px 0 0;color:#d6eaedad;font-size:.92rem;font-weight:300;line-height:1.7}.site-footer__action-aside{align-self:start;justify-self:end;width:min(100%,360px);display:grid}.site-footer__action-buttons{display:flex;flex-direction:column;gap:10px}.site-footer__action-buttons button{width:100%;min-height:var(--site-button-min-height);display:flex;align-items:center;justify-content:space-between;gap:18px;padding-inline:20px;color:#062a2f;border:1px solid var(--site-accent);border-radius:var(--site-button-radius);background:var(--site-accent);font-size:var(--site-button-font-size);font-weight:var(--site-button-font-weight);text-align:start;transition:color var(--motion-duration-ui) var(--motion-ease-out),background-color var(--motion-duration-ui) var(--motion-ease-out),border-color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-footer__action-buttons .site-footer__action-secondary{color:#ffffffd1;border-color:#ffffff42;background:#ffffff0a}.site-footer__main{display:grid;grid-template-columns:minmax(300px,1fr) minmax(420px,1fr);gap:clamp(56px,8vw,130px);padding:clamp(38px,5vw,68px) clamp(28px,4vw,54px);border-block-end:1px solid rgba(255,255,255,.1)}.site-footer--compact .site-footer__main{grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);gap:clamp(48px,7vw,112px);padding-block:clamp(36px,4vw,52px)}.site-footer__identity{display:flex;min-width:0;flex-direction:column;justify-content:space-between;gap:54px}.site-footer__brand{width:-moz-max-content;width:max-content;min-height:44px;display:inline-flex;align-items:center;border-radius:4px;transition:transform var(--motion-duration-fast) var(--motion-ease-out)}.site-footer__brand img{width:188px;height:auto;vertical-align:middle}.site-footer .logo-light-bg{display:none}.site-footer .logo-dark-bg{display:inline-block}.site-footer__identity>div:first-child>p{max-width:390px;margin:22px 0 0;color:#e8f3f59e;font-size:.92rem;font-weight:300;line-height:1.7}.site-footer__partners{display:flex;flex-wrap:wrap;gap:10px}.site-footer__partners>div{width:min(136px,calc(50% - 5px));height:58px;display:grid;place-items:center;padding:10px 13px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#f2f6f4}.site-footer__partners img{display:block;max-width:100%;max-height:36px;width:auto;height:auto}.site-footer__navigation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,54px)}.site-footer__navigation h2{margin:0 0 14px;color:#d6eaed9e;font-family:Host Grotesk,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.site-footer__navigation ul{display:grid;margin:0;padding:0;list-style:none}.site-footer__navigation li+li{margin-block-start:0}.site-footer__navigation a{width:-moz-max-content;width:max-content;max-width:100%;min-height:32px;display:inline-flex;align-items:center;gap:7px;color:#ffffffc7;font-size:.86rem;font-weight:400;line-height:1.45;transition:color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-footer__navigation a[aria-current=page]{color:var(--site-accent)}.site-footer__panorama{height:clamp(230px,25vw,330px);overflow:hidden;border-block-end:1px solid rgba(255,255,255,.1);background:#0d1e22}.site-footer__panorama img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center 53%;object-position:center 53%;filter:saturate(.8) brightness(.78)}.site-footer__bottom{min-height:86px;display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;padding:18px clamp(24px,3vw,40px)}.site-footer__bottom>p{margin:0;color:#ffffff94;font-size:.76rem;white-space:nowrap}.site-footer__bottom nav{justify-self:end;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.site-footer__bottom nav a,.site-footer__bottom nav button{min-height:44px;display:inline-flex;align-items:center;padding:0;color:#ffffffa3;border:0;background:transparent;font-family:inherit;font-size:.76rem;font-weight:300;line-height:1.4;transition:color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.site-footer__bottom nav a[aria-current=page]{color:var(--site-accent)}.site-footer a:focus-visible,.site-footer button:focus-visible{outline:3px solid rgba(151,209,221,.7);outline-offset:4px}html[dir=rtl] .site-footer__navigation h2,html[dir=rtl] .site-footer__action h2{font-family:Cairo,IBM Plex Sans Arabic,Noto Sans Arabic,Tahoma,Arial,sans-serif;letter-spacing:0}html[dir=rtl] .site-footer__eyebrow{letter-spacing:0}html[dir=rtl] .site-footer__action h2{line-height:1.25}html[dir=rtl] .site-footer__navigation svg,html[dir=rtl] .site-footer__action-buttons svg{transform:scaleX(-1)}@media (hover: hover) and (pointer: fine){.site-footer__action-buttons button:hover{color:#062a2f;border-color:#fff;background:#fff;transform:translateY(-2px)}.site-footer__navigation a:hover,.site-footer__bottom nav a:hover,.site-footer__bottom nav button:hover{color:var(--site-accent)}}.site-footer__brand:active,.site-footer__navigation a:active,.site-footer__bottom nav a:active,.site-footer__bottom nav button:active,.site-footer__action-buttons button:active{transform:scale(.97)}@media (max-width: 960px){.site-footer__frame{width:min(calc(100% - 34px),var(--site-shell-max))}.site-footer__main{grid-template-columns:1fr;gap:62px}.site-footer--compact .site-footer__main{grid-template-columns:1fr;gap:52px}.site-footer__action{grid-template-columns:1fr;gap:48px}.site-footer__action-buttons{max-width:520px}.site-footer__action-aside{max-width:520px;justify-self:start;width:100%}.site-footer__identity{display:grid;grid-template-columns:1fr auto;align-items:end}.site-footer__partners{justify-content:flex-end}}@media (max-width: 720px){.site-footer__identity{display:flex;align-items:flex-start}.site-footer__partners{width:100%;justify-content:flex-start}}@media (max-width: 640px){.site-footer{padding-block:10px}.site-footer__frame{width:calc(100% - 20px)}.site-footer__main{gap:48px;padding:40px 24px}.site-footer--compact .site-footer__main{gap:44px;padding-block:36px}.site-footer__action{min-height:0;gap:38px;padding:52px 24px}.site-footer__action h2{font-size:var(--site-section-title-mobile)}.site-footer__identity{display:flex;align-items:flex-start}.site-footer__partners{width:100%;justify-content:flex-start}.site-footer__partners>div{width:calc(50% - 5px);padding-inline:12px}.site-footer__navigation{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:42px}.site-footer__panorama{height:210px}.site-footer__bottom{grid-template-columns:1fr;gap:22px;align-items:start;padding:28px 24px}.site-footer__bottom>p,.site-footer__bottom nav{justify-self:start}.site-footer__bottom nav{gap:12px 18px}}@media (prefers-reduced-motion: reduce){.site-footer *,.site-footer *:before,.site-footer *:after{transition-duration:.01ms!important}.site-footer a:active,.site-footer button:active,.site-footer__action-buttons button:hover{transform:none}}.cookie-consent{position:fixed;z-index:9000;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));width:min(370px,calc(100% - 36px));padding:18px;color:#fff;border:1px solid rgba(151,209,221,.34);border-radius:4px;background:#071316fa;box-shadow:0 18px 52px #00000057;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cookie-consent__copy h2{margin:0;color:#fff;font-family:Host Grotesk,sans-serif;font-size:1rem;font-weight:500;letter-spacing:-.02em;line-height:1.25}.cookie-consent__copy p{margin:6px 0 0;color:#e8f3f5b8;font-size:.76rem;line-height:1.45}.cookie-consent__copy a,.cookie-preferences__privacy-link{color:var(--site-accent);text-decoration:underline;text-decoration-color:#97d1dd85;text-underline-offset:3px}.cookie-consent__actions,.cookie-preferences__actions{display:flex;flex-wrap:wrap;gap:8px}.cookie-consent__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-block-start:14px}.cookie-consent__actions .cookie-consent__button{width:100%;min-height:38px;padding-inline:11px;font-size:.7rem}.cookie-consent__actions .cookie-consent__button:last-child{grid-column:1 / -1;min-height:30px;color:#ffffffad;border-color:transparent;background:transparent;text-decoration:underline;text-decoration-color:#97d1dd6b;text-underline-offset:3px}.cookie-consent__button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding-inline:17px;border:1px solid transparent;border-radius:999px;font:inherit;font-size:.76rem;font-weight:500;line-height:1;transition:color var(--motion-duration-ui) var(--motion-ease-out),border-color var(--motion-duration-ui) var(--motion-ease-out),background-color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.cookie-consent__button--primary{color:var(--site-deep);border-color:var(--site-accent);background:var(--site-accent)}.cookie-consent__button--secondary{color:#ffffffdb;border-color:#ffffff42;background:#ffffff0a}.cookie-consent__button:active{transform:scale(.97)}.cookie-consent a:focus-visible,.cookie-consent button:focus-visible,.cookie-preferences a:focus-visible,.cookie-preferences button:focus-visible,.cookie-preferences input:focus-visible+span{outline:3px solid var(--site-teal);outline-offset:3px}.renacore-modal--cookie{max-inline-size:760px}.cookie-preferences{padding:clamp(28px,5vw,52px);color:var(--site-ink);background:var(--site-paper)}.cookie-preferences__header{padding-inline-end:50px}.cookie-preferences__kicker{margin:0 0 14px;color:var(--site-teal);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.cookie-preferences__header h2{margin:0;color:var(--site-ink);font-family:Host Grotesk,sans-serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:300;letter-spacing:-.05em;line-height:1}.cookie-preferences__header>p:last-child{max-width:580px;margin:16px 0 0;color:var(--site-muted);font-size:.9rem;line-height:1.55}.cookie-preferences__options{display:grid;margin-block:32px;border-block-start:1px solid var(--site-line)}.cookie-preferences__option{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding-block:22px;border-block-end:1px solid var(--site-line)}.cookie-preferences__option h3,.cookie-preferences__option strong{display:block;margin:0;color:var(--site-ink);font-size:.95rem;font-weight:600;line-height:1.35}.cookie-preferences__option p,.cookie-preferences__option>span:first-child>span{display:block;margin:6px 0 0;color:var(--site-muted);font-size:.8rem;line-height:1.5}.cookie-preferences__required{color:var(--site-teal);font-size:.72rem;font-weight:600;white-space:nowrap}.cookie-preferences__switch{position:relative;flex:0 0 auto;width:50px;height:28px}.cookie-preferences__switch input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.cookie-preferences__switch>span{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(9,42,48,.36);border-radius:999px;background:#092a301a;transition:border-color var(--motion-duration-ui) var(--motion-ease-out),background-color var(--motion-duration-ui) var(--motion-ease-out)}.cookie-preferences__switch>span:after{content:"";position:absolute;inset-block-start:4px;inset-inline-start:4px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 7px #020d1333;transition:transform var(--motion-duration-ui) var(--motion-ease-out)}.cookie-preferences__switch input:checked+span{border-color:var(--site-teal);background:var(--site-teal)}.cookie-preferences__switch input:checked+span:after{transform:translate(22px)}html[dir=rtl] .cookie-preferences__switch input:checked+span:after{transform:translate(-22px)}.cookie-preferences__actions{align-items:center}.cookie-preferences .cookie-consent__button--secondary{color:var(--site-ink);border-color:#092a3047;background:transparent}.cookie-preferences .cookie-consent__button--primary{color:#fff;border-color:var(--site-teal);background:var(--site-teal)}.cookie-preferences__privacy-link{display:inline-flex;margin-block-start:20px;color:var(--site-teal);font-size:.78rem}html[dir=rtl] .cookie-consent__copy h2,html[dir=rtl] .cookie-preferences__header h2,html[dir=rtl] .cookie-preferences__kicker{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif;letter-spacing:0}@media (hover: hover) and (pointer: fine){.cookie-consent__button--primary:hover{color:#fff;border-color:#fff;background:var(--site-teal)}.cookie-consent__button--secondary:hover{color:#fff;border-color:var(--site-accent);background:#97d1dd1a}.cookie-preferences .cookie-consent__button--secondary:hover{color:#fff;border-color:var(--site-teal);background:var(--site-teal)}}@media (max-width: 560px){.cookie-consent{right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px;width:auto;padding:16px}.cookie-preferences__actions{display:grid;grid-template-columns:1fr}.cookie-consent__button{width:100%}.cookie-preferences{min-height:100svh;padding:26px 18px}.cookie-preferences__header{padding-inline-end:52px}.cookie-preferences__options{margin-block:24px}.cookie-preferences__option{gap:16px}}@media (prefers-reduced-motion: reduce){.cookie-consent__button,.cookie-preferences__switch>span,.cookie-preferences__switch>span:after{transition-duration:.01ms!important}.cookie-consent__button:active{transform:none}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Host Grotesk,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}button,[role=button],a,input[type=button],input[type=submit],input[type=reset]{cursor:pointer}button:disabled,input:disabled,[role=button][aria-disabled=true]{cursor:not-allowed}button{font-weight:300}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.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}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-\[29\%\]{left:29%}.left-\[30\%\]{left:30%}.left-\[36\%\]{left:36%}.left-\[62\%\]{left:62%}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-1\/2{top:50%}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ms-0\.5{margin-inline-start:.125rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1\.05em\]{height:1.05em}.h-\[24rem\]{height:24rem}.h-\[2px\]{height:2px}.h-\[320px\]{height:320px}.h-\[360px\]{height:360px}.h-\[40rem\]{height:40rem}.h-\[600px\]{height:600px}.h-\[800px\]{height:800px}.h-full{height:100%}.min-h-11{min-height:2.75rem}.min-h-12{min-height:3rem}.min-h-\[36rem\]{min-height:36rem}.min-h-\[380px\]{min-height:380px}.min-h-\[420px\]{min-height:420px}.min-h-\[450px\]{min-height:450px}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[1200px\]{width:1200px}.w-\[20\%\]{width:20%}.w-\[26\%\]{width:26%}.w-\[2px\]{width:2px}.w-\[360px\]{width:360px}.w-\[40rem\]{width:40rem}.w-\[600px\]{width:600px}.w-\[62\%\]{width:62%}.w-\[7\%\]{width:7%}.w-\[70\%\]{width:70%}.w-\[800px\]{width:800px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[900px\]{min-width:900px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[1360px\]{max-width:1360px}.max-w-\[360px\]{max-width:360px}.max-w-\[520px\]{max-width:520px}.max-w-\[70\%\]{max-width:70%}.max-w-\[85\%\]{max-width:85%}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[0\.15em\]{--tw-translate-y: .15em;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.resize{resize:both}.scroll-mt-32{scroll-margin-top:8rem}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-2{row-gap:.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-3\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.875rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-ui-border>:not([hidden])~:not([hidden]){border-color:var(--ui-border)}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-clip{overflow-x:clip}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl,.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-tl-sm{border-top-left-radius:.125rem}.rounded-tr-sm{border-top-right-radius:.125rem}.border{border-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-s{border-inline-start-width:1px}.border-t{border-top-width:1px}.border-\[\#97D1DD\]{--tw-border-opacity: 1;border-color:rgb(151 209 221 / var(--tw-border-opacity, 1))}.border-\[\#97D1DD\]\/30{border-color:#97d1dd4d}.border-\[\#97d1dd\]\/20{border-color:#97d1dd33}.border-\[\#9a8f78\]{--tw-border-opacity: 1;border-color:rgb(154 143 120 / var(--tw-border-opacity, 1))}.border-\[\#b9d3d6\]{--tw-border-opacity: 1;border-color:rgb(185 211 214 / var(--tw-border-opacity, 1))}.border-\[\#cfc4ad\]{--tw-border-opacity: 1;border-color:rgb(207 196 173 / var(--tw-border-opacity, 1))}.border-\[\#d8cfbb\]{--tw-border-opacity: 1;border-color:rgb(216 207 187 / var(--tw-border-opacity, 1))}.border-\[\#e2d8c3\]{--tw-border-opacity: 1;border-color:rgb(226 216 195 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-cyan-400{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.border-cyan-400\/20{border-color:#22d3ee33}.border-cyan-500\/20{border-color:#06b6d433}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-emerald-400\/20{border-color:#34d39933}.border-emerald-500\/20{border-color:#10b98133}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-indigo-400\/20{border-color:#818cf833}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-orange-400\/20{border-color:#fb923c33}.border-orange-500\/20{border-color:#f9731633}.border-orange-500\/25{border-color:#f9731640}.border-pink-400{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity, 1))}.border-pink-400\/20{border-color:#f472b633}.border-pink-500\/20{border-color:#ec489933}.border-red-400\/30{border-color:#f871714d}.border-red-500\/20{border-color:#ef444433}.border-red-500\/25{border-color:#ef444440}.border-ui-border{border-color:var(--ui-border)}.border-white\/10{border-color:#ffffff1a}.border-white\/5{border-color:#ffffff0d}.border-white\/\[0\.06\]{border-color:#ffffff0f}.bg-\[\#020D13\]{--tw-bg-opacity: 1;background-color:rgb(2 13 19 / var(--tw-bg-opacity, 1))}.bg-\[\#030E0E\]{--tw-bg-opacity: 1;background-color:rgb(3 14 14 / var(--tw-bg-opacity, 1))}.bg-\[\#0B1220\]{--tw-bg-opacity: 1;background-color:rgb(11 18 32 / var(--tw-bg-opacity, 1))}.bg-\[\#0F172A\]\/90{background-color:#0f172ae6}.bg-\[\#12414B\]\/20{background-color:#12414b33}.bg-\[\#12414B\]\/30{background-color:#12414b4d}.bg-\[\#12414b\]{--tw-bg-opacity: 1;background-color:rgb(18 65 75 / var(--tw-bg-opacity, 1))}.bg-\[\#97D1DD\]{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1))}.bg-\[\#97D1DD\]\/5{background-color:#97d1dd0d}.bg-\[\#97d1dd\]{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1))}.bg-\[\#97d1dd\]\/10{background-color:#97d1dd1a}.bg-\[\#97d1dd\]\/20{background-color:#97d1dd33}.bg-\[\#D6EAED\]{--tw-bg-opacity: 1;background-color:rgb(214 234 237 / var(--tw-bg-opacity, 1))}.bg-\[\#e0d7c3\]{--tw-bg-opacity: 1;background-color:rgb(224 215 195 / var(--tw-bg-opacity, 1))}.bg-\[\#e7f1f2\]{--tw-bg-opacity: 1;background-color:rgb(231 241 242 / var(--tw-bg-opacity, 1))}.bg-\[\#efe8d8\]{--tw-bg-opacity: 1;background-color:rgb(239 232 216 / var(--tw-bg-opacity, 1))}.bg-\[\#f4efe3\]{--tw-bg-opacity: 1;background-color:rgb(244 239 227 / var(--tw-bg-opacity, 1))}.bg-\[\#f6f1e5\]{--tw-bg-opacity: 1;background-color:rgb(246 241 229 / var(--tw-bg-opacity, 1))}.bg-\[\#faf6ec\]{--tw-bg-opacity: 1;background-color:rgb(250 246 236 / var(--tw-bg-opacity, 1))}.bg-\[\#fffdf7\]{--tw-bg-opacity: 1;background-color:rgb(255 253 247 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-black\/60{background-color:#0009}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-cyan-200\/80{background-color:#a5f3fccc}.bg-cyan-400\/60{background-color:#22d3ee99}.bg-cyan-400\/70{background-color:#22d3eeb3}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-400\/70{background-color:#34d399b3}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-500\/10{background-color:#6366f11a}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-400\/60{background-color:#fb923c99}.bg-orange-400\/80{background-color:#fb923ccc}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-500\/10{background-color:#f973161a}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-pink-500\/10{background-color:#ec48991a}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-400\/80{background-color:#f87171cc}.bg-red-500\/10{background-color:#ef44441a}.bg-renacore-accent\/5{background-color:#97d1dd0d}.bg-ui-bg{background-color:var(--ui-bg)}.bg-ui-fg{background-color:var(--ui-fg)}.bg-ui-surface{background-color:var(--ui-surface)}.bg-white\/10{background-color:#ffffff1a}.bg-white\/5{background-color:#ffffff0d}.bg-white\/\[0\.02\]{background-color:#ffffff05}.bg-white\/\[0\.03\]{background-color:#ffffff08}.bg-white\/\[0\.04\]{background-color:#ffffff0a}.bg-\[linear-gradient\(90deg\,rgba\(2\,13\,19\,0\.97\)\,rgba\(2\,13\,19\,0\.86\)\,rgba\(2\,13\,19\,0\.62\)\)\]{background-image:linear-gradient(90deg,#020d13f7,#020d13db,#020d139e)}.bg-\[radial-gradient\(120\%_90\%_at_15\%_0\%\,transparent\,rgba\(2\,13\,19\,0\.55\)_70\%\,rgba\(2\,13\,19\,0\.95\)\)\]{background-image:radial-gradient(120% 90% at 15% 0%,transparent,rgba(2,13,19,.55) 70%,rgba(2,13,19,.95))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#020D13\]\/50{--tw-gradient-from: rgb(2 13 19 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 13 19 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#020D13\]\/85{--tw-gradient-from: rgb(2 13 19 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 13 19 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-renacore-accent{--tw-gradient-from: #97d1dd var(--tw-gradient-from-position);--tw-gradient-to: rgb(151 209 221 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-ui-muted{--tw-gradient-from: var(--ui-muted) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/5{--tw-gradient-from: rgb(255 255 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#020D13\]\/55{--tw-gradient-to: rgb(2 13 19 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(2 13 19 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#6DD5ED\]{--tw-gradient-to: rgb(109 213 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #6DD5ED var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-ui-fg{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--ui-fg) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#020D13\]\/85{--tw-gradient-to: rgb(2 13 19 / .85) var(--tw-gradient-to-position)}.to-renacore-accent{--tw-gradient-to: #97d1dd var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-ui-muted{--tw-gradient-to: var(--ui-muted) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-36{padding-top:9rem;padding-bottom:9rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-48{padding-top:12rem;padding-bottom:12rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pe-1{padding-inline-end:.25rem}.pe-2{padding-inline-end:.5rem}.pl-6{padding-left:1.5rem}.pr-1{padding-right:.25rem}.ps-1{padding-inline-start:.25rem}.ps-4{padding-inline-start:1rem}.ps-6{padding-inline-start:1.5rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-40{padding-top:10rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-display,.font-sans{font-family:Host Grotesk,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.68rem\]{font-size:.68rem}.text-\[0\.72rem\]{font-size:.72rem}.text-\[0\.7rem\]{font-size:.7rem}.text-\[0\.82rem\]{font-size:.82rem}.text-\[0\.92rem\]{font-size:.92rem}.text-\[0\.95rem\]{font-size:.95rem}.text-\[0\.9rem\]{font-size:.9rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[2\.4rem\]{font-size:2.4rem}.text-\[2\.85rem\]{font-size:2.85rem}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-\[1\.01\]{line-height:1.01}.leading-\[1\.05\]{line-height:1.05}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.01em\]{letter-spacing:-.01em}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.tracking-\[-0\.035em\]{letter-spacing:-.035em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.24em\]{letter-spacing:.24em}.tracking-\[0\.4em\]{letter-spacing:.4em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#020D13\]{--tw-text-opacity: 1;color:rgb(2 13 19 / var(--tw-text-opacity, 1))}.text-\[\#12414b\]{--tw-text-opacity: 1;color:rgb(18 65 75 / var(--tw-text-opacity, 1))}.text-\[\#1c1b16\]{--tw-text-opacity: 1;color:rgb(28 27 22 / var(--tw-text-opacity, 1))}.text-\[\#3f3d34\]{--tw-text-opacity: 1;color:rgb(63 61 52 / var(--tw-text-opacity, 1))}.text-\[\#5f5a4c\]{--tw-text-opacity: 1;color:rgb(95 90 76 / var(--tw-text-opacity, 1))}.text-\[\#625d50\]{--tw-text-opacity: 1;color:rgb(98 93 80 / var(--tw-text-opacity, 1))}.text-\[\#655e4e\]{--tw-text-opacity: 1;color:rgb(101 94 78 / var(--tw-text-opacity, 1))}.text-\[\#6d6656\]{--tw-text-opacity: 1;color:rgb(109 102 86 / var(--tw-text-opacity, 1))}.text-\[\#97D1DD\],.text-\[\#97d1dd\]{--tw-text-opacity: 1;color:rgb(151 209 221 / var(--tw-text-opacity, 1))}.text-\[\#9FB2B8\]{--tw-text-opacity: 1;color:rgb(159 178 184 / var(--tw-text-opacity, 1))}.text-\[\#C6D4D8\]{--tw-text-opacity: 1;color:rgb(198 212 216 / var(--tw-text-opacity, 1))}.text-\[\#D6EAED\]{--tw-text-opacity: 1;color:rgb(214 234 237 / var(--tw-text-opacity, 1))}.text-\[\#f6f1e6\]{--tw-text-opacity: 1;color:rgb(246 241 230 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-cyan-200{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity, 1))}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-200\/90{color:#a7f3d0e6}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-pink-200{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-200\/90{color:#fecacae6}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-renacore-accent{--tw-text-opacity: 1;color:rgb(151 209 221 / var(--tw-text-opacity, 1))}.text-renacore-secondary{--tw-text-opacity: 1;color:rgb(18 65 75 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-ui-bg{color:var(--ui-bg)}.text-ui-fg{color:var(--ui-fg)}.text-ui-muted{color:var(--ui-muted)}.text-ui-muted-2{color:var(--ui-muted-2)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.underline{text-decoration-line:underline}.decoration-ui-border-2{text-decoration-color:var(--ui-border-2)}.underline-offset-4{text-underline-offset:4px}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.opacity-\[0\.14\]{opacity:.14}.mix-blend-screen{mix-blend-mode:screen}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_15px_rgba\(151\,209\,221\,0\.3\)\]{--tw-shadow: 0 0 15px rgba(151,209,221,.3);--tw-shadow-colored: 0 0 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_18px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0 0 18px rgba(0,0,0,.08);--tw-shadow-colored: 0 0 18px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_18px_rgba\(255\,255\,255\,0\.12\)\]{--tw-shadow: 0 0 18px rgba(255,255,255,.12);--tw-shadow-colored: 0 0 18px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_20px_rgba\(251\,146\,60\,0\.35\)\]{--tw-shadow: 0 0 20px rgba(251,146,60,.35);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_20px_60px_rgba\(2\,13\,19\,0\.08\)\]{--tw-shadow: 0 20px 60px rgba(2,13,19,.08);--tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_40px_90px_-40px_rgba\(0\,0\,0\,0\.38\)\]{--tw-shadow: 0 40px 90px -40px rgba(0,0,0,.38);--tw-shadow-colored: 0 40px 90px -40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[\#97D1DD\]\/10{--tw-shadow-color: rgb(151 209 221 / .1);--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[120px\]{--tw-blur: blur(120px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[80px\]{--tw-blur: blur(80px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}:root{--color-core-bg: #EEFDFF;--color-core-bg-secondary: #0F172A;--color-core-purple: #A855F7;--color-core-purple-light: #C084FC;--color-core-blue: #3B82F6;--color-core-blue-light: #60A5FA;--color-core-green: #22C55E;--color-core-green-light: #4ADE80;--color-core-orange: #F97316;--color-core-orange-light: #FB923C;--ui-bg: #FAFFFF;--ui-fg: #020d13;--ui-muted: rgba(2, 13, 19, .7);--ui-muted-2: rgba(2, 13, 19, .5);--ui-surface: rgba(2, 13, 19, .03);--ui-surface-2: rgba(2, 13, 19, .06);--ui-border: rgba(2, 13, 19, .12);--ui-border-2: rgba(2, 13, 19, .2);--ui-overlay: rgba(2, 13, 19, .04);--ui-overlay-2: rgba(2, 13, 19, .08);--ui-accent: #D6EAED;--ui-accent-fg: #020d13;--site-deep: #020d13;--site-deep-soft: #081d22;--site-teal: #12414b;--site-accent: #97d1dd;--site-mist: #eef7f6;--site-paper: #f8fbfa;--site-ink: #092a30;--site-muted: #597276;--site-line: rgba(9, 42, 48, .16);--site-shell-max: 1380px;--site-shell-gutter: 24px;--site-section-space: 104px;--site-hero-title: 5.8rem;--site-hero-title-mobile: 3.6rem;--site-section-title: 3rem;--site-section-title-mobile: 2.15rem;--site-card-title: 1.55rem;--site-card-title-large: 1.9rem;--site-feature-title: 2.25rem;--site-button-min-height: 50px;--site-button-radius: 999px;--site-button-font-size: .82rem;--site-button-font-weight: 500;--motion-duration-fast: .12s;--motion-duration-ui: .18s;--motion-duration-modal: .25s;--motion-ease-out: cubic-bezier(.23, 1, .32, 1);--motion-ease-in-out: cubic-bezier(.77, 0, .175, 1);color-scheme:light}:root[data-theme=dark]{--ui-bg: #000000;--ui-fg: #f3f3f3;--ui-muted: rgba(214, 234, 237, .7);--ui-muted-2: rgba(214, 234, 237, .5);--ui-surface: rgba(255, 255, 255, .03);--ui-surface-2: rgba(255, 255, 255, .06);--ui-border: rgba(255, 255, 255, .12);--ui-border-2: rgba(255, 255, 255, .2);--ui-overlay: rgba(255, 255, 255, .05);--ui-overlay-2: rgba(255, 255, 255, .1);color-scheme:dark}@keyframes gradient-sweep{0%{background-position:200% center}to{background-position:-200% center}}.animated-gradient-text{background:linear-gradient(90deg,#fff,#fff 40%,#c084fc,#fff 60%,#fff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-sweep 4s linear infinite}.logo-dark-bg{display:none}:root[data-theme=dark] .logo-light-bg{display:none}:root[data-theme=dark] .logo-dark-bg{display:inline-block}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto!important}.animated-gradient-text{animation:none}}html{scroll-behavior:smooth}body{background-color:var(--ui-bg);color:var(--ui-fg);font-family:Host Grotesk,sans-serif;font-weight:300}body *::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1));color:var(--ui-accent-fg)}body *::selection{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1));color:var(--ui-accent-fg)}body::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1));color:var(--ui-accent-fg)}body::selection{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1));color:var(--ui-accent-fg)}.utility-button{width:100%;min-height:var(--site-button-min-height);display:inline-flex;align-items:center;justify-content:center;padding-inline:24px;color:var(--site-deep);border:1px solid var(--site-accent);border-radius:var(--site-button-radius);background:var(--site-accent);font-size:var(--site-button-font-size);font-weight:var(--site-button-font-weight);line-height:1;transition:color var(--motion-duration-ui) var(--motion-ease-out),background-color var(--motion-duration-ui) var(--motion-ease-out),border-color var(--motion-duration-ui) var(--motion-ease-out),transform var(--motion-duration-fast) var(--motion-ease-out)}.utility-button:focus-visible{outline:3px solid rgba(18,65,75,.45);outline-offset:4px}.utility-button:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.utility-button:hover{color:#fff;border-color:var(--site-teal);background:var(--site-teal)}}@media (prefers-reduced-motion: reduce){.utility-button{transition-duration:.01ms}.utility-button:active{transform:none}}html[dir=rtl] body{direction:rtl;font-family:Cairo,IBM Plex Sans Arabic,Noto Sans Arabic,Tahoma,Arial,sans-serif;font-optical-sizing:auto;font-variation-settings:"slnt" 0}html[dir=rtl] .font-sans,html[dir=rtl] .font-display{font-family:Cairo,IBM Plex Sans Arabic,Noto Sans Arabic,Tahoma,Arial,sans-serif;font-optical-sizing:auto;font-variation-settings:"slnt" 0}html[dir=rtl] .text-left{text-align:right}html[dir=rtl] .text-right{text-align:left}html[dir=rtl] input,html[dir=rtl] textarea{direction:rtl;text-align:right}html[dir=rtl] .lucide-arrow-right,html[dir=rtl] .lucide-arrow-up-right,html[dir=rtl] .lucide-chevron-right{transform:scaleX(-1)}@media (hover: hover) and (pointer: fine){html[dir=rtl] .group:hover .lucide-arrow-right,html[dir=rtl] .group:hover .lucide-arrow-up-right,html[dir=rtl] .group:hover .lucide-chevron-right,html[dir=rtl] .group:hover .group-hover\/link\:translate-x-1.lucide-arrow-right,html[dir=rtl] .group\/link:hover .group-hover\/link\:translate-x-1.lucide-arrow-right{transform:translate(-.25rem) scaleX(-1)}}html[dir=rtl] .lucide-arrow-right.-rotate-90{transform:rotate(-90deg)}html[dir=rtl] .origin-top{transform-origin:top}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--ui-bg)}::-webkit-scrollbar-thumb{background:var(--ui-muted-2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--ui-accent)}.legal-hero__link{transition:color var(--motion-duration-ui) var(--motion-ease-out)}.legal-hero__arrow{transition:transform var(--motion-duration-ui) var(--motion-ease-out)}html[dir=rtl] .legal-hero__arrow{transform:scaleX(-1)}@media (hover: hover) and (pointer: fine){.legal-hero__link:not([aria-current=page]):hover{color:var(--ui-fg)}.legal-hero__link:hover .legal-hero__arrow{transform:translate(.25rem)}html[dir=rtl] .legal-hero__link:hover .legal-hero__arrow{transform:translate(-.25rem) scaleX(-1)}}@media (prefers-reduced-motion: reduce){.legal-hero__link,.legal-hero__arrow{transition:none}.legal-hero__link:hover .legal-hero__arrow{transform:none}html[dir=rtl] .legal-hero__link:hover .legal-hero__arrow{transform:scaleX(-1)}}.selection\:bg-renacore-accent *::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1))}.selection\:bg-renacore-accent *::selection{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1))}.selection\:text-ui-accent-fg *::-moz-selection{color:var(--ui-accent-fg)}.selection\:text-ui-accent-fg *::selection{color:var(--ui-accent-fg)}.selection\:bg-renacore-accent::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1))}.selection\:bg-renacore-accent::selection{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1))}.selection\:text-ui-accent-fg::-moz-selection{color:var(--ui-accent-fg)}.selection\:text-ui-accent-fg::selection{color:var(--ui-accent-fg)}.hover\:border-renacore-accent\/30:hover{border-color:#97d1dd4d}.hover\:border-white\/25:hover{border-color:#ffffff40}.hover\:bg-\[\#12414B\]:hover{--tw-bg-opacity: 1;background-color:rgb(18 65 75 / var(--tw-bg-opacity, 1))}.hover\:bg-renacore-accent:hover{--tw-bg-opacity: 1;background-color:rgb(151 209 221 / var(--tw-bg-opacity, 1))}.hover\:bg-ui-surface:hover{background-color:var(--ui-surface)}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:text-ui-accent-fg:hover{color:var(--ui-accent-fg)}.hover\:text-ui-fg:hover{color:var(--ui-fg)}.hover\:decoration-renacore-secondary:hover{text-decoration-color:#12414b}.focus-visible\:text-ui-fg:focus-visible{color:var(--ui-fg)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-renacore-secondary:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(18 65 75 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-4:focus-visible{--tw-ring-offset-width: 4px}.focus-visible\:ring-offset-ui-bg:focus-visible{--tw-ring-offset-color: var(--ui-bg)}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-ui-fg{color:var(--ui-fg)}@media (min-width: 640px){.sm\:col-span-12{grid-column:span 12 / span 12}.sm\:col-span-5{grid-column:span 5 / span 5}.sm\:col-span-7{grid-column:span 7 / span 7}.sm\:mb-3{margin-bottom:.75rem}.sm\:mt-0{margin-top:0}.sm\:mt-1\.5{margin-top:.375rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:inline{display:inline}.sm\:h-1\.5{height:.375rem}.sm\:h-10{height:2.5rem}.sm\:h-14{height:3.5rem}.sm\:h-2{height:.5rem}.sm\:h-2\.5{height:.625rem}.sm\:h-24{height:6rem}.sm\:h-3{height:.75rem}.sm\:h-4{height:1rem}.sm\:h-9{height:2.25rem}.sm\:h-\[110px\]{height:110px}.sm\:h-\[120px\]{height:120px}.sm\:h-\[14px\]{height:14px}.sm\:h-\[18px\]{height:18px}.sm\:min-h-\[420px\]{min-height:420px}.sm\:min-h-\[460px\]{min-height:460px}.sm\:w-10{width:2.5rem}.sm\:w-2{width:.5rem}.sm\:w-2\.5{width:.625rem}.sm\:w-3{width:.75rem}.sm\:w-4{width:1rem}.sm\:w-9{width:2.25rem}.sm\:w-\[110px\]{width:110px}.sm\:w-\[120px\]{width:120px}.sm\:w-\[14px\]{width:14px}.sm\:w-\[18px\]{width:18px}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3{gap:.75rem}.sm\:space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-\[10px\]{font-size:10px}.sm\:text-\[9px\]{font-size:9px}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 768px){.md\:h-16{height:4rem}.md\:min-h-\[74svh\]{min-height:74svh}.md\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.md\:items-center{align-items:center}.md\:gap-12{gap:3rem}.md\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.md\:border-s-0{border-inline-start-width:0px}.md\:p-20{padding:5rem}.md\:p-8{padding:2rem}.md\:ps-0{padding-inline-start:0px}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-\[3\.5rem\]{font-size:3.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:h-10{height:2.5rem}.lg\:h-12{height:3rem}.lg\:h-16{height:4rem}.lg\:h-28{height:7rem}.lg\:h-3{height:.75rem}.lg\:h-3\.5{height:.875rem}.lg\:h-4{height:1rem}.lg\:h-5{height:1.25rem}.lg\:h-\[130px\]{height:130px}.lg\:h-\[140px\]{height:140px}.lg\:w-10{width:2.5rem}.lg\:w-12{width:3rem}.lg\:w-3{width:.75rem}.lg\:w-3\.5{width:.875rem}.lg\:w-4{width:1rem}.lg\:w-5{width:1.25rem}.lg\:w-\[130px\]{width:130px}.lg\:w-\[140px\]{width:140px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[minmax\(0\,0\.55fr\)_minmax\(0\,1\.45fr\)\]{grid-template-columns:minmax(0,.55fr) minmax(0,1.45fr)}.lg\:grid-cols-\[minmax\(0\,0\.75fr\)_minmax\(0\,1\.25fr\)\]{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.lg\:items-start{align-items:flex-start}.lg\:gap-12{gap:3rem}.lg\:gap-16{gap:4rem}.lg\:gap-3{gap:.75rem}.lg\:gap-4{gap:1rem}.lg\:p-5{padding:1.25rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-\[10px\]{font-size:10px}.lg\:text-\[5\.25rem\]{font-size:5.25rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}}
