@charset "UTF-8";.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px}@media(max-width:1440px){.btn{padding:12px 24px}}.btn{border-radius:100px;font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem}@media(max-width:1440px){.btn{font-size:1rem}}.btn{line-height:1.2;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;border:none;outline:none}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.btn:active{transform:translateY(0)}.btn--primary{background:linear-gradient(90deg,#1e3a8a,#22d3ee);color:#fff}.btn--secondary{background:#22d3ee1a;color:#1e3a8a;border:2px solid #1e3a8a}.btn--secondary:hover{background:#22d3ee33}.language-dropdown{position:relative;display:flex;align-items:center}.language-dropdown__toggle{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#4b5563;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s ease}.language-dropdown__toggle:hover{background:#1f29370d;color:#2563eb}.language-dropdown__label{text-transform:uppercase}.language-dropdown__chevron{transition:transform .2s ease}.language-dropdown__chevron.open{transform:rotate(180deg)}.language-dropdown__menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1px solid rgba(31,41,55,.08);border-radius:12px;box-shadow:0 10px 30px #00000014;list-style:none;padding:8px;min-width:160px;z-index:1000;display:flex;flex-direction:column;gap:4px;animation:langFadeIn .2s ease-out}.language-dropdown__item{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:10px 16px;background:transparent;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease}.language-dropdown__item:hover{background:#2563eb0d;color:#2563eb}.language-dropdown__item.active{background:#2563eb1a;color:#2563eb;font-weight:600}.language-dropdown__flag{font-size:1.1rem}@keyframes langFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.navbar{position:fixed;top:20px;left:0;width:100%;z-index:1000;display:flex;justify-content:center;padding:0 20px}@media(max-width:1440px){.navbar{top:12px}}.navbar__container{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 32px}@media(max-width:1440px){.navbar__container{padding:8px 24px}}.navbar__container{border-radius:100px;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(31,41,55,.05);display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;overflow:visible;position:relative}.navbar__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.navbar__logo .logo-icon{height:32px;width:auto;display:block}@media(max-width:1440px){.navbar__logo .logo-icon{height:28px}}.navbar__logo .logo-text{font-family:Poppins,sans-serif;font-size:1.65rem;font-weight:300;color:#1f2937;letter-spacing:.05em;white-space:nowrap}@media(max-width:1440px){.navbar__logo .logo-text{font-size:1.5rem}}.navbar__links{list-style:none;display:flex;align-items:center;gap:2rem}@media(max-width:1440px){.navbar__links{gap:1.5rem}}@media(max-width:1024px){.navbar__links{display:none}}.navbar__links li a{text-decoration:none;color:#4b5563;font-weight:700;font-size:1.075rem;transition:color .2s}@media(max-width:1440px){.navbar__links li a{font-size:1rem}}.navbar__links li a:hover{color:#2563eb}.navbar__links li a.active{color:#2563eb;position:relative}.navbar__links li a.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#2563eb}.navbar__actions{display:flex;align-items:center;gap:1rem}@media(max-width:1024px){.navbar__actions{display:none}}.navbar__actions .navbar__btn{padding:10px 24px;font-size:1rem}@media(max-width:1440px){.navbar__actions .navbar__btn{padding:8px 20px;font-size:.9rem}}.navbar__hamburger{display:none;background:none;border:none;cursor:pointer;color:#1f2937;padding:4px;border-radius:8px;align-items:center;justify-content:center;transition:background .15s ease}@media(max-width:1024px){.navbar__hamburger{display:flex}}.navbar__hamburger:hover{background:#1f29370f}.navbar__mobile-menu{position:absolute;top:calc(100% + 8px);left:20px;right:20px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 8px 32px #0000001f;border:1px solid rgba(31,41,55,.06);padding:1.25rem;z-index:999}.navbar__mobile-menu ul{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.25rem}.navbar__mobile-menu ul li a{display:block;padding:10px 12px;text-decoration:none;color:#4b5563;font-weight:600;font-size:1rem;border-radius:8px;transition:background .15s ease,color .15s ease}.navbar__mobile-menu ul li a:hover{background:#2563eb0f;color:#2563eb}.navbar__mobile-menu ul li a.active{color:#2563eb;background:#2563eb0f}.navbar__mobile-actions{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(31,41,55,.08)}.navbar__mobile-actions .navbar__btn{padding:10px 20px;font-size:.95rem}.nav-dropdown{position:relative}.nav-dropdown__trigger{display:flex;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:0;color:#4b5563;font-weight:700;font-size:1.075rem;font-family:inherit;transition:color .2s}@media(max-width:1440px){.nav-dropdown__trigger{font-size:1rem}}.nav-dropdown__trigger:hover{color:#2563eb}.nav-dropdown__chevron{transition:transform .22s ease;flex-shrink:0}.nav-dropdown--open .nav-dropdown__chevron,.nav-dropdown:hover .nav-dropdown__chevron{transform:rotate(180deg)}.nav-dropdown--active .nav-dropdown__trigger{color:#2563eb}.nav-dropdown--active .nav-dropdown__trigger span:first-child{position:relative}.nav-dropdown--active .nav-dropdown__trigger span:first-child:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#2563eb}.nav-dropdown__panel{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%) translateY(-4px);min-width:220px;background:#fff;border-radius:14px;border:1px solid rgba(31,41,55,.08);box-shadow:0 4px 6px #0000000a,0 12px 32px #0000001a;padding:10px 8px;z-index:1100;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.nav-dropdown:hover .nav-dropdown__panel,.nav-dropdown--open .nav-dropdown__panel{opacity:1;pointer-events:all;transform:translate(-50%) translateY(0)}.nav-dropdown__group-label{display:block;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#71717a;padding:4px 12px 10px}.nav-dropdown__item{display:block;padding:10px 12px;border-radius:8px;text-decoration:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#1f2937;transition:background .15s ease,color .15s ease;white-space:nowrap}.nav-dropdown__item:hover{background:#1f29370d;color:#2563eb}.nav-dropdown__item--active{color:#2563eb}.mobile-solutions-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;background:none;border:none;cursor:pointer;color:#4b5563;font-weight:600;font-size:1rem;font-family:inherit;border-radius:8px;transition:background .15s ease,color .15s ease}.mobile-solutions-trigger:hover{background:#2563eb0f;color:#2563eb}.mobile-solutions-trigger.active{color:#2563eb}.mobile-solutions-trigger .mobile-chevron{transition:transform .22s ease}.mobile-solutions-trigger--open .mobile-chevron{transform:rotate(180deg)}.mobile-solutions-panel{padding:4px 0 4px 12px;display:flex;flex-direction:column;gap:2px}.mobile-solutions-item{display:block;padding:10px 12px;border-radius:8px;text-decoration:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#4b5563;transition:background .15s ease,color .15s ease}.mobile-solutions-item:hover{background:#2563eb0f;color:#2563eb}.mobile-solutions-item.active{color:#2563eb}.footer{width:100%;background-color:#fff;padding:80px 20px 40px}@media(max-width:1440px){.footer{padding:60px 20px 30px}}.footer{margin-top:0;position:relative;overflow:hidden}.footer__watermark{position:absolute;bottom:0;left:0;z-index:0;pointer-events:none;width:400px}@media(max-width:1440px){.footer__watermark{width:300px}}.footer__watermark{height:auto;display:flex;align-items:flex-end}.footer__watermark .watermark-blob{display:block;width:100%;height:auto}.footer__watermark .watermark-dot{position:absolute;width:90px;height:90px;top:190px;right:100px}@media(max-width:1440px){.footer__watermark .watermark-dot{width:65px;height:65px;top:140px;right:75px}}.footer__container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}@media(max-width:1440px){.footer__container{gap:3rem}}.footer__container{position:relative;z-index:1}.footer__top{display:flex;justify-content:space-between;gap:4rem;flex-wrap:wrap}@media(max-width:1440px){.footer__top{gap:2rem}}@media(max-width:900px){.footer__top{flex-direction:column;gap:3rem}}.footer__brand{flex:1;min-width:200px}.footer__logo-wrapper{position:relative;display:inline-block}.footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer__logo .logo-icon{height:40px;width:auto;display:block}@media(max-width:1440px){.footer__logo .logo-icon{height:32px}}.footer__logo .logo-text{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:300;color:#1f2937;letter-spacing:.05em;white-space:nowrap}@media(max-width:1440px){.footer__logo .logo-text{font-size:1.55rem}}.footer__links-grid{flex:2;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1440px){.footer__links-grid{gap:1.5rem}}@media(max-width:768px){.footer__links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.footer__links-grid{grid-template-columns:1fr}}.footer__column{display:flex;flex-direction:column;gap:1.25rem}@media(max-width:1440px){.footer__column{gap:1rem}}.footer__column-title{font-family:Inter,sans-serif;font-weight:800;font-size:1.125rem}@media(max-width:1440px){.footer__column-title{font-size:1.075rem}}.footer__column-title{color:#1f2937}.footer__link-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}@media(max-width:1440px){.footer__link-list{gap:.5rem}}.footer__link{text-decoration:none;color:#4b5563;font-size:1rem;font-weight:600;transition:color .2s}@media(max-width:1440px){.footer__link{font-size:.95rem}}.footer__link:hover{color:#2563eb}.footer__bottom{border:none;padding-top:0;margin-top:2rem;text-align:right}@media(max-width:1440px){.footer__bottom{margin-top:1.5rem}}@media(max-width:768px){.footer__bottom{text-align:center}}.footer__copyright{color:#71717a;font-size:.875rem}@media(max-width:1440px){.footer__copyright{font-size:.8rem}}.hero-section{position:relative;width:100%;min-height:90vh;background-color:#fff;overflow:hidden;padding:140px 20px 80px}@media(max-width:1440px){.hero-section{padding:100px 20px 60px;min-height:auto}}.hero-section__container{margin:0 auto;max-width:1680px;width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;position:relative;z-index:1}@media(max-width:1024px){.hero-section__container{grid-template-columns:1fr;text-align:center;gap:3rem;display:flex;flex-direction:column}}.hero-section__content{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:flex-start}@media(max-width:1024px){.hero-section__content{align-items:center;max-width:600px;margin:0 auto}}.hero-section__title{font-family:Poppins,sans-serif;line-height:1.1;font-weight:600;text-align:left;font-size:3.75rem}@media(max-width:1440px){.hero-section__title{font-size:3rem}}@media(max-width:1024px){.hero-section__title{font-size:2.75rem;text-align:center}}.hero-section__title .text-gray{color:#1a2334}.hero-section__title .text-gradient{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section__subtitle{font-family:Inter,sans-serif;font-size:1.25rem;color:#71717a;line-height:1.6;font-weight:400;max-width:90%;text-align:left}@media(max-width:1440px){.hero-section__subtitle{font-size:1.125rem}}@media(max-width:1024px){.hero-section__subtitle{text-align:center;max-width:100%}}.hero-section__actions{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media(max-width:600px){.hero-section__actions{flex-direction:column;width:100%}.hero-section__actions button{width:100%;justify-content:center}}.hero-section .btn-strategy{padding:16px 32px;font-size:1.125rem}@media(max-width:1440px){.hero-section .btn-strategy{padding:12px 24px;font-size:1rem}}.hero-section .btn-pilot-access{position:relative;padding:2px;border-radius:100px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);border:none;cursor:pointer;transition:transform .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.hero-section .btn-pilot-access:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.hero-section .btn-pilot-access__inner{background:#fff;border-radius:100px;width:100%;height:100%;padding:14px 30px}@media(max-width:1440px){.hero-section .btn-pilot-access__inner{padding:10px 22px}}.hero-section .btn-pilot-access .gradient-text{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:1440px){.hero-section .btn-pilot-access .gradient-text{font-size:1rem}}.hero-section__community{margin-top:2rem;background:#22d3ee0d;padding:16px 24px;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}@media(max-width:1024px){.hero-section__community{align-items:center}}.hero-section__community .community-text{font-size:.875rem;color:#1e3a8a;font-weight:500}.hero-section__community .community-row{display:flex;align-items:center;gap:1rem}.hero-section__community .avatars-placeholder{display:flex}.hero-section__community .avatars-placeholder .avatar{width:32px;height:32px;border-radius:50%;background-color:#ddd;border:2px solid white;margin-left:-10px}.hero-section__community .avatars-placeholder .avatar:first-child{margin-left:0}.hero-section__community .avatars-placeholder .avatar:nth-child(1){background:#ccc}.hero-section__community .avatars-placeholder .avatar:nth-child(2){background:#999}.hero-section__community .avatars-placeholder .avatar:nth-child(3){background:#666}.hero-section__community .avatars-placeholder .avatar:nth-child(4){background:#333}.hero-section__community .join-link{font-size:.875rem;color:#2563eb;font-weight:600;text-decoration:none}.hero-section__community .join-link:hover{text-decoration:underline}.hero-section__visual{display:flex;justify-content:flex-end;align-items:center;width:100%}@media(max-width:1024px){.hero-section__visual{justify-content:center}}.hero-section__visual .hero-image{width:100%;height:auto;width:520px;margin-right:50px}@media(max-width:1440px){.hero-section__visual .hero-image{width:430px}}.hero-section__visual .hero-image{object-fit:contain;animation:float 6s ease-in-out infinite}.hero-section__visual .hero-video-wrapper{position:relative;display:inline-flex;cursor:pointer;width:820px;max-width:100%}@media(max-width:1440px){.hero-section__visual .hero-video-wrapper{width:650px}}@media(max-width:1024px){.hero-section__visual .hero-video-wrapper{width:100%;max-width:700px}}@media(max-width:768px){.hero-section__visual .hero-video-wrapper{width:100%}}.hero-section__visual .hero-video{width:100%;height:auto;display:block;object-fit:contain}.hero-section__visual .hero-video-mute{position:absolute;bottom:16px;right:16px;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;transition:background .2s ease,transform .15s ease;z-index:2}.hero-section__visual .hero-video-mute:hover{background:#000000a6;transform:scale(1.08)}.hero-section__visual .hero-video-fullscreen{position:absolute;bottom:16px;right:64px;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;transition:background .2s ease,transform .15s ease;z-index:2}.hero-section__visual .hero-video-fullscreen:hover{background:#000000a6;transform:scale(1.08)}.hero-section__visual .hero-video-wrapper.fullscreen{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000}.hero-section__visual .hero-video-wrapper.fullscreen .hero-video{width:100%;height:100%;object-fit:contain}.hero-section__visual .hero-video-playpause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);width:72px;height:72px;border-radius:50%;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:2}.hero-section__visual .hero-video-playpause.visible{opacity:1;transform:translate(-50%,-50%) scale(1)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.vision-section{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.vision-section{padding:80px 20px}}.vision-section{background-color:#22d3ee0d;overflow:hidden}.vision-section__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.05}.vision-section__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}@media(max-width:1440px){.vision-section__container{gap:3rem}}@media(max-width:1024px){.vision-section__container{grid-template-columns:1fr;gap:3rem}}.vision-section__visual{display:flex;justify-content:center}.vision-section__visual .vision-image{width:100%;height:auto;max-width:616px}@media(max-width:1440px){.vision-section__visual .vision-image{max-width:500px}}.vision-section__visual .vision-image{border-radius:12px}.vision-section__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}@media(max-width:1024px){.vision-section__content{align-items:center;text-align:center}}.vision-section .vision-badge{color:#14419f;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;background:transparent;padding:0;border-radius:0;margin-top:2rem}.vision-section .vision-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.2;max-width:500px;font-size:2.5rem}@media(max-width:1440px){.vision-section .vision-title{font-size:2.2rem}}@media(max-width:768px){.vision-section .vision-title{font-size:1.8rem}}.vision-section .vision-body{color:#71717a;font-family:Inter,sans-serif;font-size:1rem}@media(max-width:1440px){.vision-section .vision-body{font-size:.95rem}}.vision-section .vision-body{line-height:1.6;max-width:580px;display:flex;flex-direction:column;gap:1rem}.trust-section{position:relative;width:100%;padding:100px 20px}@media(max-width:1440px){.trust-section{padding:70px 20px}}.trust-section{background-color:#98f5ff0f;overflow:hidden}.trust-section__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.05}.trust-section__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.trust-section__container{gap:3rem}}.trust-section__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px}.trust-section__badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;background:transparent;padding:0}.trust-section__title{font-size:3.75rem}@media(max-width:1440px){.trust-section__title{font-size:3rem}}.trust-section__title{font-weight:500;color:#1f2937;line-height:1.1;font-family:Poppins,sans-serif}@media(max-width:768px){.trust-section__title{font-size:2.5rem}}.trust-section__subtitle{font-size:1.25rem}@media(max-width:1440px){.trust-section__subtitle{font-size:1.125rem;line-height:1.6}}.trust-section__subtitle{color:#71717a;font-family:Inter,sans-serif;font-weight:400;line-height:2rem;text-align:center}.trust-section__grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;width:100%}.trust-section__action{margin-top:1rem}.trust-section .btn-community{position:relative;padding:2px;border-radius:100px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);border:none;cursor:pointer;display:inline-flex;text-decoration:none;transition:transform .2s ease}.trust-section .btn-community:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.trust-section .btn-community__inner{background:#fff;border-radius:98px;padding:14px 32px}@media(max-width:1440px){.trust-section .btn-community__inner{padding:10px 24px}}.trust-section .btn-community__inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.trust-section .btn-community .gradient-text{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem}@media(max-width:1440px){.trust-section .btn-community .gradient-text{font-size:1rem}}.trust-section .btn-community .gradient-text{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-flex;align-items:center}.trust-section .btn-community .gradient-text svg{stroke:#2563eb}.trust-card{background:#fff;border-radius:12px;padding:32px}@media(max-width:1440px){.trust-card{padding:24px}}.trust-card{width:100%;max-width:380px}@media(max-width:1440px){.trust-card{max-width:340px}}.trust-card{box-shadow:0 1px 4px #0000000d;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;border:1px solid #f5f5f5}.trust-card__profile{display:flex;flex-direction:column;align-items:center;gap:.5rem}.trust-card__avatar{width:64px;height:64px}@media(max-width:1440px){.trust-card__avatar{width:56px;height:56px}}.trust-card__avatar{border-radius:50%;overflow:hidden;background:#eee;margin-bottom:.5rem}.trust-card__avatar img{width:100%;height:100%;object-fit:cover}.trust-card__name{font-size:1.25rem;font-weight:600;color:#18181b}.trust-card__stars{color:#fbbf24;font-size:1rem;letter-spacing:2px}.trust-card__quote{color:#52525b;font-size:1rem}@media(max-width:1440px){.trust-card__quote{font-size:.95rem}}.trust-card__quote{line-height:1.6;font-weight:400}.trust-card__role{color:#a1a1aa;font-size:.875rem;margin-top:auto}.challenge-section{width:100%;background-color:#fff;display:flex;justify-content:center;padding:112px 20px}@media(max-width:1440px){.challenge-section{padding:80px 20px}}.challenge-section__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.challenge-section__container{gap:3rem}}.challenge-section__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.challenge-section .challenge-badge{color:#14419f;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;background:transparent;padding:0;border-radius:0;margin-bottom:.5rem}.challenge-section .challenge-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;max-width:800px;font-size:3.75rem}@media(max-width:1440px){.challenge-section .challenge-title{font-size:3rem}}@media(max-width:768px){.challenge-section .challenge-title{font-size:2.5rem}}.challenge-section .challenge-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.challenge-section .challenge-subtitle{font-size:1.125rem}}.challenge-section .challenge-subtitle{font-weight:400;line-height:2rem;max-width:700px}@media(max-width:1440px){.challenge-section .challenge-subtitle{line-height:1.6}}.challenge-section__grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.challenge-section__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.challenge-section__grid{grid-template-columns:1fr}}.challenge-section .challenge-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;transition:transform .2s ease}.challenge-section .challenge-card:hover{transform:translateY(-5px)}.challenge-section .card-icon-wrapper{width:56px;height:56px}@media(max-width:1440px){.challenge-section .card-icon-wrapper{width:48px;height:48px}}.challenge-section .card-icon-wrapper{border-radius:12px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 8px #00000026}.challenge-section .card-text{color:#18181b;font-family:Poppins,sans-serif;font-size:1rem}@media(max-width:1440px){.challenge-section .card-text{font-size:.95rem}}.challenge-section .card-text{font-weight:500;line-height:1.5}.challenge-section__footer{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.challenge-section__footer{font-size:1.125rem}}.challenge-section__footer{font-weight:400;line-height:2rem;text-align:center;max-width:800px}@media(max-width:1440px){.challenge-section__footer{line-height:1.6}}.advantage-section{width:100%;background-color:#fff;display:flex;justify-content:center;padding:80px 20px}@media(max-width:1440px){.advantage-section{padding:60px 20px}}.advantage-section__footer{width:100%;max-width:900px;text-align:center;margin-top:6rem;font-size:1.875rem;line-height:48px}@media(max-width:1440px){.advantage-section__footer{margin-top:4rem;font-size:1.5rem;line-height:1.4}}.advantage-section__footer{font-family:Poppins,sans-serif;font-weight:500;color:#14419f}@media(max-width:768px){.advantage-section__footer{font-size:1.5rem;line-height:1.4;margin-top:4rem}}.advantage-section__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:6rem}@media(max-width:1440px){.advantage-section__container{gap:4rem}}.advantage-section__header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.advantage-section .advantage-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;padding:8px 12px;border-radius:4px;background:transparent}.advantage-section .advantage-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;text-align:center;font-size:3.75rem}@media(max-width:1440px){.advantage-section .advantage-title{font-size:3rem}}@media(max-width:768px){.advantage-section .advantage-title{font-size:2.5rem}}.advantage-section .advantage-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.advantage-section .advantage-subtitle{font-size:1.125rem}}.advantage-section .advantage-subtitle{font-weight:400;line-height:2rem;max-width:700px}@media(max-width:1440px){.advantage-section .advantage-subtitle{line-height:1.6}}.advantage-section__rows{width:100%;display:flex;flex-direction:column;gap:6rem}@media(max-width:1440px){.advantage-section__rows{gap:4rem}}.advantage-section .advantage-row{display:flex;align-items:center;gap:4rem;width:100%}@media(max-width:1440px){.advantage-section .advantage-row{gap:3rem}}.advantage-section .advantage-row.reverse{flex-direction:row-reverse}@media(max-width:1024px){.advantage-section .advantage-row{flex-direction:column!important;text-align:center;gap:2rem}}.advantage-section .advantage-text-col{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1rem;align-items:flex-start}@media(max-width:1024px){.advantage-section .advantage-text-col{align-items:center}}.advantage-section .row-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.875rem}@media(max-width:1440px){.advantage-section .row-title{font-size:1.5rem}}.advantage-section .row-title{font-weight:500;line-height:1.5}.advantage-section .row-subtitle{color:#18181b;font-family:Poppins,sans-serif;font-size:1.5rem}@media(max-width:1440px){.advantage-section .row-subtitle{font-size:1.25rem}}.advantage-section .row-subtitle{font-weight:400;line-height:1.75}.advantage-section .row-description{color:#52525b;font-family:Inter,sans-serif;font-size:1.125rem}@media(max-width:1440px){.advantage-section .row-description{font-size:1rem}}.advantage-section .row-description{font-weight:400;line-height:1.6;max-width:540px;margin-top:.5rem}.advantage-section .advantage-image-col{flex:1;display:flex;justify-content:center;width:100%}.advantage-section .image-card{position:relative;width:100%;max-width:640px;height:384px}@media(max-width:1440px){.advantage-section .image-card{height:300px}}.advantage-section .image-card{background:#fafafa;border-radius:16px;overflow:hidden}.advantage-section .image-card .image-asset{width:100%;height:100%;object-fit:contain;position:relative;z-index:1;background-color:#fff}.advantage-section .image-card .image-bg-tint{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.advantage-section .image-card .image-bg-tint.bg-teal-500\/5{background-color:#14b8a60d}.advantage-section .image-card .image-bg-tint.bg-blue-600\/5{background-color:#2563eb0d}.advantage-section .image-card .image-bg-tint.bg-blue-600\/10{background-color:#2563eb1a}.unified-section{position:relative;width:100%;padding-top:80px}@media(max-width:1440px){.unified-section{padding-top:60px}}.unified-section{background-color:#98f5ff0f;overflow:hidden}.unified-section__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.05}.unified-section__container{position:relative;z-index:1;max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}@media(max-width:1440px){.unified-section__container{gap:2rem}}@media(max-width:1024px){.unified-section__container{flex-direction:column;gap:3rem}}.unified-section__content{flex:1;margin-left:80px;margin-right:60px}@media(max-width:1440px){.unified-section__content{margin-left:40px;margin-right:20px}}.unified-section__content{max-width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}@media(max-width:1024px){.unified-section__content{align-items:center;text-align:center;margin:0 20px;max-width:100%}}.unified-section .unified-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;line-height:1;margin-bottom:.5rem}.unified-section .unified-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;white-space:normal;font-size:3.75rem}@media(max-width:1440px){.unified-section .unified-title{font-size:3rem}}@media(max-width:768px){.unified-section .unified-title{font-size:2.5rem}}.unified-section .unified-description{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;max-width:550px}@media(max-width:1440px){.unified-section .unified-description{max-width:100%}}.unified-section__visual{flex:1;display:flex;justify-content:flex-end;position:relative;min-width:45%}@media(max-width:1024px){.unified-section__visual{justify-content:center;width:100%}}.unified-section__visual .product-image{max-width:120%}@media(max-width:1440px){.unified-section__visual .product-image{max-width:100%}}.unified-section__visual .product-image{height:auto}@media(max-width:1024px){.unified-section__visual .product-image{max-width:100%}}.proof-section{width:100%;background-color:#fff;display:flex;justify-content:center;padding:112px 20px}@media(max-width:1440px){.proof-section{padding:80px 20px}}.proof-section__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.proof-section__container{gap:3rem}}.proof-section__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.proof-section .proof-badge{color:#14419f;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;line-height:1;background:transparent;padding:0}.proof-section .proof-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.proof-section .proof-title{font-size:3rem}}@media(max-width:768px){.proof-section .proof-title{font-size:2.5rem}}.proof-section__grid{display:flex;justify-content:center;width:100%;gap:1.5rem;align-items:stretch;flex-wrap:nowrap}@media(max-width:1024px){.proof-section__grid{flex-direction:column;align-items:center}}.proof-section .proof-card{flex:1;min-width:220px;height:auto;background:#fff;border-radius:12px;padding:32px 24px;border:1px solid #FAFAFA;box-shadow:0 1px 4px #00000026;cursor:pointer;overflow:hidden;transition:flex .5s cubic-bezier(.25,.8,.25,1),box-shadow .3s ease,background-color .3s ease}.proof-section .proof-card.active{flex:3;background:#f8fafc;border-color:#e2e8f0;box-shadow:0 12px 24px #00000014}.proof-section .proof-card.active .card-desc-wrapper{max-height:300px;opacity:1;transform:translateY(0);margin-top:1rem}@media(max-width:1024px){.proof-section .proof-card{width:100%;max-width:400px;flex:none!important}.proof-section .proof-card .card-desc-wrapper{max-height:none!important;opacity:1!important;margin-top:1rem!important}}.proof-section .proof-card__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100%}.proof-section .icon-wrapper{display:flex;justify-content:flex-start;margin-bottom:1.5rem}.proof-section .icon-gradient-box{width:56px;height:56px;border-radius:12px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);box-shadow:0 1px 8px #00000026;display:flex;align-items:center;justify-content:center}@media(max-width:1440px){.proof-section .icon-gradient-box{width:48px;height:48px}}.proof-section .icon-gradient-box .proof-icon{width:28px;height:28px;object-fit:contain}@media(max-width:1440px){.proof-section .icon-gradient-box .proof-icon{width:24px;height:24px}}.proof-section .card-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.2;white-space:nowrap}@media(max-width:1440px){.proof-section .card-title{font-size:1.25rem}}.proof-section .card-desc-wrapper{max-height:0;opacity:0;transform:translateY(10px);overflow:hidden;transition:max-height .5s ease,opacity .4s ease .1s,transform .4s ease .1s,margin-top .4s ease;margin-top:0}.proof-section .card-desc{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;min-width:280px}@media(max-width:1440px){.proof-section .card-desc{font-size:.95rem}}.proof-section__action{margin-top:2rem}.proof-section .btn-stories{position:relative;padding:2px;border-radius:100px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);border:none;cursor:pointer;display:inline-flex;text-decoration:none;transition:transform .2s ease}.proof-section .btn-stories:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.proof-section .btn-stories__inner{background:#fff;border-radius:98px;padding:14px 32px}@media(max-width:1440px){.proof-section .btn-stories__inner{padding:10px 24px}}.proof-section .btn-stories__inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.proof-section .btn-stories .gradient-text{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem}@media(max-width:1440px){.proof-section .btn-stories .gradient-text{font-size:1rem}}.proof-section .btn-stories .gradient-text{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.semantic-advantage{position:relative;width:100%;background-color:#98f5ff0f;display:flex;justify-content:center;overflow:hidden;padding:112px 20px}@media(max-width:1440px){.semantic-advantage{padding:80px 20px}}.semantic-advantage__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.05}.semantic-advantage__container{position:relative;z-index:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.semantic-advantage__container{gap:3rem}}.semantic-advantage__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.semantic-advantage .semantic-badge{color:#14419f;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;line-height:1;background:transparent;padding:0}.semantic-advantage .semantic-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.semantic-advantage .semantic-title{font-size:3rem}}@media(max-width:768px){.semantic-advantage .semantic-title{font-size:2.5rem}}.semantic-advantage .semantic-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem;max-width:700px}@media(max-width:1440px){.semantic-advantage .semantic-subtitle{font-size:1.125rem;line-height:1.6}}@media(max-width:768px){.semantic-advantage .semantic-subtitle{font-size:1rem}}.semantic-advantage__grid{display:flex;justify-content:center;width:100%;gap:1.5rem;align-items:stretch;flex-wrap:nowrap}@media(max-width:1024px){.semantic-advantage__grid{flex-direction:column;align-items:center}}.semantic-advantage .semantic-card{flex:1;min-width:180px;height:auto;background:#fff;border-radius:12px;padding:32px 24px;border:1px solid #FAFAFA;box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;cursor:pointer;overflow:hidden;transition:flex .5s cubic-bezier(.25,.8,.25,1),box-shadow .3s ease,background-color .3s ease}.semantic-advantage .semantic-card.active{flex:3;background:#f8fafc;border-color:#e2e8f0;box-shadow:0 12px 24px #00000014}.semantic-advantage .semantic-card.active .card-desc-wrapper{max-height:300px;opacity:1;transform:translateY(0);margin-top:1rem}@media(max-width:1024px){.semantic-advantage .semantic-card{width:100%;max-width:400px;flex:none!important}.semantic-advantage .semantic-card .card-desc-wrapper{max-height:none!important;opacity:1!important;margin-top:1rem!important}}.semantic-advantage .semantic-card__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100%}.semantic-advantage .icon-wrapper{display:flex;justify-content:flex-start;margin-bottom:1.5rem}.semantic-advantage .icon-gradient-box{width:56px;height:56px;border-radius:12px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);box-shadow:0 1px 8px #00000026;display:flex;align-items:center;justify-content:center}@media(max-width:1440px){.semantic-advantage .icon-gradient-box{width:48px;height:48px}}.semantic-advantage .icon-gradient-box svg{width:28px;height:28px}@media(max-width:1440px){.semantic-advantage .icon-gradient-box svg{width:24px;height:24px}}.semantic-advantage .card-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.3}@media(max-width:1440px){.semantic-advantage .card-title{font-size:1.25rem}}.semantic-advantage .card-desc-wrapper{max-height:0;opacity:0;transform:translateY(10px);overflow:hidden;transition:max-height .5s ease,opacity .4s ease .1s,transform .4s ease .1s,margin-top .4s ease;margin-top:0}.semantic-advantage .card-desc{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;min-width:280px}@media(max-width:1440px){.semantic-advantage .card-desc{font-size:.95rem}}@media(max-width:768px){.semantic-advantage .card-desc{min-width:unset}}.semantic-advantage__highlight{width:100%;max-width:900px;text-align:center;margin-top:2rem}@media(max-width:1440px){.semantic-advantage__highlight{margin-top:1rem}}.semantic-advantage__highlight p{color:#14419f;font-family:Poppins,sans-serif;font-size:1.875rem;font-weight:500;line-height:48px;margin:0}@media(max-width:1440px){.semantic-advantage__highlight p{font-size:1.5rem;line-height:1.4}}@media(max-width:768px){.semantic-advantage__highlight p{font-size:1.25rem;line-height:1.4}}.competitive-diff{width:100%;background-color:#fff;display:flex;justify-content:center;padding:112px 20px}@media(max-width:1440px){.competitive-diff{padding:80px 20px}}.competitive-diff__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.competitive-diff__container{gap:3rem}}.competitive-diff__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.competitive-diff .competitive-badge{color:#14419f;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;line-height:1;background:transparent;padding:0}.competitive-diff .competitive-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.competitive-diff .competitive-title{font-size:3rem}}@media(max-width:768px){.competitive-diff .competitive-title{font-size:2.5rem}}.competitive-diff .competitive-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem;max-width:700px}@media(max-width:1440px){.competitive-diff .competitive-subtitle{font-size:1.125rem;line-height:1.6}}@media(max-width:768px){.competitive-diff .competitive-subtitle{font-size:1rem}}.competitive-diff__grid{display:flex;justify-content:center;width:100%;gap:1.5rem;align-items:stretch;flex-wrap:nowrap}@media(max-width:1024px){.competitive-diff__grid{flex-direction:column;align-items:center}}.competitive-diff .comp-card{flex:1;min-width:220px;height:auto;background:#fff;border-radius:12px;padding:32px 24px;border:1px solid #FAFAFA;box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;cursor:pointer;overflow:hidden;transition:flex .5s cubic-bezier(.25,.8,.25,1),box-shadow .3s ease,background-color .3s ease}.competitive-diff .comp-card.active{flex:3;background:#f8fafc;border-color:#e2e8f0;box-shadow:0 12px 24px #00000014}.competitive-diff .comp-card.active .card-desc-wrapper{max-height:400px;opacity:1;transform:translateY(0);margin-top:1rem}@media(max-width:1024px){.competitive-diff .comp-card{width:100%;max-width:400px;flex:none!important}.competitive-diff .comp-card .card-desc-wrapper{max-height:none!important;opacity:1!important;margin-top:1rem!important}}.competitive-diff .comp-card__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100%}.competitive-diff .icon-wrapper{display:flex;justify-content:flex-start;margin-bottom:1.5rem}.competitive-diff .icon-gradient-box{width:56px;height:56px;border-radius:12px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);box-shadow:0 1px 8px #00000026;display:flex;align-items:center;justify-content:center}@media(max-width:1440px){.competitive-diff .icon-gradient-box{width:48px;height:48px}}.competitive-diff .icon-gradient-box svg{width:28px;height:28px}@media(max-width:1440px){.competitive-diff .icon-gradient-box svg{width:24px;height:24px}}.competitive-diff .card-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.3}@media(max-width:1440px){.competitive-diff .card-title{font-size:1.25rem}}.competitive-diff .card-desc-wrapper{max-height:0;opacity:0;transform:translateY(10px);overflow:hidden;transition:max-height .5s ease,opacity .4s ease .1s,transform .4s ease .1s,margin-top .4s ease;margin-top:0}.competitive-diff .comp-comparison{display:flex;flex-direction:column;gap:1rem;min-width:280px}@media(max-width:768px){.competitive-diff .comp-comparison{min-width:unset}}.competitive-diff .comp-row{display:flex;flex-direction:column;gap:.25rem}.competitive-diff .comp-row--old{padding-bottom:1rem;border-bottom:1px solid #E2E8F0}.competitive-diff .comp-label{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#a1a1aa}.competitive-diff .comp-label--accent{color:#2563eb}.competitive-diff .comp-text{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;margin:0}@media(max-width:1440px){.competitive-diff .comp-text{font-size:.95rem}}.competitive-diff .comp-text--accent{color:#1f2937;font-weight:500}.competitive-diff__banner{width:100%;max-width:900px;text-align:center;margin-top:2rem}@media(max-width:1440px){.competitive-diff__banner{margin-top:1rem}}.competitive-diff .banner-content{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.25rem 1.25rem}.competitive-diff .banner-item{color:#14419f;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;line-height:2.2;white-space:nowrap}@media(max-width:1440px){.competitive-diff .banner-item{font-size:1.25rem}}@media(max-width:768px){.competitive-diff .banner-item{font-size:1.125rem}}@media(max-width:640px){.competitive-diff .banner-item{white-space:normal;text-align:center}}.competitive-diff .banner-dot{color:#14419f;font-size:1.25rem;opacity:.4;line-height:2.2}@media(max-width:640px){.competitive-diff .banner-dot{display:none}}.competitive-diff__benefits{width:100%;margin-top:3rem}@media(max-width:1440px){.competitive-diff__benefits{margin-top:2.5rem}}@media(max-width:768px){.competitive-diff__benefits{margin-top:2rem}}.competitive-diff .benefits-title{text-align:center;width:auto;margin-left:auto;color:#1f2937;font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:600;line-height:1.2;letter-spacing:-.01em;margin:0 0 2rem}@media(max-width:1440px){.competitive-diff .benefits-title{font-size:2rem;margin-bottom:1.75rem}}@media(max-width:768px){.competitive-diff .benefits-title{font-size:1.75rem;margin-bottom:1.5rem}}@media(max-width:640px){.competitive-diff .benefits-title{font-size:1.5rem;margin-bottom:1.25rem}}.competitive-diff .benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:900px;margin:0 auto}@media(max-width:1024px){.competitive-diff .benefits-grid{gap:1.5rem}}@media(max-width:768px){.competitive-diff .benefits-grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:640px){.competitive-diff .benefits-grid{gap:1rem}}.competitive-diff .benefit-card{background:linear-gradient(135deg,#f8fafc,#f0f4f8);border-radius:16px;padding:2rem;border:1px solid #E2E8F0;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000a,0 1px 4px #00000005}@media(max-width:1440px){.competitive-diff .benefit-card{padding:1.75rem;gap:1.25rem}}@media(max-width:768px){.competitive-diff .benefit-card{padding:1.5rem;gap:1rem}}@media(max-width:640px){.competitive-diff .benefit-card{padding:1.25rem;border-radius:12px}}.competitive-diff .benefit-card:hover{box-shadow:0 8px 16px #00000014,0 4px 8px #0000000a;background:linear-gradient(135deg,#f0f4f8,#e8eff7);transform:translateY(-2px)}.competitive-diff .benefit-icon{width:56px;height:56px;min-width:56px;border-radius:14px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001f}@media(max-width:1440px){.competitive-diff .benefit-icon{width:48px;height:48px;min-width:48px;border-radius:12px}}@media(max-width:640px){.competitive-diff .benefit-icon{width:44px;height:44px;min-width:44px;border-radius:10px}}.competitive-diff .benefit-icon svg{width:100%;height:100%}.competitive-diff .benefit-content{display:flex;flex-direction:column;gap:.5rem;flex:1}.competitive-diff .benefit-metric{color:#000;font-family:Poppins,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;margin:0}@media(max-width:1440px){.competitive-diff .benefit-metric{font-size:1.625rem}}@media(max-width:768px){.competitive-diff .benefit-metric{font-size:1.5rem}}@media(max-width:640px){.competitive-diff .benefit-metric{font-size:1.375rem}}.competitive-diff .benefit-description{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;margin:0}@media(max-width:1440px){.competitive-diff .benefit-description{font-size:.95rem}}@media(max-width:640px){.competitive-diff .benefit-description{font-size:.9rem}}.competitive-diff .benefit-subtext{color:#a1a1aa;font-family:Inter,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;line-height:1.5;margin:0}@media(max-width:1440px){.competitive-diff .benefit-subtext{font-size:.8125rem}}@media(max-width:640px){.competitive-diff .benefit-subtext{font-size:.8rem}}.cta-section{position:relative;width:100%;background-color:#1a2334;padding:100px 20px}@media(max-width:1440px){.cta-section{padding:70px 20px}}.cta-section{display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;margin-top:0}.cta-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.cta-section__content{position:relative;z-index:1;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:1440px){.cta-section__content{gap:2rem}}.cta-section__header{display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-section__title{font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.cta-section__title{font-size:3rem}}.cta-section__title .text-white{color:#fff}.cta-section__title .text-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.cta-section__title{font-size:2.5rem}}.cta-section__subtitle{font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.cta-section__subtitle{font-size:1.125rem}}.cta-section__subtitle{color:#d6d3d1;line-height:2rem;font-weight:400;max-width:600px}@media(max-width:1440px){.cta-section__subtitle{line-height:1.6}}.cta-section__actions{display:flex;gap:1rem}@media(max-width:600px){.cta-section__actions{flex-direction:column;width:100%}.cta-section__actions button{width:100%}}.cta-section .btn--dark-mode{border:2px solid #ffffff!important;border-color:#fff!important;color:#fff!important;background:#22d3ee0d}.cta-section .btn--dark-mode:hover{background:#ffffff1a}.product-hero{position:relative;width:100%;padding:140px 0 100px 20px}@media(max-width:1440px){.product-hero{padding:80px 0 40px 20px}}.product-hero{background-color:#fff;overflow:hidden}.product-hero__container{max-width:1840px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}@media(max-width:1440px){.product-hero__container{gap:1.5rem}}@media(max-width:1024px){.product-hero__container{flex-direction:column;padding-right:20px;gap:3rem}}.product-hero__content{flex:1;max-width:800px;display:flex;flex-direction:column;align-items:flex-start;gap:3rem}@media(max-width:1440px){.product-hero__content{gap:1.5rem}}.product-hero__content{margin-right:30px}@media(max-width:1024px){.product-hero__content{max-width:100%;align-items:center;text-align:center;margin-right:0}}.product-hero__title{font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.product-hero__title{font-size:2.75rem}}.product-hero__title{font-weight:600;line-height:1.1}.product-hero__title .text-gray{color:#1f2937}.product-hero__title .text-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline}@media(max-width:768px){.product-hero__title{font-size:2.5rem}}.product-hero__description{display:flex;flex-direction:column;gap:1.5rem}.product-hero__description p{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.product-hero__description p{font-size:1rem;line-height:1.5}}.product-hero__description p{font-weight:400;line-height:2rem}.product-hero__actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem}@media(max-width:600px){.product-hero__actions{flex-direction:column;width:100%}.product-hero__actions button,.product-hero__actions .btn-explore{width:100%;justify-content:center}}.product-hero .btn-explore{border-radius:100px;font-weight:600;padding:16px 24px;font-size:1.125rem}@media(max-width:1440px){.product-hero .btn-explore{padding:10px 20px;font-size:.95rem}}.product-hero .btn-deep-dive{position:relative;padding:2px;border-radius:100px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);border:none;cursor:pointer;display:inline-flex;text-decoration:none;transition:transform .2s ease;min-width:200px}@media(max-width:1440px){.product-hero .btn-deep-dive{min-width:160px}}.product-hero .btn-deep-dive:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.product-hero .btn-deep-dive__inner{background:#fff;border-radius:98px;width:100%;height:100%;padding:14px 24px}@media(max-width:1440px){.product-hero .btn-deep-dive__inner{padding:8px 16px}}.product-hero .btn-deep-dive__inner{display:flex;align-items:center;justify-content:center}.product-hero .btn-deep-dive .gradient-text{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem}@media(max-width:1440px){.product-hero .btn-deep-dive .gradient-text{font-size:.95rem}}.product-hero .btn-deep-dive .gradient-text{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.product-hero__visual{flex:1;display:flex;justify-content:flex-end;margin-right:-20px}@media(max-width:1440px){.product-hero__visual{margin-right:0}}.product-hero__visual .hero-image{max-width:120%;max-height:80vh}@media(max-width:1440px){.product-hero__visual .hero-image{max-width:90%}}.product-hero__visual .hero-image{height:auto;object-fit:contain}@media(max-width:1024px){.product-hero__visual .hero-image{max-width:100%}}.platform-overview{width:100%;padding:50px 20px}@media(max-width:1440px){.platform-overview{padding:50px 20px}}.platform-overview{background-color:#fff;display:flex;justify-content:center}.platform-overview__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:6rem}@media(max-width:1440px){.platform-overview__container{gap:4rem}}.platform-overview__header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;max-width:900px}.platform-overview .platform-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;background:transparent;padding:8px 12px;border-radius:4px;margin-bottom:.5rem}.platform-overview .platform-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.platform-overview .platform-title{font-size:3rem}}@media(max-width:768px){.platform-overview .platform-title{font-size:2.5rem}}.platform-overview .platform-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.platform-overview .platform-subtitle{font-size:1.125rem}}.platform-overview .platform-subtitle{font-weight:400;line-height:2rem;max-width:660px}.platform-overview__rows{width:100%;display:flex;flex-direction:column;gap:6rem}@media(max-width:1440px){.platform-overview__rows{gap:4rem}}.platform-overview .platform-row{display:flex;align-items:center;gap:4rem}@media(max-width:1440px){.platform-overview .platform-row{gap:3rem}}.platform-overview .platform-row{width:100%}.platform-overview .platform-row.reverse{flex-direction:row-reverse}@media(max-width:1024px){.platform-overview .platform-row{flex-direction:column!important;text-align:center;gap:3rem}}.platform-overview .platform-text-col{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1rem;align-items:flex-start}@media(max-width:1024px){.platform-overview .platform-text-col{align-items:center;padding:0 1rem}}.platform-overview .row-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.875rem}@media(max-width:1440px){.platform-overview .row-title{font-size:1.5rem}}.platform-overview .row-title{font-weight:500;line-height:1.5}.platform-overview .row-desc{color:#18181b;font-family:Poppins,sans-serif;font-size:1.5rem}@media(max-width:1440px){.platform-overview .row-desc{font-size:1.25rem}}.platform-overview .row-desc{font-weight:400;line-height:1.75}.platform-overview .platform-image-col{flex:1;display:flex;justify-content:center;width:100%}.platform-overview .image-card{position:relative;width:100%;max-width:640px;height:384px}@media(max-width:1440px){.platform-overview .image-card{height:300px}}.platform-overview .image-card .image-asset{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}.how-it-works{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.how-it-works{padding:80px 20px}}.how-it-works{background-color:#98f5ff12;overflow:hidden}.how-it-works__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.how-it-works__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.how-it-works__container{gap:3rem}}.how-it-works__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.how-it-works .how-badge{color:#14419f;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;background:transparent;padding:0}.how-it-works .how-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.how-it-works .how-title{font-size:3rem}}@media(max-width:768px){.how-it-works .how-title{font-size:2.5rem}}.how-it-works__grid{display:flex;justify-content:center;gap:1.5rem;width:100%;flex-wrap:wrap}@media(max-width:1024px){.how-it-works__grid{flex-direction:column;align-items:center}}.how-it-works .how-card{width:100%;max-width:384px}@media(max-width:1440px){.how-it-works .how-card{max-width:340px}}.how-it-works .how-card{background:#fff;border-radius:12px;padding:24px}@media(max-width:1440px){.how-it-works .how-card{padding:20px}}.how-it-works .how-card{box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;justify-content:flex-start;min-height:250px}@media(max-width:1440px){.how-it-works .how-card{min-height:auto}}.how-it-works .how-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;height:100%}.how-it-works .icon-wrapper{display:flex;justify-content:flex-start;margin-bottom:1rem}.how-it-works .icon-gradient-box{width:56px;height:56px}@media(max-width:1440px){.how-it-works .icon-gradient-box{width:48px;height:48px}}.how-it-works .icon-gradient-box{border-radius:12px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);box-shadow:0 1px 8px #00000026;display:flex;align-items:center;justify-content:center}.how-it-works .icon-gradient-box .step-icon{width:28px;height:28px}@media(max-width:1440px){.how-it-works .icon-gradient-box .step-icon{width:24px;height:24px}}.how-it-works .icon-gradient-box .step-icon{object-fit:contain}.how-it-works .card-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.5rem}@media(max-width:1440px){.how-it-works .card-title{font-size:1.25rem}}.how-it-works .card-title{font-weight:500;line-height:1.2}.how-it-works .card-desc{color:#71717a;font-family:Inter,sans-serif;font-size:1rem}@media(max-width:1440px){.how-it-works .card-desc{font-size:.95rem}}.how-it-works .card-desc{font-weight:400;line-height:1.5}.integration-section{width:100%;padding:112px 20px}@media(max-width:1440px){.integration-section{padding:80px 20px}}.integration-section{background-color:#fff;display:flex;justify-content:center}.integration-section__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.integration-section__container{gap:3rem}}.integration-section__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:1000px}.integration-section .integration-badge{color:#14419f;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;background:transparent;padding:6px 12px}.integration-section .integration-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.integration-section .integration-title{font-size:3rem}}.integration-section .integration-title{font-weight:500;line-height:1.1}@media(max-width:768px){.integration-section .integration-title{font-size:2.5rem}}.integration-section__grid{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:1440px){.integration-section__grid{gap:1rem}}.integration-section__grid{width:100%}.integration-section .grid-row{display:grid;gap:1.5rem}@media(max-width:1440px){.integration-section .grid-row{gap:1rem}}.integration-section .grid-row{width:100%}.integration-section .grid-row.row-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.integration-section .grid-row.row-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.integration-section .grid-row.row-4{grid-template-columns:1fr}}.integration-section .grid-row.row-3{grid-template-columns:repeat(3,1fr)}@media(max-width:1024px){.integration-section .grid-row.row-3{grid-template-columns:1fr}}.integration-section .integration-card{background:#fff;border-radius:12px;padding:24px}@media(max-width:1440px){.integration-section .integration-card{padding:20px}}.integration-section .integration-card{box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;min-height:140px}@media(max-width:1440px){.integration-section .integration-card{min-height:120px}}.integration-section .integration-card{transition:transform .2s ease}.integration-section .integration-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014}.integration-section .card-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.125rem}@media(max-width:1440px){.integration-section .card-title{font-size:1rem}}.integration-section .card-title{font-weight:400;line-height:1.4}.integration-section .card-desc{color:#71717a;font-family:Inter,sans-serif;font-size:1rem}@media(max-width:1440px){.integration-section .card-desc{font-size:.95rem}}.integration-section .card-desc{font-weight:400;line-height:1.5}.use-cases-section{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.use-cases-section{padding:80px 20px}}.use-cases-section{background-color:#98f5ff12;overflow:hidden}.use-cases-section__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.use-cases-section__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.use-cases-section__container{gap:3rem}}.use-cases-section__header{text-align:center}.use-cases-section .use-cases-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.use-cases-section .use-cases-title{font-size:3rem}}.use-cases-section .use-cases-title{font-weight:500;line-height:1.1}@media(max-width:768px){.use-cases-section .use-cases-title{font-size:2.5rem}}.use-cases-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1440px){.use-cases-section__grid{gap:1rem}}.use-cases-section__grid{width:100%}@media(max-width:1024px){.use-cases-section__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.use-cases-section__grid{grid-template-columns:1fr}}.use-cases-section .use-case-card{background:#fff;border-radius:12px;padding:0 0 24px;box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:transform .2s ease}.use-cases-section .use-case-card:hover{transform:translateY(-5px)}.use-cases-section .use-case-card .card-image{width:100%;height:176px;object-fit:cover}.use-cases-section .use-case-card .card-content{padding:0 24px}@media(max-width:1440px){.use-cases-section .use-case-card .card-content{padding:0 16px}}.use-cases-section .use-case-card .card-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.use-cases-section .card-title{color:#18181b;font-family:Inter,sans-serif;font-size:1.125rem}@media(max-width:1440px){.use-cases-section .card-title{font-size:1rem}}.use-cases-section .card-title{font-weight:600;line-height:1.4}.use-cases-section .card-desc{color:#71717a;font-family:Inter,sans-serif;font-size:1rem}@media(max-width:1440px){.use-cases-section .card-desc{font-size:.95rem}}.use-cases-section .card-desc{font-weight:400;line-height:1.5;max-width:260px}.use-cases-section__action{margin-top:1rem}.use-cases-section .btn-success-stories{position:relative;padding:2px;border-radius:100px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);border:none;cursor:pointer;display:inline-flex;text-decoration:none;transition:transform .2s ease}.use-cases-section .btn-success-stories:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.use-cases-section .btn-success-stories__inner{background:#fff;border-radius:98px;padding:14px 24px}@media(max-width:1440px){.use-cases-section .btn-success-stories__inner{padding:10px 20px}}.use-cases-section .btn-success-stories__inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.use-cases-section .btn-success-stories .gradient-text{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem}@media(max-width:1440px){.use-cases-section .btn-success-stories .gradient-text{font-size:1rem}}.use-cases-section .btn-success-stories .gradient-text{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.results-section{width:100%;padding:112px 20px}@media(max-width:1440px){.results-section{padding:80px 20px}}.results-section{background-color:#fff;display:flex;justify-content:center}.results-section__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.results-section__container{gap:3rem}}.results-section__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.results-section .results-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.results-section .results-title{font-size:3rem}}.results-section .results-title{font-weight:500;line-height:1.1}@media(max-width:768px){.results-section .results-title{font-size:2.5rem}}.results-section .results-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.results-section .results-subtitle{font-size:1.125rem}}.results-section .results-subtitle{font-weight:400;line-height:2rem;text-align:center;max-width:800px}.results-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:1440px){.results-section__grid{gap:1.5rem}}.results-section__grid{width:100%;max-width:960px}@media(max-width:900px){.results-section__grid{grid-template-columns:1fr}}.results-section .result-card{background:#fff;border-radius:12px;padding:24px}@media(max-width:1440px){.results-section .result-card{padding:20px}}.results-section .result-card{box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;justify-content:flex-end;min-height:200px}@media(max-width:1440px){.results-section .result-card{min-height:180px}}.results-section .result-card{transition:transform .2s ease}.results-section .result-card:hover{transform:translateY(-5px)}.results-section .result-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.results-section .icon-wrapper{margin-bottom:.5rem}.results-section .icon-gradient-box{width:56px;height:56px}@media(max-width:1440px){.results-section .icon-gradient-box{width:48px;height:48px}}.results-section .icon-gradient-box{border-radius:12px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);box-shadow:0 1px 8px #00000026;display:flex;align-items:center;justify-content:center}.results-section .icon-gradient-box .result-icon{width:28px;height:28px}@media(max-width:1440px){.results-section .icon-gradient-box .result-icon{width:24px;height:24px}}.results-section .icon-gradient-box .result-icon{object-fit:contain}.results-section .card-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.5rem}@media(max-width:1440px){.results-section .card-title{font-size:1.25rem}}.results-section .card-title{font-weight:500;line-height:1.3;max-width:90%}.deployment-section{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.deployment-section{padding:80px 20px}}.deployment-section{background-color:#98f5ff12;overflow:hidden}.deployment-section__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.deployment-section__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.deployment-section__container{gap:3rem}}.deployment-section__header{text-align:center}.deployment-section .deployment-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.deployment-section .deployment-title{font-size:3rem}}@media(max-width:768px){.deployment-section .deployment-title{font-size:2.5rem}}.deployment-section__grid{display:flex;justify-content:center;gap:1.5rem}@media(max-width:1440px){.deployment-section__grid{gap:1rem}}.deployment-section__grid{width:100%;flex-wrap:wrap}.deployment-section .deployment-card{background:#fff;border-radius:12px;width:288px;padding:24px}@media(max-width:1440px){.deployment-section .deployment-card{width:240px;padding:20px}}.deployment-section .deployment-card{box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .2s ease}.deployment-section .deployment-card:hover{transform:translateY(-5px)}.deployment-section .deployment-card__content{display:flex;flex-direction:column;align-items:center;gap:1rem}.deployment-section .icon-gradient-box{width:56px;height:56px}@media(max-width:1440px){.deployment-section .icon-gradient-box{width:48px;height:48px}}.deployment-section .icon-gradient-box{border-radius:12px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);box-shadow:0 1px 8px #00000026;display:flex;align-items:center;justify-content:center}.deployment-section .icon-gradient-box .deployment-icon{width:28px;height:28px}@media(max-width:1440px){.deployment-section .icon-gradient-box .deployment-icon{width:24px;height:24px}}.deployment-section .icon-gradient-box .deployment-icon{object-fit:contain}.deployment-section .card-title{color:#18181b;font-family:Poppins,sans-serif;font-size:1.25rem}@media(max-width:1440px){.deployment-section .card-title{font-size:1.125rem}}.deployment-section .card-title{font-weight:500;line-height:1.5}.product-cta{position:relative;width:100%;padding:120px 20px}@media(max-width:1440px){.product-cta{padding:80px 20px}}.product-cta{background-color:#1a2334;overflow:hidden;display:flex;justify-content:center;align-items:center}.product-cta__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.product-cta__container{position:relative;z-index:1;max-width:1280px;width:100%;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:1440px){.product-cta__container{gap:2rem}}.product-cta__container{text-align:center}.product-cta__header{display:flex;flex-direction:column;align-items:center;gap:1rem}.product-cta__title{font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.product-cta__title{font-size:3rem}}.product-cta__title{font-weight:500;line-height:1.1}.product-cta__title .text-white{color:#fff}.product-cta__title .text-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}@media(max-width:768px){.product-cta__title{font-size:2.5rem}}.product-cta__subtitle{color:#cecece;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.product-cta__subtitle{font-size:1.125rem}}.product-cta__subtitle{font-weight:400;line-height:2rem}.product-cta__actions{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media(max-width:600px){.product-cta__actions{flex-direction:column;width:100%}.product-cta__actions .btn-architect,.product-cta__actions .btn-pricing{width:100%;justify-content:center}}.product-cta .btn-architect{border-radius:100px;font-weight:600;padding:16px 32px;font-size:1.125rem}@media(max-width:1440px){.product-cta .btn-architect{padding:12px 24px;font-size:1rem}}.product-cta .btn-pricing{min-width:200px;background:transparent;border:2px solid #ffffff;border-radius:100px;color:#fff;font-family:Inter,sans-serif;font-weight:600;line-height:1.2;padding:16px 32px;font-size:1.125rem}@media(max-width:1440px){.product-cta .btn-pricing{padding:12px 24px;font-size:1rem}}.product-cta .btn-pricing{cursor:pointer;transition:all .2s ease}.product-cta .btn-pricing:hover{background:#ffffff1a}.platform-hero{position:relative;width:100%;padding-top:350px;padding-bottom:230px}@media(max-width:1440px){.platform-hero{padding-top:200px;padding-bottom:120px}}.platform-hero{background-color:#fff;overflow:hidden;min-height:80vh}@media(max-width:1440px){.platform-hero{min-height:auto}}.platform-hero{display:flex;align-items:center}.platform-hero__container{max-width:1980px;width:100%;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:1024px){.platform-hero__container{flex-direction:column;gap:1rem;padding-top:30px}}.platform-hero__content{flex:1;max-width:800px;position:relative;z-index:10;padding-left:60px}@media(max-width:1440px){.platform-hero__content{padding-left:40px}}.platform-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}@media(max-width:1024px){.platform-hero__content{max-width:100%;align-items:center;text-align:center;padding-left:20px;padding-right:20px}}.platform-hero__title{font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.platform-hero__title{font-size:3rem}}.platform-hero__title{font-weight:600;line-height:1.1}.platform-hero__title .text-gray{color:#1f2937}.platform-hero__title .text-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline}@media(max-width:768px){.platform-hero__title{font-size:2.5rem}}.platform-hero__description{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.platform-hero__description{font-size:1.125rem}}.platform-hero__description{font-weight:400;line-height:2rem;max-width:90%}.platform-hero .btn-whitepaper{padding:16px 32px;border-radius:100px;font-size:1.125rem}@media(max-width:1440px){.platform-hero .btn-whitepaper{padding:12px 24px;font-size:1rem}}.platform-hero .btn-whitepaper{font-weight:600}.platform-hero__visual{display:flex;justify-content:center;width:100%;margin-top:2rem;padding-top:150px}@media(min-width:1024px){.platform-hero__visual{position:absolute;top:20%;right:0;transform:translateY(-50%);width:50vw;height:100%;margin-top:0;justify-content:flex-end;align-items:center;z-index:1}}@media(min-width:1024px)and (max-width:1440px){.platform-hero__visual{top:20%;left:58%}}.platform-hero__visual .hero-image{max-width:100%;height:auto;max-height:85vh}@media(max-width:1440px){.platform-hero__visual .hero-image{max-height:75vh;width:100%}}.platform-hero__visual .hero-image{object-fit:contain;display:block}.data-journey{position:relative;width:100%;padding:112px 20px;background-color:#98f5ff12;overflow:hidden}@media(max-width:1440px){.data-journey{padding:96px 20px}}@media(max-width:768px){.data-journey{padding:64px 16px}}.data-journey__bg-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.06}.data-journey__container{position:relative;z-index:1;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.data-journey__container{gap:3rem}}@media(max-width:768px){.data-journey__container{gap:2rem}}.data-journey__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.data-journey .journey-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;padding:6px 12px}.data-journey .journey-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.data-journey .journey-title{font-size:3rem}}@media(max-width:768px){.data-journey .journey-title{font-size:2.25rem}}.data-journey .journey-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;text-align:center;max-width:800px}@media(max-width:1440px){.data-journey .journey-subtitle{font-size:1.125rem}}.data-journey__intro{text-align:center;max-width:720px;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.data-journey__intro .intro-title{font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:500;color:#1f2937}@media(max-width:1440px){.data-journey__intro .intro-title{font-size:1.75rem}}@media(max-width:768px){.data-journey__intro .intro-title{font-size:1.375rem}}.data-journey__intro .intro-desc{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.data-journey .journey-diagram{width:100%;display:flex;flex-direction:column;gap:2.25rem;font-family:Inter,sans-serif;color:#1f2937}@media(max-width:768px){.data-journey .journey-diagram{gap:1.5rem}}.data-journey .journey-diagram .dotted-link+.layer-band,.data-journey .journey-diagram .layer-band+.dotted-link,.data-journey .journey-diagram .diagram-main+.dotted-link{margin-top:-1.25rem}.data-journey .journey-diagram .dotted-link{margin-bottom:-1.25rem}.data-journey .dotted-link{width:100%;pointer-events:none;display:flex;justify-content:center}.data-journey .dotted-link svg{display:block;overflow:visible}.data-journey .dotted-link--vertical svg{width:8px;height:36px}.data-journey .dotted-link--arches svg{width:100%;max-width:1180px;height:60px}@media(max-width:1024px){.data-journey .dotted-link{display:none}}.data-journey .diagram-main{display:grid;grid-template-columns:minmax(220px,1fr) minmax(70px,90px) minmax(120px,140px) minmax(60px,80px) minmax(360px,1.6fr) minmax(60px,80px) minmax(120px,140px) minmax(70px,90px) minmax(220px,1fr);align-items:stretch;gap:0;width:100%}@media(max-width:1200px){.data-journey .diagram-main{grid-template-columns:minmax(200px,1fr) minmax(50px,70px) 110px minmax(50px,60px) minmax(320px,1.5fr) minmax(50px,60px) 110px minmax(50px,70px) minmax(200px,1fr)}}@media(max-width:1024px){.data-journey .diagram-main{display:flex;flex-direction:column;align-items:center;gap:1.5rem}}.data-journey .panel{position:relative;align-self:center;background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.9);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:14px;box-shadow:0 1px 2px #0f172a0a,0 12px 32px -12px #3b82f62e}@media(max-width:1024px){.data-journey .panel{width:100%;max-width:460px;align-self:stretch}}.data-journey .panel__label{font-family:Poppins,sans-serif;font-weight:600;font-size:1.05rem;color:#1f2937;letter-spacing:-.01em;padding:0 4px 4px}.data-journey .panel--sources .src-item__icon{background:linear-gradient(135deg,#dbeafe,#bae6fd);color:#1d4ed8}.data-journey .panel--outputs .src-item__icon{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6d28d9}.data-journey .src-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:#fff9;border:1px solid rgba(226,232,240,.7);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.data-journey .src-item:hover{transform:translateY(-2px);background:#fff;box-shadow:0 6px 16px -8px #3b82f659}.data-journey .src-item__icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.data-journey .src-item__icon img{width:22px;height:22px;object-fit:contain}.data-journey .src-item__icon svg{width:20px;height:20px}.data-journey .src-item__text{display:flex;flex-direction:column;line-height:1.2;min-width:0}.data-journey .src-item__title{font-weight:600;font-size:.95rem;color:#1f2937}.data-journey .src-item__sub{font-size:.78rem;color:#71717a;margin-top:2px}.data-journey .connector{position:relative;width:100%;align-self:stretch;display:flex;align-items:center;justify-content:center}.data-journey .connector svg{width:100%;height:100%;display:block;overflow:visible}.data-journey .connector--in,.data-journey .connector--out{min-height:260px}.data-journey .connector--mid{min-height:14px;align-self:center}@media(max-width:1024px){.data-journey .connector{display:none}}.data-journey .hub{align-self:center;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:10px 6px}.data-journey .hub__circle{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#fffffff2;border:1px solid rgba(255,255,255,.9);box-shadow:0 1px 2px #0f172a0a,0 12px 28px -10px #3b82f659;transition:transform .25s ease}.data-journey .hub__circle img{width:26px;height:26px;object-fit:contain}.data-journey .hub__circle svg{width:26px;height:26px}.data-journey .hub__label{font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;color:#1f2937}.data-journey .hub__sub{font-size:.72rem;color:#71717a;max-width:130px;line-height:1.35}.data-journey .hub--blue .hub__circle{color:#1d4ed8;background:linear-gradient(135deg,#dbeafe,#bae6fd);box-shadow:0 1px 2px #0f172a0a,0 12px 28px -10px #3b82f673}.data-journey .hub--violet .hub__circle{color:#6d28d9;background:linear-gradient(135deg,#ede9fe,#ddd6fe);box-shadow:0 1px 2px #0f172a0a,0 12px 28px -10px #8b5cf673}.data-journey .hub:hover .hub__circle{transform:translateY(-3px)}.data-journey .engine{position:relative;align-self:center;display:flex;align-items:center;justify-content:center;padding:20px 8px}.data-journey .engine__halo{position:absolute;inset:-10%;background:radial-gradient(closest-side,rgba(139,92,246,.18),transparent 70%),radial-gradient(closest-side,rgba(34,211,238,.16),transparent 75%);filter:blur(28px);z-index:0;pointer-events:none}.data-journey .engine__card{position:relative;z-index:1;width:100%;max-width:460px;background:linear-gradient(180deg,#fffffff5,#f8fafcf0);border-radius:22px;padding:22px 22px 24px;border:1.5px solid transparent;background-clip:padding-box;box-shadow:0 1px 2px #0f172a0d,0 24px 60px -20px #3b82f659,0 0 0 1px #6366f126}.data-journey .engine__card:before{content:"";position:absolute;inset:-1.5px;border-radius:inherit;padding:1.5px;background:linear-gradient(135deg,#60a5fa,#22d3ee 35%,#a855f7);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.data-journey .engine__brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:4px}.data-journey .engine__brand-logo{width:36px;height:36px;object-fit:contain;flex-shrink:0}.data-journey .engine__brand-text{font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:.02em;background:linear-gradient(90deg,#1e3a8a,#2563eb,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent}.data-journey .engine__tagline{text-align:center;font-size:.85rem;color:#64748b;margin:0 0 16px}.data-journey .engine__rows{display:flex;flex-direction:column;gap:10px}.data-journey .engine-row{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(226,232,240,.85);background:#ffffffd9;transition:transform .25s ease,box-shadow .25s ease}.data-journey .engine-row:hover{transform:translate(2px);box-shadow:0 6px 16px -8px #3b82f659}.data-journey .engine-row__icon{width:32px;height:32px;flex-shrink:0;border-radius:9px;display:grid;place-items:center}.data-journey .engine-row__icon svg{width:18px;height:18px}.data-journey .engine-row__text{display:flex;flex-direction:column;min-width:0}.data-journey .engine-row__title{font-weight:600;font-size:.95rem;color:#1f2937}.data-journey .engine-row__sub{font-size:.78rem;color:#71717a;margin-top:2px;line-height:1.4}.data-journey .engine-row--violet .engine-row__icon{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.data-journey .engine-row--blue .engine-row__icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.data-journey .engine-row--cyan .engine-row__icon{background:linear-gradient(135deg,#cffafe,#a5f3fc);color:#0891b2}.data-journey .layer-band{width:100%;background:#ffffffc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.85);border-radius:999px;padding:18px 28px;box-shadow:0 1px 2px #0f172a0a,0 16px 36px -16px #6366f140}@media(max-width:1024px){.data-journey .layer-band{border-radius:24px;padding:18px}}.data-journey .layer-band__title{text-align:center;display:flex;flex-direction:column;gap:2px;margin-bottom:14px}.data-journey .layer-band__title span{font-family:Poppins,sans-serif;font-weight:600;font-size:1.05rem;color:#6d28d9}.data-journey .layer-band__title small{font-size:.78rem;color:#71717a}.data-journey .layer-band__title--center span{color:#2563eb}.data-journey .layer-band__row{display:flex;align-items:stretch;justify-content:space-around;gap:14px;flex-wrap:wrap}@media(max-width:768px){.data-journey .layer-band__row{justify-content:center}}.data-journey .layer-band--ml .layer-band__row--caps{gap:24px}.data-journey .pill{flex:1 1 200px;min-width:180px;max-width:260px;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:14px;background:#ffffffe6;border:1px solid rgba(226,232,240,.7);transition:transform .25s ease,box-shadow .25s ease}.data-journey .pill:hover{transform:translateY(-2px);box-shadow:0 8px 20px -10px #8b5cf673}.data-journey .pill__icon{width:38px;height:38px;flex-shrink:0;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.data-journey .pill__icon svg{width:20px;height:20px}.data-journey .pill__text{display:flex;flex-direction:column;min-width:0}.data-journey .pill__title{font-weight:600;font-size:.92rem;color:#1f2937}.data-journey .pill__sub{font-size:.75rem;color:#71717a}.data-journey .cap-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;flex:1 1 110px;min-width:100px;max-width:160px;padding:8px 4px;transition:transform .25s ease}.data-journey .cap-item:hover{transform:translateY(-3px)}.data-journey .cap-item__icon{width:40px;height:40px;display:grid;place-items:center;color:#2563eb}.data-journey .cap-item__icon svg{width:26px;height:26px}.data-journey .cap-item__title{font-size:.82rem;font-weight:500;color:#1f2937;line-height:1.25}.data-journey .feature-strip{width:100%;background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.9);border-radius:18px;padding:18px 22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;box-shadow:0 1px 2px #0f172a0a,0 16px 36px -16px #3b82f638}@media(max-width:900px){.data-journey .feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.data-journey .feature-strip{grid-template-columns:1fr}}.data-journey .feature{display:flex;align-items:center;gap:12px;padding:6px 4px}.data-journey .feature__icon{width:40px;height:40px;flex-shrink:0;border-radius:12px;display:grid;place-items:center}.data-journey .feature__icon svg{width:22px;height:22px}.data-journey .feature__text{display:flex;flex-direction:column;min-width:0}.data-journey .feature__title{font-weight:600;font-size:.92rem;color:#1f2937}.data-journey .feature__sub{font-size:.76rem;color:#71717a;margin-top:2px}.data-journey .feature--blue .feature__icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.data-journey .feature--teal .feature__icon{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0d9488}.data-journey .feature--amber .feature__icon{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.data-journey .feature--violet .feature__icon{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}@media(max-width:1024px){.data-journey .journey-diagram{gap:1.75rem}.data-journey .journey-diagram .dotted-link+.layer-band,.data-journey .journey-diagram .layer-band+.dotted-link,.data-journey .journey-diagram .diagram-main+.dotted-link{margin-top:0}.data-journey .journey-diagram .dotted-link{margin-bottom:0}.data-journey .panel{padding:16px}.data-journey .panel__label{font-size:1rem}.data-journey .hub__circle{width:56px;height:56px}.data-journey .hub__circle img{width:22px;height:22px}.data-journey .hub__circle svg{width:22px;height:22px}.data-journey .engine{padding:12px 4px;width:100%}.data-journey .engine__card{max-width:520px;padding:20px}.data-journey .layer-band{padding:16px 20px}.data-journey .layer-band__title{margin-bottom:12px}.data-journey .layer-band__row{gap:12px}.data-journey .layer-band__row--caps{gap:16px}}@media(max-width:768px){.data-journey .journey-diagram{gap:1.25rem}.data-journey .panel{padding:14px;gap:10px;border-radius:16px}.data-journey .panel__label{font-size:.95rem}.data-journey .src-item{padding:9px 10px;gap:10px}.data-journey .src-item__icon{width:36px;height:36px}.data-journey .src-item__icon img{width:20px;height:20px}.data-journey .src-item__icon svg{width:19px;height:19px}.data-journey .src-item__title{font-size:.9rem}.data-journey .src-item__sub{font-size:.74rem}.data-journey .hub__circle{width:52px;height:52px}.data-journey .hub__circle img{width:20px;height:20px}.data-journey .hub__circle svg{width:20px;height:20px}.data-journey .hub__label{font-size:.95rem}.data-journey .hub__sub{font-size:.7rem;max-width:180px}.data-journey .engine{padding:8px 0}.data-journey .engine__card{padding:18px 16px 20px;border-radius:18px;max-width:100%}.data-journey .engine__brand-logo{width:30px;height:30px}.data-journey .engine__brand-text{font-size:1.25rem}.data-journey .engine__tagline{font-size:.8rem;margin-bottom:12px}.data-journey .engine__rows{gap:8px}.data-journey .engine-row{padding:10px 12px;gap:10px}.data-journey .engine-row__icon{width:30px;height:30px}.data-journey .engine-row__icon svg{width:17px;height:17px}.data-journey .engine-row__title{font-size:.9rem}.data-journey .engine-row__sub{font-size:.74rem}.data-journey .layer-band{padding:14px 16px;border-radius:18px}.data-journey .layer-band__title{margin-bottom:10px}.data-journey .layer-band__title span{font-size:.95rem}.data-journey .layer-band__title small{font-size:.72rem}.data-journey .layer-band__row{gap:10px}.data-journey .layer-band__row--caps{gap:14px;row-gap:16px}.data-journey .pill{flex:1 1 100%;max-width:100%;min-width:0;padding:9px 12px}.data-journey .pill__icon{width:34px;height:34px}.data-journey .pill__icon svg{width:18px;height:18px}.data-journey .pill__title{font-size:.88rem}.data-journey .pill__sub{font-size:.72rem}.data-journey .cap-item{flex:0 0 calc(33.333% - 10px);max-width:none;min-width:0;padding:6px 2px}.data-journey .cap-item__icon{width:36px;height:36px}.data-journey .cap-item__icon svg{width:22px;height:22px}.data-journey .cap-item__title{font-size:.76rem}.data-journey .feature-strip{padding:14px 16px;gap:14px;border-radius:16px}.data-journey .feature{gap:10px}.data-journey .feature__icon{width:36px;height:36px}.data-journey .feature__icon svg{width:20px;height:20px}.data-journey .feature__title{font-size:.88rem}.data-journey .feature__sub{font-size:.72rem}}@media(max-width:480px){.data-journey .journey-diagram{gap:1rem}.data-journey .panel,.data-journey .layer-band,.data-journey .feature-strip,.data-journey .engine__card{border-radius:14px}.data-journey .src-item{padding:8px 9px}.data-journey .src-item__title{font-size:.86rem}.data-journey .src-item__sub{font-size:.7rem}.data-journey .src-item__icon{width:34px;height:34px}.data-journey .src-item__icon img{width:18px;height:18px}.data-journey .src-item__icon svg{width:18px;height:18px}.data-journey .hub__circle{width:48px;height:48px}.data-journey .hub__circle svg{width:18px;height:18px}.data-journey .hub__circle img{width:18px;height:18px}.data-journey .engine__brand-text{font-size:1.125rem}.data-journey .engine__brand-logo{width:26px;height:26px}.data-journey .engine-row{padding:9px 10px}.data-journey .engine-row__title{font-size:.86rem}.data-journey .engine-row__sub{font-size:.72rem}.data-journey .cap-item{flex:0 0 calc(50% - 7px)}.data-journey .cap-item__title{font-size:.78rem}.data-journey .feature__title{font-size:.86rem}.data-journey .feature__sub{font-size:.7rem}}.core-platform{width:100%;padding:112px 20px}@media(max-width:1440px){.core-platform{padding:80px 20px}}.core-platform{background-color:#fff;display:flex;justify-content:center}.core-platform__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:2rem}.core-platform__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.core-platform .platform-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;background:transparent;padding:6px 12px}.core-platform .platform-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;max-width:900px;font-size:3.75rem}@media(max-width:1440px){.core-platform .platform-title{font-size:3rem}}@media(max-width:768px){.core-platform .platform-title{font-size:2.5rem}}.core-platform .platform-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.core-platform .platform-subtitle{font-size:1.125rem;line-height:1.6}}.core-platform .platform-subtitle{font-weight:400;line-height:2rem;max-width:800px}.core-platform__diagram{width:100%;display:flex;justify-content:center;margin-bottom:2rem}.core-platform__diagram .diagram-image{max-width:100%}@media(max-width:1440px){.core-platform__diagram .diagram-image{max-width:90%}}.core-platform__diagram .diagram-image{height:auto;object-fit:contain}.core-platform__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}@media(max-width:1024px){.core-platform__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.core-platform__cards{grid-template-columns:1fr}}.core-platform .feature-card{display:flex;justify-content:center;align-items:center}.core-platform .feature-card .card-image{width:100%;height:auto;transition:transform .2s ease}.core-platform .feature-card .card-image:hover{transform:translateY(-5px)}.platform-faq{width:100%;padding:112px 20px}@media(max-width:1440px){.platform-faq{padding:80px 20px}}.platform-faq{background-color:#fff;display:flex;justify-content:center}.platform-faq__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.platform-faq__container{gap:3rem}}.platform-faq__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.platform-faq .faq-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;background:transparent;padding:6px 12px}.platform-faq .faq-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.platform-faq .faq-title{font-size:3rem}}@media(max-width:768px){.platform-faq .faq-title{font-size:2.5rem}}.platform-faq .faq-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.platform-faq .faq-subtitle{font-size:1.125rem}}.platform-faq .faq-subtitle{font-weight:400;line-height:2rem;max-width:800px}.platform-faq__card-wrapper{width:100%;background-color:#fff;border-radius:24px;padding:32px}@media(max-width:1440px){.platform-faq__card-wrapper{padding:24px}}.platform-faq__card-wrapper{box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #f5f5f5;display:flex;flex-direction:column;gap:1.5rem}.platform-faq .faq-item{background-color:#fafafa;border-radius:16px;padding:24px}@media(max-width:1440px){.platform-faq .faq-item{padding:20px}}.platform-faq .faq-item{cursor:pointer;transition:all .2s ease;box-shadow:0 10px 15px #0000000a,0 4px 6px #00000005}.platform-faq .faq-item:hover{background-color:#f3f4f6}.platform-faq .faq-item__question{display:flex;justify-content:space-between;align-items:center;gap:1rem}.platform-faq .faq-item__question .question-content{display:flex;align-items:center;gap:.75rem;flex:1}.platform-faq .faq-item__question .indicator{width:0;height:0;background-color:transparent;border-radius:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #1F2937;flex-shrink:0;margin-right:4px}.platform-faq .faq-item__question .text{font-family:Poppins,sans-serif;font-size:1.25rem}@media(max-width:1440px){.platform-faq .faq-item__question .text{font-size:1.125rem}}.platform-faq .faq-item__question .text{font-weight:500;color:#1f2937;line-height:1.4}@media(max-width:768px){.platform-faq .faq-item__question .text{font-size:1.1rem}}.platform-faq .faq-item__question .faq-icon{color:#1f2937;display:flex;align-items:center}.platform-faq .faq-item__answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,margin-top .3s ease}.platform-faq .faq-item__answer .answer-text{font-family:Inter,sans-serif;font-size:1rem}@media(max-width:1440px){.platform-faq .faq-item__answer .answer-text{font-size:.95rem}}.platform-faq .faq-item__answer .answer-text{color:#1f2937;line-height:1.6;padding-left:1.2rem}.platform-faq .faq-item.open .faq-item__answer{max-height:200px;opacity:1;margin-top:1rem}.platform-faq .faq-item.open .indicator{transform:rotate(90deg);transition:transform .2s ease}.platform-cta{width:100%;position:relative;background-color:#1a2334;padding:120px 20px}@media(max-width:1440px){.platform-cta{padding:80px 20px}}.platform-cta{overflow:hidden;display:flex;justify-content:center;align-items:center}.platform-cta__grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.platform-cta__glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.15),transparent 60%);pointer-events:none}.platform-cta__container{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem}@media(max-width:1440px){.platform-cta__container{gap:2rem}}.platform-cta__container{max-width:900px}.platform-cta .cta-subtitle{color:#14b8a6;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.platform-cta .cta-title{font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.platform-cta .cta-title{font-size:3rem}}.platform-cta .cta-title{font-weight:500;line-height:1.1;color:#fff;margin-bottom:1.5rem}.platform-cta .cta-title .highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block}@media(max-width:768px){.platform-cta .cta-title{font-size:2.5rem}}.platform-cta .cta-description{font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.platform-cta .cta-description{font-size:1.125rem}}.platform-cta .cta-description{color:#d6d3d1;font-weight:400;line-height:1.6;max-width:700px;margin:0 auto}.platform-cta .cta-buttons{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.platform-cta .cta-buttons button{font-family:Inter,sans-serif;font-size:1.125rem;padding:16px 32px}@media(max-width:1440px){.platform-cta .cta-buttons button{font-size:1rem;padding:12px 24px}}.platform-cta .cta-buttons button{font-weight:600;border-radius:100px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.platform-cta .cta-buttons button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.platform-cta .cta-buttons .btn-primary{background:linear-gradient(90deg,#1e3a8a,#22d3ee);color:#fff;border:none;box-shadow:0 12px 28px #0000001a}.platform-cta .cta-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid white;box-shadow:0 12px 28px #0000001a}.platform-cta .cta-buttons .btn-secondary:hover{background:#ffffff1a}html{scroll-behavior:smooth;scroll-padding-top:120px}.docs-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;padding-top:120px}.docs-layout__container{display:grid;grid-template-columns:260px 1fr 240px;gap:3rem;max-width:1440px;margin:0 auto;width:100%;padding:0 2rem;position:relative}@media(max-width:1024px){.docs-layout__container{grid-template-columns:240px 1fr;gap:2rem}}@media(max-width:768px){.docs-layout__container{grid-template-columns:1fr;padding:0 1.5rem}}.docs-sidebar{position:sticky;top:120px;height:calc(100vh - 120px);overflow-y:auto;padding-right:1.5rem;border-right:1px solid #E2E8F0}.docs-sidebar::-webkit-scrollbar{width:4px}.docs-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}@media(max-width:768px){.docs-sidebar{position:relative;top:0;height:auto;border-right:none;border-bottom:1px solid #E2E8F0;margin-bottom:2rem;padding-bottom:1rem;max-height:300px}}.docs-sidebar .sidebar-group{margin-bottom:2rem}.docs-sidebar .sidebar-group__title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:700;margin-bottom:.75rem}.docs-sidebar .sidebar-link{display:block;padding:.5rem .75rem;color:#475569;font-size:.95rem;text-decoration:none;transition:all .2s;cursor:pointer;border-left:2px solid transparent;margin-bottom:.25rem;border-radius:0 4px 4px 0}.docs-sidebar .sidebar-link:hover{color:#2563eb;background-color:#f8fafc;border-left-color:#cbd5e1}.docs-sidebar .sidebar-link.active{color:#2563eb;font-weight:600;border-left-color:#2563eb;background-color:#eff6ff}.docs-content{min-width:0;padding-bottom:4rem}.docs-content__header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E2E8F0}.docs-content__header span{display:block;margin-bottom:.5rem}.docs-content__header h1{font-size:2.5rem;color:#0f172a;font-weight:800;line-height:1.2;margin:0}.docs-content__body h2{font-size:1.75rem;margin-top:3rem;margin-bottom:1rem;color:#1e293b;font-weight:700}.docs-content__body h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem;color:#334155;font-weight:600}.docs-content__body p{margin-bottom:1.5rem;line-height:1.75;color:#334155;font-size:1.05rem}.docs-content__body ul,.docs-content__body ol{margin-bottom:1.5rem;padding-left:1.5rem}.docs-content__body ul li,.docs-content__body ol li{margin-bottom:.5rem;color:#334155;line-height:1.7}.docs-content__body strong{color:#0f172a;font-weight:600}.docs-content__body a{color:#2563eb;text-decoration:none}.docs-content__body a:hover{text-decoration:underline}.docs-content__body pre{background-color:#1e293b!important;color:#e2e8f0;padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid #334155}.docs-content__body pre code{background-color:transparent;color:inherit;padding:0;font-family:Menlo,Monaco,Courier New,monospace;font-size:.9rem}.docs-content__body :not(pre)>code{background-color:#f1f5f9;color:#dc2626;padding:.2rem .4rem;border-radius:4px;font-family:Menlo,Monaco,Courier New,monospace;font-size:.85em;border:1px solid #E2E8F0}.docs-content__body table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem}.docs-content__body table th{background-color:#f8fafc;font-weight:600;text-align:left;padding:.75rem 1rem;border:1px solid #E2E8F0;color:#1e293b}.docs-content__body table td{padding:.75rem 1rem;border:1px solid #E2E8F0;color:#334155}.docs-content__nav{display:flex;justify-content:space-between;margin-top:4rem;padding-top:2rem;border-top:1px solid #E2E8F0}.docs-content__nav .nav-btn{display:flex;flex-direction:column;cursor:pointer;text-decoration:none;padding:1rem;border-radius:8px;transition:background .2s;max-width:45%}.docs-content__nav .nav-btn:hover{background-color:#f8fafc}.docs-content__nav .nav-btn.next{text-align:right;margin-left:auto}.docs-content__nav .nav-btn span.label{font-size:.8rem;text-transform:uppercase;color:#94a3b8;margin-bottom:.25rem}.docs-content__nav .nav-btn span.title{font-size:1rem;color:#2563eb;font-weight:600}.docs-toc{position:sticky;top:120px;height:max-content;max-height:calc(100vh - 140px);overflow-y:auto;padding-left:1.5rem;border-left:1px solid #E2E8F0}@media(max-width:1024px){.docs-toc{display:none}}.docs-toc h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0f172a;margin-bottom:1rem}.docs-toc ul{list-style:none;padding:0;margin:0}.docs-toc ul li{margin-bottom:.75rem}.docs-toc ul li a{text-decoration:none;color:#64748b;font-size:.9rem;line-height:1.4;display:block;transition:color .2s}.docs-toc ul li a:hover{color:#2563eb}.blog-hero{position:relative;width:100%;background-color:#fff;padding:112px 20px}@media(max-width:auto){.blog-hero{padding:80px 20px}}.blog-hero{display:flex;justify-content:center;align-items:center;overflow:hidden}.blog-hero__container{width:100%;max-width:1440px;display:flex;align-items:center;justify-content:space-between;gap:4rem}@media(max-width:1440px){.blog-hero__container{gap:2rem}}@media(max-width:1024px){.blog-hero__container{flex-direction:column-reverse;gap:3rem;text-align:center}}.blog-hero__content{flex:1;max-width:600px;display:flex;flex-direction:column;align-items:flex-start;gap:2rem}@media(max-width:1440px){.blog-hero__content{gap:1.5rem}}@media(max-width:1024px){.blog-hero__content{align-items:center;max-width:100%}}.blog-hero__title{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;font-size:3.75rem}@media(max-width:1440px){.blog-hero__title{font-size:3rem}}@media(max-width:768px){.blog-hero__title{font-size:2.25rem}}.blog-hero__title .text-dark{color:#1f2937}.blog-hero__title .text-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.blog-hero__subtitle{color:#71717a;font-family:Inter,sans-serif;font-weight:400;line-height:1.6;font-size:1.25rem}@media(max-width:1440px){.blog-hero__subtitle{font-size:1.125rem}}.blog-hero .btn-read-more{background:linear-gradient(90deg,#1e3a8a,#22d3ee);color:#fff;font-family:Inter,sans-serif;font-weight:600;border:none;border-radius:100px;cursor:pointer;box-shadow:0 12px 28px #0000001a;transition:transform .2s ease;padding:16px 32px;font-size:1.125rem}@media(max-width:1440px){.blog-hero .btn-read-more{padding:12px 24px;font-size:1rem}}.blog-hero .btn-read-more:hover{transform:translateY(-2px)}.blog-hero__visual{flex:1;display:flex;justify-content:flex-end;align-items:center}@media(max-width:1024px){.blog-hero__visual{justify-content:center;width:100%}}.blog-hero__visual .hero-image{max-width:100%;height:auto;object-fit:contain}@media(max-width:1440px){.blog-hero__visual .hero-image{max-height:400px}}.blog-content{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.blog-content{padding:80px 20px}}.blog-content{background-color:#98f5ff12;display:flex;justify-content:center}.blog-content__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.blog-content__container{position:relative;z-index:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:8rem}@media(max-width:1440px){.blog-content__container{gap:5rem}}.blog-content .blog-section{width:100%;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:1440px){.blog-content .blog-section{gap:2.5rem}}.blog-content .blog-section__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.blog-content .section-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;background:transparent;padding:8px 10px;border-radius:4px}.blog-content .section-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.blog-content .section-title{font-size:3rem}}.blog-content .section-title{font-weight:500;line-height:1.1}.blog-content .section-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.blog-content .section-subtitle{font-size:1.125rem}}.blog-content .section-subtitle{font-weight:400;line-height:2rem;max-width:780px}.blog-content .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:2rem}@media(max-width:1440px){.blog-content .blog-grid{gap:1.5rem}}@media(max-width:1024px){.blog-content .blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.blog-content .blog-grid{grid-template-columns:1fr}}.blog-content .blog-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #E2E8F0;display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;box-shadow:0 4px 6px #00000005}.blog-content .blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.blog-content .blog-card:hover .blog-card__read-more{color:#1e40af;transform:translate(4px)}.blog-content .blog-card__image-wrapper{position:relative;width:100%;height:240px;background-color:#f1f5f9;overflow:hidden}@media(max-width:1440px){.blog-content .blog-card__image-wrapper{height:200px}}.blog-content .blog-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-content .blog-card:hover .blog-content .blog-card__image{transform:scale(1.05)}.blog-content .blog-card__placeholder{width:100%;height:100%;background:linear-gradient(120deg,#f1f5f9,#e2e8f0)}.blog-content .blog-card__category{position:absolute;top:16px;left:16px;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#0f172a;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;padding:6px 12px;border-radius:100px;box-shadow:0 2px 4px #0000001a;z-index:2}.blog-content .blog-card__content{padding:24px;display:flex;flex-direction:column;flex:1;gap:12px}@media(max-width:1440px){.blog-content .blog-card__content{padding:20px}}.blog-content .blog-card__title{color:#1e293b;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-content .blog-card__desc{color:#64748b;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-content .blog-card__read-more{margin-top:12px;color:#2563eb;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;transition:all .2s ease}.blog-content .btn-load-more{margin-top:2rem;padding:16px 32px;border-radius:100px;background:#fff;border:none;cursor:pointer;box-shadow:0 12px 28px #0000001a;position:relative;z-index:0}.blog-content .btn-load-more:before{content:"";position:absolute;inset:0;border-radius:100px;padding:2px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.blog-content .btn-load-more .gradient-text{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.blog-content .btn-load-more{transition:transform .2s ease}.blog-content .btn-load-more:hover{transform:translateY(-2px)}.blog-cta{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.blog-cta{padding:80px 20px}}.blog-cta{background-color:#1a2334;overflow:hidden;display:flex;justify-content:center}.blog-cta__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.blog-cta__container{position:relative;z-index:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:1440px){.blog-cta__container{gap:2.5rem}}.blog-cta__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.blog-cta .bc-badge{color:#14b8a6;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;background:transparent;padding:8px 10px;border-radius:4px}.blog-cta .bc-title{font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem}@media(max-width:1440px){.blog-cta .bc-title{font-size:3rem}}@media(max-width:768px){.blog-cta .bc-title{font-size:2.25rem}}.blog-cta .bc-title .text-white{color:#fff}.blog-cta .bc-title .text-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.blog-cta .bc-subtitle{color:#d6d3d1;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.blog-cta .bc-subtitle{font-size:1.125rem}}.blog-cta .bc-subtitle{font-weight:400;line-height:2rem;max-width:612px}.blog-cta__form{display:flex;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:645px}@media(max-width:600px){.blog-cta__form{flex-direction:column;gap:1rem}}.blog-cta .input-wrapper{width:100%;max-width:384px;height:56px;position:relative}@media(max-width:600px){.blog-cta .input-wrapper{max-width:100%}}.blog-cta .email-input{width:100%;height:100%;border-radius:100px;border:1px solid #1E3A8A;padding:0 24px;font-family:Inter,sans-serif;font-size:1rem;outline:none;color:#18181b}.blog-cta .email-input::placeholder{color:#71717a}.blog-cta .email-input:focus{border-color:#22d3ee;box-shadow:0 0 0 2px #22d3ee33}.blog-cta .btn-subscribe{flex:1;min-width:140px;height:56px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);border-radius:100px;border:none;cursor:pointer;color:#fff;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.2;box-shadow:0 12px 28px #0000001a;transition:transform .2s ease}@media(max-width:1440px){.blog-cta .btn-subscribe{font-size:1rem}}@media(max-width:600px){.blog-cta .btn-subscribe{width:100%}}.blog-cta .btn-subscribe:hover{transform:translateY(-2px)}.contact-hero{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.contact-hero{padding:80px 20px}}.contact-hero{background-color:#98f5ff12;overflow:hidden;display:flex;justify-content:center}.contact-hero__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.contact-hero__container{position:relative;z-index:1;width:100%;max-width:846px;display:flex;flex-direction:column;align-items:center;gap:2rem}.contact-hero__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;margin-bottom:1rem}.contact-hero .header-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:4px}.contact-hero .header-badge .badge-text{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1}.contact-hero .header-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:500;line-height:1.1}@media(max-width:1440px){.contact-hero .header-title{font-size:3rem}}.contact-hero .header-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem}@media(max-width:1440px){.contact-hero .header-subtitle{font-size:1.125rem}}.contact-hero__form-card{width:100%;background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 4px #0000000f,0 24px 32px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:600px){.contact-hero__form-card{padding:24px}}.contact-hero .contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-hero .form-row{display:flex;gap:1rem;width:100%}@media(max-width:600px){.contact-hero .form-row{flex-direction:column}}.contact-hero .form-group{flex:1;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.contact-hero .form-group label{color:#18181b;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.contact-hero .form-group label .required{color:#ef4444;margin-left:2px}.contact-hero .input-wrapper{position:relative;width:100%;background:#fff;border-radius:100px;border:none}.contact-hero .input-wrapper:before{content:"";position:absolute;inset:0;border-radius:100px;padding:1px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.contact-hero .input-wrapper input,.contact-hero .input-wrapper textarea{width:100%;background:transparent;border:none;outline:none;padding:16px 24px;font-family:Inter,sans-serif;font-size:1rem;color:#18181b;border-radius:100px}.contact-hero .input-wrapper input::placeholder,.contact-hero .input-wrapper textarea::placeholder{color:#71717a}.contact-hero .textarea-wrapper{border-radius:24px}.contact-hero .textarea-wrapper:before{border-radius:24px}.contact-hero .textarea-wrapper textarea{border-radius:24px;resize:none;overflow-y:hidden;min-height:60px;display:block;line-height:1.5}.contact-hero .btn-submit{width:100%;padding:16px 32px;margin-top:.5rem;background:linear-gradient(90deg,#1e3a8a,#22d3ee);border-radius:100px;border:none;cursor:pointer;color:#fff;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.25rem;transition:transform .2s ease,box-shadow .2s ease}@media(max-width:1440px){.contact-hero .btn-submit{font-size:1rem;padding:14px 24px}}.contact-hero .btn-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.office-locations{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.office-locations{padding:80px 20px}}.office-locations{background-color:#f8fafc;overflow:hidden;display:flex;justify-content:center}.office-locations__container{position:relative;z-index:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.office-locations__container{gap:3rem}}.office-locations__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.office-locations .header-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:4px}.office-locations .header-badge .badge-text{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1}.office-locations .header-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:500;line-height:1.1}@media(max-width:1440px){.office-locations .header-title{font-size:3rem}}@media(max-width:768px){.office-locations .header-title{font-size:2.5rem}}.office-locations__grid{display:grid;grid-template-columns:repeat(2,1fr);width:100%;gap:2rem}@media(max-width:1440px){.office-locations__grid{gap:1.5rem}}@media(max-width:900px){.office-locations__grid{grid-template-columns:1fr}}@media(min-width:901px){.office-locations__grid .location-card:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 1rem);justify-self:center}}.office-locations .location-card{background:#fff;border-radius:12px;box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .2s ease}.office-locations .location-card:hover{transform:translateY(-5px)}.office-locations .location-card__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.office-locations .location-city{color:#18181b;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.2;margin:0}.office-locations .location-address{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;text-decoration:underline;text-decoration-color:#e4e4e7;max-width:320px}.office-locations .location-contact{display:flex;flex-direction:column;gap:.5rem}.office-locations .contact-item{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0}.about-hero{position:relative;width:100%;padding:140px 20px 100px}@media(max-width:1440px){.about-hero{padding:110px 20px 80px}}.about-hero{background-color:#98f5ff12;overflow:hidden;display:flex;justify-content:center;align-items:center}.about-hero__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.about-hero__container{position:relative;z-index:1;width:100%;max-width:930px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem}@media(max-width:1440px){.about-hero__container{gap:2.5rem}}.about-hero__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.about-hero__title{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;font-size:3.75rem}@media(max-width:1440px){.about-hero__title{font-size:3rem}}@media(max-width:768px){.about-hero__title{font-size:2.25rem}}.about-hero__title .text-dark{color:#1f2937}.about-hero__title .text-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.about-hero__subtitle{color:#71717a;font-family:Inter,sans-serif;font-weight:400;line-height:1.6;max-width:780px;font-size:1.25rem}@media(max-width:1440px){.about-hero__subtitle{font-size:1.125rem}}.about-hero__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.about-hero .btn-solid{width:224px;padding:16px 24px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);color:#fff;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;border:none;border-radius:100px;cursor:pointer;box-shadow:0 12px 28px #0000001a;transition:transform .2s ease}@media(max-width:1440px){.about-hero .btn-solid{width:auto;min-width:180px;padding:14px 24px;font-size:1rem}}.about-hero .btn-solid:hover{transform:translateY(-2px)}.about-hero .btn-outline{position:relative;width:224px;padding:16px 24px;background:#fff;border-radius:100px;border:none;cursor:pointer;box-shadow:0 12px 28px #0000001a;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}@media(max-width:1440px){.about-hero .btn-outline{width:auto;min-width:180px;padding:14px 24px}}.about-hero .btn-outline:before{content:"";position:absolute;inset:0;border-radius:100px;padding:2px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.about-hero .btn-outline .gradient-text{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem;line-height:1.25rem;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}@media(max-width:1440px){.about-hero .btn-outline .gradient-text{font-size:1rem}}.about-hero .btn-outline:hover{transform:translateY(-2px)}.who-we-are{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.who-we-are{padding:80px 20px}}.who-we-are{background-color:#fff;overflow:hidden;display:flex;justify-content:center}.who-we-are__container{position:relative;z-index:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.who-we-are__container{gap:3rem}}.who-we-are__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.who-we-are .wa-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1;background:transparent;padding:8px 10px;border-radius:4px}.who-we-are .wa-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:3.75rem}@media(max-width:1440px){.who-we-are .wa-title{font-size:3rem}}.who-we-are .wa-title{font-weight:500;line-height:1.1}.who-we-are .wa-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.who-we-are .wa-subtitle{font-size:1.125rem}}.who-we-are .wa-subtitle{font-weight:400;line-height:2rem;max-width:780px}.who-we-are__grid{display:flex;justify-content:center;gap:1.5rem;width:100%;flex-wrap:wrap}@media(max-width:1440px){.who-we-are__grid{gap:1rem}}.who-we-are .stat-card{position:relative;background:#fff;border-radius:12px;width:100%;max-width:288px}@media(max-width:1440px){.who-we-are .stat-card{max-width:240px}}.who-we-are .stat-card{padding:24px;box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;transition:transform .2s ease}.who-we-are .stat-card:hover{transform:translateY(-5px)}.who-we-are .stat-card__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.5rem}.who-we-are .stat-card .stat-value{font-family:Poppins,sans-serif;font-size:2.25rem}@media(max-width:1440px){.who-we-are .stat-card .stat-value{font-size:2rem}}.who-we-are .stat-card .stat-value{font-weight:600;line-height:1.2;margin:0;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.who-we-are .stat-card .stat-label{color:#1f2937;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0}.who-we-are .stat-card .card-decor{position:absolute;width:40px;height:40px;background-image:radial-gradient(circle,rgba(34,211,238,.1) 20%,transparent 20%);background-size:10px 10px;opacity:.6}.who-we-are .stat-card .card-decor--tl{top:-10px;left:-10px}.who-we-are .stat-card .card-decor--tr{top:-10px;right:-10px}.who-we-are .stat-card .card-decor--bl{bottom:-10px;left:-10px}.who-we-are .stat-card .card-decor--br{bottom:-10px;right:-10px}.company-vision{position:relative;width:100%;padding:112px 20px;background-color:#fff;display:flex;justify-content:center}@media(max-width:1440px){.company-vision{padding:80px 20px}}@media(max-width:768px){.company-vision{padding:64px 16px}}.company-vision__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:1440px){.company-vision__container{gap:2.5rem}}.company-vision__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.company-vision__body{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:780px;text-align:center}.company-vision__body p{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem;margin:0}@media(max-width:1440px){.company-vision__body p{font-size:1.125rem}}@media(max-width:768px){.company-vision__body p{font-size:1rem}}.company-vision .cv-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1}.company-vision .cv-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem;max-width:800px}@media(max-width:1440px){.company-vision .cv-title{font-size:3rem}}@media(max-width:768px){.company-vision .cv-title{font-size:2.25rem}}@media(max-width:480px){.company-vision .cv-title{font-size:1.875rem}}.company-vision .cv-emphasis{color:#1f2937!important;font-weight:500!important}.company-vision .cv-callout{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}@media(max-width:1440px){.company-vision .cv-callout{gap:1rem}}@media(max-width:900px){.company-vision .cv-callout{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.company-vision .cv-callout{grid-template-columns:1fr}}.company-vision .cv-callout li{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left;color:#1f2937;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.6}@media(max-width:1440px){.company-vision .cv-callout li{padding:20px}}.company-vision .cv-callout .cv-callout-number{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;line-height:1;background:linear-gradient(90deg,#1e3a8a,#22d3ee);background-size:200px 100%;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block}@media(max-width:1440px){.company-vision .cv-callout .cv-callout-number{font-size:1.5rem}}.company-vision .cv-divider{width:100%;max-width:780px;height:1px;background:linear-gradient(90deg,transparent,rgba(31,41,55,.12),transparent)}.origin-story{position:relative;width:100%;padding:112px 20px;background-color:#98f5ff12;overflow:hidden;display:flex;justify-content:center}@media(max-width:1440px){.origin-story{padding:80px 20px}}@media(max-width:768px){.origin-story{padding:64px 16px}}.origin-story__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.origin-story__container{position:relative;z-index:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:1440px){.origin-story__container{gap:2.5rem}}.origin-story__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.origin-story__body{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:780px;text-align:center}.origin-story__body p{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem;margin:0}@media(max-width:1440px){.origin-story__body p{font-size:1.125rem}}@media(max-width:768px){.origin-story__body p{font-size:1rem}}.origin-story .os-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1}.origin-story .os-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem;max-width:800px}@media(max-width:1440px){.origin-story .os-title{font-size:3rem}}@media(max-width:768px){.origin-story .os-title{font-size:2.25rem}}@media(max-width:480px){.origin-story .os-title{font-size:1.875rem}}.origin-story .os-bullets{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}@media(max-width:1440px){.origin-story .os-bullets{gap:1rem}}@media(max-width:768px){.origin-story .os-bullets{grid-template-columns:1fr}}.origin-story .os-bullets li{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left;color:#1f2937;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.6}@media(max-width:1440px){.origin-story .os-bullets li{padding:20px}}.origin-story .os-bullets .os-bullet-number{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;line-height:1;background:linear-gradient(90deg,#1e3a8a,#22d3ee);background-size:200px 100%;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block}@media(max-width:1440px){.origin-story .os-bullets .os-bullet-number{font-size:1.5rem}}.origin-story .os-signature{color:#1f2937!important;font-family:Poppins,sans-serif!important;font-weight:500!important;font-style:italic;margin-top:.5rem!important}.origin-story .os-divider{width:100%;max-width:780px;height:1px;background:linear-gradient(90deg,transparent,rgba(31,41,55,.15),transparent)}.operating-principles{position:relative;width:100%;padding:112px 20px;background-color:#fff;display:flex;justify-content:center}@media(max-width:1440px){.operating-principles{padding:80px 20px}}@media(max-width:768px){.operating-principles{padding:64px 16px}}.operating-principles__container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:4rem}@media(max-width:1440px){.operating-principles__container{gap:3rem}}.operating-principles__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:780px}.operating-principles .op-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;line-height:1}.operating-principles .op-title{color:#1f2937;font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;font-size:3.75rem;margin:0}@media(max-width:1440px){.operating-principles .op-title{font-size:3rem}}@media(max-width:768px){.operating-principles .op-title{font-size:2.25rem}}@media(max-width:480px){.operating-principles .op-title{font-size:1.875rem}}.operating-principles .op-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem;margin:0}@media(max-width:1440px){.operating-principles .op-subtitle{font-size:1.125rem}}.operating-principles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}@media(max-width:1440px){.operating-principles__grid{gap:1.5rem}}@media(max-width:900px){.operating-principles__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.operating-principles__grid{grid-template-columns:1fr}}.operating-principles .principle-card{padding:2rem;background:#f9fafb;border-radius:12px;border:1px solid rgba(31,41,55,.06);display:flex;flex-direction:column;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease}@media(max-width:1440px){.operating-principles .principle-card{padding:1.5rem}}.operating-principles .principle-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.operating-principles .principle-number{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;line-height:1;background:linear-gradient(90deg,#1e3a8a,#22d3ee);background-size:200px 100%;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block}@media(max-width:1440px){.operating-principles .principle-number{font-size:1.75rem}}.operating-principles .principle-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0}@media(max-width:1440px){.operating-principles .principle-title{font-size:1.125rem}}.operating-principles .principle-desc{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.7;margin:0}.team-section{position:relative;width:100%;padding:112px 20px;background-color:#98f5ff12;overflow:hidden;display:flex;justify-content:center}@media(max-width:1440px){.team-section{padding:80px 20px}}@media(max-width:768px){.team-section{padding:64px 16px}}.team-section__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#cccccc 49%,#cccccc 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.team-section__container{position:relative;z-index:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:5rem}@media(max-width:1440px){.team-section__container{gap:4rem}}@media(max-width:768px){.team-section__container{gap:3rem}}.team-section__block{display:flex;flex-direction:column;align-items:center;gap:4rem;width:100%}@media(max-width:1440px){.team-section__block{gap:3rem}}@media(max-width:768px){.team-section__block{gap:2.5rem}}.team-section__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.team-section__grid{display:flex;justify-content:center;gap:3rem;width:100%;flex-wrap:wrap}@media(max-width:1440px){.team-section__grid{gap:2rem}}@media(max-width:600px){.team-section__grid{flex-direction:column;align-items:center;gap:3.5rem}}.team-section__grid--centered{justify-content:center}.team-section__divider{width:100%;max-width:640px;height:1px;background:linear-gradient(to right,transparent,rgba(30,64,175,.2),transparent)}.team-section .ts-badge{color:#1e40af;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.team-section .ts-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:500;line-height:1.1;margin:0}@media(max-width:1440px){.team-section .ts-title{font-size:3rem}}@media(max-width:768px){.team-section .ts-title{font-size:2.25rem}}@media(max-width:480px){.team-section .ts-title{font-size:1.875rem}}.team-section .ts-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem;max-width:720px;margin:0}@media(max-width:1440px){.team-section .ts-subtitle{font-size:1.125rem}}@media(max-width:768px){.team-section .ts-subtitle{font-size:1rem;line-height:1.75rem}}.team-section .ts-person-card{width:100%;max-width:288px;height:340px;perspective:1100px;cursor:pointer}@media(max-width:1440px){.team-section .ts-person-card{max-width:240px;height:370px}}@media(max-width:1280px){.team-section .ts-person-card{height:380px}}@media(max-width:1024px){.team-section .ts-person-card{height:390px}}@media(max-width:768px){.team-section .ts-person-card{height:auto;perspective:none;max-width:300px;cursor:default;display:flex;flex-direction:column;align-items:center;gap:1rem}}.team-section .ts-person-card:hover .ts-card-inner{transform:rotateY(180deg)}.team-section .ts-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.team-section .ts-card-inner{position:static;height:auto;transform-style:flat;transition:none;display:contents}}.team-section .ts-card-front{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(max-width:768px){.team-section .ts-card-front{position:static;inset:auto;backface-visibility:visible;display:contents}}.team-section .ts-image-wrapper{width:224px;height:224px;background-color:#e5e5e5;border-radius:50%;box-shadow:0 1px 8px #00000026;overflow:hidden;flex-shrink:0}@media(max-width:1440px){.team-section .ts-image-wrapper{width:180px;height:180px}}@media(max-width:768px){.team-section .ts-image-wrapper{width:160px;height:160px}}.team-section .ts-image{width:100%;height:100%;object-fit:cover}.team-section .ts-name{color:#1f2937;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.2;margin:0;text-align:center}.team-section .ts-role{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;text-align:center;margin:-.25rem 0 0}.team-section .ts-card-back{position:absolute;inset:0;transform:rotateY(180deg);backface-visibility:hidden;-webkit-backface-visibility:hidden;background:linear-gradient(150deg,#0c1b3a,#152d5c 60%,#0f2248);border-radius:20px;border:1px solid rgba(59,130,246,.25);box-shadow:0 24px 56px #0006,inset 0 1px #ffffff0f;overflow:hidden;padding:1.75rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.35rem}@media(max-width:1440px){.team-section .ts-card-back{padding:1.5rem 1.25rem}}.team-section .ts-card-back:before{content:"";position:absolute;top:0;left:1.5rem;right:1.5rem;height:2px;background:linear-gradient(to right,#1d4ed8,#3b82f6,#60a5fa);border-radius:0 0 2px 2px}@media(max-width:768px){.team-section .ts-card-back{display:none}}.team-section .ts-back__name{color:#fff;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;margin:0;line-height:1.25}.team-section .ts-back__role{display:block;color:#60a5fa;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em}.team-section .ts-back__divider{width:40px;height:1px;background:#60a5fa59;margin:.5rem 0;flex-shrink:0}.team-section .ts-back__bio{color:#fffc;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;margin:0}@media(max-width:1440px){.team-section .ts-back__bio{font-size:.8rem;line-height:1.55}}@media(max-width:1024px){.team-section .ts-back__bio{font-size:.8125rem;line-height:1.6}}.team-section .ts-bio-mobile{display:none}@media(max-width:768px){.team-section .ts-bio-mobile{display:block;color:#4b5563;font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;line-height:1.65;text-align:center;max-width:340px;margin-top:.25rem}}.about-cta{position:relative;width:100%;padding:112px 20px}@media(max-width:1440px){.about-cta{padding:80px 20px}}.about-cta{background-color:#1a2334;overflow:hidden;display:flex;justify-content:center}.about-cta__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768CE 49%,#3768CE 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.about-cta__container{position:relative;z-index:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:1440px){.about-cta__container{gap:2.5rem}}.about-cta__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.about-cta .ac-title{font-family:Poppins,sans-serif;font-weight:500;line-height:1.1;max-width:880px;font-size:3.75rem}@media(max-width:1440px){.about-cta .ac-title{font-size:3rem}}@media(max-width:768px){.about-cta .ac-title{font-size:2.25rem}}.about-cta .ac-title .text-white{color:#fff}.about-cta .ac-title .text-highlight{background:linear-gradient(90deg,#22d3ee,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.about-cta .ac-subtitle{color:#d6d3d1;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.about-cta .ac-subtitle{font-size:1.125rem}}.about-cta .ac-subtitle{font-weight:400;line-height:2rem;max-width:705px;margin:0}.about-cta__buttons{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:center}.about-cta .btn-primary{padding:16px 32px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);border-radius:100px;color:#fff;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.2;text-decoration:none;box-shadow:0 12px 28px #0000001a;transition:transform .2s ease}@media(max-width:1440px){.about-cta .btn-primary{padding:14px 28px;font-size:1rem}}.about-cta .btn-primary:hover{transform:translateY(-2px)}.about-cta .btn-secondary{padding:16px 32px;background:transparent;border-radius:100px;border:1.5px solid rgba(255,255,255,.4);color:#fff;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.2;text-decoration:none;transition:border-color .2s ease,transform .2s ease}@media(max-width:1440px){.about-cta .btn-secondary{padding:14px 28px;font-size:1rem}}.about-cta .btn-secondary:hover{border-color:#fffc;transform:translateY(-2px)}.cyber-hero{position:relative;width:100%;padding-top:240px;padding-bottom:140px;background-color:#fff;overflow:hidden}@media(max-width:1440px){.cyber-hero{padding-top:170px;padding-bottom:100px}}@media(max-width:1024px){.cyber-hero{padding-top:130px;padding-bottom:70px}}@media(max-width:768px){.cyber-hero{padding-top:100px;padding-bottom:56px}}@media(max-width:480px){.cyber-hero{padding-top:90px;padding-bottom:48px}}.cyber-hero__bg-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.cyber-hero__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1440px){.cyber-hero__container{padding:0 40px;gap:3rem}}@media(max-width:1024px){.cyber-hero__container{grid-template-columns:1fr;padding:0 24px;gap:2.5rem}}@media(max-width:768px){.cyber-hero__container{padding:0 20px;gap:2rem}}@media(max-width:480px){.cyber-hero__container{padding:0 16px;gap:1.75rem}}.cyber-hero__content{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:1024px){.cyber-hero__content{align-items:center;text-align:center}}@media(max-width:480px){.cyber-hero__content{gap:1.25rem}}.cyber-hero__badge{color:#2563eb;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}@media(max-width:480px){.cyber-hero__badge{font-size:.75rem}}.cyber-hero__title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:600;line-height:1.1;color:#1f2937}@media(max-width:1440px){.cyber-hero__title{font-size:2.875rem}}@media(max-width:1024px){.cyber-hero__title{font-size:2.5rem}}@media(max-width:768px){.cyber-hero__title{font-size:2rem}}@media(max-width:480px){.cyber-hero__title{font-size:1.75rem;line-height:1.15}}.cyber-hero__title .text-gradient{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cyber-hero__subheadline{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:400;color:#71717a;line-height:1.75;max-width:560px}@media(max-width:1024px){.cyber-hero__subheadline{max-width:100%}}@media(max-width:768px){.cyber-hero__subheadline{font-size:1rem}}@media(max-width:480px){.cyber-hero__subheadline{font-size:.938rem;line-height:1.65}}.cyber-hero__supporting{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#2563eb;padding-left:14px;border-left:3px solid #22d3ee}@media(max-width:1024px){.cyber-hero__supporting{border-left:none;padding-left:0;border-top:3px solid #22d3ee;padding-top:10px}}@media(max-width:480px){.cyber-hero__supporting{font-size:.875rem}}.cyber-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}@media(max-width:1024px){.cyber-hero__actions{justify-content:center}}@media(max-width:480px){.cyber-hero__actions{flex-direction:column;gap:.75rem}}.cyber-hero__actions .btn-primary,.cyber-hero__actions .btn-outline{padding:14px 28px;border-radius:100px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}@media(max-width:480px){.cyber-hero__actions .btn-primary,.cyber-hero__actions .btn-outline{width:100%;padding:14px 20px;font-size:.938rem;text-align:center}}.cyber-hero__actions .btn-primary{background:linear-gradient(90deg,#1e3a8a,#22d3ee);color:#fff;border:none}.cyber-hero__actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1e3a8a47}.cyber-hero__actions .btn-outline{background:transparent;color:#1f2937;border:2px solid rgba(30,58,138,.22)}.cyber-hero__actions .btn-outline:hover{transform:translateY(-2px);border-color:#2563eb;background:#2563eb0a}.cyber-hero__visual{display:flex;justify-content:center;align-items:flex-start;overflow:hidden}.cyber-hero__screenshot{width:100%;max-width:600px;max-height:440px;object-fit:cover;object-position:top center;border-radius:16px;box-shadow:0 4px 6px #0f172a0f,0 24px 60px -16px #1e3a8a38;display:block}@media(max-width:1440px){.cyber-hero__screenshot{max-height:400px}}@media(max-width:1024px){.cyber-hero__screenshot{max-width:100%;max-height:none;height:auto;object-fit:contain}}@media(max-width:768px){.cyber-hero__screenshot{border-radius:12px}}@media(max-width:480px){.cyber-hero__screenshot{border-radius:10px}}.cyber-problem{position:relative;width:100%;padding:100px 20px;background-color:#fff;overflow:hidden}@media(max-width:1440px){.cyber-problem{padding:80px 20px}}@media(max-width:768px){.cyber-problem{padding:64px 20px}}.cyber-problem__bg-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%);background-size:260px 95px;opacity:.05}.cyber-problem__container{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.cyber-problem__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.cyber-problem .section-label{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2563eb}.cyber-problem__heading{font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;line-height:1.15;color:#1f2937;max-width:720px;text-align:center}@media(max-width:1440px){.cyber-problem__heading{font-size:2.5rem}}@media(max-width:768px){.cyber-problem__heading{font-size:2rem}}.cyber-problem__body{max-width:780px;text-align:center;display:flex;flex-direction:column;gap:1.25rem}.cyber-problem__body p{font-family:Inter,sans-serif;font-size:1.05rem;color:#71717a;line-height:1.8}@media(max-width:768px){.cyber-problem__body p{font-size:.975rem}}.cyber-problem__body-highlight{color:#1f2937!important;font-weight:500!important}.cyber-problem__visual{width:100%;display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:0}@media(max-width:768px){.cyber-problem__visual{grid-template-columns:1fr;gap:0}}.cyber-problem .prob-panel{background:#fff;border-radius:16px;padding:28px 26px;border:1px solid rgba(226,232,240,.9);box-shadow:0 1px 3px #0f172a0a,0 8px 24px -8px #1e3a8a14}.cyber-problem .prob-panel__label{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.cyber-problem .prob-panel--left .prob-panel__label{color:#71717a}.cyber-problem .prob-panel--right .prob-panel__label{color:#1e3a8a}.cyber-problem .prob-panel--right{background:linear-gradient(135deg,#dbeafe4d,#cffafe33);border-color:#1e3a8a1a}.cyber-problem .tool-cloud{display:flex;flex-wrap:wrap;gap:8px}.cyber-problem .tool-tag{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#4b5563;padding:5px 14px;border:1.5px solid rgba(100,116,139,.25);border-radius:100px;background:#f8fafccc;letter-spacing:.01em;transition:border-color .15s ease,color .15s ease}.cyber-problem .tool-tag:hover{border-color:#2563eb4d;color:#2563eb}.cyber-problem .prob-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}@media(max-width:768px){.cyber-problem .prob-connector{padding:4px 0}}.cyber-problem .prob-connector__arrow{width:100%;height:14px;overflow:visible;display:block}@media(max-width:768px){.cyber-problem .prob-connector__arrow{width:14px;height:40px;transform:rotate(90deg)}}.cyber-problem .prob-connector__label{font-family:Poppins,sans-serif;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.cyber-problem .intel-list{display:flex;flex-direction:column;gap:14px}.cyber-problem .intel-item{display:flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#1f2937}.cyber-problem .intel-item__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cyber-problem .intel-item__dot--blue{background:#2563eb}.cyber-problem .intel-item__dot--teal{background:#14b8a6}.cyber-problem .intel-item__dot--purple{background:#7c3aed}.cyber-problem .intel-item__dot--green{background:#16a34a}.cyber-use-cases{width:100%;padding:100px 20px;background-color:#fff}@media(max-width:1440px){.cyber-use-cases{padding:80px 20px}}@media(max-width:768px){.cyber-use-cases{padding:64px 16px}}@media(max-width:480px){.cyber-use-cases{padding:52px 16px}}.cyber-use-cases__container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:3.5rem}@media(max-width:768px){.cyber-use-cases__container{gap:2.5rem}}@media(max-width:480px){.cyber-use-cases__container{gap:2rem}}.cyber-use-cases__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.cyber-use-cases .section-badge{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2563eb}.cyber-use-cases .section-title{font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;line-height:1.15;color:#1f2937}@media(max-width:1440px){.cyber-use-cases .section-title{font-size:2.5rem}}@media(max-width:768px){.cyber-use-cases .section-title{font-size:2rem}}@media(max-width:480px){.cyber-use-cases .section-title{font-size:1.75rem}}.cyber-use-cases .section-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;color:#71717a;line-height:1.7;max-width:680px}@media(max-width:768px){.cyber-use-cases .section-subtitle{font-size:1rem}}@media(max-width:480px){.cyber-use-cases .section-subtitle{font-size:.938rem}}.cyber-use-cases .use-cases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1100px){.cyber-use-cases .use-cases__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.cyber-use-cases .use-cases__grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:480px){.cyber-use-cases .use-cases__grid{gap:1rem}}.cyber-use-cases .use-case-card{background:#fff;border-radius:16px;border:1px solid rgba(226,232,240,.9);padding:28px 24px;display:flex;flex-direction:column;gap:1rem;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}@media(max-width:480px){.cyber-use-cases .use-case-card{padding:22px 18px;gap:.875rem}}.cyber-use-cases .use-case-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;background:linear-gradient(90deg,#1e3a8a,#22d3ee)}.cyber-use-cases .use-case-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -12px #1e3a8a26}.cyber-use-cases .use-case-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.cyber-use-cases .use-case-card__icon-wrap{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e3a8a}.cyber-use-cases .use-case-card__icon-wrap svg{width:21px;height:21px}@media(max-width:480px){.cyber-use-cases .use-case-card__icon-wrap{width:38px;height:38px}.cyber-use-cases .use-case-card__icon-wrap svg{width:18px;height:18px}}.cyber-use-cases .use-case-card__persona{font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;padding:4px 10px;border-radius:100px;background:#f9fafb;color:#4b5563;border:1px solid rgba(226,232,240,.9);white-space:nowrap}@media(max-width:480px){.cyber-use-cases .use-case-card__persona{font-size:.65rem;padding:3px 8px}}.cyber-use-cases .use-case-card__title{font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;color:#1f2937;line-height:1.3}@media(max-width:480px){.cyber-use-cases .use-case-card__title{font-size:.975rem}}.cyber-use-cases .use-case-card__description{font-family:Inter,sans-serif;font-size:.88rem;color:#71717a;line-height:1.7;flex:1}@media(max-width:480px){.cyber-use-cases .use-case-card__description{font-size:.85rem}}.cyber-use-cases .use-case-card__capability{font-family:Inter,sans-serif;font-size:.76rem;color:#4b5563;line-height:1.5}.cyber-use-cases .use-case-card__capability .capability-label{font-weight:600;color:#1f2937;margin-right:4px}.cyber-use-cases .use-case-card__output{padding:10px 14px;background:linear-gradient(135deg,#dbeafe4d,#cffafe33);border-radius:10px;border:1px solid rgba(30,58,138,.08)}@media(max-width:480px){.cyber-use-cases .use-case-card__output{padding:8px 12px}}.cyber-use-cases .use-case-card__output .output-label{display:block;font-family:Poppins,sans-serif;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:3px}.cyber-use-cases .use-case-card__output .output-text{font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;color:#1f2937;line-height:1.4;margin:0}@media(max-width:480px){.cyber-use-cases .use-case-card__output .output-text{font-size:.78rem}}.cyber-how{position:relative;width:100%;padding:100px 20px;background-color:#f9fafb;overflow:hidden}@media(max-width:1440px){.cyber-how{padding:80px 20px}}@media(max-width:768px){.cyber-how{padding:64px 16px}}@media(max-width:480px){.cyber-how{padding:52px 16px}}.cyber-how__bg-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%);background-size:260px 95px;opacity:.05}.cyber-how__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:3.5rem}@media(max-width:768px){.cyber-how__container{gap:2.5rem}}@media(max-width:480px){.cyber-how__container{gap:2rem}}.cyber-how__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.cyber-how .section-badge{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2563eb}.cyber-how .section-title{font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;line-height:1.15;color:#1f2937;max-width:700px;text-align:center}@media(max-width:1440px){.cyber-how .section-title{font-size:2.5rem}}@media(max-width:768px){.cyber-how .section-title{font-size:2rem}}@media(max-width:480px){.cyber-how .section-title{font-size:1.75rem}}.cyber-how .how-steps{display:flex;align-items:stretch;gap:0}@media(max-width:1024px){.cyber-how .how-steps{flex-direction:column;gap:1rem}}@media(max-width:480px){.cyber-how .how-steps{gap:.75rem}}.cyber-how .how-connector{flex-shrink:0;align-self:flex-start;padding-top:52px;width:36px;display:flex;align-items:center;justify-content:center}.cyber-how .how-connector svg{width:36px;height:16px;overflow:visible}@media(max-width:1024px){.cyber-how .how-connector{display:none}}.cyber-how .how-step{flex:1;background:#fff;border-radius:16px;border:1px solid rgba(226,232,240,.85);padding:28px 22px 24px;display:flex;flex-direction:column;gap:.875rem;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden;min-width:0}@media(max-width:480px){.cyber-how .how-step{padding:20px 16px;gap:.75rem}}.cyber-how .how-step:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:0 0 16px 16px;background:linear-gradient(90deg,#1e3a8a,#22d3ee)}.cyber-how .how-step:hover{transform:translateY(-4px);box-shadow:0 14px 36px -10px #1e3a8a29}.cyber-how .how-step__top{display:flex;align-items:flex-start;justify-content:space-between}.cyber-how .how-step__number{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;line-height:1;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:480px){.cyber-how .how-step__number{font-size:1.625rem}}.cyber-how .how-step__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e3a8a}.cyber-how .how-step__icon svg{width:22px;height:22px}@media(max-width:480px){.cyber-how .how-step__icon{width:38px;height:38px}.cyber-how .how-step__icon svg{width:18px;height:18px}}.cyber-how .how-step__title{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#1f2937}@media(max-width:480px){.cyber-how .how-step__title{font-size:1rem}}.cyber-how .how-step__desc{font-family:Inter,sans-serif;font-size:.88rem;color:#71717a;line-height:1.65;flex:1}@media(max-width:480px){.cyber-how .how-step__desc{font-size:.85rem}}@media(max-width:1024px){.cyber-how .how-step{border-radius:14px}.cyber-how .how-step:after{display:none}.cyber-how .how-step:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:14px 14px 0 0;background:linear-gradient(90deg,#1e3a8a,#22d3ee)}}.cyber-outcomes{position:relative;width:100%;padding:100px 20px;background-color:#1a2334;overflow:hidden}@media(max-width:1440px){.cyber-outcomes{padding:80px 20px}}@media(max-width:768px){.cyber-outcomes{padding:64px 16px}}@media(max-width:480px){.cyber-outcomes{padding:52px 16px}}.cyber-outcomes__grid-overlay{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768ce 49%,#3768ce 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768ce 49%,#3768ce 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.cyber-outcomes__glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.15),transparent 60%);pointer-events:none}.cyber-outcomes__container{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3.5rem}@media(max-width:768px){.cyber-outcomes__container{gap:2.5rem}}@media(max-width:480px){.cyber-outcomes__container{gap:2rem}}.cyber-outcomes__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.cyber-outcomes .outcomes-label{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2dd4bf}.cyber-outcomes .outcomes-title{font-family:Poppins,sans-serif;font-size:3rem;font-weight:500;line-height:1.15;color:#fff}@media(max-width:1440px){.cyber-outcomes .outcomes-title{font-size:2.5rem}}@media(max-width:768px){.cyber-outcomes .outcomes-title{font-size:2rem}}@media(max-width:480px){.cyber-outcomes .outcomes-title{font-size:1.75rem}}.cyber-outcomes .outcomes-title__highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cyber-outcomes .outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 2.5rem;width:100%;max-width:860px}@media(max-width:768px){.cyber-outcomes .outcomes-grid{gap:1rem 1.5rem}}.cyber-outcomes .outcomes-grid .outcome-item:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 1.25rem);margin:0 auto}@media(max-width:640px){.cyber-outcomes .outcomes-grid{grid-template-columns:1fr;gap:.875rem}.cyber-outcomes .outcomes-grid .outcome-item:last-child:nth-child(odd){grid-column:unset;max-width:100%;margin:0}}.cyber-outcomes .outcome-item{display:flex;align-items:center;gap:14px;padding:14px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:background .2s ease,transform .2s ease}@media(max-width:768px){.cyber-outcomes .outcome-item{padding:12px 16px;gap:12px}}@media(max-width:480px){.cyber-outcomes .outcome-item{padding:11px 14px;gap:10px;border-radius:10px}}.cyber-outcomes .outcome-item:hover{background:#ffffff14;transform:translate(4px)}.cyber-outcomes .outcome-item__check{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#14b8a640,#22d3ee33);border:1px solid rgba(20,184,166,.4);display:grid;place-items:center;flex-shrink:0;color:#2dd4bf}.cyber-outcomes .outcome-item__check svg{width:14px;height:14px}@media(max-width:480px){.cyber-outcomes .outcome-item__check{width:26px;height:26px}.cyber-outcomes .outcome-item__check svg{width:12px;height:12px}}.cyber-outcomes .outcome-item__text{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#ffffffe0;line-height:1.4}@media(max-width:768px){.cyber-outcomes .outcome-item__text{font-size:.9rem}}@media(max-width:480px){.cyber-outcomes .outcome-item__text{font-size:.862rem}}.cyber-cta{position:relative;width:100%;padding:120px 20px;background-color:#1a2334;overflow:hidden}@media(max-width:1440px){.cyber-cta{padding:90px 20px}}@media(max-width:768px){.cyber-cta{padding:72px 16px}}@media(max-width:480px){.cyber-cta{padding:56px 16px}}.cyber-cta__grid-overlay{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768ce 49%,#3768ce 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768ce 49%,#3768ce 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.cyber-cta__glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.18),transparent 60%);pointer-events:none}.cyber-cta__container{position:relative;z-index:1;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}@media(max-width:1440px){.cyber-cta__container{gap:1.75rem}}@media(max-width:768px){.cyber-cta__container{gap:1.5rem}}@media(max-width:480px){.cyber-cta__container{gap:1.25rem}}.cyber-cta__label{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2dd4bf}.cyber-cta__title{font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:500;line-height:1.1;color:#fff}@media(max-width:1440px){.cyber-cta__title{font-size:3rem}}@media(max-width:768px){.cyber-cta__title{font-size:2.25rem}}@media(max-width:480px){.cyber-cta__title{font-size:1.875rem;line-height:1.15}}.cyber-cta__title-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cyber-cta__description{font-family:Inter,sans-serif;font-size:1.2rem;color:#d6d3d1;line-height:1.65;max-width:700px}@media(max-width:1440px){.cyber-cta__description{font-size:1.1rem}}@media(max-width:768px){.cyber-cta__description{font-size:1rem}}@media(max-width:480px){.cyber-cta__description{font-size:.938rem}}.cyber-cta__buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}@media(max-width:480px){.cyber-cta__buttons{flex-direction:column;width:100%;max-width:320px;gap:.75rem}}.cyber-cta__buttons button{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;padding:15px 40px;border-radius:100px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}@media(max-width:1440px){.cyber-cta__buttons button{font-size:1rem;padding:13px 32px}}@media(max-width:480px){.cyber-cta__buttons button{width:100%;padding:14px 24px;font-size:.975rem}}.cyber-cta__buttons button:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000038}.cyber-cta__buttons .btn-primary{background:linear-gradient(90deg,#1e3a8a,#22d3ee);color:#fff;border:none;box-shadow:0 8px 24px #00000026}.cybersecurity-page{display:flex;flex-direction:column;width:100%}.fintech-hero{position:relative;width:100%;padding-top:240px;padding-bottom:140px;background-color:#fff;overflow:hidden}@media(max-width:1440px){.fintech-hero{padding-top:170px;padding-bottom:100px}}@media(max-width:1024px){.fintech-hero{padding-top:130px;padding-bottom:70px}}@media(max-width:768px){.fintech-hero{padding-top:100px;padding-bottom:56px}}@media(max-width:480px){.fintech-hero{padding-top:90px;padding-bottom:48px}}.fintech-hero__bg-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.fintech-hero__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1440px){.fintech-hero__container{padding:0 40px;gap:3rem}}@media(max-width:1024px){.fintech-hero__container{grid-template-columns:1fr;padding:0 24px;gap:2.5rem}}@media(max-width:768px){.fintech-hero__container{padding:0 20px;gap:2rem}}@media(max-width:480px){.fintech-hero__container{padding:0 16px;gap:1.75rem}}.fintech-hero__content{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:1024px){.fintech-hero__content{align-items:center;text-align:center}}@media(max-width:480px){.fintech-hero__content{gap:1.25rem}}.fintech-hero__badge{color:#2563eb;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}@media(max-width:480px){.fintech-hero__badge{font-size:.75rem}}.fintech-hero__title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:600;line-height:1.1;color:#1f2937}@media(max-width:1440px){.fintech-hero__title{font-size:2.875rem}}@media(max-width:1024px){.fintech-hero__title{font-size:2.5rem}}@media(max-width:768px){.fintech-hero__title{font-size:2rem}}@media(max-width:480px){.fintech-hero__title{font-size:1.75rem;line-height:1.15}}.fintech-hero__title .text-gradient{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fintech-hero__subheadline{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:400;color:#71717a;line-height:1.75;max-width:560px}@media(max-width:1024px){.fintech-hero__subheadline{max-width:100%}}@media(max-width:768px){.fintech-hero__subheadline{font-size:1rem}}@media(max-width:480px){.fintech-hero__subheadline{font-size:.938rem;line-height:1.65}}.fintech-hero__supporting{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#2563eb;padding-left:14px;border-left:3px solid #22d3ee}@media(max-width:1024px){.fintech-hero__supporting{border-left:none;padding-left:0;border-top:3px solid #22d3ee;padding-top:10px}}@media(max-width:480px){.fintech-hero__supporting{font-size:.875rem}}.fintech-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}@media(max-width:1024px){.fintech-hero__actions{justify-content:center}}@media(max-width:480px){.fintech-hero__actions{flex-direction:column;gap:.75rem}}.fintech-hero__actions .btn-primary,.fintech-hero__actions .btn-outline{padding:14px 28px;border-radius:100px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}@media(max-width:480px){.fintech-hero__actions .btn-primary,.fintech-hero__actions .btn-outline{width:100%;padding:14px 20px;font-size:.938rem;text-align:center}}.fintech-hero__actions .btn-primary{background:linear-gradient(90deg,#1e3a8a,#22d3ee);color:#fff;border:none}.fintech-hero__actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1e3a8a47}.fintech-hero__actions .btn-outline{background:transparent;color:#1f2937;border:2px solid rgba(30,58,138,.22)}.fintech-hero__actions .btn-outline:hover{transform:translateY(-2px);border-color:#2563eb;background:#2563eb0a}.fintech-hero__visual{display:flex;justify-content:center;align-items:flex-start;overflow:hidden}.fintech-hero__screenshot{width:100%;max-width:600px;max-height:440px;object-fit:cover;object-position:top center;border-radius:16px;box-shadow:0 4px 6px #0f172a0f,0 24px 60px -16px #1e3a8a38;display:block}@media(max-width:1440px){.fintech-hero__screenshot{max-height:400px}}@media(max-width:1024px){.fintech-hero__screenshot{max-width:100%;max-height:none;height:auto;object-fit:contain}}@media(max-width:768px){.fintech-hero__screenshot{border-radius:12px}}@media(max-width:480px){.fintech-hero__screenshot{border-radius:10px}}.fintech-problem{position:relative;width:100%;padding:100px 20px;background-color:#fff;overflow:hidden}@media(max-width:1440px){.fintech-problem{padding:80px 20px}}@media(max-width:768px){.fintech-problem{padding:64px 16px}}@media(max-width:480px){.fintech-problem{padding:52px 16px}}.fintech-problem__bg-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%);background-size:260px 95px;opacity:.05}.fintech-problem__container{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:768px){.fintech-problem__container{gap:2.25rem}}@media(max-width:480px){.fintech-problem__container{gap:2rem}}.fintech-problem__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.fintech-problem .section-label{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2563eb}.fintech-problem__heading{font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;line-height:1.15;color:#1f2937;max-width:720px;text-align:center}@media(max-width:1440px){.fintech-problem__heading{font-size:2.5rem}}@media(max-width:768px){.fintech-problem__heading{font-size:2rem}}@media(max-width:480px){.fintech-problem__heading{font-size:1.75rem}}.fintech-problem__body{max-width:780px;text-align:center;display:flex;flex-direction:column;gap:1.25rem}.fintech-problem__body p{font-family:Inter,sans-serif;font-size:1.05rem;color:#71717a;line-height:1.8}@media(max-width:768px){.fintech-problem__body p{font-size:.975rem}}@media(max-width:480px){.fintech-problem__body p{font-size:.938rem}}.fintech-problem__body-highlight{color:#1f2937!important;font-weight:500!important}.fintech-problem__visual{width:100%;display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:0}@media(max-width:768px){.fintech-problem__visual{grid-template-columns:1fr}}.fintech-problem .prob-panel{background:#fff;border-radius:16px;padding:28px 26px;border:1px solid rgba(226,232,240,.9);box-shadow:0 1px 3px #0f172a0a,0 8px 24px -8px #1e3a8a14}@media(max-width:480px){.fintech-problem .prob-panel{padding:20px 18px}}.fintech-problem .prob-panel__label{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}@media(max-width:480px){.fintech-problem .prob-panel__label{font-size:.7rem;margin-bottom:1rem}}.fintech-problem .prob-panel--left .prob-panel__label{color:#71717a}.fintech-problem .prob-panel--right .prob-panel__label{color:#1e3a8a}.fintech-problem .prob-panel--right{background:linear-gradient(135deg,#dbeafe4d,#cffafe33);border-color:#1e3a8a1a}.fintech-problem .tool-cloud{display:flex;flex-wrap:wrap;gap:8px}.fintech-problem .tool-tag{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#4b5563;padding:5px 14px;border:1.5px solid rgba(100,116,139,.25);border-radius:100px;background:#f8fafccc;transition:border-color .15s ease,color .15s ease}.fintech-problem .tool-tag:hover{border-color:#2563eb4d;color:#2563eb}@media(max-width:480px){.fintech-problem .tool-tag{font-size:.75rem;padding:4px 11px}}.fintech-problem .prob-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 0}@media(max-width:768px){.fintech-problem .prob-connector{padding:8px 0}}.fintech-problem .prob-connector__arrow{width:100%;height:14px;overflow:visible;display:block}@media(max-width:768px){.fintech-problem .prob-connector__arrow{width:14px;height:40px;transform:rotate(90deg)}}.fintech-problem .prob-connector__label{font-family:Poppins,sans-serif;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.fintech-problem .intel-list{display:flex;flex-direction:column;gap:14px}@media(max-width:480px){.fintech-problem .intel-list{gap:11px}}.fintech-problem .intel-item{display:flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#1f2937}@media(max-width:480px){.fintech-problem .intel-item{font-size:.875rem;gap:10px}}.fintech-problem .intel-item__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.fintech-problem .intel-item__dot--blue{background:#2563eb}.fintech-problem .intel-item__dot--teal{background:#14b8a6}.fintech-problem .intel-item__dot--purple{background:#7c3aed}.fintech-problem .intel-item__dot--green{background:#16a34a}.fintech-use-cases{width:100%;padding:100px 20px;background-color:#fff}@media(max-width:1440px){.fintech-use-cases{padding:80px 20px}}@media(max-width:768px){.fintech-use-cases{padding:64px 16px}}@media(max-width:480px){.fintech-use-cases{padding:52px 16px}}.fintech-use-cases__container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:3.5rem}@media(max-width:768px){.fintech-use-cases__container{gap:2.5rem}}@media(max-width:480px){.fintech-use-cases__container{gap:2rem}}.fintech-use-cases__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.fintech-use-cases .section-badge{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2563eb}.fintech-use-cases .section-title{font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;line-height:1.15;color:#1f2937}@media(max-width:1440px){.fintech-use-cases .section-title{font-size:2.5rem}}@media(max-width:768px){.fintech-use-cases .section-title{font-size:2rem}}@media(max-width:480px){.fintech-use-cases .section-title{font-size:1.75rem}}.fintech-use-cases .section-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;color:#71717a;line-height:1.7;max-width:680px}@media(max-width:768px){.fintech-use-cases .section-subtitle{font-size:1rem}}@media(max-width:480px){.fintech-use-cases .section-subtitle{font-size:.938rem}}.fintech-use-cases .use-cases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1100px){.fintech-use-cases .use-cases__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.fintech-use-cases .use-cases__grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:480px){.fintech-use-cases .use-cases__grid{gap:1rem}}.fintech-use-cases .use-case-card{background:#fff;border-radius:16px;border:1px solid rgba(226,232,240,.9);padding:28px 24px;display:flex;flex-direction:column;gap:1rem;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}@media(max-width:480px){.fintech-use-cases .use-case-card{padding:22px 18px;gap:.875rem}}.fintech-use-cases .use-case-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;background:linear-gradient(90deg,#1e3a8a,#22d3ee)}.fintech-use-cases .use-case-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -12px #1e3a8a26}.fintech-use-cases .use-case-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.fintech-use-cases .use-case-card__icon-wrap{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e3a8a}.fintech-use-cases .use-case-card__icon-wrap svg{width:21px;height:21px}@media(max-width:480px){.fintech-use-cases .use-case-card__icon-wrap{width:38px;height:38px}.fintech-use-cases .use-case-card__icon-wrap svg{width:18px;height:18px}}.fintech-use-cases .use-case-card__persona{font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;padding:4px 10px;border-radius:100px;background:#f9fafb;color:#4b5563;border:1px solid rgba(226,232,240,.9);white-space:nowrap}@media(max-width:480px){.fintech-use-cases .use-case-card__persona{font-size:.65rem;padding:3px 8px}}.fintech-use-cases .use-case-card__title{font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;color:#1f2937;line-height:1.3}@media(max-width:480px){.fintech-use-cases .use-case-card__title{font-size:.975rem}}.fintech-use-cases .use-case-card__description{font-family:Inter,sans-serif;font-size:.88rem;color:#71717a;line-height:1.7;flex:1}@media(max-width:480px){.fintech-use-cases .use-case-card__description{font-size:.85rem}}.fintech-use-cases .use-case-card__capability{font-family:Inter,sans-serif;font-size:.76rem;color:#4b5563;line-height:1.5}.fintech-use-cases .use-case-card__capability .capability-label{font-weight:600;color:#1f2937;margin-right:4px}.fintech-use-cases .use-case-card__output{padding:10px 14px;background:linear-gradient(135deg,#dbeafe4d,#cffafe33);border-radius:10px;border:1px solid rgba(30,58,138,.08)}@media(max-width:480px){.fintech-use-cases .use-case-card__output{padding:8px 12px}}.fintech-use-cases .use-case-card__output .output-label{display:block;font-family:Poppins,sans-serif;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:3px}.fintech-use-cases .use-case-card__output .output-text{font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;color:#1f2937;line-height:1.4;margin:0}@media(max-width:480px){.fintech-use-cases .use-case-card__output .output-text{font-size:.78rem}}.fintech-how{position:relative;width:100%;padding:100px 20px;background-color:#f9fafb;overflow:hidden}@media(max-width:1440px){.fintech-how{padding:80px 20px}}@media(max-width:768px){.fintech-how{padding:64px 16px}}@media(max-width:480px){.fintech-how{padding:52px 16px}}.fintech-how__bg-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#c8d4ef 49%,#c8d4ef 51%,transparent 51%);background-size:260px 95px;opacity:.05}.fintech-how__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:3.5rem}@media(max-width:768px){.fintech-how__container{gap:2.5rem}}@media(max-width:480px){.fintech-how__container{gap:2rem}}.fintech-how__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.fintech-how .section-badge{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2563eb}.fintech-how .section-title{font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;line-height:1.15;color:#1f2937;max-width:700px;text-align:center}@media(max-width:1440px){.fintech-how .section-title{font-size:2.5rem}}@media(max-width:768px){.fintech-how .section-title{font-size:2rem}}@media(max-width:480px){.fintech-how .section-title{font-size:1.75rem}}.fintech-how .how-steps{display:flex;align-items:stretch;gap:0}@media(max-width:1024px){.fintech-how .how-steps{flex-direction:column;gap:1rem}}@media(max-width:480px){.fintech-how .how-steps{gap:.75rem}}.fintech-how .how-connector{flex-shrink:0;align-self:flex-start;padding-top:52px;width:36px;display:flex;align-items:center;justify-content:center}.fintech-how .how-connector svg{width:36px;height:16px;overflow:visible}@media(max-width:1024px){.fintech-how .how-connector{display:none}}.fintech-how .how-step{flex:1;background:#fff;border-radius:16px;border:1px solid rgba(226,232,240,.85);padding:28px 22px 24px;display:flex;flex-direction:column;gap:.875rem;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden;min-width:0}@media(max-width:480px){.fintech-how .how-step{padding:20px 16px;gap:.75rem}}.fintech-how .how-step:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:0 0 16px 16px;background:linear-gradient(90deg,#1e3a8a,#22d3ee)}.fintech-how .how-step:hover{transform:translateY(-4px);box-shadow:0 14px 36px -10px #1e3a8a29}.fintech-how .how-step__top{display:flex;align-items:flex-start;justify-content:space-between}.fintech-how .how-step__number{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;line-height:1;background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:480px){.fintech-how .how-step__number{font-size:1.625rem}}.fintech-how .how-step__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e3a8a}.fintech-how .how-step__icon svg{width:22px;height:22px}@media(max-width:480px){.fintech-how .how-step__icon{width:38px;height:38px}.fintech-how .how-step__icon svg{width:18px;height:18px}}.fintech-how .how-step__title{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#1f2937}@media(max-width:480px){.fintech-how .how-step__title{font-size:1rem}}.fintech-how .how-step__desc{font-family:Inter,sans-serif;font-size:.88rem;color:#71717a;line-height:1.65;flex:1}@media(max-width:480px){.fintech-how .how-step__desc{font-size:.85rem}}@media(max-width:1024px){.fintech-how .how-step{border-radius:14px}.fintech-how .how-step:after{display:none}.fintech-how .how-step:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:14px 14px 0 0;background:linear-gradient(90deg,#1e3a8a,#22d3ee)}}.fintech-outcomes{position:relative;width:100%;padding:100px 20px;background-color:#1a2334;overflow:hidden}@media(max-width:1440px){.fintech-outcomes{padding:80px 20px}}@media(max-width:768px){.fintech-outcomes{padding:64px 16px}}@media(max-width:480px){.fintech-outcomes{padding:52px 16px}}.fintech-outcomes__grid-overlay{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768ce 49%,#3768ce 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768ce 49%,#3768ce 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.fintech-outcomes__glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.15),transparent 60%);pointer-events:none}.fintech-outcomes__container{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3.5rem}@media(max-width:768px){.fintech-outcomes__container{gap:2.5rem}}@media(max-width:480px){.fintech-outcomes__container{gap:2rem}}.fintech-outcomes__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.fintech-outcomes .outcomes-label{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2dd4bf}.fintech-outcomes .outcomes-title{font-family:Poppins,sans-serif;font-size:3rem;font-weight:500;line-height:1.15;color:#fff}@media(max-width:1440px){.fintech-outcomes .outcomes-title{font-size:2.5rem}}@media(max-width:768px){.fintech-outcomes .outcomes-title{font-size:2rem}}@media(max-width:480px){.fintech-outcomes .outcomes-title{font-size:1.75rem}}.fintech-outcomes .outcomes-title__highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fintech-outcomes .outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 2.5rem;width:100%;max-width:900px}@media(max-width:768px){.fintech-outcomes .outcomes-grid{gap:1rem 1.5rem;max-width:100%}}.fintech-outcomes .outcomes-grid .outcome-item:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 1.25rem);margin:0 auto}@media(max-width:640px){.fintech-outcomes .outcomes-grid{grid-template-columns:1fr;gap:.875rem}.fintech-outcomes .outcomes-grid .outcome-item:last-child:nth-child(odd){grid-column:unset;max-width:100%;margin:0}}.fintech-outcomes .outcome-item{display:flex;align-items:center;gap:14px;padding:14px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:background .2s ease,transform .2s ease}@media(max-width:768px){.fintech-outcomes .outcome-item{padding:12px 16px;gap:12px}}@media(max-width:480px){.fintech-outcomes .outcome-item{padding:11px 14px;gap:10px;border-radius:10px}}.fintech-outcomes .outcome-item:hover{background:#ffffff14;transform:translate(4px)}.fintech-outcomes .outcome-item__check{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#14b8a640,#22d3ee33);border:1px solid rgba(20,184,166,.4);display:grid;place-items:center;flex-shrink:0;color:#2dd4bf}.fintech-outcomes .outcome-item__check svg{width:14px;height:14px}@media(max-width:480px){.fintech-outcomes .outcome-item__check{width:26px;height:26px}.fintech-outcomes .outcome-item__check svg{width:12px;height:12px}}.fintech-outcomes .outcome-item__text{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#ffffffe0;line-height:1.4}@media(max-width:768px){.fintech-outcomes .outcome-item__text{font-size:.9rem}}@media(max-width:480px){.fintech-outcomes .outcome-item__text{font-size:.862rem}}.fintech-cta{position:relative;width:100%;padding:120px 20px;background-color:#1a2334;overflow:hidden}@media(max-width:1440px){.fintech-cta{padding:90px 20px}}@media(max-width:768px){.fintech-cta{padding:72px 16px}}@media(max-width:480px){.fintech-cta{padding:56px 16px}}.fintech-cta__grid-overlay{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(20deg,transparent 49%,#3768ce 49%,#3768ce 51%,transparent 51%),linear-gradient(160deg,transparent 49%,#3768ce 49%,#3768ce 51%,transparent 51%);background-size:260px 95px;background-position:center top;opacity:.07}.fintech-cta__glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.18),transparent 60%);pointer-events:none}.fintech-cta__container{position:relative;z-index:1;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}@media(max-width:1440px){.fintech-cta__container{gap:1.75rem}}@media(max-width:768px){.fintech-cta__container{gap:1.5rem}}@media(max-width:480px){.fintech-cta__container{gap:1.25rem}}.fintech-cta__label{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2dd4bf}.fintech-cta__title{font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:500;line-height:1.1;color:#fff}@media(max-width:1440px){.fintech-cta__title{font-size:3rem}}@media(max-width:768px){.fintech-cta__title{font-size:2.25rem}}@media(max-width:480px){.fintech-cta__title{font-size:1.875rem;line-height:1.15}}.fintech-cta__title-highlight{background:linear-gradient(90deg,#1e3a8a,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fintech-cta__description{font-family:Inter,sans-serif;font-size:1.2rem;color:#d6d3d1;line-height:1.65;max-width:700px}@media(max-width:1440px){.fintech-cta__description{font-size:1.1rem}}@media(max-width:768px){.fintech-cta__description{font-size:1rem}}@media(max-width:480px){.fintech-cta__description{font-size:.938rem}}.fintech-cta__buttons{display:flex;justify-content:center;margin-top:.5rem}@media(max-width:480px){.fintech-cta__buttons{width:100%;max-width:320px}}.fintech-cta__buttons .btn-primary{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;padding:15px 40px;border-radius:100px;cursor:pointer;background:linear-gradient(90deg,#1e3a8a,#22d3ee);color:#fff;border:none;box-shadow:0 8px 24px #00000026;transition:transform .2s ease,box-shadow .2s ease}@media(max-width:1440px){.fintech-cta__buttons .btn-primary{font-size:1rem;padding:13px 32px}}@media(max-width:480px){.fintech-cta__buttons .btn-primary{width:100%;padding:14px 24px;font-size:.975rem}}.fintech-cta__buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000038}.fintech-page{display:flex;flex-direction:column;width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:#18181b;background-color:#fff;-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none}.blog-post{width:100%;max-width:800px;margin:0 auto;padding:120px 20px 80px}.blog-post__header{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.blog-post .btn-back{background:none;border:none;color:#64748b;font-size:.9rem;font-weight:500;cursor:pointer;padding:0;transition:color .2s}.blog-post .btn-back:hover{color:#2563eb}.blog-post .blog-meta{display:flex;gap:1rem;align-items:center;font-size:.875rem;color:#64748b}.blog-post .blog-category{color:#2563eb;font-weight:600;text-transform:uppercase}.blog-post .blog-title{font-family:Poppins,sans-serif;font-size:3rem;line-height:1.2;color:#1e293b}@media(max-width:768px){.blog-post .blog-title{font-size:2rem}}.blog-post__image-container{width:100%;height:400px;border-radius:16px;overflow:hidden;margin-bottom:3rem;background:#f1f5f9}@media(max-width:768px){.blog-post__image-container{height:250px}}.blog-post .blog-hero-image{width:100%;height:100%;object-fit:cover}.blog-post__content{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.8;color:#334155}.blog-post__content p{margin-bottom:1.5rem}.blog-post__content h2{font-family:Poppins,sans-serif;font-size:2rem;color:#1e293b;margin-top:3rem;margin-bottom:1rem}.blog-post__content h3{font-size:1.5rem;color:#1e293b;margin-top:2rem;margin-bottom:.75rem}.blog-post__content ul,.blog-post__content ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-post__content ul li,.blog-post__content ol li{margin-bottom:.5rem}.blog-post__content ul li::marker,.blog-post__content ol li::marker{color:#2563eb}.blog-post__content blockquote{border-left:4px solid #2563EB;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#475569;background:#f8fafc;padding:1.5rem;border-radius:0 8px 8px 0}.blog-post__content pre{background:#1e293b;color:#f8fafc;padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem}.blog-loader{padding-top:150px;text-align:center;font-size:1.25rem;color:#64748b}
