@import "https://fonts.googleapis.com/css2?family=Epilogue:wght@800&family=Inter:wght@400;500;600&family=Syne:wght@800&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--color-background:#0c1323;--color-surface:#0c1323;--color-surface-dim:#0c1323;--color-surface-bright:#32394b;--color-surface-container-lowest:#070e1e;--color-surface-container-low:#141b2c;--color-surface-container:#191f30;--color-surface-container-high:#232a3b;--color-surface-container-highest:#2e3446;--color-surface-variant:#2e3446;--color-primary:#a6c8ff;--color-primary-fixed:#d5e3ff;--color-primary-fixed-dim:#a6c8ff;--color-primary-container:#001d3d;--color-on-primary:#003060;--color-on-primary-container:#3d86e0;--color-on-primary-fixed:#001c3b;--color-on-primary-fixed-variant:#004787;--color-inverse-primary:#005fb1;--color-secondary:#aac7ff;--color-secondary-fixed:#d6e3ff;--color-secondary-fixed-dim:#aac7ff;--color-secondary-container:#124687;--color-on-secondary:#002f64;--color-on-secondary-container:#8db6fe;--color-on-secondary-fixed:#001b3e;--color-on-secondary-fixed-variant:#124687;--color-tertiary:#92cdfe;--color-tertiary-fixed:#cbe6ff;--color-tertiary-fixed-dim:#92cdfe;--color-tertiary-container:#001f33;--color-on-tertiary:#003350;--color-on-tertiary-container:#4e8ab8;--color-on-tertiary-fixed:#001e31;--color-on-tertiary-fixed-variant:#004b72;--color-on-surface:#dce2f9;--color-on-surface-variant:#c6c6cf;--color-on-background:#dce2f9;--color-outline:#8f9099;--color-outline-variant:#45464e;--color-inverse-surface:#dce2f9;--color-inverse-on-surface:#293042;--color-surface-tint:#a6c8ff;--color-error:#ffb4ab;--color-error-container:#93000a;--color-on-error:#690005;--color-on-error-container:#ffdad6;--font-headline:"Syne", "Epilogue", sans-serif;--font-body:"Inter", sans-serif;--gradient-primary:linear-gradient(135deg, #0d1b3e 0%, #2e7bd4 100%);--shadow-glow:0 0 20px #a6c8ff4d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-on-surface);overflow-x:hidden}::selection{background:var(--color-primary);color:var(--color-on-primary)}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle;font-family:Material Symbols Outlined}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none}img{max-width:100%;display:block}.font-headline{font-family:var(--font-headline)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}@keyframes bounce-chip{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hlnav{z-index:50;-webkit-backdrop-filter:blur(20px);color:var(--color-primary);background:#0c1323b3;position:sticky;top:0;box-shadow:0 10px 40px #0f1e5033}.hlnav__inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.hlnav__logo{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--color-primary);flex-shrink:0;font-size:1.5rem;font-weight:900}.hlnav__links{align-items:center;gap:2rem;display:flex}.hlnav__link{color:#94a3b8;letter-spacing:-.01em;padding-bottom:4px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.hlnav__link:hover{color:#fff}.hlnav__link--active{color:#fff;font-weight:700}.hlnav__link-underline{background:var(--gradient-primary,linear-gradient(90deg, #6366f1, #8b5cf6));border-radius:99px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.hlnav__link--active .hlnav__link-underline,.hlnav__link:hover .hlnav__link-underline{width:100%}.hlnav__actions{align-items:center;gap:1.5rem;display:flex}.hlnav__icons{gap:1rem;display:flex}.hlnav__icon{color:var(--color-primary);cursor:pointer;font-size:1.25rem;transition:transform .2s}.hlnav__icon:hover{transform:scale(1.1)}.hlnav__cta{background:var(--gradient-primary,linear-gradient(135deg, #6366f1, #8b5cf6));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.75rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:700;transition:transform .3s,box-shadow .3s}.hlnav__cta:hover{box-shadow:var(--shadow-glow,0 0 24px #6366f180);transform:scale(1.05)}.hlnav__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.hlnav__hamburger span{transform-origin:50%;background:#fff;border-radius:4px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.hlnav__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.hlnav__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hlnav__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hlnav__drawer{background:#0a101ef7;border-top:1px solid #ffffff0f;flex-direction:column;gap:0;max-height:0;transition:max-height .4s,padding .3s;display:none;overflow:hidden}.hlnav__drawer--open{max-height:400px;padding:1rem 0 1.5rem}.hlnav__drawer-link{color:#94a3b8;border-left:3px solid #0000;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s,border-color .2s;display:block}.hlnav__drawer-link:hover{color:#fff;background:#ffffff0a}.hlnav__drawer-link--active{color:#fff;background:#6366f114;border-left-color:#6366f1;font-weight:700}.hlnav__cta--mobile{text-align:center;border-radius:.75rem;width:calc(100% - 3rem);margin:1rem 1.5rem 0}@media (width<=1024px){.hlnav__links{gap:1.25rem}.hlnav__icons{display:none}}@media (width<=768px){.hlnav__links,.hlnav__actions{display:none}.hlnav__hamburger,.hlnav__drawer{display:flex}.hlnav__inner{padding:1rem 1.25rem}}@media (width<=480px){.hlnav__logo{font-size:1.25rem}.hlnav__inner{padding:.875rem 1rem}.hlnav__drawer-link{padding:.7rem 1.25rem;font-size:.95rem}}.hlfooter{background:#0c1323;padding-top:5rem;position:relative}.hlfooter:before{content:"";background:linear-gradient(90deg,#0000,#a6c8ff26,#0000);height:1px;position:absolute;top:0;left:0;right:0}.hlfooter__inner{grid-template-columns:1.8fr 1fr 1fr 1fr 1fr;gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid}.hlfooter__brand{flex-direction:column;gap:1.25rem;display:flex}.hlfooter__logo{font-family:var(--font-headline);background:linear-gradient(135deg,#a6c8ff,#92cdfe);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:900}.hlfooter__desc{color:#64748b;max-width:22rem;font-size:.85rem;line-height:1.75}.hlfooter__socials{gap:.75rem;margin-top:.5rem;display:flex}.hlfooter__social-btn{color:#64748b;background:#a6c8ff0f;border:1px solid #a6c8ff1a;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex}.hlfooter__social-btn:hover{color:var(--color-primary);background:#a6c8ff1f;border-color:#a6c8ff4d;transform:translateY(-2px)}.hlfooter__col{flex-direction:column;gap:1.25rem;display:flex}.hlfooter__heading{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.2em;color:#fff;font-size:.65rem;font-weight:700}.hlfooter__list{flex-direction:column;gap:.875rem;list-style:none;display:flex}.hlfooter__link{color:#64748b;text-underline-offset:4px;font-size:.875rem;text-decoration:none;transition:color .2s,text-decoration-color .2s}.hlfooter__link:hover{color:var(--color-tertiary,#a6c8ff);text-decoration:underline;-webkit-text-decoration-color:var(--color-tertiary,#a6c8ff);text-decoration-color:var(--color-tertiary,#a6c8ff)}.hlfooter__bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.75rem 2rem;display:flex}.hlfooter__copy{color:#475569;font-size:.8rem}.hlfooter__made{color:#475569;align-items:center;gap:.4rem;font-size:.8rem;display:flex}.hlfooter__heart{color:var(--color-primary);font-variation-settings:"FILL" 1!important;font-size:.9rem!important}@media (width<=1024px){.hlfooter__inner{grid-template-columns:1fr 1fr 1fr 1fr;gap:2rem}.hlfooter__brand{grid-column:span 4}}@media (width<=768px){.hlfooter__inner{grid-template-columns:1fr 1fr;gap:2rem}.hlfooter__brand{grid-column:span 2}}@media (width<=480px){.hlfooter__inner{grid-template-columns:1fr;gap:1.75rem;padding:0 1.25rem 3rem}.hlfooter__brand{grid-column:span 1}.hlfooter__bottom{text-align:center;flex-direction:column;padding:1.5rem 1.25rem}.hlfooter__logo{font-size:1.5rem}}.hlhero{padding:5rem 2rem 8rem;overflow:visible}.hlhero__grid{grid-template-columns:4fr 5fr 3fr;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.hlhero__left{flex-direction:column;gap:2rem;display:flex}.hlhero__badge{background:var(--color-primary-container);color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}.hlhero__badge-dot{background:var(--color-primary);border-radius:50%;width:.5rem;height:.5rem;animation:2s ease-in-out infinite pulse-dot}.hlhero__heading{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--color-on-surface);font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:.9}.hlhero__heading-gradient{background:linear-gradient(to right, var(--color-primary), var(--color-tertiary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hlhero__subtext{color:var(--color-on-surface-variant);max-width:26rem;font-size:1.1rem;line-height:1.65}.hlhero__buttons{flex-wrap:wrap;gap:1rem;display:flex}.hlhero__btn{cursor:pointer;border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .3s,box-shadow .3s}.hlhero__btn--primary{background:var(--gradient-primary);color:#fff}.hlhero__btn--primary:hover{box-shadow:var(--shadow-glow);transform:scale(1.05)}.hlhero__btn--outline{border:1px solid var(--color-outline-variant);color:var(--color-on-surface);background:0 0}.hlhero__btn--outline:hover{background:var(--color-surface-container-high)}.hlhero__social-proof{border-top:1px solid #45464e4d;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.hlhero__avatars{display:flex}.hlhero__avatar{border:2px solid var(--color-surface);object-fit:cover;border-radius:50%;width:3rem;height:3rem;margin-left:-.75rem}.hlhero__avatars .hlhero__avatar:first-child{margin-left:0}.hlhero__proof-value{color:var(--color-primary);font-size:.9rem;font-weight:700;display:block}.hlhero__proof-label{color:var(--color-on-surface-variant);font-size:.8rem}.hlhero__center{position:relative}.hlhero__glow{filter:blur(3rem);opacity:.5;pointer-events:none;background:#a6c8ff33;border-radius:50%;transition:opacity .3s;position:absolute;inset:-1rem}.hlhero__center:hover .hlhero__glow{opacity:.75}.hlhero__mockup-wrap{background:var(--color-surface-container-high);border:1px solid #45464e33;border-radius:1rem;transition:transform .7s;position:relative;overflow:visible;transform:rotate(3deg);box-shadow:0 25px 60px #0006}.hlhero__mockup-img{border-radius:0 0 1rem 1rem;width:100%;height:auto;display:block}.hlhero__center:hover .hlhero__mockup-wrap{transform:rotate(0)}.hlhero__browser-bar{background:var(--color-surface-container-highest);border-bottom:1px solid #45464e33;border-radius:1rem 1rem 0 0;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.hlhero__browser-dots{gap:.375rem;display:flex}.hlhero__dot{border-radius:50%;width:.75rem;height:.75rem}.hlhero__dot--red{background:#ff645ab3}.hlhero__dot--yellow{background:#ffc350b3}.hlhero__dot--green{background:#32d74bb3}.hlhero__browser-url{background:var(--color-surface-container-low);color:var(--color-on-surface-variant);border-radius:.25rem;margin:0 auto;padding:.25rem 2rem;font-size:.625rem}.hlhero__chip{-webkit-backdrop-filter:blur(8px);z-index:10;white-space:nowrap;background:#0c1323d9;border:1px solid #ffffff1a;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex;position:absolute;box-shadow:0 4px 20px #0000004d}.hlhero__chip--left{animation:3s ease-in-out infinite bounce-chip;top:4rem;left:-2.5rem}.hlhero__chip--right{animation:2.5s ease-in-out infinite reverse bounce-chip;bottom:4rem;right:-2.5rem}.hlhero__chip-icon{color:var(--color-primary);font-size:.875rem}.hlhero__chip-icon--tertiary{color:var(--color-tertiary)}.hlhero__chip-text{color:var(--color-on-surface);font-size:.75rem;font-weight:700}.hlhero__stats{flex-direction:column;gap:1.5rem;display:flex}.hlhero__stat{background:var(--color-surface-container-low);border-left:4px solid #0000;border-radius:0;padding:1.5rem;transition:transform .2s}.hlhero__stat:hover{transform:translate(6px)}.hlhero__stat--primary{border-left-color:var(--color-primary)}.hlhero__stat--tertiary{border-left-color:var(--color-tertiary)}.hlhero__stat--blue{border-left-color:var(--color-on-primary-container)}.hlhero__stat--secondary{border-left-color:var(--color-secondary)}.hlhero__stat-value{font-family:var(--font-headline);margin-bottom:.375rem;font-size:2.25rem;font-weight:900;line-height:1;display:block}.hlhero__stat-value--primary{color:var(--color-primary)}.hlhero__stat-value--tertiary{color:var(--color-tertiary)}.hlhero__stat-value--blue{color:var(--color-on-primary-container)}.hlhero__stat-value--secondary{color:var(--color-secondary)}.hlhero__stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-on-surface-variant);font-size:.7rem;font-weight:700}@media (width<=1200px){.hlhero__grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}.hlhero__left{grid-area:1/1}.hlhero__center{grid-area:1/2}.hlhero__stats{flex-flow:wrap;grid-area:2/span 2}.hlhero__stat{flex:1;min-width:140px}.hlhero__chip--left{left:-.75rem}.hlhero__chip--right{right:-.75rem}}@media (width<=768px){.hlhero{padding:3rem 1.25rem 5rem}.hlhero__grid{grid-template-columns:1fr;grid-template-rows:unset;gap:2.5rem}.hlhero__left,.hlhero__center,.hlhero__stats{grid-column:1;grid-row:unset}.hlhero__stats{flex-flow:wrap}.hlhero__stat{flex:140px}.hlhero__chip--left{top:3rem;left:.5rem}.hlhero__chip--right{bottom:3rem;right:.5rem}.hlhero__heading{font-size:3rem}}@media (width<=480px){.hlhero__heading{font-size:2.5rem;line-height:1}.hlhero__buttons{flex-direction:column}.hlhero__btn{text-align:center}.hlhero__stats{flex-direction:column}.hlhero__stat{flex:unset;min-width:unset}}.hlmarquee{background:var(--color-surface-container-low);border-top:1px solid #45464e1a;border-bottom:1px solid #45464e1a;padding:2.5rem 0;overflow:hidden}.hlmarquee__row{white-space:nowrap;width:max-content;animation:30s linear infinite marquee;display:flex}.hlmarquee__item{font-family:var(--font-headline);color:#dce2f933;align-items:center;gap:1rem;padding:0 3rem;font-size:1.5rem;font-weight:800;display:inline-flex}.hlmarquee__dot{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.hlmarquee__dot--primary{background:var(--color-primary)}.hlmarquee__dot--tertiary{background:var(--color-tertiary)}@media (width<=768px){.hlmarquee{padding:1.5rem 0}.hlmarquee__item{padding:0 2rem;font-size:1.1rem}}.hlsvc{padding:8rem 2rem}.hlsvc__inner{flex-direction:column;gap:4rem;max-width:1280px;margin:0 auto;display:flex}.hlsvc__header{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.hlsvc__title{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--color-on-surface);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.hlsvc__subtitle{color:var(--color-on-surface-variant);max-width:36rem;line-height:1.6}.hlsvc__all-link{color:var(--color-primary);cursor:pointer;white-space:nowrap;text-underline-offset:.5rem;background:0 0;border:none;font-weight:700;text-decoration:underline;transition:opacity .2s}.hlsvc__all-link:hover{opacity:.75}.hlsvc__grid{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.hlsvc__card{border-radius:1.5rem;flex-direction:column;justify-content:space-between;min-height:240px;padding:2rem;transition:border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.hlsvc__card--large{background:var(--gradient-primary);grid-area:span 2/span 6;min-height:500px}.hlsvc__card-bg-img{opacity:.3;pointer-events:none;width:65%;transition:opacity .7s,transform .7s;position:absolute;bottom:0;right:-3rem;transform:translateY(2.5rem)}.hlsvc__card-bg-img img{width:100%;height:auto;display:block}.hlsvc__card--large:hover .hlsvc__card-bg-img{opacity:.55;transform:translateY(0)}.hlsvc__card-content{z-index:10;flex-direction:column;gap:1rem;display:flex;position:relative}.hlsvc__card-icon{color:#fff;font-size:2.5rem}.hlsvc__card-title--lg{font-family:var(--font-headline);color:#fff;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:900}.hlsvc__card-desc--lg{color:#fffc;max-width:22rem;font-size:.95rem;line-height:1.5}.hlsvc__tags{z-index:10;flex-wrap:wrap;gap:.5rem;display:flex;position:relative}.hlsvc__tag{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;padding:.375rem 1rem;font-size:.75rem}.hlsvc__card--small{border:1px solid #45464e26;grid-column:span 6}.hlsvc__card--primary{background:var(--color-surface-container-low)}.hlsvc__card--primary:hover{border-color:#a6c8ff80}.hlsvc__card--tertiary{background:var(--color-surface-container-high)}.hlsvc__card--tertiary:hover{border-color:#92cdfe80}.hlsvc__card--blue{background:var(--color-surface-container-low)}.hlsvc__card--blue:hover{border-color:#63a0ff80}.hlsvc__card-top{justify-content:space-between;align-items:flex-start;display:flex}.hlsvc__icon--primary{color:var(--color-primary);font-size:1.875rem}.hlsvc__icon--tertiary{color:var(--color-tertiary);font-size:1.875rem}.hlsvc__icon--blue{color:var(--color-on-primary-container);font-size:1.875rem}.hlsvc__arrow{color:#dce2f933;transition:color .2s}.hlsvc__card--small:hover .hlsvc__arrow{color:var(--color-primary)}.hlsvc__card-title{font-family:var(--font-headline);color:var(--color-on-surface);margin-bottom:.5rem;font-size:1.25rem;font-weight:900}.hlsvc__card-desc{color:var(--color-on-surface-variant);font-size:.875rem;line-height:1.55}.hlsvc__card--small:last-of-type{grid-column:span 4}.hlsvc__card--ai{text-align:center;background:#001d3d;border:1px solid #a6c8ff33;grid-column:span 4;justify-content:center;align-items:center;gap:1rem;min-height:240px}.hlsvc__card--ai:hover{background:#024;border-color:#a6c8ff66}.hlsvc__ai-badge{text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary);font-size:.65rem;font-weight:700}.hlsvc__card-title--ai{font-family:var(--font-headline);color:#fff;font-size:1.5rem;font-weight:900}.hlsvc__card-desc--ai{color:#fff9;font-size:.75rem}.hlsvc__card--ecom{background:var(--color-surface-container-high);border:1px solid #45464e26;grid-column:span 4;justify-content:flex-start;gap:1rem;min-height:240px}.hlsvc__card--ecom:hover{background:var(--color-surface-container-highest);border-color:#92cdfe66}.hlsvc__ecom-header{align-items:center;gap:1rem;display:flex}.hlsvc__ecom-icon-wrap{background:var(--color-tertiary-container);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}@media (width<=1024px){.hlsvc__card--large{grid-area:span 1/span 12;min-height:300px}.hlsvc__card--small,.hlsvc__card--small:last-of-type,.hlsvc__card--ai,.hlsvc__card--ecom{grid-column:span 6}}@media (width<=768px){.hlsvc{padding:5rem 1.25rem}.hlsvc__header{flex-direction:column;align-items:flex-start}.hlsvc__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hlsvc__card--large{grid-area:span 1/span 2;min-height:280px}.hlsvc__card--small,.hlsvc__card--small:last-of-type,.hlsvc__card--ai,.hlsvc__card--ecom{grid-column:span 1}}@media (width<=480px){.hlsvc{padding:4rem 1rem}.hlsvc__title{font-size:1.75rem}.hlsvc__grid{grid-template-columns:1fr}.hlsvc__card--large,.hlsvc__card--small,.hlsvc__card--small:last-of-type,.hlsvc__card--ai,.hlsvc__card--ecom{grid-area:span 1/span 1}.hlsvc__card--large{min-height:260px}}.hlwhy{background:var(--color-surface-container-lowest);padding:8rem 2rem;overflow:hidden}.hlwhy__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;display:grid}.hlwhy__left{flex-direction:column;display:flex}.hlwhy__title{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--color-on-surface);margin-bottom:2.5rem;font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:900;line-height:1.15}.hlwhy__title-accent{color:var(--color-primary)}.hlwhy__reasons{flex-direction:column;gap:2rem;display:flex}.hlwhy__reason{align-items:flex-start;gap:1.5rem;display:flex}.hlwhy__num{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1rem;font-weight:700;display:flex}.hlwhy__num--primary{background:var(--color-primary-container);color:var(--color-primary)}.hlwhy__num--tertiary{background:var(--color-tertiary-container);color:var(--color-tertiary)}.hlwhy__num--secondary{background:var(--color-secondary-container);color:var(--color-secondary)}.hlwhy__reason-title{font-family:var(--font-headline);color:var(--color-on-surface);margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.hlwhy__reason-desc{color:var(--color-on-surface-variant);font-size:.875rem;line-height:1.6}.hlwhy__right{flex-direction:column;gap:1.5rem;display:flex;position:relative}.hlwhy__glow{filter:blur(5rem);pointer-events:none;z-index:0;background:#a6c8ff26;border-radius:50%;width:14rem;height:14rem;position:absolute;top:-2.5rem;right:-2.5rem}.hlwhy__mockup{z-index:1;background:var(--color-surface-container-high);border:1px solid #45464e4d;border-radius:1.5rem;padding:.5rem;transition:transform .5s;position:relative;overflow:hidden;transform:rotate(-2deg);box-shadow:0 25px 60px #0000004d}.hlwhy__mockup:hover{transform:rotate(0)}.hlwhy__mockup-img{border-radius:1rem;width:100%;height:auto;display:block}.hlwhy__metrics{z-index:1;grid-template-columns:1fr 1fr;gap:1.25rem;display:grid;position:relative}.hlwhy__metric{text-align:center;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}.hlwhy__metric--primary{background:var(--color-surface);border:1px solid #a6c8ff33}.hlwhy__metric--tertiary{background:var(--color-surface);border:1px solid #92cdfe33}.hlwhy__circle{width:5rem;height:5rem;position:relative}.hlwhy__svg{width:100%;height:100%;transform:rotate(-90deg)}.hlwhy__circle-bg{fill:#0000;stroke:var(--color-surface-container-highest)}.hlwhy__circle-fill{fill:#0000;stroke-linecap:round;transition:stroke-dashoffset 1s}.hlwhy__circle-fill--primary{stroke:var(--color-primary)}.hlwhy__circle-fill--tertiary{stroke:var(--color-tertiary)}.hlwhy__circle-val{color:var(--color-on-surface);justify-content:center;align-items:center;font-size:1rem;font-weight:900;display:flex;position:absolute;inset:0}.hlwhy__metric-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-on-surface-variant);font-size:.62rem;font-weight:700;line-height:1.4}@media (width<=1024px){.hlwhy__inner{grid-template-columns:1fr;gap:3rem}.hlwhy__right{grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;display:grid}.hlwhy__glow{display:none}.hlwhy__metrics{grid-template-columns:1fr;gap:1rem}}@media (width<=768px){.hlwhy{padding:5rem 1.25rem}.hlwhy__right{flex-direction:column;gap:1.5rem;display:flex}.hlwhy__metrics{grid-template-columns:1fr 1fr;max-width:100%}}@media (width<=480px){.hlwhy{padding:4rem 1rem}.hlwhy__title{font-size:1.5rem}.hlwhy__metrics{grid-template-columns:1fr 1fr;gap:1rem}.hlwhy__reason{flex-direction:column;gap:.75rem}}.hlproc{background:var(--color-surface-container-low);padding:8rem 2rem}.hlproc__inner{flex-direction:column;gap:5rem;max-width:1280px;margin:0 auto;display:flex}.hlproc__header{text-align:center}.hlproc__title{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--color-on-surface);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.hlproc__subtitle{color:var(--color-on-surface-variant);max-width:40rem;margin:0 auto;line-height:1.6}.hlproc__steps-wrap{position:relative}.hlproc__line{z-index:0;background:linear-gradient(90deg,#a6c8ff80,#92cdfe80,#a6c8ff80);width:100%;height:2px;display:none;position:absolute;top:3rem;left:0}.hlproc__steps{z-index:10;text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid;position:relative}.hlproc__step{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.hlproc__step:hover .hlproc__icon-wrap{transform:scale(1.1)}.hlproc__icon-wrap{background:var(--color-surface-container-highest);border:4px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;transition:transform .3s;display:flex}.hlproc__icon-wrap--primary{border-color:var(--color-primary)}.hlproc__icon-wrap--tertiary{border-color:var(--color-tertiary)}.hlproc__icon--primary{color:var(--color-primary);font-size:2.5rem}.hlproc__icon--tertiary{color:var(--color-tertiary);font-size:2.5rem}.hlproc__step-label{font-family:var(--font-headline);color:var(--color-on-surface);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.hlproc__step-desc{color:var(--color-on-surface-variant);padding:0 1rem;font-size:.875rem;line-height:1.6}@media (width>=768px){.hlproc__line{display:block}}@media (width<=1024px){.hlproc__steps{grid-template-columns:repeat(2,1fr);gap:3rem}.hlproc__line{display:none}}@media (width<=768px){.hlproc{padding:5rem 1.25rem}.hlproc__steps{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}}@media (width<=480px){.hlproc__steps{grid-template-columns:1fr}.hlproc__step{text-align:left;flex-direction:row;align-items:flex-start;gap:1rem}.hlproc__icon-wrap{flex-shrink:0;width:4rem;height:4rem}.hlproc__icon--primary,.hlproc__icon--tertiary{font-size:1.5rem}.hlproc__step-desc{padding:0}}.hltestimonials{background:#080f1f;padding:8rem 2rem}.hltestimonials__inner{grid-template-columns:1fr 2fr;align-items:start;gap:3rem;max-width:1280px;margin:0 auto;display:grid}.hltestimonials__bar{background:var(--color-primary);width:4rem;height:4px;margin-bottom:2rem}.hltestimonials__title{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--color-on-surface);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:900}.hltestimonials__desc{color:var(--color-on-surface-variant);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.hltestimonials__rating{align-items:center;gap:1rem;display:flex}.hltestimonials__stars{color:var(--color-primary);display:flex}.hltestimonials__stars .material-symbols-outlined{font-size:1.1rem}.hltestimonials__rating-text{font-size:.9rem;font-weight:700}.hltestimonials__cards{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.hltestimonials__card{background:var(--color-surface-container);border:1px solid #0000;border-radius:1.5rem;padding:2.5rem;position:relative;overflow:hidden}.hltestimonials__card--primary{box-shadow:var(--shadow-glow);border-color:#a6c8ff33}.hltestimonials__card--tertiary{border-color:#92cdfe33;transition:border-color .3s}.hltestimonials__card--tertiary:hover{border-color:var(--color-tertiary)}.hltestimonials__quote{opacity:.05;pointer-events:none;padding:1rem;font-size:5rem;position:absolute;top:0;right:0}.hltestimonials__text{color:var(--color-on-surface);z-index:10;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.65;position:relative}.hltestimonials__author{z-index:10;align-items:center;gap:1rem;display:flex;position:relative}.hltestimonials__avatar{object-fit:cover;border:2px solid #0000;border-radius:50%;width:3rem;height:3rem}.hltestimonials__avatar--primary{border-color:var(--color-primary)}.hltestimonials__avatar--tertiary{border-color:var(--color-tertiary)}.hltestimonials__name{font-size:.95rem;font-weight:700}.hltestimonials__role{color:var(--color-on-surface-variant);margin-top:.125rem;font-size:.75rem}@media (width<=1024px){.hltestimonials__inner{grid-template-columns:1fr}}@media (width<=768px){.hltestimonials{padding:5rem 1.25rem}.hltestimonials__cards{grid-template-columns:1fr;gap:1.5rem}}@media (width<=480px){.hltestimonials{padding:4rem 1rem}.hltestimonials__card{padding:1.75rem}}.hlteam{padding:8rem 2rem}.hlteam__inner{flex-direction:column;gap:4rem;max-width:1280px;margin:0 auto;display:flex}.hlteam__header{text-align:center}.hlteam__title{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--color-on-surface);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.hlteam__subtitle{color:var(--color-on-surface-variant);max-width:40rem;margin:0 auto;line-height:1.6}.hlteam__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.hlteam__card{cursor:pointer}.hlteam__img-wrap{aspect-ratio:1;border:2px solid #0000;border-radius:1.5rem;margin-bottom:1.5rem;transition:border-color .3s;position:relative;overflow:hidden}.hlteam__img-wrap--primary:hover{border-color:var(--color-primary)}.hlteam__img-wrap--tertiary:hover{border-color:var(--color-tertiary)}.hlteam__img{object-fit:cover;width:100%;height:100%}.hlteam__hover-overlay{background:linear-gradient(to top, var(--color-surface), transparent);opacity:0;align-items:flex-end;gap:1rem;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.hlteam__img-wrap:hover .hlteam__hover-overlay{opacity:1}.hlteam__social-icon{color:#fff;cursor:pointer;font-size:1.25rem}.hlteam__name{font-family:var(--font-headline);color:var(--color-on-surface);margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.hlteam__role{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.hlteam__role--primary{color:var(--color-primary)}.hlteam__role--tertiary{color:var(--color-tertiary)}@media (width<=1024px){.hlteam__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hlteam{padding:5rem 1.25rem}.hlteam__grid{gap:1.5rem}}@media (width<=480px){.hlteam{padding:4rem 1rem}.hlteam__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hlteam__name{font-size:1rem}}.hlmarquee{background:var(--color-surface);padding:5rem 0;overflow:hidden}.hlmarquee__label{text-align:center;text-transform:uppercase;letter-spacing:.4em;color:var(--color-on-surface-variant);opacity:.6;margin-bottom:3rem;font-size:.65rem;font-weight:700}.hlmarquee__track-wrap{overflow:hidden}.hlmarquee__track{white-space:nowrap;width:max-content;display:flex}.hlmarquee__track--reverse{animation:35s linear infinite marquee-reverse}.hlmarquee__item{font-family:var(--font-headline);color:var(--color-on-surface);opacity:.2;cursor:pointer;padding:0 3rem;font-size:1.875rem;font-weight:900;transition:opacity .3s}.hlmarquee__item:hover{opacity:.8;filter:none}.hlprecta{padding:5rem 2rem}.hlprecta__inner{background:var(--gradient-primary);text-align:center;border-radius:3rem;max-width:1100px;margin:0 auto;padding:6rem 4rem;position:relative;overflow:hidden;box-shadow:0 40px 80px #0d1b3e99}.hlprecta__noise{opacity:.08;pointer-events:none;background-image:url(https://www.transparenttextures.com/patterns/carbon-fibre.png);position:absolute;inset:0}.hlprecta__glow{filter:blur(80px);pointer-events:none;opacity:.25;border-radius:50%;width:300px;height:300px;position:absolute}.hlprecta__glow--left{background:#a6c8ff;top:-80px;left:-80px}.hlprecta__glow--right{background:#92cdfe;bottom:-80px;right:-80px}.hlprecta__content{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.hlprecta__title{font-family:var(--font-headline);color:#fff;letter-spacing:-.04em;font-size:clamp(2.25rem,6vw,5.5rem);font-weight:900;line-height:1.05}.hlprecta__desc{color:#ffffffa6;max-width:500px;font-size:1.05rem;line-height:1.7}.hlprecta__actions{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:1rem;display:flex}.hlprecta__btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:1rem;padding:1rem 2.25rem;font-size:1rem;font-weight:900;transition:transform .25s,box-shadow .25s}.hlprecta__btn--white{color:#003060;background:#fff;box-shadow:0 8px 24px #00000040}.hlprecta__btn--white:hover{transform:scale(1.07);box-shadow:0 16px 40px #0000004d}.hlprecta__btn--ghost{color:#fff;background:0 0;border:2px solid #ffffff40}.hlprecta__btn--ghost:hover{background:#ffffff1a;transform:scale(1.04)}@media (width<=1024px){.hlprecta__inner{border-radius:2.5rem;padding:5rem 3rem}}@media (width<=768px){.hlprecta{padding:3rem 1.5rem}.hlprecta__inner{border-radius:2rem;padding:4rem 2rem}.hlprecta__title{font-size:clamp(2rem,8vw,3.5rem)}.hlprecta__desc{font-size:1rem}}@media (width<=640px){.hlprecta{padding:2rem 1rem}.hlprecta__inner{border-radius:1.5rem;padding:3rem 1.5rem;box-shadow:0 20px 50px #0d1b3e80}.hlprecta__title{letter-spacing:-.03em;font-size:clamp(1.85rem,9vw,2.75rem);line-height:1.1}.hlprecta__desc{max-width:100%;font-size:.9rem}.hlprecta__actions{flex-direction:column;align-items:stretch;gap:.875rem;width:100%;margin-top:.5rem}.hlprecta__btn{text-align:center;width:100%;padding:.9rem 1.5rem;font-size:.95rem}}@media (width<=380px){.hlprecta__inner{border-radius:1.25rem;padding:2.5rem 1.25rem}.hlprecta__title{font-size:1.75rem}}.hlabouthero{flex-direction:row;min-height:100vh;display:flex;overflow:hidden}.hlabouthero__left{background:#0d1b3e;flex-direction:column;justify-content:center;gap:1.75rem;width:50%;padding:5rem 4rem;display:flex;position:relative}.hlabouthero__badge{color:var(--color-primary);letter-spacing:.2em;text-transform:uppercase;background:#a6c8ff26;border:1px solid #a6c8ff26;border-radius:9999px;width:fit-content;padding:.3rem 1rem;font-size:.65rem;font-weight:700;display:inline-block}.hlabouthero__title{font-family:var(--font-headline);color:#fff;letter-spacing:-.03em;font-size:clamp(2rem,3.5vw,3.75rem);font-weight:900;line-height:1.08}.hlabouthero__desc{color:#fff9;max-width:460px;font-size:1rem;font-weight:300;line-height:1.75}.hlabouthero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hlabouthero__btn{cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-body);border-radius:.75rem;padding:.875rem 1.75rem;transition:transform .2s,box-shadow .2s,background .2s}.hlabouthero__btn--primary{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 8px 24px #2e7bd44d}.hlabouthero__btn--primary:hover{transform:scale(1.05);box-shadow:0 12px 32px #2e7bd473}.hlabouthero__btn--ghost{color:#fff;background:0 0;border:1px solid #fff3}.hlabouthero__btn--ghost:hover{background:#ffffff14;border-color:#ffffff59}.hlabouthero__stats{flex-wrap:nowrap;gap:.75rem;margin-top:.5rem;display:flex}.hlabouthero__stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:.875rem;flex:1;align-items:center;gap:.625rem;min-width:0;padding:.875rem 1rem;transition:background .2s;display:flex}.hlabouthero__stat-card:hover{background:#ffffff17}.hlabouthero__stat-icon{color:var(--color-primary);flex-shrink:0;font-size:1.5rem}.hlabouthero__stat-value{color:#fff;white-space:nowrap;font-size:.9rem;font-weight:700}.hlabouthero__stat-label{color:#fff6;white-space:nowrap;font-size:.65rem}.hlabouthero__right{width:50%;min-height:500px;position:relative}.hlabouthero__img{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.hlabouthero__overlay{background:linear-gradient(90deg,#0d1b3e59 0%,#0000 60%);position:absolute;inset:0}.hlabouthero__trust-card{-webkit-backdrop-filter:blur(24px);background:#0f162dcc;border:1px solid #ffffff1a;border-radius:1.25rem;max-width:260px;padding:1.5rem;position:absolute;bottom:2.5rem;left:2rem;box-shadow:0 20px 60px #00000080}.hlabouthero__avatars{margin-bottom:.875rem;display:flex}.hlabouthero__avatar{border:2px solid #0f162de6;border-radius:50%;width:2.25rem;height:2.25rem;margin-left:-.625rem}.hlabouthero__avatar:first-child{background:#4a90d9;margin-left:0}.hlabouthero__avatar:nth-child(2){background:#7b61ff}.hlabouthero__avatar:nth-child(3){background:#34c98a}.hlabouthero__trust-text{color:#ffffffe6;font-size:.825rem;font-weight:600;line-height:1.55}@media (width<=1100px){.hlabouthero__left{padding:4rem 3rem}.hlabouthero__title{font-size:clamp(1.85rem,3vw,3rem)}}@media (width<=900px){.hlabouthero{min-height:unset;flex-direction:column}.hlabouthero__left,.hlabouthero__right{width:100%}.hlabouthero__left{gap:1.5rem;padding:4rem 2.5rem}.hlabouthero__right{min-height:400px}.hlabouthero__title{font-size:clamp(2rem,5vw,3.25rem)}}@media (width<=640px){.hlabouthero__left{gap:1.25rem;padding:3rem 1.5rem}.hlabouthero__right{min-height:300px}.hlabouthero__title{font-size:clamp(1.75rem,7vw,2.5rem)}.hlabouthero__desc{max-width:100%;font-size:.9rem}.hlabouthero__stats{flex-wrap:wrap}.hlabouthero__stat-card{flex:calc(50% - .375rem)}.hlabouthero__trust-card{max-width:calc(100% - 2rem);padding:1.25rem;bottom:1.5rem;left:1rem}}@media (width<=400px){.hlabouthero__left{padding:2.5rem 1.25rem}.hlabouthero__actions{flex-direction:column}.hlabouthero__btn{text-align:center;width:100%}.hlabouthero__stats{gap:.5rem}.hlabouthero__stat-card{flex:100%}}.hlsnapshot{background:var(--color-surface);padding:6rem 2rem;position:relative;overflow:hidden}.hlsnapshot__dots{opacity:.08;pointer-events:none;background-image:radial-gradient(#2e7bd4 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.hlsnapshot__inner{text-align:center;z-index:1;grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.hlsnapshot__value{font-family:var(--font-headline);color:var(--color-primary);margin-bottom:.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1}.hlsnapshot__label{color:#ffffff80;text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:700}@media (width<=640px){.hlsnapshot{padding:4rem 1.25rem}.hlsnapshot__inner{grid-template-columns:repeat(2,1fr);gap:2rem}.hlsnapshot__value{font-size:clamp(2.5rem,10vw,3.5rem)}}.hlwhoweare{color:#0f172a;background:#fff;padding:8rem 2rem;overflow:hidden}.hlwhoweare__inner{align-items:center;gap:5rem;max-width:1100px;margin:0 auto;display:flex}.hlwhoweare__left{flex:1}.hlwhoweare__title{font-family:var(--font-headline);color:#0f172a;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:900;line-height:1.15}.hlwhoweare__accent{color:#2563eb}.hlwhoweare__desc{color:#475569;margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.hlwhoweare__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hlwhoweare__card{border-radius:1rem;padding:1.5rem}.hlwhoweare__card--blue{background:#eff6ff}.hlwhoweare__card--indigo{background:#eef2ff}.hlwhoweare__card--sky{background:#f0f9ff}.hlwhoweare__card--slate{background:#f8fafc}.hlwhoweare__card-icon{color:#2563eb;margin-bottom:.75rem;font-size:1.75rem;display:block}.hlwhoweare__card--indigo .hlwhoweare__card-icon{color:#4f46e5}.hlwhoweare__card--sky .hlwhoweare__card-icon{color:#0284c7}.hlwhoweare__card--slate .hlwhoweare__card-icon{color:#475569}.hlwhoweare__card-label{color:#0f172a;font-size:.95rem;font-weight:700}.hlwhoweare__right{flex:1;position:relative}.hlwhoweare__img-wrap{aspect-ratio:1;background:#dbeafe;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100%;overflow:hidden}.hlwhoweare__img{object-fit:cover;width:100%;height:100%}.hlwhoweare__badge{background:#fff;border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex;position:absolute;top:0;right:0;box-shadow:0 10px 30px #0000001a}.hlwhoweare__dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:.75rem;height:.75rem;animation:2s infinite pulse-dot}.hlwhoweare__badge-text{color:#0f172a;font-size:.875rem;font-weight:700}@media (width<=768px){.hlwhoweare__inner{flex-direction:column;gap:2.5rem}}.hltimeline{color:#0f172a;background:#f4f8ff;padding:8rem 2rem}.hltimeline__inner{max-width:1100px;margin:0 auto}.hltimeline__title{font-family:var(--font-headline);text-align:center;color:#0f172a;margin-bottom:5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:900}.hltimeline__track{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.hltimeline__line{z-index:0;background:#bfdbfe;width:100%;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hltimeline__item{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.hltimeline__item--top{margin-top:3rem}.hltimeline__dot{z-index:2;background:#2563eb;border:4px solid #fff;border-radius:50%;flex-shrink:0;width:1.25rem;height:1.25rem;margin:1.5rem 0;box-shadow:0 0 0 2px #bfdbfe}.hltimeline__card{background:#fff;border-radius:1rem;width:100%;padding:1.5rem;transition:box-shadow .25s,transform .25s;box-shadow:0 2px 8px #0000000f}.hltimeline__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.hltimeline__year{color:#2563eb;margin-bottom:.4rem;font-size:1.1rem;font-weight:900}.hltimeline__card-title{color:#0f172a;margin-bottom:.5rem;font-size:1rem;font-weight:700}.hltimeline__card-desc{color:#64748b;font-size:.8rem;line-height:1.6}@media (width<=768px){.hltimeline{padding:5rem 1.25rem}.hltimeline__title{white-space:normal;word-break:break-word;margin-bottom:3rem;font-size:clamp(1.75rem,8vw,2.5rem);overflow:visible}.hltimeline__track{flex-direction:column;align-items:stretch;gap:0;padding-left:2.5rem;display:flex;position:relative}.hltimeline__line{background:#bfdbfe;width:2px;height:100%;top:0;left:.875rem;transform:none}.hltimeline__item{flex-direction:row;align-items:flex-start;gap:1.25rem;padding:.25rem 0 2rem;margin-top:0!important}.hltimeline__dot{z-index:2;flex-shrink:0;margin:.5rem 0 0;position:absolute;left:.25rem}.hltimeline__card{width:100%;margin-top:0}.hltimeline__card:hover{transform:none}}@media (width<=480px){.hltimeline{padding:4rem 1rem}.hltimeline__track{padding-left:2.25rem}.hltimeline__card{padding:1.25rem}}.hlmission{color:#0f172a;background:#fff;padding:8rem 2rem}.hlmission__inner{grid-template-columns:1fr 1fr;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.hlmission__card{color:#fff;border-radius:2rem;flex-direction:column;gap:1.5rem;padding:3.5rem;display:flex}.hlmission__card--dark{background:#0d1b3e}.hlmission__card--gradient{background:var(--gradient-primary)}.hlmission__icon{color:var(--color-primary);font-size:3rem}.hlmission__card--gradient .hlmission__icon{color:#fff}.hlmission__card-title{font-family:var(--font-headline);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.hlmission__list{flex-direction:column;gap:1rem;list-style:none;display:flex}.hlmission__list-item{color:#ffffffbf;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6;display:flex}.hlmission__check{color:#fff;flex-shrink:0;margin-top:.1rem;font-size:1.25rem}.hlmission__check--primary{color:var(--color-primary)}@media (width<=900px){.hlmission{padding:6rem 1.5rem}.hlmission__card{border-radius:1.5rem;padding:2.75rem 2.25rem}}@media (width<=768px){.hlmission__inner{grid-template-columns:1fr;gap:1.25rem}.hlmission__card{border-radius:1.5rem;gap:1.25rem;padding:2.5rem 2rem}.hlmission__icon{font-size:2.5rem}}@media (width<=480px){.hlmission{padding:4rem 1rem}.hlmission__card{border-radius:1.25rem;gap:1rem;padding:2rem 1.5rem}.hlmission__card-title{font-size:1.5rem}.hlmission__icon{font-size:2rem}.hlmission__list-item{gap:.625rem;font-size:.85rem}.hlmission__check{font-size:1.1rem}}@media (width<=360px){.hlmission__card{padding:1.75rem 1.25rem}}.hlvalues{color:#0f172a;background:#f4f8ff;padding:8rem 2rem}.hlvalues__inner{max-width:1100px;margin:0 auto}.hlvalues__header{text-align:center;margin-bottom:4rem}.hlvalues__title{font-family:var(--font-headline);color:#0f172a;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:900}.hlvalues__sub{color:#475569;max-width:520px;margin:0 auto;line-height:1.7}.hlvalues__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.hlvalues__card{background:#fff;border-radius:1.25rem;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 8px #0000000d}.hlvalues__card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001a}.hlvalues__icon{color:#2563eb;margin-bottom:1.5rem;font-size:3rem;display:block}.hlvalues__card-title{font-family:var(--font-headline);color:#0f172a;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.hlvalues__card-desc{color:#64748b;font-size:.85rem;line-height:1.7}@media (width<=1024px){.hlvalues__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.hlvalues__grid{grid-template-columns:1fr}}.hlpartner{background:#0d1b3e;flex-direction:row;min-height:600px;display:flex;overflow:hidden}.hlpartner__img-wrap{flex-shrink:0;width:50%;min-height:400px}.hlpartner__img{object-fit:cover;width:100%;height:100%}.hlpartner__content{flex-direction:column;flex:1;justify-content:center;gap:2.5rem;padding:6rem 4rem;display:flex}.hlpartner__title{font-family:var(--font-headline);color:#fff;letter-spacing:-.03em;font-size:clamp(2rem,3.5vw,3rem);font-weight:900;line-height:1.1}.hlpartner__list{flex-direction:column;gap:2rem;display:flex}.hlpartner__item{align-items:center;gap:1.5rem;display:flex}.hlpartner__icon-wrap{background:#a6c8ff1a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.hlpartner__icon{color:var(--color-primary);font-size:1.25rem}.hlpartner__item-title{color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.hlpartner__item-desc{color:#ffffff8c;font-size:.82rem;line-height:1.5}@media (width<=768px){.hlpartner{flex-direction:column}.hlpartner__img-wrap{width:100%;min-height:280px}.hlpartner__content{padding:3rem 1.5rem}}.hlabouttest{color:#0f172a;background:#fff;padding:8rem 2rem}.hlabouttest__inner{max-width:1100px;margin:0 auto}.hlabouttest__title{font-family:var(--font-headline);text-align:center;color:#0f172a;margin-bottom:4rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900}.hlabouttest__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.hlabouttest__card{border:1px solid #dbeafe;border-radius:1.5rem;padding:2.5rem;transition:border-color .25s,box-shadow .25s}.hlabouttest__card:hover{border-color:#93c5fd;box-shadow:0 8px 32px #2563eb14}.hlabouttest__stars{gap:.2rem;margin-bottom:1.5rem;display:flex}.hlabouttest__star{color:#2563eb;font-size:1.1rem}.hlabouttest__text{color:#475569;margin-bottom:2rem;font-size:.9rem;font-style:italic;line-height:1.75}.hlabouttest__author{align-items:center;gap:1rem;display:flex}.hlabouttest__avatar{background:#e2e8f0;border-radius:50%;flex-shrink:0;width:3rem;height:3rem}.hlabouttest__name{color:#0f172a;font-size:.95rem;font-weight:700}.hlabouttest__role{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-size:.7rem;font-weight:700}@media (width<=768px){.hlabouttest{padding:5rem 1.5rem}.hlabouttest__title{margin-bottom:2.5rem;font-size:clamp(2rem,6vw,2.5rem)}.hlabouttest__grid{grid-template-columns:1fr;gap:1.5rem}.hlabouttest__card{padding:2rem 1.5rem}}@media (width<=480px){.hlabouttest{padding:4rem 1.25rem}}.hltechmarquee{background:#f4f8ff;padding:6rem 0;overflow:hidden}.hltechmarquee__label{font-family:var(--font-headline);color:#0f172a;opacity:.4;text-transform:uppercase;letter-spacing:.2em;text-align:center;margin-bottom:3rem;font-size:1.25rem;font-weight:700}.hltechmarquee__track-wrap{overflow:hidden}.hltechmarquee__track{white-space:nowrap;width:max-content;animation:30s linear infinite marquee;display:flex}.hltechmarquee__item{font-family:var(--font-headline);color:#0f172a;opacity:.3;cursor:pointer;text-transform:uppercase;filter:grayscale();padding:0 3rem;font-size:2.5rem;font-weight:900;transition:opacity .3s}.hltechmarquee__item:hover{opacity:.8;filter:none}.hlaboutcta{padding:5rem 2rem}.hlaboutcta__inner{background:var(--gradient-primary);text-align:center;border-radius:3rem;max-width:1100px;margin:0 auto;padding:6rem 4rem;position:relative;overflow:hidden;box-shadow:0 40px 80px #0d1b3e80}.hlaboutcta__glow{filter:blur(60px);pointer-events:none;border-radius:50%;width:24rem;height:24rem;position:absolute}.hlaboutcta__glow--tr{background:#ffffff1a;top:-6rem;right:-6rem}.hlaboutcta__glow--bl{background:#64b4ff26;bottom:-6rem;left:-6rem}.hlaboutcta__content{z-index:10;flex-direction:column;align-items:center;gap:2.5rem;display:flex;position:relative}.hlaboutcta__title{font-family:var(--font-headline);color:#fff;letter-spacing:-.03em;max-width:700px;font-size:clamp(2rem,3.5vw,4rem);font-weight:900;line-height:1.1}.hlaboutcta__actions{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.hlaboutcta__btn{font-family:var(--font-headline);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:1rem;padding:1rem 2.25rem;font-size:1rem;font-weight:900;transition:transform .25s,box-shadow .25s,background .25s}.hlaboutcta__btn--white{color:#0d1b3e;background:#fff;box-shadow:0 8px 24px #0003}.hlaboutcta__btn--white:hover{transform:scale(1.07);box-shadow:0 14px 32px #00000040}.hlaboutcta__btn--ghost{color:#fff;background:0 0;border:2px solid #ffffff40}.hlaboutcta__btn--ghost:hover{background:#ffffff1a;border-color:#fff6}@media (width<=1024px){.hlaboutcta__inner{border-radius:2.5rem;padding:5rem 3rem}}@media (width<=768px){.hlaboutcta{padding:3rem 1.5rem}.hlaboutcta__inner{border-radius:2rem;padding:4rem 2rem}.hlaboutcta__title{font-size:clamp(1.85rem,6vw,3rem)}.hlaboutcta__content{gap:2rem}}@media (width<=640px){.hlaboutcta{padding:2rem 1rem}.hlaboutcta__inner{border-radius:1.5rem;padding:3rem 1.5rem;box-shadow:0 20px 50px #0d1b3e66}.hlaboutcta__title{letter-spacing:-.02em;font-size:clamp(1.6rem,7vw,2.25rem)}.hlaboutcta__actions{flex-direction:column;align-items:stretch;gap:.875rem;width:100%}.hlaboutcta__btn{text-align:center;width:100%;padding:.9rem 1.5rem}.hlaboutcta__content{gap:1.5rem}}@media (width<=380px){.hlaboutcta__inner{border-radius:1.25rem;padding:2.5rem 1.25rem}.hlaboutcta__title{font-size:1.5rem}}.hlservhero{text-align:center;max-width:1100px;margin:0 auto;padding:0 2rem 6rem}.hlservhero__inner{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.hlservhero__title{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--color-on-surface);max-width:800px;font-size:clamp(2rem,4.5vw,4.5rem);font-weight:900;line-height:1.05}.hlservhero__accent{background:linear-gradient(135deg,#a6c8ff 0%,#2e7bd4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hlservhero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hlservhero__btn{cursor:pointer;font-size:1rem;font-weight:700;font-family:var(--font-body);border-radius:.75rem;padding:.875rem 2rem;transition:transform .2s,box-shadow .2s,background .2s}.hlservhero__btn--primary{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 8px 24px #2e7bd44d}.hlservhero__btn--primary:hover{transform:scale(1.05);box-shadow:0 12px 32px #2e7bd466}.hlservhero__btn--ghost{color:var(--color-on-surface);border:1px solid var(--color-outline-variant);background:0 0}.hlservhero__btn--ghost:hover{background:var(--color-surface-container-low)}.hlservhero__filters{flex-wrap:wrap;justify-content:center;gap:.625rem;display:flex}.hlservhero__pill{cursor:pointer;background:var(--color-surface-container-low);color:var(--color-on-surface-variant);white-space:nowrap;border:1px solid #0000;border-radius:9999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.hlservhero__pill:hover{background:var(--color-surface-container-high);color:var(--color-on-surface)}.hlservhero__pill--active{background:var(--color-secondary-container);color:var(--color-on-secondary-container);border-color:var(--color-secondary)}@media (width<=1024px){.hlservhero{padding:9rem 2rem 5rem}}@media (width<=768px){.hlservhero{padding:6rem 1.5rem 4rem}.hlservhero__inner{gap:2rem}.hlservhero__title{letter-spacing:-.03em;font-size:clamp(1.85rem,6vw,3rem)}.hlservhero__filters{gap:.5rem}.hlservhero__pill{padding:.45rem 1rem;font-size:.8rem}}@media (width<=640px){.hlservhero{padding:5rem 1.25rem 3.5rem}.hlservhero__title{font-size:clamp(1.65rem,7vw,2.5rem)}.hlservhero__actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.hlservhero__btn{text-align:center;width:100%}.hlservhero__filters{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:flex-start;width:100%;padding-bottom:.5rem;overflow-x:auto}.hlservhero__filters::-webkit-scrollbar{display:none}}@media (width<=400px){.hlservhero{padding:4rem 1rem 3rem}.hlservhero__title{letter-spacing:-.02em;font-size:1.6rem}.hlservhero__btn{padding:.8rem 1.5rem;font-size:.9rem}.hlservhero__pill{padding:.4rem .875rem;font-size:.75rem}}.hlservbento{max-width:1280px;margin:0 auto;padding:4rem 2rem 6rem}.hlservbento__grid{grid-template-columns:repeat(12,1fr);gap:1.25rem;display:grid}.hlservbento__card{border-radius:1.5rem;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.hlservbento__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.hlservbento__card--large{background:var(--color-surface-container-low);border:1px solid #45464e1f;grid-column:span 8;min-height:360px}.hlservbento__col{flex-direction:column;grid-column:span 4;gap:1.25rem;display:flex}.hlservbento__col>.hlservbento__card{flex:1;min-height:160px}.hlservbento__card--white{color:#0f172a;background:#fff;border:1px solid #00000012;grid-column:span 6}.hlservbento__card--sm{background:var(--color-surface-container-low);border:1px solid #45464e26;grid-column:span 4;padding:2rem}.hlservbento__card--wide{grid-column:span 9;justify-content:space-between;align-items:center;gap:2rem;min-height:160px;padding:3rem 4rem;display:flex}.hlservbento__col--sm{flex-direction:column;grid-column:span 3;gap:1.25rem;display:flex}.hlservbento__col--sm>.hlservbento__card{flex:1}.hlservbento__card--gradient{background:var(--gradient-primary);border:none}.hlservbento__card--surface{background:var(--color-surface-container-high);border:1px solid #45464e26}.hlservbento__icon{color:var(--color-primary);flex-shrink:0;margin-bottom:1rem;font-size:2rem;display:block}.hlservbento__icon--white{color:#fff}.hlservbento__icon--dark{color:#0f172a}.hlservbento__icon--tertiary{color:var(--color-tertiary)}.hlservbento__card-title{font-family:var(--font-headline);color:var(--color-on-surface);margin-bottom:.625rem;font-size:1.375rem;font-weight:900;line-height:1.2}.hlservbento__card-title--white{color:#fff}.hlservbento__card-title--dark{color:#0f172a}.hlservbento__card-desc{color:var(--color-on-surface-variant);max-width:400px;font-size:.875rem;line-height:1.7}.hlservbento__card-desc--dark{color:#475569}.hlservbento__card-desc--blue{color:#bfdbfe}.hlservbento__card-content{z-index:2;position:relative}.hlservbento__card-img{opacity:.35;pointer-events:none;width:65%;transition:transform .5s,opacity .5s;position:absolute;bottom:-4rem;right:-4rem}.hlservbento__card--large:hover .hlservbento__card-img{opacity:.5;transform:scale(1.08)}.hlservbento__rocket{color:#fff3;flex-shrink:0;font-size:6rem;transition:transform .4s}.hlservbento__card--wide:hover .hlservbento__rocket{transform:translateY(-6px)rotate(-10deg)}.hlservbento__card--row{cursor:pointer;flex-direction:row;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.hlservbento__card--row .hlservbento__icon{margin-bottom:0;font-size:1.5rem}.hlservbento__card--row:hover{background:var(--color-surface-container-high)}.hlservbento__row-label{color:var(--color-on-surface);font-size:.875rem;font-weight:700}@media (width<=1100px){.hlservbento__card--large{grid-column:span 7}.hlservbento__col{grid-column:span 5}.hlservbento__card--wide{grid-column:span 9;padding:2.5rem 3rem}.hlservbento__col--sm{grid-column:span 3}}@media (width<=1024px){.hlservbento{padding:3rem 1.5rem 5rem}.hlservbento__card--large{grid-column:span 12;min-height:300px}.hlservbento__col{flex-direction:row;grid-column:span 12}.hlservbento__col>.hlservbento__card{flex:1;min-height:160px}.hlservbento__card--white{grid-column:span 6}.hlservbento__card--sm{grid-column:span 4}.hlservbento__card--wide{grid-column:span 8}.hlservbento__col--sm{flex-direction:row;grid-column:span 4}.hlservbento__col--sm>.hlservbento__card{flex:1}}@media (width<=768px){.hlservbento__card--white{grid-column:span 12}.hlservbento__card--sm{grid-column:span 6}.hlservbento__card--wide{grid-column:span 12;padding:2rem 2.5rem}.hlservbento__col--sm{flex-direction:row;grid-column:span 12}.hlservbento__rocket{font-size:4.5rem}}@media (width<=640px){.hlservbento{padding:2rem 1rem 4rem}.hlservbento__grid{gap:1rem}.hlservbento__card{border-radius:1.25rem;padding:1.75rem}.hlservbento__card--large{min-height:260px}.hlservbento__col{flex-direction:column}.hlservbento__card--white{grid-column:span 12}.hlservbento__card--sm{grid-column:span 6;padding:1.5rem}.hlservbento__card--wide{flex-direction:column;grid-column:span 12;align-items:flex-start;gap:1rem;padding:2rem}.hlservbento__rocket{font-size:3.5rem}.hlservbento__col--sm{flex-direction:row;grid-column:span 12}.hlservbento__card-title{font-size:1.2rem}}@media (width<=420px){.hlservbento__card--sm{grid-column:span 12}.hlservbento__col--sm{flex-direction:column}.hlservbento__card{padding:1.5rem}.hlservbento__card--wide{padding:1.75rem}}.hlservtabs{background:var(--color-surface-container-lowest);padding:5rem 2rem}.hlservtabs__inner{grid-template-columns:300px 1fr;align-items:start;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.hlservtabs__list{flex-direction:column;gap:.75rem;display:flex;position:sticky;top:5rem}.hlservtabs__tab{cursor:pointer;background:var(--color-surface-container);color:var(--color-on-surface-variant);border-left:4px solid #0000;border-radius:.875rem;padding:1.25rem 1.5rem;transition:background .2s,color .2s}.hlservtabs__tab:hover:not(.hlservtabs__tab--active){background:var(--color-surface-container-high);color:var(--color-on-surface)}.hlservtabs__tab--active{background:var(--color-primary-container);color:var(--color-on-primary-container);border-left-color:var(--color-primary);border-radius:0 .875rem .875rem 0}.hlservtabs__tab-title{font-family:var(--font-headline);font-size:1rem;font-weight:700;line-height:1.3}.hlservtabs__detail{background:var(--color-surface-container-low);border:1px solid #45464e1a;border-radius:1.5rem;padding:2.5rem}.hlservtabs__detail-title{font-family:var(--font-headline);color:var(--color-on-surface);margin-bottom:1rem;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:900;line-height:1.1}.hlservtabs__detail-desc{color:var(--color-on-surface-variant);max-width:600px;margin-bottom:2rem;font-size:.95rem;line-height:1.75}.hlservtabs__detail-grid{border-top:1px solid #45464e1f;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;padding-top:1.5rem;display:grid}.hlservtabs__detail-heading{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:flex}.hlservtabs__detail-heading .material-symbols-outlined{font-size:1rem}.hlservtabs__detail-list{color:var(--color-on-surface-variant);flex-direction:column;gap:.625rem;font-size:.875rem;list-style:none;display:flex}.hlservtabs__detail-list li:before{content:"—";color:var(--color-primary);opacity:.6;margin-right:.5rem}.hlservtabs__price{font-family:var(--font-headline);color:var(--color-on-surface);margin-top:.5rem;font-size:2.25rem;font-weight:900;line-height:1}.hlservtabs__price-unit{color:var(--color-on-surface-variant);font-size:.875rem;font-weight:400;font-family:var(--font-body)}.hlservtabs__cta{border:1px solid var(--color-primary);width:100%;color:var(--color-primary);cursor:pointer;letter-spacing:.02em;background:0 0;border-radius:.75rem;padding:1rem;font-size:.95rem;font-weight:700;transition:background .25s,color .25s}.hlservtabs__cta:hover{background:var(--color-primary);color:var(--color-on-primary)}@media (width<=1024px){.hlservtabs__inner{grid-template-columns:260px 1fr;gap:1.5rem}.hlservtabs__detail{padding:2rem}}@media (width<=768px){.hlservtabs{padding:4rem 1.25rem}.hlservtabs__inner{grid-template-columns:1fr;gap:1.25rem}.hlservtabs__list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:.625rem;padding-bottom:.5rem;position:static;overflow-x:auto}.hlservtabs__list::-webkit-scrollbar{display:none}.hlservtabs__tab{white-space:nowrap;border-bottom:3px solid #0000;border-left:none;border-radius:.75rem;flex-shrink:0;padding:.875rem 1.25rem}.hlservtabs__tab--active{border-left:none;border-bottom-color:var(--color-primary);border-radius:.75rem}.hlservtabs__detail-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.hlservtabs{padding:3rem 1rem}.hlservtabs__detail{border-radius:1.25rem;padding:1.75rem 1.5rem}.hlservtabs__detail-grid{grid-template-columns:1fr;gap:1.5rem}.hlservtabs__detail-desc{font-size:.875rem}}@media (width<=380px){.hlservtabs__tab-title{font-size:.875rem}.hlservtabs__detail{padding:1.5rem 1.25rem}.hlservtabs__price{font-size:1.75rem}}.hlservprocess{background:var(--color-background);padding:8rem 3rem}.hlservprocess__inner{max-width:1100px;margin:0 auto}.hlservprocess__header{margin-bottom:5rem}.hlservprocess__title{font-family:var(--font-headline);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900}.hlservprocess__sub{color:var(--color-on-surface-variant);max-width:480px;line-height:1.7}.hlservprocess__track{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid;position:relative}.hlservprocess__line{background:var(--color-surface-container-high);z-index:0;width:100%;height:2px;position:absolute;top:2.5rem;left:0}.hlservprocess__step{z-index:1;position:relative}.hlservprocess__num{background:var(--color-surface-container);width:5rem;height:5rem;font-family:var(--font-headline);color:var(--color-primary);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.75rem;font-weight:900;display:flex;box-shadow:0 8px 24px #0003}.hlservprocess__step-title{font-family:var(--font-headline);margin-bottom:.75rem;font-size:1.25rem;font-weight:900}.hlservprocess__step-desc{color:var(--color-on-surface-variant);font-size:.875rem;line-height:1.7}@media (width<=768px){.hlservprocess{padding:5rem 1.5rem}.hlservprocess__header{margin-bottom:3rem}.hlservprocess__title{font-size:clamp(2rem,7vw,3rem)}.hlservprocess__track{grid-template-columns:1fr 1fr;gap:2rem}.hlservprocess__line{display:none}}@media (width<=480px){.hlservprocess{padding:4rem 1.25rem}.hlservprocess__header{margin-bottom:2.5rem}.hlservprocess__track{grid-template-columns:1fr;gap:2rem}.hlservprocess__num{width:4rem;height:4rem;margin-bottom:1.25rem;font-size:1.4rem}.hlservprocess__step-title{font-size:1.1rem}}.hlpricing{max-width:1100px;margin:0 auto;padding:8rem 3rem}.hlpricing__header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:4rem;display:flex}.hlpricing__title{font-family:var(--font-headline);letter-spacing:-.03em;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900}.hlpricing__toggle{align-items:center;gap:1rem;display:flex}.hlpricing__toggle-label{color:var(--color-on-surface-variant);font-weight:600}.hlpricing__toggle-label--active{color:var(--color-on-surface);font-weight:600}.hlpricing__toggle-track{background:var(--color-surface-container-high);cursor:pointer;border-radius:9999px;align-items:center;width:3.5rem;height:1.75rem;padding:.25rem;transition:background .2s;display:flex}.hlpricing__toggle-thumb{background:var(--color-primary);border-radius:50%;width:1.25rem;height:1.25rem;transition:transform .3s}.hlpricing__toggle-thumb--right{transform:translate(1.75rem)}.hlpricing__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.hlpricing__card{background:var(--color-surface-container-low);border:1px solid #45464e26;border-radius:1.5rem;flex-direction:column;padding:2.5rem;display:flex;position:relative}.hlpricing__card--featured{background:var(--color-surface-container-low);background-clip:padding-box;border-color:#0000;outline:1px solid #0000;box-shadow:0 0 0 1px #2e7bd4,0 24px 48px #2e7bd433}.hlpricing__badge{background:var(--color-primary);color:var(--color-on-primary);text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;padding:.3rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;right:1rem}.hlpricing__plan-name{font-family:var(--font-headline);margin-bottom:.5rem;font-size:1.25rem;font-weight:900}.hlpricing__price{font-family:var(--font-headline);margin-bottom:2rem;font-size:1.5rem;font-weight:900}.hlpricing__price-unit{color:var(--color-on-surface-variant);font-size:.875rem;font-weight:400;font-family:var(--font-body);margin-left:.25rem}.hlpricing__features{color:var(--color-on-surface-variant);flex-direction:column;flex:1;gap:1rem;margin-bottom:2.5rem;list-style:none;display:flex}.hlpricing__feature{align-items:center;gap:.75rem;font-size:.875rem;display:flex}.hlpricing__feature--disabled{opacity:.3}.hlpricing__feature-icon{color:var(--color-primary);font-size:1rem}.hlpricing__feature--disabled .hlpricing__feature-icon{color:var(--color-on-surface-variant)}.hlpricing__cta{cursor:pointer;width:100%;font-weight:700;font-family:var(--font-body);background:var(--color-surface-container-high);color:var(--color-on-surface);border:none;border-radius:.75rem;padding:1rem;transition:background .2s,transform .2s}.hlpricing__cta:hover{background:var(--color-surface-container-highest)}.hlpricing__cta--featured{background:var(--gradient-primary);color:#fff}.hlpricing__cta--featured:hover{transform:scale(1.02)}@media (width<=900px){.hlpricing{padding:5rem 1.5rem}.hlpricing__title{font-size:clamp(2rem,6vw,3rem)}.hlpricing__grid{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:100%}.hlpricing__card--featured{grid-column:1/-1;width:100%;max-width:440px;margin:0 auto}}@media (width<=600px){.hlpricing{padding:4rem 1.25rem}.hlpricing__header{gap:1rem;margin-bottom:2.5rem}.hlpricing__grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}.hlpricing__card--featured{grid-column:auto;max-width:100%}.hlpricing__card{padding:2rem 1.5rem}.hlpricing__price{font-size:2rem}}.hlcompare{max-width:900px;margin:0 auto;padding:6rem 3rem;overflow-x:auto}.hlcompare__title{font-family:var(--font-headline);text-align:center;letter-spacing:-.03em;margin-bottom:3rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:900}.hlcompare__table-wrap{overflow-x:auto}.hlcompare__table{border-collapse:collapse;width:100%}.hlcompare__th{text-align:left;font-family:var(--font-headline);border-bottom:1px solid #45464e4d;padding:1.5rem 1rem;font-size:1.1rem;font-weight:900}.hlcompare__th--accent{color:var(--color-primary)}.hlcompare__row{border-bottom:1px solid #45464e1a;transition:background .2s}.hlcompare__row:hover{background:var(--color-surface-container-low)}.hlcompare__td{color:var(--color-on-surface-variant);padding:1.5rem 1rem;font-size:.9rem}.hlcompare__td--bright{color:var(--color-on-surface)}.hlcompare__td--highlight{color:var(--color-primary);font-weight:700}@media (width<=768px){.hlcompare{padding:4rem 1.25rem}.hlcompare__title{margin-bottom:2rem;font-size:clamp(1.75rem,6vw,2rem)}.hlcompare__table-wrap{-webkit-overflow-scrolling:touch;border:1px solid #45464e26;border-radius:.75rem;overflow-x:auto}.hlcompare__table{min-width:520px}.hlcompare__th,.hlcompare__td{white-space:nowrap;padding:1rem .75rem;font-size:.8rem}.hlcompare__th{font-size:.9rem}}@media (width<=480px){.hlcompare{padding:3rem 1rem}.hlcompare__table{min-width:460px}.hlcompare__th,.hlcompare__td{padding:.85rem .6rem;font-size:.75rem}}.hltechstack{background:var(--color-surface-container-low);padding:6rem 3rem}.hltechstack__inner{max-width:1100px;margin:0 auto}.hltechstack__title{font-family:var(--font-headline);text-align:center;letter-spacing:-.03em;margin-bottom:4rem;font-size:clamp(2rem,3vw,2.75rem);font-weight:900}.hltechstack__grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.hltechstack__category{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.2em;color:var(--color-primary);margin-bottom:1.5rem;font-size:.65rem;font-weight:900}.hltechstack__tools{flex-direction:column;gap:1rem;display:flex}.hltechstack__tool{color:var(--color-on-surface-variant);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.hltechstack__tool-icon{background:var(--color-surface-container-high);border-radius:.375rem;flex-shrink:0;width:2rem;height:2rem}@media (width<=768px){.hltechstack{padding:4rem 1.5rem}.hltechstack__title{margin-bottom:2.5rem;font-size:clamp(1.75rem,6vw,2.25rem)}.hltechstack__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=480px){.hltechstack{padding:3.5rem 1.25rem}.hltechstack__title{margin-bottom:2rem}.hltechstack__grid{grid-template-columns:1fr;gap:1.75rem}.hltechstack__tool-icon{width:1.75rem;height:1.75rem}}.hlservtest{background:#080f1f;padding:8rem 3rem}.hlservtest__inner{max-width:1100px;margin:0 auto}.hlservtest__title{font-family:var(--font-headline);text-align:center;letter-spacing:-.03em;margin-bottom:4rem;font-size:clamp(1.5rem,4vw,3.5rem);font-weight:900}.hlservtest__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.hlservtest__card{background:var(--color-surface-container);border:1px solid #a6c8ff1a;border-radius:1.5rem;padding:2.5rem;transition:border-color .3s;position:relative}.hlservtest__card:hover{border-color:#a6c8ff4d}.hlservtest__glow{filter:blur(24px);opacity:0;pointer-events:none;z-index:0;background:#a6c8ff26;border-radius:1.5rem;transition:opacity .3s;position:absolute;inset:-4px}.hlservtest__card:hover .hlservtest__glow{opacity:1}.hlservtest__content{z-index:1;position:relative}.hlservtest__stars{gap:.2rem;margin-bottom:1.5rem;display:flex}.hlservtest__star{color:var(--color-primary);font-size:1rem}.hlservtest__text{color:var(--color-on-surface);margin-bottom:2rem;font-size:.9rem;font-style:italic;line-height:1.75}.hlservtest__author{align-items:center;gap:1rem;display:flex}.hlservtest__avatar{object-fit:cover;background:var(--color-surface-container-highest);border-radius:50%;width:3rem;height:3rem}.hlservtest__name{color:var(--color-on-surface);margin-bottom:.2rem;font-size:.875rem;font-weight:700}.hlservtest__role{color:var(--color-on-surface-variant);font-size:.75rem}@media (width<=768px){.hlservtest{padding:5rem 1.5rem}.hlservtest__title{margin-bottom:2.5rem;font-size:clamp(1.75rem,6vw,2.5rem)}.hlservtest__grid{grid-template-columns:1fr;gap:1.5rem}.hlservtest__card{padding:2rem 1.5rem}}@media (width<=480px){.hlservtest{padding:4rem 1.25rem}.hlservtest__card{padding:1.75rem 1.25rem}}.hlfaq{max-width:1100px;margin:0 auto;padding:6rem 3rem}.hlfaq__title{font-family:var(--font-headline);text-align:center;letter-spacing:-.03em;margin-bottom:4rem;font-size:clamp(2rem,3vw,2.75rem);font-weight:900}.hlfaq__grid{grid-template-columns:1fr 1fr;gap:0 4rem;display:grid}.hlfaq__item{cursor:pointer;border-bottom:1px solid #45464e33;padding:1.5rem 0}.hlfaq__question{justify-content:space-between;align-items:center;gap:1rem;display:flex}.hlfaq__q{font-family:var(--font-headline);font-size:1rem;font-weight:700;line-height:1.4}.hlfaq__icon{color:var(--color-on-surface-variant);flex-shrink:0;font-size:1.25rem;transition:transform .3s}.hlfaq__icon--open{color:var(--color-primary);transform:rotate(45deg)}.hlfaq__answer{color:var(--color-on-surface-variant);margin-top:1rem;font-size:.875rem;line-height:1.75}@media (width<=768px){.hlfaq{padding:4rem 1.5rem}.hlfaq__title{margin-bottom:2.5rem;font-size:clamp(1.75rem,6vw,2.25rem)}.hlfaq__grid{grid-template-columns:1fr;gap:0}}@media (width<=480px){.hlfaq{padding:3.5rem 1.25rem}.hlfaq__item{padding:1.25rem 0}.hlfaq__q{font-size:.9rem}}.hlservcta{padding:6rem 3rem}.hlservcta__inner{background:var(--gradient-primary);text-align:center;border-radius:2.5rem;max-width:1100px;margin:0 auto;padding:6rem 4rem;position:relative;overflow:hidden;box-shadow:0 40px 80px #0d1b3e80}.hlservcta__glow{filter:blur(80px);pointer-events:none;border-radius:50%;width:24rem;height:24rem;position:absolute}.hlservcta__glow--tl{background:#a6c8ff33;top:-6rem;left:-6rem}.hlservcta__glow--br{background:#92cdfe26;bottom:-6rem;right:-6rem}.hlservcta__content{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.hlservcta__title{font-family:var(--font-headline);color:#fff;letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.hlservcta__desc{color:#bfdbfe;max-width:500px;font-size:1.05rem;line-height:1.7}.hlservcta__actions{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:1rem;display:flex}.hlservcta__btn{font-family:var(--font-headline);cursor:pointer;border:none;border-radius:.75rem;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:900;transition:transform .25s}.hlservcta__btn--white{color:var(--color-surface);background:#fff}.hlservcta__btn--white:hover{transform:scale(1.06)}.hlservcta__btn--ghost{color:#fff;background:0 0;border:1px solid #ffffff4d}.hlservcta__btn--ghost:hover{background:#ffffff1a}@media (width<=640px){.hlservcta{padding:3rem 1.25rem}.hlservcta__inner{border-radius:1.5rem;padding:3.5rem 1.75rem}.hlservcta__title{font-size:clamp(2rem,8vw,2.5rem)}.hlservcta__actions{flex-direction:column;align-items:stretch;width:100%}.hlservcta__btn{text-align:center;border-radius:3rem;width:100%}}.hero{padding:3rem 2rem 5rem;position:relative;overflow:hidden}.hero__inner{text-align:center;z-index:1;max-width:80rem;margin:0 auto;position:relative}.hero__title{font-family:var(--font-headline);letter-spacing:-.04em;background:linear-gradient(90deg, var(--color-primary), var(--color-tertiary), var(--color-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(2rem,7vw,4.5rem);font-weight:800;line-height:1.1}.hero__stats{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.hero__stat-chip{background:var(--color-surface-container-low);border:1px solid #45464e33;border-radius:9999px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;display:flex}.hero__stat-dot{border-radius:9999px;flex-shrink:0;width:.5rem;height:.5rem}.hero__filters{border-top:1px solid #45464e26;flex-wrap:wrap;justify-content:center;gap:.25rem;padding-top:2rem;display:flex}.hero__filter-btn{color:var(--color-on-surface-variant);background:0 0;border-bottom:2px solid #0000;border-radius:0;padding:.5rem 1rem .75rem;font-size:.95rem;transition:color .2s}.hero__filter-btn:hover{color:var(--color-on-surface)}.hero__filter-btn--active{color:var(--color-primary);border-bottom:2px solid var(--color-primary);font-weight:700}.hero__glow{pointer-events:none;background:radial-gradient(circle,#001d3d33 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (width<=640px){.hero{padding:2rem 1.25rem 3.5rem}.hero__stats{gap:.6rem;margin-bottom:2rem}.hero__stat-chip{padding:.6rem 1rem;font-size:.78rem}.hero__filters{gap:.15rem;padding-top:1.5rem}.hero__filter-btn{padding:.5rem .75rem;font-size:.82rem}}.featured{padding:5rem 2rem}.featured__inner{max-width:80rem;margin:0 auto}.featured__card{background:var(--color-surface-container-low);border-radius:2rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 25px 60px #00000080}@media (width>=1024px){.featured__card{flex-direction:row}}.featured__content{flex-direction:column;flex:1;justify-content:center;padding:20px 10px;display:flex}.featured__label{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.featured__title{font-family:var(--font-headline);margin-bottom:1.25rem;font-size:1.7rem;font-weight:800;line-height:1.15}.featured__desc{color:var(--color-on-surface-variant);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.featured__badges{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.featured__badge{border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:600}.featured__badge--green{color:#4ade80;background:#22c55e26}.featured__badge--blue{color:#60a5fa;background:#3b82f626}.featured__badge--primary{background:var(--color-primary-container);color:var(--color-primary)}.featured__stack{flex-wrap:wrap;gap:.5rem;display:flex}.featured__tag{background:var(--color-surface-container-high);color:var(--color-on-surface-variant);border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem}.featured__mockup{background:#1a7a4a1a;flex:1;height:500px;transition:transform .7s;position:relative;overflow:hidden}.featured__card:hover .featured__mockup-bg{transform:scale(1.1)}.featured__mockup-bg{object-fit:cover;mix-blend-mode:overlay;width:100%;height:100%;transition:transform .7s;position:absolute;inset:0}.featured__mockup-frame{justify-content:center;align-items:center;padding:3rem;display:flex;position:absolute;inset:0}.featured__mockup-screen{border:8px solid var(--color-surface-container-highest);background:var(--color-surface-dim);border-radius:.75rem;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080}.featured__mockup-screen img{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.featured__card{flex-direction:column}.featured__mockup{height:380px}}@media (width<=640px){.featured{padding:3.5rem 1.25rem}.featured__content{padding:2rem 1.5rem}.featured__title{font-size:1.4rem}.featured__desc{margin-bottom:1.5rem;font-size:.95rem}.featured__badges{gap:.5rem;margin-bottom:2rem}.featured__mockup{height:260px}.featured__mockup-frame{padding:1.5rem}}.bento{background:var(--color-surface-container-lowest);padding:5rem 2rem}.bento__inner{max-width:80rem;margin:0 auto}.bento__heading{font-family:var(--font-headline);margin-bottom:3rem;font-size:1.875rem;font-weight:800}.bento__grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:300px;gap:1.5rem;display:grid}.bento__card{background:var(--color-surface-container-low);border-radius:1.5rem;flex-direction:column;justify-content:flex-end;padding:2rem;transition:transform .3s;display:flex;position:relative;overflow:hidden}.bento__card:hover{transform:translateY(-4px)}.bento__card--wide{grid-column:span 8}.bento__card--narrow{grid-column:span 4}.bento__card--full{flex-direction:row;grid-column:span 12;justify-content:space-between;align-items:center}.bento__card--image{background:var(--color-surface-container)}.bento__card--plain{background:var(--color-surface-container-high);flex-direction:column;justify-content:space-between}.bento__card--bordered{border-left:4px solid var(--color-primary);background:#232a3b;justify-content:space-between}.bento__card--gradient{background:linear-gradient(135deg, var(--color-primary-container), var(--color-surface-container-low));flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.bento__bg-img{object-fit:cover;opacity:.2;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.bento__card--image:hover .bento__bg-img{transform:scale(1.05)}.bento__card-content{z-index:1;position:relative}.bento__card-title{margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.bento__card-sub{color:var(--color-on-surface-variant);font-size:.9rem}.bento__icon-wrap{background:#a6c8ff1a;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.bento__avatars{margin-top:1.5rem;display:flex}.bento__avatar{border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:-.75rem;font-size:.55rem;font-weight:700;display:flex}.bento__avatar--primary{background:var(--color-primary);color:var(--color-on-primary)}.bento__avatar--secondary{background:var(--color-secondary);color:var(--color-on-secondary)}.bento__trade-content{flex:1}.bento__trade-content .bento__card-sub{margin-top:.5rem;margin-bottom:1.5rem}.bento__link-btn{color:var(--color-primary);background:0 0;align-items:center;gap:.5rem;padding:0;font-size:.95rem;font-weight:700;display:flex}.bento__trade-img{background:var(--color-surface-dim);border-radius:1rem;flex-shrink:0;width:12rem;height:12rem;overflow:hidden;transform:rotate(3deg);box-shadow:0 10px 30px #0006}.bento__trade-img img{object-fit:cover;width:100%;height:100%}.bento__swift-left{align-items:center;gap:1.5rem;display:flex}.bento__swift-icon{color:#f97316;background:#f9731626;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.bento__swift-stat{text-align:right}.bento__swift-number{color:var(--color-primary);font-size:1.875rem;font-weight:900}.bento__swift-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-on-surface-variant);font-size:.65rem;font-weight:700}@media (width<=768px){.bento{padding:3.5rem 1.25rem}.bento__heading{margin-bottom:2rem;font-size:1.5rem}.bento__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:1rem}.bento__card--wide,.bento__card--narrow,.bento__card--full{grid-column:span 1;min-height:240px}.bento__card--full{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem}.bento__card--gradient{flex-direction:column;align-items:flex-start;gap:1.5rem}.bento__trade-img{width:100%;height:10rem;transform:none}.bento__swift-stat{text-align:left}}@media (width<=480px){.bento__card{min-height:200px;padding:1.5rem}.bento__card-title{font-size:1.25rem}.bento__swift-left{gap:1rem}.bento__swift-icon{width:3rem;height:3rem}}.csf{background:var(--color-surface);padding:6rem 2rem}.csf__inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;max-width:80rem;margin:0 auto;display:grid}@media (width<=1024px){.csf__inner{grid-template-columns:1fr;gap:3rem}}.csf__title{font-family:var(--font-headline);margin-bottom:2rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.1}.csf__testimonial{background:var(--color-surface-container-low);border-left:4px solid #22c55e;border-radius:1.5rem;margin-bottom:2.5rem;padding:2rem}.csf__quote{color:var(--color-on-surface);margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.7}.csf__author{align-items:center;gap:1rem;display:flex}.csf__avatar{background:#334155;border-radius:9999px;flex-shrink:0;width:3rem;height:3rem;overflow:hidden}.csf__avatar img{object-fit:cover;width:100%;height:100%}.csf__author-name{font-weight:700}.csf__author-role{color:var(--color-on-surface-variant);font-size:.8rem}.csf__columns{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.csf__col-label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.csf__col-text{color:var(--color-on-surface-variant);font-size:.9rem;line-height:1.6}.csf__timeline-card{background:var(--color-surface-container-high);border-radius:2rem;margin-bottom:1.5rem;padding:2.5rem}.csf__timeline-heading{font-family:var(--font-headline);margin-bottom:2rem;font-size:1.5rem;font-weight:800}.csf__timeline{flex-direction:column;gap:1.5rem;display:flex}.csf__timeline-item{gap:1rem;padding-bottom:1.5rem;display:flex}.csf__timeline-item--bordered{border-bottom:1px solid #45464e26}.csf__timeline-week{color:var(--color-primary);min-width:3rem;font-size:.9rem;font-weight:900}.csf__timeline-title{margin-bottom:.25rem;font-weight:700}.csf__timeline-desc{color:var(--color-on-surface-variant);font-size:.85rem}.csf__metrics{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.csf__metric{text-align:center;border-radius:1rem;padding:1.5rem}.csf__metric--green{background:#22c55e1a}.csf__metric--blue{background:#3b82f61a}.csf__metric--primary{background:#a6c8ff1a}.csf__metric-num{margin-bottom:.25rem;font-size:1.875rem;font-weight:900;line-height:1}.csf__metric--green .csf__metric-num{color:#4ade80}.csf__metric--blue .csf__metric-num{color:#60a5fa}.csf__metric--primary .csf__metric-num{color:var(--color-primary)}.csf__metric-label{text-transform:uppercase;color:var(--color-on-surface-variant);letter-spacing:.08em;font-size:.65rem;font-weight:700}@media (width<=1024px){.csf__inner{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.csf{padding:4rem 1.25rem}.csf__title{word-break:break-word;font-size:clamp(1.75rem,7vw,2.5rem)}.csf__columns{grid-template-columns:1fr;gap:1.5rem}.csf__timeline-card{border-radius:1.25rem;padding:1.75rem 1.25rem}.csf__metrics{grid-template-columns:1fr;gap:.75rem}.csf__metric{text-align:left;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.csf__metric-num{font-size:1.5rem}}.csg{background:var(--color-surface-container-low);padding:6rem 2rem}.csg__inner{flex-direction:column-reverse;align-items:center;gap:4rem;max-width:80rem;margin:0 auto;display:flex}@media (width>=768px){.csg__inner{flex-direction:row-reverse;align-items:center}}.csg__content{flex:1}.csg__label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.csg__title{font-family:var(--font-headline);margin-bottom:1.25rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.15}.csg__desc{color:var(--color-on-surface-variant);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.csg__points{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;list-style:none;display:flex}.csg__points li{color:var(--color-on-surface);align-items:flex-start;gap:.75rem;font-weight:500;display:flex}.csg__check{color:#22c55e;flex-shrink:0;margin-top:2px}.csg__tags{flex-wrap:wrap;gap:1rem;display:flex}.csg__tag{background:var(--color-surface-container-high);border-radius:1rem;padding:1rem 1.5rem}.csg__tag-label{color:var(--color-on-surface-variant);margin-bottom:.25rem;font-size:.8rem}.csg__tag-value{font-weight:700}.csg__image-wrap{flex:1;position:relative}.csg__image-glow{filter:blur(48px);background:#a6c8ff14;border-radius:9999px;position:absolute;inset:-1rem}.csg__image{z-index:1;object-fit:cover;border-radius:1.5rem;width:100%;position:relative;box-shadow:0 25px 50px #0006}.csl{background:var(--color-surface);padding:6rem 2rem}.csl__inner{flex-direction:column;align-items:center;gap:4rem;max-width:80rem;margin:0 auto;display:flex}@media (width>=768px){.csl__inner{flex-direction:row}}.csl__content{flex:1}.csl__label{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.csl__title{font-family:var(--font-headline);margin-bottom:1.25rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.15}.csl__desc{color:var(--color-on-surface-variant);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.csl__stat-card{background:var(--color-surface-container-low);border:1px solid #45464e26;border-radius:1.5rem;margin-bottom:2rem;padding:2rem}.csl__big-num{color:var(--color-primary);margin-bottom:.5rem;font-size:3rem;font-weight:900;line-height:1}.csl__stat-label{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.csl__testimonial{color:var(--color-on-surface-variant);font-size:.95rem;font-style:italic;line-height:1.7}.csl__gallery{flex:1;grid-template-columns:1fr 1fr;gap:1rem;display:grid}.csl__col{flex-direction:column;gap:1rem;display:flex}.csl__col--right{padding-top:3rem}.csl__img{object-fit:cover;border-radius:1rem;width:100%}.csl__img--tall{height:16rem}.csl__icon-block{background:var(--color-surface-container-high);border-radius:1rem;justify-content:center;align-items:center;height:10rem;display:flex}.csl__uptime-card{background:var(--color-primary);color:var(--color-on-primary);border-radius:1rem;padding:2rem}.csl__uptime-num{margin-bottom:.25rem;font-size:2.5rem;font-weight:900;line-height:1}.csl__uptime-label{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.more{background:var(--color-surface-container-lowest);padding:6rem 2rem}.more__inner{max-width:80rem;margin:0 auto}.more__heading{font-family:var(--font-headline);margin-bottom:3rem;font-size:1.875rem;font-weight:800}.more__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (width>=768px){.more__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.more__grid{grid-template-columns:repeat(3,1fr)}}.more__card{background:var(--color-surface);border:1px solid #45464e26;border-radius:1rem;flex-direction:column;padding:2rem;transition:border-color .2s;display:flex}.more__card:hover{border-color:#a6c8ff66}.more__icon{border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1.5rem;display:flex}.more__name{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.more__desc{color:var(--color-on-surface-variant);flex:1;margin-bottom:1.5rem;font-size:.875rem}.more__tag{color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.ind{background:var(--color-surface);padding:6rem 2rem}.ind__header{text-align:center;max-width:80rem;margin:0 auto 4rem}.ind__title{font-family:var(--font-headline);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.ind__sub{color:var(--color-on-surface-variant);max-width:36rem;margin:0 auto;line-height:1.6}.ind__grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:80rem;margin:0 auto;display:grid}@media (width>=768px){.ind__grid{grid-template-columns:repeat(4,1fr)}}.ind__card{background:var(--color-surface-container-low);text-align:center;cursor:default;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem;transition:background .2s;display:flex}.ind__card:hover{background:var(--color-primary-container)}.ind__icon{color:var(--color-primary);font-size:2.5rem}.ind__label{font-size:.95rem;font-weight:700}@media (width<=640px){.ind{padding:4rem 1.25rem}.ind__header{margin-bottom:2.5rem}.ind__title{font-size:1.75rem}.ind__card{gap:.75rem;padding:1.5rem 1rem}.ind__icon{font-size:2rem}}.tst{background:#0d1b3e;padding:6rem 2rem}.tst__inner{max-width:80rem;margin:0 auto}.tst__heading{font-family:var(--font-headline);color:#fff;text-align:center;margin-bottom:4rem;font-size:2.25rem;font-weight:800}.tst__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.tst__grid{grid-template-columns:repeat(3,1fr)}}.tst__card{background:#141b2c;border-radius:1.5rem;padding:2.5rem;position:relative}.tst__quote-icon{color:var(--color-primary);opacity:.2;font-variation-settings:"FILL" 1;font-size:3rem;position:absolute;top:2rem;right:2rem}.tst__text{color:var(--color-on-surface-variant);margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.tst__author{align-items:center;gap:1rem;display:flex}.tst__avatar{background:#1e293b;border-radius:9999px;flex-shrink:0;width:3rem;height:3rem}.tst__name{color:#fff;font-weight:700}.tst__role{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}@media (width<=640px){.tst{padding:4rem 1.25rem}.tst__heading{margin-bottom:2.5rem;font-size:1.75rem}.tst__card{padding:1.75rem 1.5rem}.tst__text{font-size:.95rem}}.cta{background:var(--color-surface);padding:5rem 2rem}.cta__inner{max-width:80rem;margin:0 auto}.cta__card{background:var(--gradient-primary);text-align:center;border-radius:3rem;padding:4rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 60px #2e7bd433}.cta__content{z-index:1;position:relative}.cta__title{font-family:var(--font-headline);color:#fff;margin-bottom:2rem;font-size:clamp(2rem,5vw,3.75rem);font-weight:800;line-height:1.1}.cta__desc{color:var(--color-primary);max-width:36rem;margin:0 auto 3rem;font-size:1.15rem;line-height:1.6}.cta__btn{color:#0d1b3e;letter-spacing:.02em;background:#fff;border-radius:9999px;padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:900;transition:transform .2s}.cta__btn:hover{transform:scale(1.05)}.cta__glow{filter:blur(64px);pointer-events:none;border-radius:9999px;position:absolute}.cta__glow--top{background:#ffffff0d;width:16rem;height:16rem;top:0;right:0;transform:translate(50%,-50%)}.cta__glow--bottom{background:#a6c8ff26;width:24rem;height:24rem;bottom:0;left:0;transform:translate(-50%,50%)}@media (width<=640px){.cta{padding:3.5rem 1.25rem}.cta__card{border-radius:2rem;padding:3rem 1.5rem}.cta__title{font-size:clamp(1.75rem,8vw,2.5rem)}.cta__desc{margin-bottom:2rem;font-size:1rem}.cta__btn{width:100%;padding:1rem}}.chero{flex-direction:column;min-height:100vh;display:flex;overflow:hidden}@media (width>=768px){.chero{flex-direction:row}}.chero__left{background:var(--color-primary-container);flex-direction:column;justify-content:center;width:100%;padding:5rem 2rem;display:flex;position:relative}@media (width>=768px){.chero__left{width:50%;padding:5rem}}.chero__content{max-width:36rem}.chero__badge{color:#4ade80;letter-spacing:.02em;background:#22c55e1a;border:1px solid #22c55e33;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.chero__badge-dot{width:.5rem;height:.5rem;display:inline-flex;position:relative}.chero__badge-ping{opacity:.75;background:#4ade80;border-radius:9999px;animation:1.5s cubic-bezier(0,0,.2,1) infinite ping;position:absolute;inset:0}.chero__badge-core{background:#22c55e;border-radius:9999px;width:.5rem;height:.5rem;position:relative}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.chero__title{font-family:var(--font-headline);color:#fff;letter-spacing:-.04em;margin-bottom:3rem;font-size:clamp(2rem,4.5vw,4rem);font-weight:800;line-height:1.05}.chero__chips{flex-wrap:wrap;gap:1rem;margin-top:3rem;display:flex}.chero__chip{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;cursor:pointer;background:#191f30b3;border:1px solid #ffffff0d;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:flex}.chero__chip:hover{background:#ffffff1a;border-color:#ffffff26;transform:translateY(-2px)}.chero__chip:active{transform:translateY(0)scale(.97)}.chero__chip-icon{color:var(--color-primary)}.chero__chip-icon--green{color:#4ade80}.chero__right{width:100%;min-height:500px;position:relative}@media (width>=768px){.chero__right{width:50%}}.chero__bg-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.chero__overlay{mix-blend-mode:multiply;background:#001d3d66;position:absolute;inset:0}.chero__diagonal{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.chero__testimonial-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#191f30b3;border:1px solid #ffffff0d;border-radius:1rem;padding:2rem;position:absolute;bottom:3rem;left:3rem;right:3rem;transform:rotate(1deg)}.chero__avatars{align-items:center;margin-bottom:1rem;display:flex}.chero__avatar-img{object-fit:cover;border:2px solid #fff;border-radius:9999px;width:2.5rem;height:2.5rem;margin-right:-.75rem}.chero__trust-label{color:#fff;letter-spacing:.02em;margin-left:1.5rem;font-size:.875rem;font-weight:600}.chero__quote{color:var(--color-on-surface-variant);font-size:.875rem;font-style:italic}.copts{padding:6rem 2rem}.copts__inner{grid-template-columns:1fr;gap:1.5rem;max-width:80rem;margin:0 auto;display:grid}@media (width>=640px){.copts__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.copts__inner{grid-template-columns:repeat(3,minmax(0,1fr))}}.copts__card{background:var(--color-surface-container-low);color:inherit;cursor:pointer;border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;padding:2rem;text-decoration:none;transition:transform .3s,border-color .25s;display:flex}.copts__card:hover{border-color:#ffffff1f;transform:translateY(-4px)}.copts__card:active{transform:translateY(-1px)scale(.98)}.copts__icon{color:var(--color-primary);margin-bottom:1.5rem;font-size:2.5rem;display:block}.copts__title{font-family:var(--font-headline);color:var(--color-on-surface);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.copts__detail{color:var(--color-on-surface-variant);flex:1;margin-bottom:1.5rem;font-size:.875rem}.copts__tag{border:1px solid var(--color-outline);letter-spacing:.1em;color:var(--color-primary);border-radius:9999px;align-self:flex-start;padding:.375rem 1rem;font-size:.7rem;font-weight:700;display:inline-block}.cform{background:var(--color-surface-container-low);padding:6rem 2rem;position:relative;overflow:hidden}.cform__glow{filter:blur(150px);pointer-events:none;opacity:.1;border-radius:9999px;width:500px;height:500px;position:absolute}.cform__glow--top{background:var(--color-primary);top:0;right:0}.cform__glow--bottom{background:var(--color-secondary);bottom:0;left:0}.cform__card{z-index:1;background:#fff;border-radius:1.5rem;flex-direction:column;max-width:72rem;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #0006}@media (width>=768px){.cform__card{flex-direction:row}}.cform__info{color:#fff;background:#0d1b3e;flex-direction:column;justify-content:space-between;width:100%;padding:3rem;display:flex}@media (width>=768px){.cform__info{width:40%}}.cform__info-title{font-family:var(--font-headline);margin-bottom:2rem;font-size:1.875rem;font-weight:800}.cform__info-items{flex-direction:column;flex:1;gap:2rem;display:flex}.cform__info-item{align-items:flex-start;gap:1rem;display:flex}.cform__info-icon{color:var(--color-primary);flex-shrink:0}.cform__info-label{margin-bottom:.25rem;font-size:.95rem;font-weight:700}.cform__info-text{color:#94a3b8;font-size:.875rem;line-height:1.6}.cform__socials{gap:1rem;margin-top:3rem;display:flex}.cform__social{background:#ffffff1a;border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .2s;display:flex}.cform__social:hover{background:var(--color-primary)}.cform__social-img{object-fit:contain;width:1.25rem;height:1.25rem}.cform__right{background:#fff;width:100%;padding:3rem}@media (width>=768px){.cform__right{width:60%}}.cform__right-title{font-family:var(--font-headline);color:#0f172a;margin-bottom:2rem;font-size:1.875rem;font-weight:800}.cform__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.cform__grid{grid-template-columns:1fr 1fr}}.cform__field{flex-direction:column;gap:.25rem;display:flex}.cform__field--full{grid-column:1/-1}.cform__label{color:#64748b;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:700}.cform__input{color:#0f172a;width:100%;font-family:var(--font-body);background:0 0;border:none;border-bottom:2px solid #f1f5f9;outline:none;padding:.75rem 0;font-size:.95rem;transition:border-color .2s}.cform__input:focus{border-bottom-color:var(--color-primary)}.cform__input::placeholder{color:#94a3b8}.cform__select{appearance:none;cursor:pointer}.cform__textarea{resize:none}.cform__submit-wrap{padding-top:1.5rem}.cform__submit{color:#fff;letter-spacing:.1em;background:linear-gradient(90deg,#0d1b3e,#2e7bd4);border-radius:.75rem;width:100%;padding:1.25rem;font-size:.875rem;font-weight:700;transition:transform .2s,box-shadow .2s}.cform__submit:hover{transform:scale(1.01);box-shadow:0 10px 30px #2e7bd44d}@media (width<=767px){.cform{padding:3rem 1rem}.cform__card{border-radius:1.25rem}.cform__info{padding:2rem 1.5rem}.cform__info-title{margin-bottom:1.5rem;font-size:1.5rem}.cform__info-items{gap:1.5rem}.cform__socials{margin-top:2rem}.cform__right{padding:2rem 1.5rem}.cform__right-title{margin-bottom:1.5rem;font-size:clamp(1.5rem,7vw,1.875rem)}.cform__grid{gap:1.25rem}.cform__submit{border-radius:3rem;padding:1rem}}.why{padding:6rem 2rem}.why__inner{max-width:80rem;margin:0 auto}.why__title{font-family:var(--font-headline);text-align:center;margin-bottom:4rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.why__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.why__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.why__grid{grid-template-columns:repeat(4,1fr)}}.why__card{background:var(--color-surface-container);text-align:center;border:1px solid #ffffff0d;border-radius:1.5rem;padding:2rem;transition:transform .2s}.why__card:hover{transform:translateY(-4px)}.why__icon-wrap{background:#a6c8ff1a;border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;transition:background .2s;display:flex}.why__card:hover .why__icon-wrap{background:var(--color-primary)}.why__icon{color:var(--color-primary);font-size:1.875rem;transition:color .2s}.why__card:hover .why__icon{color:var(--color-on-primary)}.why__card-title{font-family:var(--font-headline);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.why__card-desc{color:var(--color-on-surface-variant);font-size:.875rem;line-height:1.6}.omap{background:var(--color-surface-container-low);padding:6rem 2rem}.omap__inner{flex-direction:column;gap:3rem;max-width:80rem;margin:0 auto;display:flex}@media (width>=1024px){.omap__inner{flex-direction:row;align-items:stretch}}.omap__sidebar{flex-direction:column;gap:1.5rem;width:100%;display:flex}@media (width>=1024px){.omap__sidebar{width:33.333%}}.omap__card{background:var(--color-surface-container-high);border:1px solid #ffffff0d;border-radius:1.5rem;padding:2rem}.omap__badge{letter-spacing:.1em;text-transform:uppercase;border-radius:.25rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.65rem;font-weight:900;display:inline-block}.omap__badge--primary{color:var(--color-primary);background:#a6c8ff26}.omap__badge--secondary{color:var(--color-secondary);background:#aac7ff26}.omap__card-title{font-family:var(--font-headline);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.omap__card-desc{color:var(--color-on-surface-variant);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.omap__tags{flex-wrap:wrap;gap:.5rem;display:flex}.omap__tag{background:#ffffff0d;border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.omap__globe{background:var(--color-primary-container);border-radius:1.5rem;justify-content:center;align-items:center;width:100%;min-height:400px;padding:3rem;display:flex;position:relative}@media (width>=1024px){.omap__globe{width:66.666%}}.omap__svg{opacity:.5;width:100%;height:100%}.omap__globe-label{font-family:var(--font-headline);color:#ffffff14;text-transform:uppercase;letter-spacing:.5em;pointer-events:none;text-align:center;justify-content:center;align-items:center;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:900;display:flex;position:absolute;inset:0}.ep{padding:6rem 2rem}.ep__inner{max-width:80rem;margin:0 auto}.ep__title{font-family:var(--font-headline);text-align:center;margin-bottom:5rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.ep__grid{grid-template-columns:1fr;gap:1rem;display:grid;position:relative}@media (width>=768px){.ep__grid{grid-template-columns:repeat(4,1fr)}}.ep__line{z-index:0;border-top:2px dashed #ffffff14;width:100%;height:1px;display:none;position:absolute;top:50%;left:0}@media (width>=768px){.ep__line{display:block}}.ep__card{z-index:1;background:#0f172a;border:1px solid #ffffff0d;border-radius:1rem;padding:2rem;transition:background .2s;position:relative;overflow:hidden}.ep__card:hover{background:#1e293b}.ep__num{color:#ffffff0a;pointer-events:none;-webkit-user-select:none;user-select:none;margin-top:-1rem;font-size:5rem;font-weight:900;line-height:1;position:absolute;top:0;right:.5rem}.ep__icon{color:var(--color-primary);margin-bottom:1rem;font-size:1.875rem;display:block}.ep__card-title{margin-bottom:.5rem;font-size:1rem;font-weight:700}.ep__card-desc{color:var(--color-on-surface-variant);font-size:.75rem;line-height:1.6}.faq{background:var(--color-surface-container-lowest);padding:6rem 2rem}.faq__inner{max-width:48rem;margin:0 auto}.faq__title{font-family:var(--font-headline);text-align:center;margin-bottom:3rem;font-size:clamp(1.875rem,4vw,2.5rem);font-weight:800}.faq__list{flex-direction:column;display:flex}.faq__item{border-bottom:1px solid #ffffff14;padding:1.5rem 0}.faq__question{text-align:left;width:100%;color:var(--color-on-surface);background:0 0;justify-content:space-between;align-items:center;gap:1rem;font-size:1rem;font-weight:700;display:flex}.faq__icon{color:var(--color-primary);flex-shrink:0;transition:transform .25s}.faq__answer{color:var(--color-on-surface-variant);margin-top:1rem;font-size:.9rem;line-height:1.7;animation:.2s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ctst{padding:6rem 2rem}.ctst__inner{max-width:80rem;margin:0 auto}.ctst__title{font-family:var(--font-headline);text-align:center;margin-bottom:4rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.ctst__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.ctst__grid{grid-template-columns:repeat(3,1fr)}}.ctst__card{background:var(--color-surface-container);border:1px solid #ffffff0d;border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem;display:flex}.ctst__author{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.ctst__avatar{object-fit:cover;filter:grayscale();border-radius:9999px;width:3.5rem;height:3.5rem}.ctst__name{font-size:1rem;font-weight:700}.ctst__tag{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:900}.ctst__before,.ctst__after{border-radius:.5rem;padding:.75rem}.ctst__before{background:#ef444414}.ctst__after{background:#22c55e14}.ctst__pill{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.65rem;font-weight:700}.ctst__pill--red{color:#f87171}.ctst__pill--green{color:#4ade80}.ctst__quote{color:var(--color-on-surface-variant);font-size:.8rem;font-style:italic;line-height:1.5}.ac-section{background-color:var(--color-surface-container-low);padding:96px 32px;position:relative;overflow:hidden}.ac-section:before{content:"";pointer-events:none;background:radial-gradient(60% 40% at 10% 80%,#a6c8ff0a 0%,#0000 70%),radial-gradient(50% 50% at 90% 20%,#12468714 0%,#0000 70%);position:absolute;inset:0}.ac-container{z-index:1;max-width:1120px;margin:0 auto;position:relative}.ac-header{text-align:center;margin-bottom:56px}.ac-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);background:#a6c8ff14;border:1px solid #a6c8ff26;border-radius:100px;margin-bottom:16px;padding:6px 16px;font-size:10px;font-weight:700;display:inline-block}.ac-title{color:var(--color-on-surface);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(2rem,5vw,3rem);font-weight:800}.ac-subtitle{color:var(--color-on-surface-variant);max-width:400px;margin:0 auto;font-size:.95rem;line-height:1.6}.ac-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ac-card{background:var(--color-surface-container);color:inherit;border:1px solid #ffffff0d;border-radius:20px;text-decoration:none;transition:transform .3s,border-color .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.ac-card:hover{border-color:color-mix(in srgb, var(--platform-color) 30%, transparent);box-shadow:0 20px 60px -12px color-mix(in srgb, var(--platform-color) 20%, transparent);transform:translateY(-6px)}.ac-card-glow{background:var(--platform-color);opacity:0;filter:blur(60px);pointer-events:none;border-radius:50%;width:160px;height:160px;transition:opacity .4s;position:absolute;top:-60px;right:-60px}.ac-card:hover .ac-card-glow{opacity:.12}.ac-card-inner{align-items:center;gap:20px;padding:28px 28px 24px;display:flex}.ac-icon-wrap{background:color-mix(in srgb, var(--platform-color) 10%, transparent);border:1px solid color-mix(in srgb, var(--platform-color) 20%, transparent);width:52px;min-width:52px;height:52px;color:var(--platform-color);border-radius:14px;justify-content:center;align-items:center;transition:background .3s;display:flex}.ac-card:hover .ac-icon-wrap{background:color-mix(in srgb, var(--platform-color) 18%, transparent)}.ac-platform-svg{width:22px;height:22px}.ac-card-text{flex:1;min-width:0}.ac-platform-name{color:var(--color-on-surface);margin-bottom:2px;font-size:1rem;font-weight:700}.ac-platform-handle{color:var(--platform-color);opacity:.85;margin-bottom:4px;font-size:.75rem;font-weight:600}.ac-platform-desc{color:var(--color-on-surface-variant);font-size:.75rem;line-height:1.4}.ac-arrow{color:var(--color-on-surface-variant);align-items:center;transition:transform .25s,color .25s;display:flex}.ac-card:hover .ac-arrow{color:var(--platform-color);transform:translate(4px)}.ac-card-bar{background:linear-gradient(90deg, var(--platform-color), transparent);opacity:0;height:2px;transition:opacity .3s}.ac-card:hover .ac-card-bar{opacity:.6}@media (width<=768px){.ac-section{padding:56px 20px}.ac-header{margin-bottom:36px}.ac-grid{grid-template-columns:1fr;gap:12px}.ac-card-inner{padding:20px}}@media (width<=480px){.ac-section{padding:48px 16px}.ac-icon-wrap{width:44px;min-width:44px;height:44px}.ac-platform-svg{width:18px;height:18px}}.cta-section{background-color:var(--color-background);padding:96px 32px}.cta-container{background:linear-gradient(135deg, var(--color-primary-container) 0%, var(--color-secondary-container) 100%);border:1px solid #a6c8ff1a;border-radius:48px;max-width:1120px;margin:0 auto;padding:80px 60px;position:relative;overflow:hidden}.cta-blob{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.cta-blob--tl{background:radial-gradient(circle,#a6c8ff2e 0%,#0000 70%);width:360px;height:360px;top:-80px;left:-80px}.cta-blob--br{background:radial-gradient(circle,#aac7ff24 0%,#0000 70%);width:300px;height:300px;bottom:-80px;right:-60px}.cta-noise{opacity:.4;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.cta-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:28px;display:flex;position:relative}.cta-badge{color:#ffffffd9;letter-spacing:.03em;background:#ffffff14;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:8px;padding:8px 18px;font-size:.8rem;font-weight:600;display:inline-flex}.cta-badge-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite cta-pulse;box-shadow:0 0 8px #4ade80}@keyframes cta-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.cta-heading{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.1}.cta-heading-accent{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-tertiary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cta-body{color:#fff9;max-width:400px;margin:-8px 0 0;font-size:1rem;line-height:1.6}.cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px;display:flex}.cta-btn{letter-spacing:.01em;cursor:pointer;border-radius:100px;align-items:center;gap:10px;padding:18px 36px;font-size:.95rem;font-weight:700;transition:transform .22s,box-shadow .22s;display:inline-flex}.cta-btn:hover{transform:translateY(-3px)}.cta-btn--primary{color:var(--color-primary-container);background:#fff;box-shadow:0 8px 32px #0000004d}.cta-btn--primary:hover{box-shadow:0 14px 40px #0006}.cta-btn--whatsapp{color:#fff;background:#25d366;box-shadow:0 8px 32px #25d36640}.cta-btn--whatsapp:hover{box-shadow:0 14px 40px #25d36659}.cta-wa-icon{flex-shrink:0;width:20px;height:20px}.cta-trust{align-items:center;gap:12px;margin-top:4px;display:flex}.cta-avatars{display:flex}.cta-avatar{object-fit:cover;border:2px solid #ffffff4d;border-radius:50%;width:34px;height:34px;margin-left:-8px}.cta-avatars .cta-avatar:first-child{margin-left:0}.cta-trust-text{color:#ffffffa6;font-size:.82rem}.cta-trust-text strong{color:#fff}@media (width<=768px){.cta-section{padding:48px 16px}.cta-container{border-radius:24px;padding:40px 24px}.cta-heading{font-size:clamp(1.75rem,8vw,2.5rem)}.cta-body{max-width:100%;font-size:.9rem}.cta-trust{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.cta-section{padding:32px 12px}.cta-container{border-radius:20px;padding:32px 20px}.cta-inner{gap:20px}.cta-badge{padding:6px 14px;font-size:.72rem}.cta-heading{font-size:clamp(1.6rem,9vw,2rem)}.cta-actions{flex-direction:column;gap:12px;width:100%}.cta-btn{justify-content:center;width:100%;padding:15px 20px;font-size:.875rem}.cta-avatar{width:30px;height:30px;margin-left:-6px}.cta-trust-text{font-size:.78rem}}.th-section{flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.th-left{background-color:#0d1b3e;align-items:center;width:100%;padding:48px 24px;display:flex}.th-content{max-width:100%}.th-heading{color:#fff;letter-spacing:-.03em;margin-bottom:16px;font-size:2rem;font-weight:800;line-height:1.1}.th-sub{color:#ffffff8c;max-width:100%;margin-bottom:32px;font-size:.95rem;line-height:1.7}.th-actions{flex-wrap:wrap;gap:12px;display:flex}.th-btn{letter-spacing:.04em;cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:14px 24px;font-size:.85rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.th-btn--primary{color:#001c3b;background:linear-gradient(135deg,#a6c8ff 0%,#3d86e0 100%);border:none;box-shadow:0 8px 24px #3d86e04d}.th-btn--primary:hover{transform:scale(1.05);box-shadow:0 12px 32px #3d86e066}.th-btn--ghost{color:#fff;background:0 0;border:1px solid #fff3}.th-btn--ghost:hover{background:#ffffff14;transform:scale(1.02)}.th-right{flex-shrink:0;order:2;width:100%;min-height:320px;position:relative}.th-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.th-img-overlay{pointer-events:none;background:linear-gradient(135deg,#2e7bd440 0%,#0000 60%);position:absolute;inset:0}.th-quote-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c1323bf;border:1px solid #ffffff1a;border-radius:12px;max-width:100%;padding:16px;position:absolute;bottom:20px;left:16px;right:16px;box-shadow:0 24px 64px #0006}.th-quote-icon{color:var(--color-primary);margin-bottom:10px;font-size:1.8rem;display:block}.th-quote-text{color:#ffffffd9;margin-bottom:14px;font-size:.8rem;font-style:italic;line-height:1.5}.th-quote-author{align-items:center;gap:10px;display:flex}.th-quote-avatar{background:#a6c8ff26;border:1px solid #a6c8ff40;border-radius:50%;flex-shrink:0;width:32px;height:32px}.th-quote-name{color:#fff;font-size:.8rem;font-weight:700}.th-quote-role{color:var(--color-primary);font-size:.7rem;font-weight:600}@media (width<=374px){.th-left{padding:40px 16px}.th-heading{font-size:1.7rem}.th-right{min-height:260px}.th-quote-card{padding:12px;bottom:12px}.th-btn{padding:12px 18px;font-size:.8rem}}@media (width>=375px) and (width<=480px){.th-left{padding:56px 28px}.th-heading{font-size:2.2rem}.th-right{min-height:360px}.th-quote-card{padding:18px;bottom:24px;left:20px;right:20px}}@media (width>=481px) and (width<=1024px){.th-section{flex-direction:column}.th-left{width:100%;padding:64px 48px}.th-content{max-width:600px;margin:0 auto}.th-heading{font-size:clamp(2.4rem,4.5vw,3.2rem)}.th-sub{max-width:520px;font-size:1rem}.th-right{width:100%;min-height:480px}.th-quote-card{width:380px;padding:24px;bottom:36px;left:auto;right:48px}.th-quote-icon{font-size:2rem}.th-quote-text{font-size:.85rem}}@media (width>=768px) and (width<=1024px) and (orientation:landscape){.th-section{flex-direction:row;min-height:100vh}.th-left{width:50%;padding:48px 40px}.th-right{width:50%;min-height:unset}}@media (width>=1025px){.th-section{flex-direction:row}.th-left{width:50%;padding:80px 64px}.th-content{max-width:520px;margin:0}.th-heading{margin-bottom:24px;font-size:clamp(2.8rem,3.5vw,4rem)}.th-sub{max-width:420px;margin-bottom:48px;font-size:1.05rem}.th-right{width:50%;min-height:unset}.th-quote-card{width:calc(100% - 80px);max-width:380px;padding:28px;bottom:48px;left:auto;right:40px}.th-quote-icon{margin-bottom:14px;font-size:2.2rem}.th-quote-text{margin-bottom:18px;font-size:.88rem}.th-quote-avatar{width:38px;height:38px}.th-btn{padding:16px 32px;font-size:.9rem}}@media (width>=1440px){.th-left{padding:100px 96px}.th-content{max-width:600px}.th-heading{margin-bottom:28px;font-size:4.5rem}.th-sub{max-width:480px;margin-bottom:56px;font-size:1.15rem}.th-quote-card{width:calc(100% - 112px);max-width:420px;padding:36px;bottom:56px;right:56px}.th-quote-icon{margin-bottom:18px;font-size:2.8rem}.th-quote-text{margin-bottom:22px;font-size:1rem}.th-quote-name{font-size:.95rem}.th-quote-role{font-size:.82rem}.th-quote-avatar{width:46px;height:46px}.th-btn{border-radius:14px;padding:18px 40px;font-size:1rem}}@media (width>=1920px){.th-left{padding:120px 128px}.th-content{max-width:680px}.th-heading{font-size:5.5rem}.th-sub{max-width:560px;font-size:1.25rem}}.tcs-section{background-color:var(--color-surface-container-lowest);z-index:10;padding:64px 48px;position:relative}.tcs-section:before{content:"";background:linear-gradient(90deg,#0000,#a6c8ff26,#0000);height:1px;position:absolute;top:0;left:0;right:0}.tcs-grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1120px;margin:0 auto;display:grid}@media (width>=768px){.tcs-grid{grid-template-columns:repeat(4,1fr)}}.tcs-item{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}@media (width>=768px){.tcs-item:not(:last-child):after{content:"";background:#ffffff14;width:1px;height:80%;position:absolute;top:10%;right:0}.tcs-item{align-items:flex-start}}.tcs-value{color:#fff;font-size:clamp(2.2rem,4vw,3rem);font-weight:800;font-family:var(--font-headline);letter-spacing:-.03em;line-height:1}.tcs-label{letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;font-size:.7rem;font-weight:600}.tl-section{background-color:var(--color-background);padding:64px 16px}.tl-container{max-width:1120px;margin:0 auto}.tl-title{color:#fff;text-align:center;letter-spacing:-.03em;margin-bottom:40px;font-size:1.8rem;font-weight:800}.tl-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:16px;padding-bottom:16px;display:flex;overflow-x:auto}.tl-grid::-webkit-scrollbar{display:none}.tl-card{background:var(--color-surface-container-low);scroll-snap-align:start;border-radius:16px;flex:0 0 80vw;max-width:300px;transition:transform .3s;overflow:hidden}.tl-card:hover{transform:translateY(-6px)}.tl-img-wrap{height:240px;position:relative;overflow:hidden}.tl-img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .7s}.tl-card:hover .tl-img{filter:grayscale(0)}.tl-badge{background:var(--color-primary);color:var(--color-on-primary);letter-spacing:.15em;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.6rem;font-weight:700;position:absolute;top:16px;left:16px}.tl-body{padding:20px}.tl-name{color:#fff;letter-spacing:-.02em;margin-bottom:8px;font-size:1.2rem;font-weight:800}.tl-bio{color:#ffffff73;margin-bottom:16px;font-size:.78rem;line-height:1.6}.tl-skills{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.tl-skill{background:var(--color-surface-container-high);color:var(--color-primary);border-radius:8px;padding:4px 10px;font-size:.65rem;font-weight:600}.tl-links{gap:10px;display:flex}.tl-link-btn{width:34px;height:34px;color:var(--color-on-surface-variant);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.tl-link-btn:hover{background:var(--color-primary);color:var(--color-on-primary)}.tl-link-btn .material-symbols-outlined{font-size:1rem}@media (width<=374px){.tl-section{padding:48px 12px}.tl-title{margin-bottom:28px;font-size:1.5rem}.tl-card{flex:0 0 85vw}.tl-img-wrap{height:200px}.tl-body{padding:16px}.tl-name{font-size:1.1rem}}@media (width>=375px) and (width<=480px){.tl-section{padding:64px 20px}.tl-title{font-size:1.7rem}.tl-card{flex:0 0 75vw;max-width:320px}.tl-img-wrap{height:260px}}@media (width>=481px) and (width<=767px){.tl-section{padding:72px 32px}.tl-title{margin-bottom:48px;font-size:2rem}.tl-card{flex:0 0 60vw;max-width:360px}.tl-img-wrap{height:300px}.tl-body{padding:28px}.tl-name{font-size:1.5rem}.tl-bio{font-size:.85rem}}@media (width>=768px) and (width<=1024px){.tl-section{padding:80px 40px}.tl-title{margin-bottom:52px;font-size:clamp(2rem,3.5vw,2.5rem)}.tl-grid{overflow-x:unset;scroll-snap-type:unset;grid-template-columns:repeat(2,1fr);gap:32px;padding-bottom:0;display:grid}.tl-card{flex:unset;max-width:unset;scroll-snap-align:unset}.tl-img-wrap{height:340px}.tl-body{padding:32px}.tl-name{margin-bottom:10px;font-size:1.6rem}.tl-bio{font-size:.88rem}.tl-skill{font-size:.7rem}.tl-link-btn{width:38px;height:38px}}@media (width>=1025px){.tl-section{padding:96px 48px}.tl-title{margin-bottom:64px;font-size:clamp(2rem,4vw,2.8rem)}.tl-grid{overflow-x:unset;scroll-snap-type:unset;grid-template-columns:repeat(2,1fr);gap:48px;padding-bottom:0;display:grid}.tl-card{flex:unset;max-width:unset;scroll-snap-align:unset}.tl-img-wrap{height:420px}.tl-body{padding:40px}.tl-name{margin-bottom:12px;font-size:1.9rem}.tl-bio{margin-bottom:24px;font-size:.9rem}.tl-skill{padding:5px 14px;font-size:.72rem}.tl-links{gap:12px}.tl-link-btn{width:40px;height:40px}.tl-link-btn .material-symbols-outlined{font-size:1.1rem}.tl-badge{padding:6px 16px;font-size:.65rem;top:24px;left:24px}}@media (width>=1440px){.tl-section{padding:120px 64px}.tl-title{margin-bottom:72px;font-size:3.2rem}.tl-grid{gap:56px}.tl-img-wrap{height:500px}.tl-body{padding:48px}.tl-name{margin-bottom:14px;font-size:2.2rem}.tl-bio{margin-bottom:28px;font-size:1rem}.tl-skill{padding:6px 16px;font-size:.8rem}.tl-link-btn{width:46px;height:46px}.tl-link-btn .material-symbols-outlined{font-size:1.3rem}}@media (width>=1920px){.tl-section{padding:140px 80px}.tl-title{font-size:3.8rem}.tl-grid{gap:64px;max-width:1400px;margin:0 auto}.tl-img-wrap{height:560px}.tl-name{font-size:2.5rem}.tl-bio{font-size:1.1rem}}.tg-section{background-color:var(--color-surface-container-lowest);padding:56px 16px}.tg-container{max-width:1120px;margin:0 auto}.tg-header{flex-direction:column;gap:12px;margin-bottom:36px;display:flex}.tg-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--color-primary);margin-bottom:6px;font-size:.6rem;font-weight:700;display:block}.tg-title{color:#fff;letter-spacing:-.03em;font-size:1.6rem;font-weight:800}.tg-desc{color:#ffffff59;max-width:100%;font-size:.85rem;line-height:1.6}.tg-grid{grid-template-columns:1fr;gap:16px;display:grid}.tg-card{background:var(--color-surface-container-low);cursor:default;border:1px solid #0000;border-radius:16px;padding:24px;transition:border-color .25s,transform .25s}.tg-card:hover{border-color:#a6c8ff59;transform:translateY(-6px)}.tg-avatar-wrap{border:2px solid #ffffff14;border-radius:50%;width:72px;height:72px;margin-bottom:16px;transition:border-color .25s;overflow:hidden}.tg-card:hover .tg-avatar-wrap{border-color:var(--color-primary)}.tg-avatar{object-fit:cover;width:100%;height:100%}.tg-name{color:#fff;letter-spacing:-.01em;margin-bottom:4px;font-size:1rem;font-weight:800}.tg-role{letter-spacing:.15em;text-transform:uppercase;color:var(--color-primary);margin-bottom:12px;font-size:.6rem;font-weight:700;display:block}.tg-skills{flex-wrap:wrap;gap:5px;margin-bottom:14px;display:flex}.tg-skill{background:var(--color-surface-container-high);color:#ffffff73;border-radius:6px;padding:3px 8px;font-size:.63rem;font-weight:500}.tg-icons{color:#ffffff4d;gap:10px;transition:color .25s;display:flex}.tg-card:hover .tg-icons{color:var(--color-primary)}.tg-icon{cursor:pointer;font-size:1.05rem;transition:transform .2s}.tg-icon:hover{transform:scale(1.2)}@media (width<=374px){.tg-section{padding:40px 12px}.tg-title{font-size:1.35rem}.tg-card{padding:18px}.tg-avatar-wrap{width:60px;height:60px}.tg-name{font-size:.95rem}}@media (width>=375px) and (width<=539px){.tg-section{padding:56px 20px}.tg-title{font-size:1.7rem}.tg-grid{grid-template-columns:repeat(2,1fr);gap:14px}.tg-card{padding:18px}.tg-avatar-wrap{width:64px;height:64px;margin-bottom:12px}}@media (width>=540px) and (width<=767px){.tg-section{padding:64px 28px}.tg-title{font-size:1.9rem}.tg-header{margin-bottom:44px}.tg-grid{grid-template-columns:repeat(2,1fr);gap:18px}.tg-card{padding:24px}.tg-avatar-wrap{width:76px;height:76px}.tg-name{font-size:1.05rem}}@media (width>=768px) and (width<=1023px){.tg-section{padding:80px 40px}.tg-header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:52px}.tg-title{font-size:clamp(1.8rem,3vw,2.2rem)}.tg-desc{max-width:280px;font-size:.88rem}.tg-grid{grid-template-columns:repeat(3,1fr);gap:20px}.tg-card{padding:26px}.tg-avatar-wrap{width:80px;height:80px;margin-bottom:18px}.tg-name{font-size:1.08rem}.tg-eyebrow{font-size:.63rem}}@media (width>=1024px){.tg-section{padding:96px 48px}.tg-header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:64px}.tg-eyebrow{margin-bottom:8px;font-size:.65rem}.tg-title{font-size:clamp(1.8rem,3.5vw,2.6rem)}.tg-desc{max-width:300px;font-size:.9rem}.tg-grid{grid-template-columns:repeat(4,1fr);gap:24px}.tg-card{padding:32px}.tg-avatar-wrap{width:88px;height:88px;margin-bottom:20px}.tg-name{margin-bottom:4px;font-size:1.15rem}.tg-role{margin-bottom:16px;font-size:.65rem}.tg-skills{gap:6px;margin-bottom:20px}.tg-skill{padding:3px 10px;font-size:.68rem}.tg-icons{gap:12px}.tg-icon{font-size:1.15rem}}@media (width>=1440px){.tg-section{padding:120px 64px}.tg-header{margin-bottom:72px}.tg-title{font-size:2.8rem}.tg-desc{max-width:340px;font-size:1rem}.tg-grid{gap:28px}.tg-card{padding:36px}.tg-avatar-wrap{width:100px;height:100px;margin-bottom:22px}.tg-name{font-size:1.3rem}.tg-role{margin-bottom:18px;font-size:.7rem}.tg-skill{padding:4px 12px;font-size:.72rem}.tg-icon{font-size:1.3rem}}@media (width>=1920px){.tg-section{padding:140px 80px}.tg-container{max-width:1400px}.tg-title{font-size:3.2rem}.tg-grid{gap:32px}.tg-card{padding:40px}.tg-avatar-wrap{width:112px;height:112px}.tg-name{font-size:1.45rem}.tg-skill{padding:5px 14px;font-size:.78rem}}.td-section{background-color:var(--color-background);padding:96px 48px}.td-container{max-width:1120px;margin:0 auto}.td-title{color:#fff;letter-spacing:-.03em;margin-bottom:48px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.td-bento{grid-template-columns:1fr;gap:20px;display:grid}.td-card{border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:240px;padding:40px;display:flex;position:relative;overflow:hidden}.td-card--large{background-color:#0d1b3e;border:1px solid #ffffff0a}.td-bg-icon{color:var(--color-primary);opacity:.08;font-size:4.5rem;transition:transform .4s,opacity .4s;position:absolute;top:40px;right:40px}.td-card--large:hover .td-bg-icon{opacity:.14;transform:scale(1.15)}.td-card-title{color:#fff;letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.td-card-desc{color:#ffffff73;max-width:440px;font-size:.9rem;line-height:1.7}.td-card--gradient{background:linear-gradient(135deg,#0d1b3e 0%,#2e7bd4 100%);justify-content:center}.td-card-icon{color:#fff;margin-bottom:16px;font-size:2rem}.td-card-icon-blue{color:var(--color-primary);margin-bottom:16px;font-size:2rem}.td-card-title-sm{color:#fff;letter-spacing:-.01em;margin-bottom:8px;font-size:1.2rem;font-weight:800}.td-card-desc-sm{color:#fff9;font-size:.82rem;line-height:1.6}.td-card--dark{background-color:var(--color-surface-container-low);border:1px solid #ffffff0d;justify-content:center}.td-card--pillars{background-color:var(--color-surface-container-high);border:1px solid #ffffff0d;flex-direction:column;justify-content:center;gap:24px;min-height:180px}.td-pillars-left{flex:1}.td-pillars-heading{color:#fff;letter-spacing:-.02em;margin-bottom:6px;font-size:1.4rem;font-weight:800}.td-pillars-sub{color:#fff6;font-size:.85rem}.td-pillars-chips{flex-wrap:wrap;gap:12px;display:flex}.td-pillar-chip{background:var(--color-background);color:#fff;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:10px;padding:16px 24px;font-size:.9rem;font-weight:700;transition:border-color .25s,transform .25s;display:flex}.td-pillar-chip .material-symbols-outlined{color:var(--color-primary)}.td-pillar-chip:hover{border-color:#a6c8ff40;transform:translateY(-2px)}@media (width<=479px){.td-section{padding:60px 20px}.td-title{margin-bottom:28px;font-size:1.7rem}.td-bento{gap:14px}.td-card{min-height:200px;padding:28px 24px}.td-bg-icon{font-size:3rem;top:24px;right:24px}.td-card-title{font-size:1.3rem}.td-card-desc{font-size:.85rem}.td-card-title-sm{font-size:1.05rem}.td-card--pillars{min-height:unset;gap:20px;padding:28px 24px}.td-pillars-heading{font-size:1.15rem}.td-pillar-chip{padding:12px 16px;font-size:.82rem}}@media (width>=480px) and (width<=1023px){.td-section{padding:72px 32px}.td-title{margin-bottom:36px;font-size:2.2rem}.td-bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:240px;gap:16px}.td-card--large{min-height:unset;grid-area:span 1/span 2}.td-card--pillars{min-height:unset;flex-direction:column;grid-column:span 2}.td-pillars-chips{flex:unset;justify-content:flex-start}}@media (width>=1024px){.td-bento{grid-template-columns:repeat(3,1fr);grid-auto-rows:240px}.td-card--large{min-height:unset;grid-area:span 2/span 2}.td-card--pillars{min-height:unset;flex-direction:row;grid-column:span 3;justify-content:space-between;align-items:center}.td-pillars-chips{flex:2;justify-content:flex-end}}.ts-section{background-color:var(--color-surface-container-lowest);padding:96px 48px;overflow:hidden}.ts-container{flex-direction:column;gap:64px;max-width:1120px;margin:0 auto;display:flex}.ts-left{flex:1}.ts-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--color-primary);margin-bottom:12px;font-size:.65rem;font-weight:700;display:block}.ts-title{color:#fff;letter-spacing:-.03em;margin-bottom:48px;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800}.ts-bars{flex-direction:column;gap:32px;display:flex}.ts-bar-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ts-bar-label{color:#fff;font-size:.95rem;font-weight:700}.ts-bar-pct{color:var(--color-primary);font-size:.9rem;font-weight:700}.ts-track{background:#ffffff0d;border-radius:100px;width:100%;height:4px;overflow:hidden}.ts-fill{height:100%;width:var(--fill-width,0%);background:linear-gradient(90deg, var(--color-primary) 0%, #3d86e0 100%);border-radius:100px;animation:1.2s cubic-bezier(.22,1,.36,1) forwards ts-bar-grow}@keyframes ts-bar-grow{0%{width:0}to{width:var(--fill-width,0%)}}.ts-right{flex:1;grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.ts-card{background:var(--color-surface-container-low);border:1px solid #ffffff0a;border-radius:16px;padding:32px;transition:border-color .25s,transform .25s}.ts-card:hover{border-color:#a6c8ff33;transform:translateY(-4px)}.ts-card-icon{color:var(--color-primary);margin-bottom:16px;font-size:1.6rem;display:block}.ts-card-title{color:#fff;margin-bottom:8px;font-size:1rem;font-weight:700}.ts-card-desc{color:#ffffff59;font-size:.8rem;line-height:1.6}@media (width<=479px){.ts-section{padding:60px 20px}.ts-container{gap:40px}.ts-title{margin-bottom:32px;font-size:1.7rem}.ts-bars{gap:24px}.ts-bar-label{font-size:.85rem}.ts-right{grid-template-columns:1fr;gap:12px}.ts-card{padding:24px 20px}.ts-card-icon{margin-bottom:12px;font-size:1.4rem}}@media (width>=480px) and (width<=1023px){.ts-section{padding:72px 32px}.ts-container{gap:48px}.ts-title{margin-bottom:40px;font-size:2rem}.ts-right{grid-template-columns:repeat(2,1fr);gap:14px}.ts-card{padding:24px}}@media (width>=1024px){.ts-container{flex-direction:row;align-items:flex-start;gap:80px}.ts-right{grid-template-columns:repeat(2,1fr);gap:16px}.ts-card{padding:32px}}.tp-section{background-color:var(--color-background);padding:96px 48px}.tp-container{max-width:1120px;margin:0 auto}.tp-title{color:#fff;text-align:center;letter-spacing:-.03em;margin-bottom:64px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.tp-grid{grid-template-columns:1fr;gap:24px;display:grid}.tp-card{background:var(--color-surface-container-low);border:1px solid #ffffff0a;border-radius:16px;padding:32px;transition:background .25s,border-color .25s;position:relative;overflow:hidden}.tp-card:hover{background:var(--color-surface-container);border-color:#a6c8ff26}.tp-num{color:#ffffff0a;pointer-events:none;font-size:5.5rem;font-weight:900;line-height:1;font-family:var(--font-headline);transition:color .25s;position:absolute;top:-16px;right:8px}.tp-card:hover .tp-num{color:#a6c8ff12}.tp-body{z-index:1;position:relative}.tp-step-title{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-size:1.25rem;font-weight:800}.tp-step-desc{color:#ffffff59;margin-bottom:24px;font-size:.82rem;line-height:1.6}.tp-avatars{display:flex}.tp-avatar{object-fit:cover;border:2px solid var(--color-surface-container-low);border-radius:50%;width:32px;height:32px;margin-left:-8px}.tp-avatars .tp-avatar:first-child{margin-left:0}@media (width<=479px){.tp-section{padding:60px 20px}.tp-title{text-align:left;margin-bottom:36px;font-size:1.7rem}.tp-grid{gap:14px}.tp-card{padding:24px 20px}.tp-num{font-size:4rem;top:-10px}.tp-step-title{font-size:1.1rem}.tp-step-desc{margin-bottom:16px;font-size:.8rem}.tp-avatar{width:28px;height:28px}}@media (width>=480px) and (width<=1023px){.tp-section{padding:72px 32px}.tp-title{margin-bottom:48px;font-size:2.2rem}.tp-grid{grid-template-columns:repeat(2,1fr);gap:20px}.tp-card{padding:28px}.tp-num{font-size:4.5rem}}@media (width>=1024px){.tp-grid{grid-template-columns:repeat(4,1fr)}}.lah-section{background-color:var(--color-surface-container-lowest);padding:96px 48px}.lah-container{max-width:1120px;margin:0 auto}.lah-title{color:#fff;letter-spacing:-.03em;margin-bottom:48px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.lah-masonry{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=640px){.lah-masonry{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}}@media (width>=1024px){.lah-masonry{grid-template-columns:repeat(3,1fr);grid-auto-rows:220px}.lah-item:first-child{grid-row:span 1}.lah-item:nth-child(2){grid-row:span 2}.lah-item:nth-child(3),.lah-item:nth-child(4){grid-row:span 1}}.lah-item{border-radius:16px;min-height:200px;position:relative;overflow:hidden}.lah-img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .5s,transform .5s;display:block}.lah-item:hover .lah-img{filter:grayscale(0);transform:scale(1.03)}.lah-overlay{opacity:0;z-index:2;background:#a6c8ff2e;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.lah-item:hover .lah-overlay{opacity:1}.lah-overlay-text{letter-spacing:.18em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border-radius:100px;padding:8px 18px;font-size:.7rem;font-weight:700}@media (width<=640px){.lah-section{padding:60px 20px}}.op-section{background-color:var(--color-background);padding:96px 48px}.op-container{max-width:1120px;margin:0 auto}.op-header{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.op-title{color:#fff;letter-spacing:-.03em;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.op-count{letter-spacing:.15em;color:var(--color-primary);font-size:.72rem;font-weight:700}.op-list{flex-direction:column;gap:16px;display:flex}.op-row{background:var(--color-surface-container-low);cursor:pointer;border:1px solid #ffffff0a;border-radius:16px;flex-direction:column;gap:20px;padding:32px;transition:background .25s,transform .2s;display:flex}.op-row:hover{background:var(--color-surface-container);transform:translate(4px)}@media (width>=640px){.op-row{flex-direction:row;justify-content:space-between;align-items:center}}.op-info{flex-direction:column;gap:10px;display:flex}.op-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.op-job-title{color:#fff;letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.op-badge{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;background:#a6c8ff1f;border-radius:6px;padding:3px 10px;font-size:.65rem;font-weight:700}.op-meta{gap:24px;display:flex}.op-meta-item{color:#ffffff59;align-items:center;gap:6px;font-size:.82rem;display:flex}.op-meta-item .material-symbols-outlined{font-size:1rem}.op-apply-btn{background:var(--color-primary);color:var(--color-on-primary);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;padding:14px 32px;font-size:.88rem;font-weight:700;transition:transform .2s,box-shadow .2s}.op-row:hover .op-apply-btn{transform:scale(1.05);box-shadow:0 8px 24px #a6c8ff40}.tt-section{background-color:#fff;padding:96px 48px}.tt-container{max-width:1120px;margin:0 auto}.tt-title{color:#0c1323;text-align:center;letter-spacing:-.03em;margin-bottom:64px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.tt-grid{grid-template-columns:1fr;gap:24px;display:grid}.tt-card{background:#f8faff;border:1px solid #e8edf5;border-radius:20px;flex-direction:column;gap:24px;padding:48px;transition:transform .25s,box-shadow .25s;display:flex}.tt-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #001d3d14}.tt-stars{gap:4px;display:flex}.tt-star{color:#a6c8ff;font-size:1.2rem}.tt-quote{color:#374151;flex:1;font-size:1.1rem;font-style:italic;line-height:1.7}.tt-author{align-items:center;gap:16px;display:flex}.tt-avatar{background:#d1dae8;border-radius:50%;flex-shrink:0;width:48px;height:48px}.tt-name{color:#0c1323;font-size:.95rem;font-weight:700}.tt-role{color:#6b7280;margin-top:2px;font-size:.8rem}@media (width<=480px){.tt-section{padding:48px 16px}.tt-card{gap:16px;padding:28px 20px}.tt-title{margin-bottom:36px}.tt-quote{font-size:1rem}}@media (width>=481px) and (width<=767px){.tt-section{padding:64px 24px}.tt-card{padding:36px 28px}}@media (width>=768px){.tt-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px) and (width<=1023px){.tt-section{padding:80px 32px}}@media (width>=1024px){.tt-section{padding:96px 48px}}.tcta-section{background-color:var(--color-background);padding:80px 48px}.tcta-container{text-align:center;background:linear-gradient(135deg,#a6c8ff 0%,#3d86e0 100%);border-radius:40px;max-width:1120px;margin:0 auto;padding:80px 60px;position:relative;overflow:hidden}@media (width<=640px){.tcta-container{border-radius:24px;padding:52px 28px}}.tcta-blob{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.tcta-blob--tl{background:#ffffff40;width:280px;height:280px;top:-60px;left:-60px}.tcta-blob--br{background:#001d3d33;width:240px;height:240px;bottom:-60px;right:-40px}.tcta-inner{z-index:1;flex-direction:column;align-items:center;gap:40px;display:flex;position:relative}.tcta-heading{color:#001c3b;letter-spacing:-.03em;max-width:700px;font-size:clamp(2rem,5vw,3.8rem);font-weight:800;line-height:1.1}.tcta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.tcta-btn{letter-spacing:.05em;cursor:pointer;border-radius:16px;padding:20px 40px;font-size:1rem;font-weight:900;transition:transform .2s,box-shadow .2s}.tcta-btn:hover{transform:scale(1.05)}.tcta-btn--solid{color:#a6c8ff;background:#001c3b;border:none;box-shadow:0 8px 32px #00000040}.tcta-btn--solid:hover{box-shadow:0 14px 40px #00000059}.tcta-btn--outline{color:#001c3b;background:0 0;border:2px solid #001c3b}.tcta-btn--outline:hover{background:#001c3b14}.bh-section{text-align:center;padding:100px 32px 128px;position:relative;overflow:hidden}.bh-glow{z-index:-1;opacity:.5;pointer-events:none;background:radial-gradient(circle,#001d3d4d 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.bh-container{max-width:1120px;margin:0 auto}.bh-badge{background:var(--color-primary-container);color:var(--color-primary);border:1px solid #a6c8ff1a;border-radius:100px;align-items:center;margin-bottom:32px;padding:8px 20px;display:inline-flex}.bh-badge-text{letter-spacing:.2em;text-transform:uppercase;font-size:.65rem;font-weight:700}.bh-heading{letter-spacing:-.05em;max-width:900px;color:var(--color-on-surface);margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:clamp(2.8rem,8vw,6rem);font-weight:800;line-height:.9}.bh-heading-accent{background:linear-gradient(135deg,#a6c8ff 0%,#92cdfe 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bh-sub{color:var(--color-on-surface-variant);max-width:560px;margin:0 auto 48px;font-size:1.15rem;line-height:1.65}.bh-filters{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.bh-filter-btn{cursor:pointer;background:var(--color-surface-container-low);color:var(--color-on-surface);border:1px solid #45464e33;border-radius:12px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:transform .2s,background .2s}.bh-filter-btn:hover{background:var(--color-surface-container-high);transform:scale(1.03)}.bh-filter-btn--active{background:var(--color-primary);color:var(--color-on-primary);border-color:#0000}.bh-filter-btn--active:hover{background:var(--color-primary)}@media (width<=480px){.bh-section{padding:64px 16px 80px}.bh-badge{margin-bottom:20px}.bh-heading{margin-bottom:20px;line-height:1}.bh-sub{margin-bottom:32px;font-size:1rem}.bh-filters{gap:8px}.bh-filter-btn{padding:10px 16px;font-size:.8rem}}@media (width>=481px) and (width<=767px){.bh-section{padding:80px 24px 100px}.bh-heading{line-height:.95}.bh-sub{margin-bottom:40px;font-size:1.05rem}}@media (width>=768px) and (width<=1023px){.bh-section{padding:90px 32px 112px}}@media (width>=1024px){.bh-section{padding:100px 32px 128px}}.bf-section{padding:0 32px 128px}.bf-container{max-width:1120px;margin:0 auto}.bf-card{background:var(--color-surface-container-low);border:1px solid #45464e1a;border-radius:32px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 32px 64px #00000059}.bf-card:hover{transform:translateY(-4px)}.bf-img-wrap{min-height:260px;overflow:hidden}.bf-img{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.bf-card:hover .bf-img{transform:scale(1.05)}.bf-content{flex-direction:column;justify-content:center;padding:32px 24px;display:flex}.bf-meta{align-items:center;gap:16px;margin-bottom:24px;display:flex}.bf-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--color-tertiary);font-size:.75rem;font-weight:700}.bf-dot,.bf-read{color:var(--color-outline);font-size:.85rem}.bf-title{color:var(--color-on-surface);letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.2;transition:color .25s}.bf-card:hover .bf-title{color:var(--color-primary)}.bf-desc{color:var(--color-on-surface-variant);margin-bottom:32px;font-size:1rem;line-height:1.7}.bf-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.bf-author{align-items:center;gap:16px;display:flex}.bf-avatar-wrap{background:var(--color-primary-container);border:2px solid #a6c8ff33;border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.bf-avatar{object-fit:cover;width:100%;height:100%}.bf-author-name{color:var(--color-on-surface);font-size:.9rem;font-weight:700}.bf-author-role{color:var(--color-outline);margin-top:2px;font-size:.72rem}.bf-arrow{color:var(--color-primary);font-size:1.8rem;transition:transform .25s}.bf-card:hover .bf-arrow{transform:translate(6px)}@media (width<=480px){.bf-section{padding:0 16px 64px}.bf-card{border-radius:20px}.bf-img-wrap{min-height:200px}.bf-content{padding:24px 20px}.bf-meta{gap:10px;margin-bottom:16px}.bf-desc{margin-bottom:24px;font-size:.95rem}.bf-author-role{display:none}}@media (width>=481px) and (width<=767px){.bf-section{padding:0 24px 80px}.bf-img-wrap{min-height:280px}.bf-content{padding:36px 32px}}@media (width>=768px) and (width<=1023px){.bf-section{padding:0 32px 96px}.bf-img-wrap{min-height:360px}.bf-content{padding:40px 36px}}@media (width>=1024px){.bf-section{padding:0 32px 128px}.bf-card{flex-direction:row}.bf-img-wrap{width:60%;min-height:unset}.bf-content{width:40%;padding:48px}}.blg-section{padding:0 32px 128px}.blg-container{max-width:1120px;margin:0 auto}.blg-header{justify-content:space-between;align-items:flex-end;margin-bottom:64px;display:flex}.blg-title{color:var(--color-on-surface);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.blg-underline{background:var(--color-primary);border-radius:100px;width:96px;height:6px}.blg-nav-btns{gap:12px;display:none}.blg-nav-btn{background:var(--color-surface-container-high);width:48px;height:48px;color:var(--color-on-surface);cursor:pointer;border:1px solid #45464e33;border-radius:12px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.blg-nav-btn:hover{background:var(--color-primary);color:var(--color-on-primary);border-color:#0000}.blg-grid{grid-template-columns:1fr;gap:32px;display:grid}.blg-card{background:var(--color-surface-container-low);border:1px solid #45464e0d;border-radius:24px;flex-direction:column;padding:24px;transition:border-color .4s,transform .4s;display:flex}.blg-card:hover{border-color:#a6c8ff4d;transform:translateY(-8px)}.blg-img-wrap{aspect-ratio:16/9;border-radius:16px;margin-bottom:24px;overflow:hidden}.blg-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.blg-card:hover .blg-img{transform:scale(1.1)}.blg-meta{align-items:center;gap:12px;margin-bottom:16px;display:flex}.blg-tag{letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.65rem;font-weight:700}.blg-tag--primary{background:var(--color-primary-container);color:var(--color-primary)}.blg-tag--secondary{background:var(--color-secondary-container);color:var(--color-secondary)}.blg-tag--tertiary{background:var(--color-tertiary-container);color:var(--color-tertiary)}.blg-read{letter-spacing:.15em;text-transform:uppercase;color:var(--color-outline);padding-top:2px;font-size:.65rem;font-weight:700}.blg-card-title{color:var(--color-on-surface);letter-spacing:-.02em;margin-bottom:16px;font-size:1.3rem;font-weight:700;line-height:1.3;transition:color .25s}.blg-card:hover .blg-card-title{color:var(--color-primary)}.blg-card-desc{color:var(--color-on-surface-variant);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:32px;font-size:.85rem;line-height:1.65;display:-webkit-box;overflow:hidden}.blg-read-more{letter-spacing:.15em;text-transform:uppercase;color:var(--color-primary);align-items:center;gap:8px;margin-top:auto;font-size:.72rem;font-weight:700;text-decoration:none;transition:gap .25s;display:inline-flex}.blg-read-more:hover{gap:16px}.blg-read-icon{font-size:1rem}@media (width<=480px){.blg-section{padding:0 16px 64px}.blg-header{margin-bottom:36px}.blg-card{border-radius:18px;padding:20px}.blg-img-wrap{margin-bottom:18px}.blg-card-title{font-size:1.1rem}}@media (width>=481px) and (width<=767px){.blg-section{padding:0 24px 80px}.blg-header{margin-bottom:48px}}@media (width>=768px){.blg-nav-btns{display:flex}.blg-grid{grid-template-columns:repeat(2,1fr)}.blg-card{padding:28px}}@media (width>=768px) and (width<=1023px){.blg-section{padding:0 32px 96px}.blg-header{margin-bottom:48px}}@media (width>=1024px){.blg-section{padding:0 32px 128px}.blg-grid{grid-template-columns:repeat(3,1fr)}.blg-card{padding:32px}.blg-header{margin-bottom:64px}}.bnl-section{padding:0 32px 128px}.bnl-container{max-width:1120px;margin:0 auto}.bnl-card{background:linear-gradient(135deg, var(--color-primary-container) 0%, var(--color-secondary-container) 100%);border-radius:48px;padding:64px;position:relative;overflow:hidden}.bnl-deco-icon{opacity:.1;pointer-events:none;justify-content:flex-end;align-items:center;width:33%;height:100%;padding-right:48px;display:flex;position:absolute;top:0;right:0;transform:rotate(-12deg)translate(48px)}.bnl-deco-icon .material-symbols-outlined{color:#fff;font-size:20rem}.bnl-content{z-index:1;max-width:560px;position:relative}.bnl-heading{color:#fff;letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.15}.bnl-sub{color:#bfdbfeb3;margin-bottom:40px;font-size:1rem;line-height:1.7}.bnl-form{flex-direction:column;gap:16px;display:flex}.bnl-input{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#02061766;border:1px solid #ffffff1a;border-radius:16px;outline:none;flex:1;padding:16px 24px;font-size:.95rem;transition:border-color .25s,box-shadow .25s}.bnl-input::placeholder{color:#fff6}.bnl-input:focus{border-color:#a6c8ff80;box-shadow:0 0 0 3px #a6c8ff26}.bnl-btn{color:var(--color-primary-container);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:16px;padding:16px 40px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s}.bnl-btn:hover{transform:scale(1.05);box-shadow:0 8px 28px #0000004d}.bnl-note{color:#bfdbfe80;margin-top:16px;font-size:.72rem}@media (width<=480px){.bnl-section{padding:0 16px 64px}.bnl-card{border-radius:24px;padding:32px 20px}.bnl-deco-icon{display:none}.bnl-content{max-width:100%}.bnl-sub{margin-bottom:28px;font-size:.95rem}.bnl-btn{text-align:center;width:100%;padding:16px}}@media (width>=481px) and (width<=767px){.bnl-section{padding:0 24px 80px}.bnl-card{border-radius:32px;padding:40px 32px}.bnl-content{max-width:100%}.bnl-deco-icon{width:25%;padding-right:24px}}@media (width>=540px){.bnl-form{flex-direction:row}}@media (width>=768px) and (width<=1023px){.bnl-section{padding:0 32px 96px}.bnl-card{border-radius:40px;padding:56px 48px}}@media (width>=1024px){.bnl-section{padding:0 32px 128px}.bnl-card{border-radius:48px;padding:64px}}.bb-section{padding:0 32px 128px}.bb-container{grid-template-columns:1fr;gap:32px;max-width:1120px;margin:0 auto;display:grid}@media (width>=1024px){.bb-container{grid-template-columns:4fr 8fr}}.bb-trending{background:var(--color-surface-container-low);border:1px solid #45464e1a;border-radius:24px;padding:40px}.bb-trending-title{color:var(--color-on-surface);letter-spacing:-.02em;align-items:center;gap:12px;margin-bottom:40px;font-size:1.4rem;font-weight:700;display:flex}.bb-trending-icon{color:var(--color-primary);font-size:1.4rem}.bb-trending-list{flex-direction:column;gap:40px;display:flex}.bb-trend-item{cursor:pointer;align-items:flex-start;gap:24px;display:flex}.bb-trend-item:hover .bb-trend-num{color:#a6c8ff66}.bb-trend-item:hover .bb-trend-name{color:var(--color-primary)}.bb-trend-num{color:#8f909933;flex-shrink:0;font-size:2.2rem;font-weight:900;line-height:1;transition:color .25s}.bb-trend-name{color:var(--color-on-surface);margin-bottom:6px;font-size:1rem;font-weight:700;line-height:1.4;transition:color .25s}.bb-trend-meta{letter-spacing:.15em;text-transform:uppercase;color:var(--color-outline);font-size:.65rem;font-weight:700}.bb-cards{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=640px){.bb-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.bb-card{background:var(--color-surface-container-low);border:1px solid #45464e0d;border-radius:24px;flex-direction:column;gap:16px;padding:32px;transition:border-color .25s,transform .25s;display:flex}.bb-card:hover{border-color:#a6c8ff33;transform:translateY(-3px)}.bb-card--wide{flex-direction:row;grid-column:1/-1;align-items:center;gap:24px}@media (width<=639px){.bb-card--wide{flex-direction:column;align-items:stretch}}.bb-card-tag{letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.65rem;font-weight:700;display:inline-block}.bb-card-tag--primary{background:var(--color-primary-container);color:var(--color-primary)}.bb-card-tag--tertiary{color:var(--color-tertiary);background:#001f33cc}.bb-card-tag--error{background:var(--color-error-container);color:var(--color-error)}.bb-card-title{color:var(--color-on-surface);letter-spacing:-.01em;font-size:1.1rem;font-weight:700;line-height:1.35}.bb-card-desc{color:var(--color-on-surface-variant);flex:1;font-size:.82rem;line-height:1.65}.bb-card-author{border-top:1px solid #45464e1a;align-items:center;gap:12px;margin-top:auto;padding-top:24px;display:flex}.bb-card-avatar{background:#1e293bcc;border-radius:50%;flex-shrink:0;width:40px;height:40px}.bb-card-author-name{color:var(--color-on-surface);font-size:.85rem;font-weight:600}.bb-agency-img-wrap{aspect-ratio:16/9;border-radius:16px;flex-shrink:0;width:100%;overflow:hidden}@media (width>=640px){.bb-agency-img-wrap{width:33%}}.bb-agency-img{object-fit:cover;width:100%;height:100%}.bb-agency-content{flex-direction:column;flex:1;gap:12px;display:flex}.bb-agency-link{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);align-items:center;gap:6px;margin-top:8px;font-size:.72rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.bb-agency-link:hover{gap:10px}.bb-agency-link .material-symbols-outlined{font-size:.9rem}
