@import "https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--color-primary:#faad22;--color-primary-dark:#d97706;--color-primary-light:#3c24ca1f;--color-accent-purple:#786cff;--color-accent-pink:#ff56c0;--color-accent-blue:#75bbb9;--color-hero-bg:#0f172a;--image-hero-bg:url(/images/hero_wave_bg.png) center/cover no-repeat #0f172a;--image-subpage-hero-bg:url(/images/subpage-hero-bg.jpg) center/cover no-repeat #0f172a;--color-dark:#0a0a0a;--color-dark-2:#111;--color-dark-3:#1a1a1a;--color-gray-900:#111827;--color-gray-800:#1f2937;--color-gray-700:#374151;--color-gray-600:#4b5563;--color-gray-500:#6b7280;--color-gray-400:#9ca3af;--color-gray-300:#d1d5db;--color-gray-200:#e5e7eb;--color-gray-100:#f3f4f6;--color-gray-50:#f9fafb;--color-white:#fff;--color-text:#111827;--color-text-muted:#6b7280;--color-text-light:#9ca3af;--font-sans:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Baloo Thambi 2", cursive;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--shadow-2xl:0 25px 50px -12px #00000040;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--header-height:64px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease;--max-width:1280px;--content-padding:clamp(1rem, 4vw, 2rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}.text-display{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05}.text-h1{font-family:var(--font-display);letter-spacing:-.025em;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.text-h2{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.text-h3{font-family:var(--font-display);letter-spacing:-.015em;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;line-height:1.25}.text-h4{font-family:var(--font-display);font-size:clamp(1rem,2vw,1.25rem);font-weight:600;line-height:1.35}.text-body-lg{font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7}.text-body{font-size:1rem;line-height:1.65}.text-sm{font-size:.875rem;line-height:1.5}.text-xs{font-size:.75rem;line-height:1.4}.text-eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:700}.container{width:100%;max-width:var(--max-width);padding-left:var(--content-padding);padding-right:var(--content-padding);margin-left:auto;margin-right:auto}.section{padding:clamp(4rem,8vw,7rem) 0}.section-sm{padding:clamp(2rem,4vw,3.5rem) 0}.btn{border-radius:var(--radius-full);transition:all var(--transition-fast);white-space:nowrap;cursor:pointer;font-weight:600;font-family:var(--font-sans);border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;transition:opacity var(--transition-fast);background:#ffffff14;position:absolute;inset:0}.btn:hover:after{opacity:1}.btn-sm{padding:.45rem 1rem;font-size:.875rem}.btn-md{padding:.65rem 1.35rem;font-size:.9375rem}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn-xl{letter-spacing:.01em;padding:1rem 2rem;font-size:1.0625rem}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 20px #3c24ca66}.btn-outline{color:#fff;background:0 0;border-color:#fff6}.btn-outline:hover{background:#ffffff14;border-color:#fff}.btn-outline-dark{color:var(--color-dark);border-color:var(--color-gray-300);background:0 0}.btn-outline-dark:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn-ghost{color:var(--color-gray-600);background:0 0;border-color:#0000}.btn-ghost:hover{color:var(--color-primary)}.btn-dark{background:var(--color-dark);color:#fff;border-color:var(--color-dark)}.btn-dark:hover{background:var(--color-gray-800);transform:translateY(-1px)}.badge{border-radius:var(--radius-full);letter-spacing:.04em;align-items:center;gap:.375rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-primary{color:var(--color-accent-blue);background:#38bdf81f}.badge-purple{color:var(--color-accent-purple);background:#7e22ce1f}.badge-pink{color:var(--color-accent-pink);background:#f472b61f}.badge-white{color:#fff;background:#ffffff26;border:1px solid #fff3}.card{border-radius:var(--radius-xl);border:1px solid var(--color-gray-200);transition:all var(--transition-normal);background:#fff;padding:2rem}.card:hover{box-shadow:var(--shadow-xl);border-color:var(--color-primary-light);transform:translateY(-2px)}.site-banner{background:var(--color-hero-bg);color:#fff;text-align:center;padding:.6rem var(--content-padding);z-index:50;font-size:.875rem;font-weight:500;position:relative}.site-banner a{color:var(--color-primary);margin-left:.35rem;font-weight:600}.site-banner a:hover{text-decoration:underline}.gradient-text{background:linear-gradient(45deg, var(--color-accent-blue) 0%, var(--color-accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-hero{background:linear-gradient(45deg, #fff 0%, var(--color-accent-blue) 60%, var(--color-accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section-header .text-h2{margin-bottom:1rem}.section-header .text-body-lg{color:var(--color-text-muted)}.divider{background:var(--color-gray-200);height:1px}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}[role=button]{cursor:pointer}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-center{text-align:center}.text-white{color:#fff}.text-muted{color:var(--color-text-muted)}.font-bold{font-weight:700}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.w-full{width:100%}.relative{position:relative}.overflow-hidden{overflow:hidden}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (width<=1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-3,.grid-2{grid-template-columns:1fr;gap:1.5rem}.grid-4{grid-template-columns:1fr}}.mega-menu{z-index:100;border-radius:var(--radius-xl);background:#fff;width:780px;animation:.18s menuFadeIn;position:absolute;top:calc(100% + 12px);left:-24px;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 0 0 1px #0000000f}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mega-menu__inner{min-height:380px;display:flex}.mega-menu__links-area{background:#fff;flex:6;gap:2rem;padding:2rem;display:flex}.mega-menu__group{flex:1}.mega-menu__group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-gray-400);margin-bottom:1rem;margin-left:.75rem;font-size:.75rem;font-weight:700}.mega-menu__list{flex-direction:column;gap:.25rem;margin:0;padding:0;display:flex}.mega-menu__list--cols-2{grid-template-columns:1fr 1fr;align-items:start;gap:.25rem 1rem;display:grid}.mega-menu__list-item{list-style:none}.mega-menu__item{border-radius:var(--radius-md);transition:background var(--transition-fast);cursor:pointer;align-items:flex-start;gap:.85rem;padding:.75rem .85rem;text-decoration:none;display:flex}.mega-menu__item.active,.mega-menu__item:hover{background:var(--color-gray-50)}.mega-menu__item.active .mega-menu__item-label,.mega-menu__item:hover .mega-menu__item-label{color:var(--color-primary)}.mega-menu__item-icon{width:20px;height:20px;color:var(--color-primary);opacity:.8;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.mega-menu__item-text{flex-direction:column;gap:.2rem;display:flex}.mega-menu__item-label{color:var(--color-dark);transition:color var(--transition-fast);font-size:.9rem;font-weight:600;line-height:1.2}.mega-menu__item-desc{color:var(--color-gray-500);font-size:.8rem;line-height:1.4}.mega-menu__showcase{background:var(--color-gray-50);border-left:1px solid var(--color-gray-100);flex-direction:column;flex:4;justify-content:center;padding:2rem;display:flex}.mega-menu__showcase-content{flex-direction:column;gap:1.25rem;height:100%;animation:.2s ease-in-out fade;display:flex}@keyframes fade{0%{opacity:0}to{opacity:1}}.mega-menu__showcase-image-wrapper{aspect-ratio:16/9;border-radius:var(--radius-lg);width:100%;margin-bottom:.5rem;overflow:hidden;box-shadow:0 4px 12px #00000014}.mega-menu__showcase-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.mega-menu__showcase-image-wrapper:hover .mega-menu__showcase-image{transform:scale(1.05)}.mega-menu__showcase-icon-large{border-radius:var(--radius-lg);width:56px;height:56px;color:var(--color-primary);background:#fff;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex;box-shadow:0 4px 12px #0000000d}.mega-menu__showcase-text-content{flex-direction:column;gap:.5rem;display:flex}.mega-menu__showcase-title{color:var(--color-dark);margin:0;font-size:1.15rem;font-weight:700}.mega-menu__showcase-desc{color:var(--color-gray-600);margin:0;font-size:.9rem;line-height:1.5}.mega-menu__showcase-cta{color:var(--color-primary);align-items:center;gap:.5rem;margin-top:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.mobile-backdrop{z-index:45;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;transition:opacity .25s;position:fixed;inset:0}.mobile-backdrop.active{opacity:1;pointer-events:auto}.mobile-menu{z-index:50;background:#fff;flex-direction:column;width:min(360px,92vw);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden auto;transform:translate(100%);box-shadow:-8px 0 40px #00000026}.mobile-menu.open{transform:translate(0)}.mobile-menu__header{border-bottom:1px solid var(--color-gray-200);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.125rem 1.25rem;display:flex}.mobile-menu__brand{color:var(--color-dark);letter-spacing:-.03em;font-size:1.1rem;font-weight:800}.mobile-menu__close{border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-gray-600);transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;display:flex}.mobile-menu__close:hover{background:var(--color-gray-100);color:var(--color-dark)}.mobile-menu__nav{flex:1;padding:.75rem 0;overflow-y:auto}.mobile-menu__item{border-bottom:1px solid var(--color-gray-100)}.mobile-menu__link,.mobile-menu__trigger{width:100%;color:var(--color-dark);text-align:left;cursor:pointer;font-size:.9375rem;font-weight:600;font-family:var(--font-sans);transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:flex}.mobile-menu__link:hover,.mobile-menu__trigger:hover{background:var(--color-gray-50);color:var(--color-primary)}.mobile-menu__chevron{color:var(--color-gray-400);flex-shrink:0;transition:transform .2s}.mobile-menu__chevron.rotated{transform:rotate(180deg)}.mobile-menu__sub{background:var(--color-gray-50);padding:.5rem 0 .75rem}.mobile-menu__group{margin-bottom:.5rem;padding:0 1.25rem}.mobile-menu__group-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-gray-400);padding:.5rem 0 .25rem;font-size:.7rem;font-weight:700}.mobile-menu__sub-link{color:var(--color-gray-700);transition:color var(--transition-fast);border-bottom:none;padding:.55rem 0;font-size:.875rem;font-weight:500;display:block}.mobile-menu__sub-link:hover{color:var(--color-primary)}.mobile-menu__actions{border-top:1px solid var(--color-gray-200);flex-direction:column;flex-shrink:0;gap:.75rem;padding:1.25rem;display:flex}.mobile-menu__login{text-align:center;color:var(--color-gray-700);border:1px solid var(--color-gray-300);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:.7rem;font-size:.9375rem;font-weight:600;display:block}.mobile-menu__login:hover{border-color:var(--color-primary);color:var(--color-primary)}.header{z-index:40;-webkit-backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #0000;width:100%;transition:border-color .2s,box-shadow .2s,background .2s;position:sticky;top:0}.header--scrolled{border-bottom-color:var(--color-gray-200);box-shadow:0 1px 16px #0000000f}.header__inner{height:var(--header-height);align-items:center;gap:0;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.header__logo-mark{background:var(--color-primary);color:#fff;letter-spacing:-.02em;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:800;display:flex}.header__logo-text{color:var(--color-dark);letter-spacing:-.03em;font-size:1.125rem;font-weight:800}.header__nav{align-items:center;gap:.25rem;margin-left:1.5rem;display:flex}.header__nav-item{position:relative}.header__nav-link{color:var(--color-gray-700);border-radius:var(--radius-sm);transition:color var(--transition-fast), background var(--transition-fast);white-space:nowrap;cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:.3rem;padding:.45rem .75rem;display:inline-flex}.header__nav-link:hover,.header__nav-link.active{color:var(--color-dark);background:var(--color-gray-100)}.header__chevron{transition:transform var(--transition-fast);opacity:.6}.header__chevron.rotated{transform:rotate(180deg)}.header__actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.header__login{color:var(--color-gray-700);border-radius:var(--radius-sm);transition:color var(--transition-fast), background var(--transition-fast);padding:.45rem .75rem;font-size:.9rem;font-weight:500}.header__login:hover{color:var(--color-dark);background:var(--color-gray-100)}.header__hamburger{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-gray-700);transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;display:none}.header__hamburger:hover{background:var(--color-gray-100);color:var(--color-dark)}@media (width<=1023px){.header__nav,.header__login{display:none}.header__hamburger{display:flex}}.footer{background:var(--color-gray-900);color:var(--color-gray-400);padding-top:4rem}.footer__top{border-bottom:1px solid #ffffff14;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer__brand{flex-direction:column;gap:1rem;display:flex}.footer__logo{align-items:center;gap:.5rem;display:flex}.footer__logo-mark{background:var(--color-primary);color:#fff;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;font-weight:800;display:flex}.footer__logo-text{color:#fff;letter-spacing:-.03em;font-size:1.1rem;font-weight:800}.footer__tagline{color:var(--color-gray-500);max-width:240px;font-size:.875rem;line-height:1.6}.footer__socials{gap:.5rem;display:flex}.footer__social{border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-gray-400);transition:background var(--transition-fast), color var(--transition-fast);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.footer__social:hover{background:var(--color-primary);color:#fff}.footer__col-heading{letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:1rem;font-size:.8rem;font-weight:700}.footer__col-links{flex-direction:column;gap:.5rem;display:flex}.footer__link{color:var(--color-gray-500);transition:color var(--transition-fast);font-size:.875rem}.footer__link:hover{color:var(--color-primary)}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer__copyright{color:var(--color-gray-600);font-size:.8125rem}.footer__legal-links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.footer__legal-link{color:var(--color-gray-600);transition:color var(--transition-fast);font-size:.8125rem}.footer__legal-link:hover{color:var(--color-gray-400)}@media (width<=1024px){.footer__top{grid-template-columns:1fr 1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=640px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}.footer__bottom{flex-direction:column;align-items:flex-start}.footer__legal-links{gap:1rem}}.hero{background:var(--image-hero-bg);align-items:center;min-height:90vh;padding:clamp(5rem,10vw,9rem) 0 clamp(4rem,8vw,7rem);display:flex;position:relative;overflow:hidden}.hero__orb{filter:blur(80px);pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite alternate orbFloat;position:absolute}.hero__orb--1{background:radial-gradient(circle,#11ab8540 0%,#0000 70%);width:600px;height:600px;top:-200px;left:-150px}.hero__orb--2{background:radial-gradient(circle,#6a00ff33 0%,#0000 70%);width:500px;height:500px;animation-delay:-4s;bottom:-200px;right:-100px}.hero__orb--3{background:radial-gradient(circle,#ff008a1f 0%,#0000 70%);width:300px;height:300px;animation-delay:-2s;top:30%;right:20%}@keyframes orbFloat{0%{transform:translate(0)}to{transform:translate(20px,30px)}}.hero__container{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.hero__badge{border-radius:var(--radius-full);color:var(--color-primary);letter-spacing:.06em;text-transform:uppercase;background:#11ab851f;border:1px solid #11ab8540;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--color-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero__heading{letter-spacing:-.04em;color:#fff;max-width:800px;margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,5rem);font-weight:900;line-height:1.02}.hero__sub{color:#ffffffa6;max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.7}.hero__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-bottom:4rem;display:flex}.hero__video-cta{color:#fffc;transition:color var(--transition-fast);align-items:center;gap:.6rem;font-size:.925rem;font-weight:600;display:inline-flex}.hero__video-cta:hover{color:#fff}.hero__play-btn{color:#fff;width:36px;height:36px;transition:border-color var(--transition-fast), background var(--transition-fast);border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;display:flex}.hero__video-cta:hover .hero__play-btn{background:#ffffff1a;border-color:#fff}.hero__visual{width:100%;max-width:1000px;margin-top:1rem}.hero__visual-image-wrapper{border-radius:var(--radius-2xl);aspect-ratio:16/9;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000080,0 0 0 1px #ffffff1a}.hero__visual-image{object-fit:cover;width:100%;height:100%;display:block}.hero__visual-overlay{background:linear-gradient(to top, var(--color-hero-bg) 0%, transparent 40%);pointer-events:none;position:absolute;inset:0}@media (width<=640px){.hero{min-height:100svh;padding-top:4rem}.hero__metrics{flex-direction:column}}.logos{background:var(--color-gray-50);border-top:1px solid var(--color-gray-200);border-bottom:1px solid var(--color-gray-200)}.logos__heading{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--color-gray-400);margin-bottom:2rem;font-size:.8rem;font-weight:600}.logos__track-wrap{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.logos__track{gap:2rem;width:max-content;animation:30s linear infinite logoScroll;display:flex}.logos__track:hover{animation-play-state:paused}@keyframes logoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logos__item{border-radius:var(--radius-md);border:1px solid var(--color-gray-200);white-space:nowrap;background:#fff;justify-content:center;align-items:center;min-width:120px;padding:.6rem 1.75rem;display:flex}.logos__item span,.logos__icon{color:var(--color-gray-400);letter-spacing:.04em;font-size:.925rem;font-weight:700}.products__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-card{border-radius:var(--radius-xl);border:1px solid var(--color-gray-200);cursor:pointer;color:inherit;background:#fff;flex-direction:column;padding:2rem;text-decoration:none;transition:all .28s;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";background:var(--card-color);height:3px;transition:height .25s;position:absolute;top:0;left:0;right:0}.product-card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.product-card:hover:before{height:4px}.product-card__icon-wrap{border-radius:var(--radius-md);background:color-mix(in srgb, var(--card-color) 12%, transparent);width:48px;height:48px;color:var(--card-color);justify-content:center;align-items:center;margin-bottom:1.25rem;transition:background .25s;display:flex}.product-card:hover .product-card__icon-wrap{background:color-mix(in srgb, var(--card-color) 18%, transparent)}.product-card__label{letter-spacing:.1em;text-transform:uppercase;color:var(--card-color);margin-bottom:.4rem;font-size:.7rem;font-weight:700}.product-card__title{letter-spacing:-.02em;color:var(--color-dark);margin-bottom:.75rem;font-size:1.4rem;font-weight:800}.product-card__desc{color:var(--color-text-muted);flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.product-card__cta{color:var(--card-color);align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;transition:gap .2s;display:inline-flex}.product-card:hover .product-card__cta{gap:.65rem}.product-card__subsections{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.product-card__sub-title{color:var(--color-dark);margin-bottom:.25rem;font-size:.85rem;display:block}.product-card__sub-list{color:var(--color-text-muted);margin:0;padding:0;font-size:.8rem;list-style:none}.product-card__sub-list li{margin-bottom:.2rem;padding-left:1rem;position:relative}.product-card__sub-list li:before{content:"•";color:var(--card-color);position:absolute;left:0}@media (width<=900px){.products__grid{grid-template-columns:1fr;gap:1.25rem}}.features{background:var(--color-gray-50)}.feature-row{border-bottom:1px solid var(--color-gray-200);grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding:5rem 0;display:grid}.feature-row:last-child{border-bottom:none}.feature-row--reversed .feature-row__text{order:2}.feature-row--reversed .feature-row__visual{order:1}.feature-row__text{flex-direction:column;gap:1.25rem;display:flex}.feature-row__heading{letter-spacing:-.025em!important;line-height:1.1!important}.feature-row__cta{align-items:center;gap:.45rem;width:fit-content;font-size:.9375rem;font-weight:700;transition:gap .2s;display:inline-flex}.feature-row__cta:hover{gap:.7rem}.feature-row__stats{flex-wrap:wrap;gap:1.5rem;padding:.5rem 0;display:flex}.feature-stat{flex-direction:column;gap:.15rem;display:flex}.feature-stat__value{color:var(--stat-color,var(--color-primary));letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.feature-stat__label{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.feature-image-wrapper{border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);aspect-ratio:4/3;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.feature-image-wrapper:hover{box-shadow:var(--shadow-2xl);transform:translateY(-8px)}.feature-image{object-fit:cover;width:100%;height:100%;display:block}.feature-image-accent{width:100%;height:6px;position:absolute;top:0;left:0}.feature-image-glow{opacity:.06;background:radial-gradient(circle at center, var(--glow-color,#faad22) 0%, transparent 70%);pointer-events:none;z-index:-1;position:absolute;inset:-20%}@media (width<=900px){.feature-row{grid-template-columns:1fr;gap:2.5rem;padding:3rem 0}.feature-row--reversed .feature-row__text{order:1}.feature-row--reversed .feature-row__visual{order:2}.feature-row__stats{gap:1rem}}.methodology{background-color:var(--bg-secondary,#fafafa);border-top:1px solid var(--color-gray-200);padding:4rem 0}.methodology__pipeline{justify-content:space-between;align-items:flex-start;margin-top:3rem;display:flex;position:relative}.methodology__step{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0 1rem;display:flex;position:relative}.methodology__step-number{color:#fff;z-index:2;background-color:#ff56c0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 12px #ff56c04d}.methodology__step-content{flex-direction:column;align-items:center;display:flex}.methodology__step-title{color:var(--color-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.methodology__step-desc{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.methodology__step-connector{background:linear-gradient(90deg, #ff56c0 0%, var(--color-gray-200) 100%);z-index:1;width:100%;height:2px;position:absolute;top:25px;left:50%}.methodology__step:last-child .methodology__step-connector{display:none}@media (width<=900px){.methodology__pipeline{flex-direction:column;align-items:flex-start;gap:2rem}.methodology__step{text-align:left;flex-direction:row;align-items:flex-start;padding:0}.methodology__step-number{flex-shrink:0;margin-bottom:0;margin-right:1.5rem}.methodology__step-connector{background:linear-gradient(180deg, #ff56c0 0%, var(--color-gray-200) 100%);width:2px;height:calc(100% + 2rem);top:50px;left:24px}}.solutions{background:#fff}.solutions__tabs{background:var(--color-gray-100);border-radius:var(--radius-full);flex-wrap:wrap;justify-content:center;gap:.25rem;width:fit-content;margin:0 auto 2.5rem;padding:.3rem;display:flex}.solutions__tab{border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--font-sans);white-space:nowrap;background:0 0;border:none;padding:.5rem 1.25rem;transition:all .2s}.solutions__tab:hover{color:var(--color-dark)}.solutions__tab.active{color:var(--tab-color);background:#fff;box-shadow:0 1px 4px #0000001f}.solutions__panel{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;animation:.3s fadeSlide;display:grid}@keyframes fadeSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.solutions__panel-text{flex-direction:column;gap:1.25rem;display:flex}.solutions__cta{align-items:center;gap:.45rem;width:fit-content;font-size:.9375rem;font-weight:700;transition:gap .2s;display:inline-flex}.solutions__cta:hover{gap:.7rem}.solutions__panel-visual{justify-content:center;display:flex}.solutions__visual-card{background:var(--color-gray-50);border:1px solid var(--color-gray-200);border-radius:var(--radius-2xl);flex-direction:column;gap:1.25rem;width:100%;max-width:380px;padding:2rem;display:flex}.solutions__visual-label{letter-spacing:.1em;text-transform:uppercase;color:var(--panel-color);font-size:.75rem;font-weight:700}.solutions__visual-bars{align-items:flex-end;gap:.5rem;height:120px;display:flex}.solutions__bar-wrap{background:#0000000a;border-radius:4px;flex:1;align-items:flex-end;height:100%;display:flex;overflow:hidden}.solutions__bar{background:var(--panel-color);transform-origin:bottom;border-radius:4px 4px 0 0;width:100%;animation:.6s forwards barUp}@keyframes barUp{0%{height:0!important}}.solutions__visual-stat{flex-direction:column;gap:.2rem;display:flex}.solutions__stat-val{letter-spacing:-.03em;color:var(--panel-color);font-size:2rem;font-weight:800}.solutions__stat-label{color:var(--color-text-muted);font-size:.8rem}@media (width<=768px){.solutions__panel{grid-template-columns:1fr;gap:2.5rem}.solutions__panel-visual{display:none}}.testimonials{background:var(--color-gray-50)}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonials__carousel{display:none}.testimonial-card{border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);background:#fff;flex-direction:column;gap:1.25rem;padding:2rem;transition:all .25s;display:flex;position:relative;overflow:hidden}.testimonial-card:after{content:"";background:var(--t-color);height:2px;position:absolute;top:0;left:0;right:0}.testimonial-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.testimonial-card__quote-icon{color:var(--t-color);opacity:.7}.testimonial-card__quote{color:var(--color-gray-700);flex:1;font-size:.9375rem;font-style:italic;line-height:1.7}.testimonial-card__author{align-items:center;gap:.75rem;display:flex}.testimonial-card__avatar{background:var(--t-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.testimonial-card__name{color:var(--color-dark);font-size:.9rem;font-weight:700}.testimonial-card__meta{color:var(--color-text-muted);font-size:.8rem}.testimonials__carousel-nav{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.testimonials__nav-btn{border:1px solid var(--color-gray-300);width:36px;height:36px;color:var(--color-gray-600);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.testimonials__nav-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.testimonials__dots{gap:.4rem;display:flex}.testimonials__dot{background:var(--color-gray-300);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;transition:all .2s}.testimonials__dot.active{background:var(--color-primary);transform:scale(1.3)}@media (width<=768px){.testimonials__grid{display:none}.testimonials__carousel{display:block}}.cta-section{background:var(--color-hero-bg);padding:clamp(4rem,8vw,7rem) 0}.cta-section__inner{border-radius:var(--radius-2xl);text-align:center;background:linear-gradient(135deg,#002a22 0%,#001510 60%,#0a001a 100%);border:1px solid #11ab8533;padding:clamp(3rem,6vw,5rem) clamp(2rem,4vw,4rem);position:relative;overflow:hidden}.cta-section__orb{filter:blur(60px);pointer-events:none;border-radius:50%;position:absolute}.cta-section__orb--1{background:radial-gradient(circle,#11ab8533 0%,#0000 70%);width:400px;height:400px;top:-150px;left:-100px}.cta-section__orb--2{background:radial-gradient(circle,#6a00ff2e 0%,#0000 70%);width:350px;height:350px;bottom:-100px;right:-80px}.cta-section__content{z-index:1;flex-direction:column;align-items:center;gap:1.25rem;display:flex;position:relative}.cta-section__heading{letter-spacing:-.03em;color:#fff;max-width:600px;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.1}.cta-section__sub{color:#ffffffa6;max-width:520px;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.7}.cta-section__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}@media (width<=480px){.cta-section__actions{flex-direction:column;width:100%}.cta-section__actions .btn{justify-content:center;width:100%}}.pricing-page{background:var(--color-white)}.pricing-hero{background:var(--color-hero-bg);text-align:center;padding:6rem 0 4rem}.pricing-hero__inner{color:#fff;flex-direction:column;align-items:center;gap:1rem;display:flex}.pricing-hero__inner .section-eyebrow{color:var(--color-primary)}.pricing-hero__inner .text-muted{color:#fff9}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;display:grid}.pricing-card{border:1px solid var(--color-gray-200);border-radius:var(--radius-2xl);background:#fff;flex-direction:column;gap:1.5rem;padding:2rem;transition:box-shadow .25s;display:flex;position:relative}.pricing-card:hover{box-shadow:var(--shadow-xl)}.pricing-card--highlighted{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary), var(--shadow-xl)}.pricing-card__badge{background:var(--color-primary);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);white-space:nowrap;padding:.25rem .85rem;font-size:.7rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-card__top{flex-direction:column;gap:.6rem;display:flex}.pricing-card__name{color:var(--color-dark);text-transform:uppercase;letter-spacing:.06em;font-size:1rem;font-weight:700}.pricing-card__price{align-items:baseline;gap:.3rem;display:flex}.pricing-card__amount{letter-spacing:-.04em;color:var(--color-dark);font-size:2.5rem;font-weight:900}.pricing-card__period{color:var(--color-text-muted);font-size:.9rem}.pricing-card__desc{color:var(--color-text-muted);font-size:.875rem;line-height:1.6}.pricing-card__cta{text-align:center;justify-content:center}.pricing-card__features{flex-direction:column;gap:.65rem;display:flex}.pricing-card__feature{color:var(--color-gray-700);align-items:flex-start;gap:.6rem;font-size:.875rem;display:flex}.pricing-card__check{background:var(--color-primary-light);width:18px;height:18px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.pricing-faq{background:var(--color-gray-50)}.pricing-faq__list{flex-direction:column;gap:0;max-width:700px;margin:0 auto;display:flex}.pricing-faq__item{border-bottom:1px solid var(--color-gray-200)}.pricing-faq__q{width:100%;color:var(--color-dark);text-align:left;cursor:pointer;font-size:.9375rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;transition:color .2s;display:flex}.pricing-faq__q:hover{color:var(--color-primary)}.pricing-faq__a{color:var(--color-text-muted);padding-bottom:1.25rem;font-size:.9rem;line-height:1.7}@media (width<=900px){.pricing-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}}.product-page{background:#fff}.product-hero{background:var(--image-subpage-hero-bg);padding:6rem 0 5rem;position:relative;overflow:hidden}.product-hero:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--p-color) 20%, transparent) 0%, transparent 70%);filter:blur(60px);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;left:-200px}.product-hero__inner{z-index:1;flex-direction:column;gap:1.25rem;display:flex;position:relative}.product-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.product-feature-card{background:var(--color-gray-50);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);padding:2rem;transition:all .25s;position:relative;overflow:hidden}.product-feature-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-3px)}.product-feature-card__accent{background:var(--p-color);height:3px;position:absolute;top:0;left:0;right:0}.product-feature-card__title{color:var(--color-dark);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.product-feature-card__desc{color:var(--color-text-muted);font-size:.9rem;line-height:1.65}@media (width<=768px){.product-features{grid-template-columns:1fr}}.products-index-page{background-color:var(--color-bg);min-height:100vh}.products-hero{background:var(--image-subpage-hero-bg);border-bottom:1px solid var(--color-border);padding:10rem 0 6rem;position:relative;overflow:hidden}.products-hero__inner{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.products-hero .section-eyebrow{color:var(--color-brand);margin-bottom:1rem}.products-hero .text-h1{max-width:800px;margin-bottom:1.5rem}.products-hero .text-body-lg{max-width:600px}.signup-page{background:#fff;min-height:100vh}.signup-hero{background:var(--image-subpage-hero-bg);padding:8rem 0 4rem;position:relative;overflow:hidden}.signup-hero__inner{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.signup-hero .section-eyebrow{color:var(--color-primary)}.signup-hero .text-h1{max-width:600px;margin-bottom:.25rem}.signup-hero .text-body-lg{max-width:520px}.signup-section{padding:4rem 0 6rem}.signup-form-wrapper{border:1px solid var(--color-gray-200);border-radius:var(--radius-2xl);max-width:640px;box-shadow:var(--shadow-xl);z-index:3;background:#fff;margin:-3rem auto 0;padding:3rem;position:relative}.signup-form{flex-direction:column;gap:1.5rem;display:flex}.signup-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.signup-form__group{flex-direction:column;gap:.4rem;display:flex}.signup-form__label{color:var(--color-dark);letter-spacing:.01em;font-size:.82rem;font-weight:600}.signup-form__label span{color:#ef4444;margin-left:2px}.signup-form__input,.signup-form__select,.signup-form__textarea{border:1.5px solid var(--color-gray-300);border-radius:var(--radius-lg);font-size:.9rem;font-family:var(--font-sans);color:var(--color-dark);background:var(--color-gray-50);outline:none;width:100%;padding:.75rem 1rem;transition:all .2s}.signup-form__input::placeholder,.signup-form__textarea::placeholder{color:var(--color-gray-400)}.signup-form__input:focus,.signup-form__select:focus,.signup-form__textarea:focus{border-color:var(--color-accent-purple);background:#fff;box-shadow:0 0 0 3px #786cff1a}.signup-form__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.signup-form__textarea{resize:vertical;min-height:100px}.signup-form__submit{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.9rem 2rem;transition:all .25s;display:inline-flex}.signup-form__submit:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 20px #faad2259}.signup-form__submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.signup-form__consent{color:var(--color-text-muted);text-align:center;font-size:.75rem;line-height:1.6}.signup-form__consent a{color:var(--color-accent-purple);text-underline-offset:2px;text-decoration:underline}.signup-trust{border-top:1px solid var(--color-gray-100);justify-content:center;gap:2rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.signup-trust__item{color:var(--color-text-muted);align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;display:flex}.signup-trust__item svg{color:var(--color-accent-purple)}.signup-success{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 0;display:flex}.signup-success__icon{width:72px;height:72px;color:var(--color-accent-purple);background:linear-gradient(135deg,#786cff26,#ff56c026);border:2px solid #786cff40;border-radius:50%;justify-content:center;align-items:center;animation:.5s cubic-bezier(.16,1,.3,1) signup-pop;display:flex}@keyframes signup-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.signup-success__heading{font-family:var(--font-display);color:var(--color-dark);font-size:1.5rem;font-weight:800}.signup-success__text{color:var(--color-text-muted);max-width:400px;font-size:.95rem;line-height:1.7}.signup-success__ref{border-radius:var(--radius-full);background:var(--color-gray-50);border:1px solid var(--color-gray-200);color:var(--color-accent-purple);padding:.4rem 1rem;font-family:monospace;font-size:.8rem;font-weight:600;display:inline-flex}.signup-success__cta{margin-top:.5rem}@media (width<=640px){.signup-form-wrapper{margin-left:1rem;margin-right:1rem;padding:2rem 1.5rem}.signup-form__row{grid-template-columns:1fr}.signup-trust{flex-direction:column;align-items:center;gap:.75rem}}.solutions-page{background:#fff}.solutions-hero{background:var(--image-subpage-hero-bg);padding:6rem 0 5rem}.solutions-hero__inner{flex-direction:column;gap:1.25rem;display:flex}.solutions-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.industry-card{border:1px solid var(--color-gray-200);border-radius:var(--radius-2xl);flex-direction:column;gap:1.5rem;padding:2.5rem;transition:all .25s;display:flex;position:relative;overflow:hidden}.industry-card:before{content:"";background:var(--i-color);height:4px;position:absolute;top:0;left:0;right:0}.industry-card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-4px)}.industry-card__top{flex-direction:column;gap:.75rem;display:flex}.industry-card__label{letter-spacing:.1em;text-transform:uppercase;color:var(--i-color);font-size:.7rem;font-weight:700}.industry-card__heading{letter-spacing:-.02em;color:var(--color-dark);font-size:1.4rem;font-weight:800}.industry-card__body{color:var(--color-text-muted);font-size:.9rem;line-height:1.65}.industry-card__stats{gap:2rem;display:flex}.industry-stat{flex-direction:column;gap:.2rem;display:flex}.industry-stat__val{letter-spacing:-.03em;color:var(--i-color);font-size:1.6rem;font-weight:800}.industry-stat__label{color:var(--color-text-muted);font-size:.75rem}.industry-card__cta{color:var(--i-color);align-items:center;gap:.45rem;font-size:.875rem;font-weight:700;transition:gap .2s;display:inline-flex}.industry-card__cta:hover{gap:.7rem}@media (width<=768px){.solutions-grid{grid-template-columns:1fr}}.resources-page{background:#fff}.resources-hero{background:var(--color-hero-bg);flex-direction:column;gap:1.25rem;padding:6rem 0 5rem;display:flex}.resources-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.resource-col{flex-direction:column;gap:1.25rem;display:flex}.resource-col__header{color:var(--color-primary);align-items:center;gap:.5rem;display:flex}.resource-col__title{color:var(--color-dark);font-size:1rem;font-weight:700}.resource-list{flex-direction:column;gap:.5rem;display:flex}.resource-item{border:1px solid var(--color-gray-200);border-radius:var(--radius-md);background:#fff;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;transition:all .2s;display:flex}.resource-item:hover{border-color:var(--color-primary);transform:translateY(-1px);box-shadow:0 4px 16px #11ab851a}.resource-item__title{color:var(--color-dark);font-size:.875rem;font-weight:600;line-height:1.5}.resource-item__date{color:var(--color-text-muted);margin-top:.25rem;font-size:.775rem}.resource-item__icon{color:var(--color-gray-400);flex-shrink:0;margin-top:3px}.resource-col__more{color:var(--color-primary);font-size:.85rem;font-weight:600;transition:color .2s}.resource-col__more:hover{color:var(--color-primary-dark)}@media (width<=900px){.resources-grid{grid-template-columns:1fr}}.not-found{background:var(--color-hero-bg);align-items:center;min-height:80vh;display:flex}.not-found__inner{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:4rem 0;display:flex}.not-found__code{letter-spacing:-.05em;background:linear-gradient(135deg,#faad22,#786cff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:8rem;font-weight:900;line-height:1}.not-found__heading{color:#fff;font-size:2rem;font-weight:800}.not-found__body{color:#fff9;max-width:360px;font-size:1rem}.fpt-page{background:#fff}.fpt-hero{background:var(--image-subpage-hero-bg);padding:5rem 0;position:relative;overflow:hidden}.fpt-hero__orb1,.fpt-hero__orb2{filter:blur(70px);pointer-events:none;border-radius:50%;position:absolute}.fpt-hero__orb1{background:radial-gradient(circle, color-mix(in srgb, var(--fpt-accent) 18%, transparent) 0%, transparent 70%);width:500px;height:500px;animation:6s ease-in-out infinite fpt-pulse;top:-150px;left:-100px}.fpt-hero__orb2{background:radial-gradient(circle, color-mix(in srgb, var(--fpt-accent) 12%, transparent) 0%, transparent 70%);width:350px;height:350px;animation:8s ease-in-out infinite reverse fpt-pulse;bottom:-100px;right:5%}@keyframes fpt-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.fpt-hero__inner{z-index:1;flex-direction:column;gap:1.4rem;max-width:700px;display:flex;position:relative}.fpt-hero__badge{border-radius:var(--radius-full);background:color-mix(in srgb, var(--fpt-accent) 18%, transparent);border:1px solid color-mix(in srgb, var(--fpt-accent) 30%, transparent);letter-spacing:.08em;text-transform:uppercase;color:var(--fpt-accent);align-items:center;gap:.45rem;width:fit-content;padding:.3rem .85rem;font-size:.72rem;font-weight:700;display:inline-flex}.fpt-hero__badge-dot{background:var(--fpt-accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite fpt-dot}@keyframes fpt-dot{0%,to{opacity:1}50%{opacity:.3}}.fpt-hero__heading{letter-spacing:-.04em;color:#fff;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:900;line-height:1.05}.fpt-hero__sub{color:#ffffffa6;max-width:580px;font-size:1.1rem;line-height:1.65}.fpt-hero__actions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.fpt-stats{border-bottom:1px solid var(--color-gray-100);background:#fff;padding:2rem 0}.fpt-stats__inner{justify-content:center;align-items:center;gap:0;display:flex}.fpt-stat-item{text-align:center;flex-direction:column;align-items:center;gap:.2rem;padding:0 3rem;display:flex}.fpt-stat-item:not(:last-child){border-right:1px solid var(--color-gray-200)}.fpt-stat__val{letter-spacing:-.04em;color:var(--fpt-accent);font-size:2rem;font-weight:900}.fpt-stat__label{color:var(--color-text-muted);text-align:center;font-size:.8rem}.fpt-features{padding:0}.fpt-feature{padding:5rem 0;position:relative}.fpt-feature:nth-child(2n){background:var(--color-gray-50)}.fpt-feature__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.fpt-feature:nth-child(2n) .fpt-feature__inner{direction:rtl}.fpt-feature:nth-child(2n) .fpt-feature__text,.fpt-feature:nth-child(2n) .fpt-feature__visual{direction:ltr}.fpt-feature__text{flex-direction:column;gap:1.25rem;display:flex}.fpt-feature__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--fpt-accent);font-size:.72rem;font-weight:700}.fpt-feature__heading{letter-spacing:-.03em;color:var(--color-dark);font-size:2rem;font-weight:800;line-height:1.15}.fpt-feature__body{color:var(--color-text-muted);font-size:1rem;line-height:1.7}.fpt-feature__mini-stats{gap:2rem;margin-top:.5rem;display:flex}.fpt-mini-stat__val{color:var(--fpt-accent);letter-spacing:-.03em;font-size:1.5rem;font-weight:800;display:block}.fpt-mini-stat__label{color:var(--color-text-muted);font-size:.75rem}.fpt-feature__visual{aspect-ratio:4/3;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.fpt-visual{width:100%;height:100%;position:relative;overflow:hidden}.fpt-visual__img-wrapper{border-radius:var(--radius-2xl);width:100%;height:100%;transition:transform .4s;position:relative;overflow:hidden}.fpt-visual__img-wrapper:hover{transform:scale(1.03)}.fpt-visual__img{object-fit:cover;width:100%;height:100%;display:block}.fpt-visual__overlay{pointer-events:none;background:linear-gradient(135deg,#001e1a59 0%,#0000001a 100%);position:absolute;inset:0}.fpt-visual__accent-bar{background:var(--visual-accent,var(--fpt-accent,#faad22));width:100%;height:4px;position:absolute;bottom:0;left:0}.fpt-testimonial{background:var(--color-hero-bg);padding:5rem 0;position:relative;overflow:hidden}.fpt-testimonial__inner{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:700px;margin:0 auto;display:flex;position:relative}.fpt-testimonial__quote-icon{color:var(--fpt-accent);opacity:.6;font-size:4rem;line-height:1}.fpt-testimonial__text{color:#fff;font-size:1.3rem;font-style:italic;font-weight:500;line-height:1.6}.fpt-testimonial__author{flex-direction:column;gap:.2rem;display:flex}.fpt-testimonial__name{color:#fff;font-size:.95rem;font-weight:700}.fpt-testimonial__role{color:#ffffff8c;font-size:.8rem}.fpt-testimonial__company{border-radius:var(--radius-full);background:color-mix(in srgb, var(--fpt-accent) 20%, transparent);color:var(--fpt-accent);padding:.25rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.fpt-related{border-top:1px solid var(--color-gray-100);background:#fff;padding:4rem 0}.fpt-related__heading{color:var(--color-dark);margin-bottom:1.5rem;font-size:1.4rem;font-weight:800}.fpt-related__grid{flex-wrap:wrap;gap:1rem;display:flex}.fpt-related-card{border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);flex-direction:column;flex:1;gap:.4rem;min-width:180px;padding:1.4rem 1.6rem;transition:all .2s;display:flex}.fpt-related-card:hover{border-color:var(--fpt-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.fpt-related-card__label{text-transform:uppercase;letter-spacing:.1em;color:var(--fpt-accent);font-size:.7rem;font-weight:700}.fpt-related-card__name{color:var(--color-dark);font-size:.95rem;font-weight:700}@media (width<=900px){.fpt-feature__inner{grid-template-columns:1fr;gap:2rem;direction:ltr!important}.fpt-stats__inner{flex-wrap:wrap;gap:1.5rem}.fpt-stat-item{padding:0 1.5rem;border-right:none!important}.fpt-hero__heading{font-size:2.2rem}}@media (width<=600px){.fpt-hero{padding:4rem 0 3rem}.fpt-feature{padding:3rem 0}.fpt-feature__heading{font-size:1.6rem}}.cp-hero{background:var(--color-hero-bg);padding:5rem 0 4rem;position:relative;overflow:hidden}.cp-hero__orb{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#11ab852e 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:7s ease-in-out infinite cp-pulse;position:absolute;top:-150px;right:-80px}@keyframes cp-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.cp-hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1rem;font-size:.72rem;font-weight:700}.cp-hero h1{letter-spacing:-.04em;color:#fff;max-width:700px;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;line-height:1.08}.cp-hero p{color:#fff9;max-width:580px;font-size:1.1rem;line-height:1.7}.cp-hero__actions{flex-wrap:wrap;gap:1rem;margin-top:1.75rem;display:flex}.cp-section{padding:5rem 0}.cp-section--alt{background:var(--color-gray-50)}.cp-section--dark{background:var(--color-hero-bg)}.cp-section__label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;font-size:.72rem;font-weight:700}.cp-section__heading{letter-spacing:-.03em;color:var(--color-dark);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.15}.cp-section--dark .cp-section__heading{color:#fff}.cp-section__sub{color:var(--color-text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.cp-section--dark .cp-section__sub{color:#ffffff8c}.cp-section__heading-center,.cp-section__sub-center{text-align:center;margin-left:auto;margin-right:auto}.cp-grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cp-grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.cp-grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.cp-card{border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);background:#fff;padding:2rem;transition:transform .2s,box-shadow .2s}.cp-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.cp-card--dark{background:#ffffff0d;border-color:#ffffff14}.cp-card__icon{border-radius:var(--radius-lg);background:#11ab851f;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.cp-card__title{color:var(--color-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.cp-card--dark .cp-card__title{color:#fff}.cp-card__body{color:var(--color-text-muted);font-size:.9rem;line-height:1.65}.cp-card--dark .cp-card__body{color:#ffffff80}.cp-stats{border-top:1px solid var(--color-gray-100);border-bottom:1px solid var(--color-gray-100);grid-template-columns:repeat(4,1fr);gap:0;display:grid}.cp-stat{text-align:center;border-right:1px solid var(--color-gray-100);padding:2.5rem 2rem}.cp-stat:last-child{border-right:none}.cp-stat__value{letter-spacing:-.05em;color:var(--color-primary);font-size:2.5rem;font-weight:900;display:block}.cp-stat__label{color:var(--color-text-muted);margin-top:.25rem;font-size:.85rem}.cp-badges{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.cp-badge{border-radius:var(--radius-full);border:1px solid var(--color-gray-200);color:var(--color-dark);background:#fff;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex}.cp-form{flex-direction:column;gap:1.25rem;display:flex}.cp-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.cp-form__field{flex-direction:column;gap:.4rem;display:flex}.cp-form__label{color:var(--color-dark);font-size:.82rem;font-weight:600}.cp-form__input,.cp-form__select,.cp-form__textarea{border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);color:var(--color-dark);background:#fff;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.cp-form__input:focus,.cp-form__select:focus,.cp-form__textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #11ab851f}.cp-form__textarea{resize:vertical;min-height:120px}.cp-form__submit{align-self:flex-start}.cp-press-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cp-press-card{border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);background:#fff;transition:transform .2s,box-shadow .2s;overflow:hidden}.cp-press-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.cp-press-card__image{background:var(--color-hero-bg);justify-content:center;align-items:center;height:180px;font-size:3rem;display:flex}.cp-press-card__body{padding:1.5rem}.cp-press-card__date{color:var(--color-primary);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.cp-press-card__title{color:var(--color-dark);font-size:1rem;font-weight:700;line-height:1.4}.cp-press-card__source{color:var(--color-text-muted);margin-top:.5rem;font-size:.8rem}.cp-compliance-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cp-compliance-card{border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);text-align:center;background:#fff;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.cp-compliance-card__icon{font-size:2.5rem}.cp-compliance-card__name{color:var(--color-dark);font-size:1rem;font-weight:800}.cp-compliance-card__desc{color:var(--color-text-muted);font-size:.82rem;line-height:1.5}.cp-partner-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cp-partner-card{border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);background:#fff;padding:2rem;transition:transform .2s,box-shadow .2s}.cp-partner-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.cp-partner-card__type{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.cp-partner-card__name{color:var(--color-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.cp-partner-card__desc{color:var(--color-text-muted);font-size:.88rem;line-height:1.6}.cp-cta{background:var(--color-hero-bg);text-align:center;padding:5rem 0}.cp-cta h2{letter-spacing:-.04em;color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900}.cp-cta p{color:#fff9;margin-bottom:2rem;font-size:1.05rem}.cp-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=1024px){.cp-grid-4,.cp-compliance-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.cp-grid-3,.cp-grid-2,.cp-press-grid,.cp-partner-grid{grid-template-columns:1fr}.cp-stats{grid-template-columns:repeat(2,1fr)}.cp-form__row{grid-template-columns:1fr}}@media (width<=480px){.cp-grid-4,.cp-stats,.cp-compliance-grid{grid-template-columns:1fr}.cp-section{padding:3rem 0}}.cookie-banner{z-index:9999;-webkit-backdrop-filter:blur(16px);padding:1.5rem var(--content-padding);opacity:0;background:#0f172af7;border-top:1px solid #ffffff14;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .4s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.cookie-banner--visible{opacity:1;transform:translateY(0)}.cookie-banner--hiding{opacity:0;transform:translateY(100%)}.cookie-banner__inner{max-width:var(--max-width);align-items:flex-start;gap:2rem;margin:0 auto;display:flex}.cookie-banner__icon{border-radius:var(--radius-lg);width:44px;height:44px;color:var(--color-accent-purple);background:linear-gradient(135deg,#786cff33,#ff56c033);border:1px solid #786cff4d;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cookie-banner__content{flex:1;min-width:0}.cookie-banner__title{font-family:var(--font-display);color:#fff;margin-bottom:.35rem;font-size:1rem;font-weight:700}.cookie-banner__text{color:#fff9;margin-bottom:0;font-size:.85rem;line-height:1.6}.cookie-banner__text a{color:var(--color-accent-purple);text-underline-offset:2px;text-decoration:underline}.cookie-banner__text a:hover{color:#fff}.cookie-banner__controls{flex-wrap:wrap;gap:1.25rem;margin-top:1rem;display:flex}.cookie-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:flex}.cookie-toggle--disabled{cursor:default;opacity:.6}.cookie-toggle__label{color:#fffc;letter-spacing:.02em;font-size:.78rem;font-weight:600}.cookie-toggle__switch{background:#ffffff26;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .25s,border-color .25s;position:relative}.cookie-toggle__switch:after{content:"";background:#ffffff80;border-radius:50%;width:14px;height:14px;transition:transform .25s,background .25s;position:absolute;top:2px;left:2px}.cookie-toggle__switch--active{background:var(--color-accent-purple);border-color:var(--color-accent-purple)}.cookie-toggle__switch--active:after{background:#fff;transform:translate(16px)}.cookie-banner__actions{flex-direction:column;flex-shrink:0;align-self:center;gap:.5rem;display:flex}.cookie-btn{border-radius:var(--radius-full);font-size:.82rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;text-align:center;border:1.5px solid #0000;padding:.6rem 1.25rem;transition:all .2s}.cookie-btn--accept{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.cookie-btn--accept:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 16px #faad224d}.cookie-btn--reject{color:#ffffffb3;background:0 0;border-color:#fff3}.cookie-btn--reject:hover{color:#fff;border-color:#ffffff80}.cookie-btn--save{color:var(--color-accent-purple);background:0 0;border-color:#786cff4d}.cookie-btn--save:hover{border-color:var(--color-accent-purple);background:#786cff14}@media (width<=900px){.cookie-banner__inner{flex-direction:column;gap:1.25rem}.cookie-banner__icon{display:none}.cookie-banner__actions{flex-direction:row;align-self:stretch;width:100%}.cookie-btn{flex:1}}@media (width<=480px){.cookie-banner__actions{flex-direction:column}.cookie-banner__controls{gap:.75rem}}
