.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}.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}.navbar__logo{display:flex;align-items:center}.navbar__logo .logo-image{height:32px;width:auto;display:block}@media(max-width:1440px){.navbar__logo .logo-image{height:28px}}.navbar__links{list-style:none;display:flex;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:500;font-size:.95rem;transition:color .2s}@media(max-width:1440px){.navbar__links li a{font-size:.875rem}}.navbar__links li a:hover{color:#2563eb}.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__links a{position:relative;transition:color .3s ease}.navbar__links a:hover{color:#2563eb}.navbar__links a.active{color:#2563eb;font-weight:600}.navbar__links a.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-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;margin-bottom:1rem}.footer__logo .logo-image{height:40px;width:auto;display:block}@media(max-width:1440px){.footer__logo .logo-image{height:32px}}.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:600;font-size:1rem}@media(max-width:1440px){.footer__column-title{font-size:.95rem}}.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:.875rem;transition:color .2s}@media(max-width:1440px){.footer__link{font-size:.825rem}}.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}@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.1;max-width:600px;font-size:3.75rem}@media(max-width:1440px){.vision-section .vision-title{font-size:3rem}}@media(max-width:768px){.vision-section .vision-title{font-size:2.5rem}}.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:cover;position:relative;z-index:1}.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}.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}@media(max-width:1440px){.data-journey{padding:80px 20px}}.data-journey{background-color:#98f5ff12;overflow:hidden}.data-journey__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:.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}}.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;background:transparent}.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.5rem}}.data-journey .journey-subtitle{color:#71717a;font-family:Inter,sans-serif;font-size:1.25rem}@media(max-width:1440px){.data-journey .journey-subtitle{font-size:1.125rem}}.data-journey .journey-subtitle{font-weight:400;text-align:center;max-width:800px}.data-journey__intro{text-align:center;max-width:700px;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.data-journey__intro .intro-title{font-family:Poppins,sans-serif;font-size:2.25rem}@media(max-width:1440px){.data-journey__intro .intro-title{font-size:1.75rem}}.data-journey__intro .intro-title{font-weight:500;color:#1f2937}.data-journey__intro .intro-desc{color:#71717a;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.data-journey .journey-diagram{display:flex;align-items:center;justify-content:center;gap:4rem}@media(max-width:1440px){.data-journey .journey-diagram{gap:2rem}}.data-journey .journey-diagram{width:100%}@media(max-width:1200px){.data-journey .journey-diagram{gap:1.5rem}}@media(max-width:1024px){.data-journey .journey-diagram{flex-direction:column;gap:3rem}}.data-journey .journey-col{display:flex;flex-direction:column;gap:1.5rem;position:relative}.data-journey .journey-col.sources,.data-journey .journey-col.outputs,.data-journey .journey-col.pipeline{justify-content:center}.data-journey .journey-card{background:#fff;border-radius:12px;padding:16px 24px;width:280px}@media(max-width:1440px){.data-journey .journey-card{width:240px;padding:14px 20px}}.data-journey .journey-card{box-shadow:0 1px 4px #00000026,0 8px 16px #00000008;border:1px solid #FAFAFA;display:flex;align-items:center;gap:1rem;position:relative;z-index:2}.data-journey .journey-card .icon-gradient-box{width:48px;height:48px}@media(max-width:1440px){.data-journey .journey-card .icon-gradient-box{width:40px;height:40px}}.data-journey .journey-card .icon-gradient-box{border-radius:10px;background:linear-gradient(90deg,#1e3a8a,#22d3ee);display:flex;align-items:center;justify-content:center}.data-journey .journey-card .icon-gradient-box .card-icon{width:24px;height:24px}@media(max-width:1440px){.data-journey .journey-card .icon-gradient-box .card-icon{width:20px;height:20px}}.data-journey .journey-card .icon-gradient-box .card-icon{object-fit:contain}.data-journey .journey-card .card-title{font-family:Inter,sans-serif;font-weight:500;font-size:1.125rem}@media(max-width:1440px){.data-journey .journey-card .card-title{font-size:1rem}}.data-journey .journey-card .card-title{color:#1f2937}.data-journey .pipeline-row{display:flex;align-items:center;gap:2rem}@media(max-width:1440px){.data-journey .pipeline-row{gap:1rem}}@media(max-width:768px){.data-journey .pipeline-row{flex-direction:column;gap:1.5rem}}.data-journey .pipeline-arrow{display:flex;align-items:center}@media(max-width:768px){.data-journey .pipeline-arrow{transform:rotate(90deg)}}.data-journey .pipeline-arrow .line{width:40px}@media(max-width:1440px){.data-journey .pipeline-arrow .line{width:24px}}.data-journey .pipeline-arrow .line{height:2px;background-color:#1e40af}.data-journey .pipeline-arrow .arrow-head{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #1e40af}@media(min-width:1025px){.data-journey .connector-lines-source{position:absolute;top:50%;right:-2rem;transform:translateY(-50%);width:2rem;height:140px;border-top:1px solid #1e40af;border-bottom:1px solid #1e40af;border-right:1px solid #1e40af}}@media(min-width:1025px)and (max-width:1440px){.data-journey .connector-lines-source{right:-1rem}}@media(min-width:1025px)and (max-width:1440px){.data-journey .connector-lines-source{width:1rem}}@media(min-width:1025px){.data-journey .connector-lines-source:after{content:"";position:absolute;top:50%;right:-2rem;width:2rem;height:1px;background-color:#1e40af}}@media(min-width:1025px)and (max-width:1440px){.data-journey .connector-lines-source:after{right:-1rem;width:1rem}}@media(min-width:1025px){.data-journey .connector-lines-output{position:absolute;top:50%;right:-2rem;transform:translateY(-50%);width:2rem;height:1px;background-color:#1e40af}}@media(min-width:1025px)and (max-width:1440px){.data-journey .connector-lines-output{right:-1rem}}@media(min-width:1025px)and (max-width:1440px){.data-journey .connector-lines-output{width:1rem}}@media(min-width:1025px){.data-journey .connector-lines-output:after{content:"";position:absolute;right:-2rem;height:140px;top:50%;transform:translateY(-50%);border-left:1px solid #1e40af;border-top:1px solid #1e40af;border-bottom:1px solid #1e40af}}@media(min-width:1025px)and (max-width:1440px){.data-journey .connector-lines-output:after{right:-1rem;width:1rem}}.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}}.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}*{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}
