@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#f9fafb;--color-surface:#f8fafc;--color-border:#e2e8f0;--color-border-card:#f1f5f9;--color-primary:#f8b32d;--color-primary-hover:#e0a020;--color-secondary:#5175b8;--color-secondary-hover:#3d5fa0;--color-text:#1a1a1c;--color-text-muted:#1a1a1c99;--color-white:#fff;--color-accent-purple:#b44ec8;--font-sans:"Montserrat", system-ui, -apple-system, sans-serif;--radius:12px;--transition:.25s ease;--max-width:1340px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto}.btn{border-radius:var(--radius);transition:all var(--transition);align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-secondary);color:var(--color-white);border:none}.btn-primary:hover{background:var(--color-secondary-hover);transform:translateY(-2px);box-shadow:0 8px 30px #5175b859}.btn-outline{color:var(--color-text);border:1.5px solid var(--color-border);background:0 0}.btn-outline:hover{border-color:var(--color-secondary);color:var(--color-secondary)}.hero{background-image:linear-gradient(#b4c3d780 1px,#0000 1px),linear-gradient(90deg,#b4c3d780 1px,#0000 1px);background-position:0 0;background-size:90px 90px;min-height:100vh;padding-top:80px;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(#000 60%,#0000 100%);mask-image:radial-gradient(#000 60%,#0000 100%)}.hero__glow{pointer-events:none;z-index:0;border-radius:50%;width:600px;height:600px;position:absolute}.hero__glow--left{filter:blur(60px);background:radial-gradient(60% 50% at 30% 40%,#50dccda6,#0000 70%),radial-gradient(50% 60% at 70% 30%,#50dccd73,#0000 75%),radial-gradient(70% 60% at 50% 80%,#50dccd59,#0000 80%);width:600px;height:600px;position:absolute;top:-200px;left:-200px;transform:rotate(-15deg)}.hero__glow--right{background:radial-gradient(50% 70% at 70% 40%,#5175b87a 0%,#0000 70%);top:20px;right:-220px}.hero__moving-star{z-index:1;pointer-events:none;will-change:transform, opacity;line-height:0;position:absolute}.hero__moving-star[data-dir=lr],.hero__moving-star[data-dir=rl]{left:0}.hero__moving-star[data-dir=tb],.hero__moving-star[data-dir=bt]{top:0}.hero__moving-star__img{transform-origin:50%;-webkit-user-select:none;user-select:none;width:auto;max-width:min(42vw,260px);height:28px;display:block}.hero__moving-star[data-dir=rl] .hero__moving-star__img{transform:scaleX(-1)}.hero__moving-star[data-dir=tb] .hero__moving-star__img{transform:rotate(90deg)}.hero__moving-star[data-dir=bt] .hero__moving-star__img{transform:rotate(-90deg)}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;padding-top:64px;display:flex;position:relative}.hero__heading{color:var(--color-text);font-family:Montserrat;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;font-style:Bold;letter-spacing:0%;text-align:center;vertical-align:middle;margin-bottom:20px;line-height:67.5px}.hero__sub{max-width:750px;color:var(--color-text-muted);margin-bottom:32px;font-size:.9rem;line-height:1.72}.hero__visual{width:100%;max-width:880px;min-height:480px;margin:0 auto;position:relative}.hero__logo{z-index:3;will-change:transform;width:290px;position:absolute;left:50%;transform:translate(-50%)}.badge{z-index:4;filter:drop-shadow(0 8px 20px #0000001a);will-change:transform;height:auto;position:absolute}.badge--instant{width:154px;top:8%;left:12%}.badge--credit{width:220px;top:28%;left:18%}.badge--transfer{width:137px;top:50%;left:4%}.badge--zero{width:117px;top:11%;right:14%}.badge--loan{width:130px;top:25%;right:13%}.badge--balance{width:250px;top:45%;right:7%}@media (width<=768px){.hero__visual{height:380px}.hero__logo{width:160px}.badge--credit{width:130px}.badge--transfer{width:115px}.badge--zero{width:100px}.badge--loan{width:115px}.badge--balance{width:125px}}@media (width<=480px){.hero__visual{height:300px}.hero__logo{width:120px}.badge--credit{width:110px;top:33%}.badge--transfer{width:100px;top:60%}.badge--loan{width:105px;top:30%}.badge--balance{width:115px;top:55%}.badge--zero{display:none}}.industries{padding:96px 0}.industries__header{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-bottom:48px;display:grid}.industries__heading{letter-spacing:-.5px;color:var(--color-text);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;line-height:1.2}.industries__heading-accent{color:var(--color-primary)}.industries__description{color:var(--color-text-muted);padding-top:8px;font-size:.9rem;line-height:1.72}.industries__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.industry-card{background:var(--color-white);border:1.5px solid var(--color-border);border-radius:var(--radius);flex-direction:column;gap:8px;padding:24px;display:flex}.industry-card__header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.industry-card__sector{color:var(--color-secondary);font-size:clamp(2rem,2.5vw,4rem);font-weight:900;line-height:1}.industry-card__icon{flex-shrink:0}.industry-card__subtitle{color:var(--color-text);font-size:.875rem;font-weight:700}.industry-card__description{color:var(--color-text-muted);font-size:.8rem;line-height:1.65}@media (width<=1024px){.industries__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.industries{padding:64px 0}.industries__header{grid-template-columns:1fr;gap:20px}}@media (width<=480px){.industries__grid{grid-template-columns:1fr}}.products{background:var(--color-surface);padding:96px 0;position:relative}.products__inner{flex-direction:column;align-items:center;gap:64px;padding:0 40px;display:flex}.products__content{text-align:center;will-change:transform, opacity;flex-direction:column;align-items:center;gap:24px;display:flex}.products__star{position:absolute;top:0;left:-40%;transform:translateY(-50%)}.products__title{color:var(--color-text);letter-spacing:-.02em;margin:100px 0 0;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}.products__title-gold{color:var(--color-primary)}.products__desc{color:var(--color-text-muted);max-width:600px;margin:0;font-size:1rem;line-height:1.75}.products__cta{font-size:.95rem;font-weight:700;font-family:var(--font-sans);background:var(--color-secondary);color:var(--color-white);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;transition:background .25s,box-shadow .25s,transform .25s;display:inline-flex}.products__cta:hover{background:var(--color-secondary-hover);transform:translateY(-2px);box-shadow:0 8px 30px #5175b859}.products__cta:active{transform:translateY(0)}.products__cards-wrap{width:100%}.products__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(0,auto);align-items:stretch;gap:14px;display:grid}.products-card{background:var(--color-white);border:1px solid var(--color-border-card);will-change:transform, opacity;border-radius:16px;flex-direction:column;gap:16px;height:100%;min-height:0;padding:22px;transition:box-shadow .25s,transform .25s;display:flex;box-shadow:0 2px 12px #0000000d}.products-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001a}.products-card--featured{background:linear-gradient(135deg,#5175b8 0%,#3a5499 100%);border-color:#0000;flex-direction:row;align-items:center;gap:20px;padding:28px;box-shadow:0 8px 40px #5175b847}.products-card--featured:hover{transform:translateY(-3px);box-shadow:0 16px 48px #5175b866}.products-card--featured .products-card__title{color:var(--color-white)}.products-card--featured .products-card__desc{color:#ffffffbf}.products-card__icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.products-card__icon-img{object-fit:contain;width:24px;height:24px;display:block}.products-card__icon-svg{line-height:0;display:inline-flex}.products-card__icon-svg svg{display:block}.products-card__body{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.products-card__title{margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.products-card__desc{margin:0;font-size:1rem;font-weight:300;line-height:1.6}.products-card__stat{background:#ffffff1f;border:1px solid #fff3;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;padding:16px 24px;display:flex}.products-card__stat-value{color:var(--color-white);letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1}.products-card__stat-label{white-space:nowrap;text-align:center;letter-spacing:.03em;font-size:.72rem;font-weight:600}.products-card.card-blue{color:var(--color-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#5074b7;border:1px solid #ffffff1a}.products-card.card-gray{color:#1a1a1c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#eee;border:1px solid #d3d7db}.products-card.card-dark{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1923;border-color:#0000}@media (width<=960px){.products__inner{grid-template-columns:1fr;gap:48px;padding:0 24px}.products__content{text-align:center;align-items:center}.products__content .products__desc{max-width:560px;margin:0 auto}}@media (width<=768px){.products{padding:72px 0 80px}.products__inner{gap:40px;padding:0 16px}.products__grid{grid-template-columns:1fr;gap:12px}.products-card{grid-area:auto/1/auto/-1!important}.products-card--featured{flex-direction:column}.products-card--featured .products-card__stat{flex-direction:row;justify-content:center;align-self:stretch;align-items:center;gap:10px;padding:12px 20px}.products-card--featured .products-card__stat-value{font-size:1.5rem}.products__title{font-size:1.85rem}}@media (width<=480px){.products__inner{gap:32px;padding:0 12px}.products__content{gap:20px}.products__title{font-size:1.65rem}.products-card{padding:18px}.products-card--featured{padding:20px}}.products-screenshots{align-items:center;height:100vh;display:flex;position:relative}.ps-card-wrap{width:100%;position:relative}.ps-card{--ps-bg-from:#ebf5fa;--ps-bg-to:#c8dff0;--ps-layout-gap:64px;contain:layout style;background-color:#fff;border-radius:24px;width:100%;padding:56px 60px;position:relative;overflow:hidden}.ps-shape{pointer-events:none;z-index:0;position:absolute}.ps-shape--teal-blob{top:0;right:0}.ps-shape--teal-blob img{width:460px;height:auto;display:block}.ps-shape--star{will-change:transform;top:-15px;right:0}.ps-shape--star img{width:300px;height:auto;display:block}.ps-shape--yellow-blob{will-change:transform;z-index:2;top:50%;left:0;transform:translateY(-50%)}.ps-shape--yellow-blob img{width:182px;height:auto;display:block}.ps-layout{z-index:1;gap:var(--ps-layout-gap);grid-template-columns:5fr 6fr;align-items:start;display:grid;position:relative}.ps-left{min-height:440px;position:relative}.ps-slide-text{will-change:transform, opacity;width:100%;position:absolute;top:0;left:0}.ps-slide-text:first-child{position:relative}.ps-heading{color:var(--color-text);letter-spacing:-.5px;white-space:pre-line;margin-bottom:16px;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:800;line-height:1.15}.ps-description{color:var(--color-text-muted);max-width:420px;margin-bottom:32px;font-size:.875rem;line-height:1.72}.ps-features{flex-direction:column;gap:20px;list-style:none;display:flex}.ps-feature{align-items:flex-start;gap:16px;display:flex}.ps-feature__icon{flex-shrink:0;margin-top:1px}.ps-feature__body{flex-direction:column;gap:3px;display:flex}.ps-feature__label{color:var(--color-text);font-size:.9rem;font-weight:700}.ps-feature__description{color:var(--color-text-muted);font-size:.8rem;line-height:1.65}.ps-right{z-index:1;width:calc((100% - var(--ps-layout-gap)) * 6 / 11);height:440px;position:absolute;bottom:0;right:0}.ps-slide-image{will-change:transform, opacity;position:absolute;inset:0}.ps-screenshot{object-fit:contain;object-position:bottom right;border-radius:calc(var(--radius) * 1.5);width:100%;height:100%}@media (width<=960px){.products-screenshots{align-items:flex-start;height:auto;padding:48px 0}.ps-card{contain:none;border-radius:16px;padding:0}.ps-layout{grid-template-columns:1fr;gap:0;padding:36px 32px 40px}.ps-slide-text{will-change:auto;position:relative;opacity:1!important;transform:none!important}.ps-left{min-height:0}.ps-slide-text+.ps-slide-text{border-top:1px solid var(--color-border);margin-top:40px;padding-top:40px}.ps-right{border-radius:16px 16px 0 0;width:100%;height:260px;position:relative;bottom:auto;right:auto;overflow:hidden}.ps-slide-image:not(:first-child){display:none}.ps-screenshot{object-position:center;border-radius:0}.ps-shape--yellow-blob{display:none}.ps-shape--star img{width:200px}}@media (width<=480px){.ps-layout{padding:28px 24px 32px}.ps-right{height:200px}.ps-heading{white-space:normal}}.benefits{--bn-bg-from:#1b3688;--bn-bg-mid:#2855c0;--bn-bg-to:#5175b8;align-items:center;height:100vh;display:flex;overflow:hidden}.benefits .container{z-index:1;width:100%}.bn-card-wrap{width:100%;position:relative}.bn-card{background:var(--bn-bg-to);border-radius:24px;width:100%;padding:40px 68px;position:relative;box-shadow:0 8px 48px #00000038}.bn-card:before{content:"";border-radius:inherit;z-index:1;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:absolute;inset:0}.bn-grid-mask{z-index:2;height:540px;position:relative;overflow:hidden}.bn-grid{will-change:transform;backface-visibility:hidden;grid-template-columns:1fr 1fr 2.5fr;gap:50px;height:100%;min-height:540px;display:grid;transform:translateZ(0)}.bn-col{height:100%}.bn-col--clip{border-radius:16px;overflow:hidden}.bn-col--stack{align-items:center;height:100%;display:flex}.bn-col__track{will-change:transform;backface-visibility:hidden;z-index:2;flex-direction:column;gap:12px;display:flex;position:relative}.bn-cat-card{background:var(--color-white);border:1px solid var(--color-border-card);border-radius:32px;flex-shrink:0;justify-content:center;align-items:center;min-height:270px;padding:20px 16px;display:flex;box-shadow:0 1px 10px #0000000d}.bn-cat-card__inner{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:220px;display:flex}.bn-cat-card__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:auto;height:auto;padding:20px;display:flex}.bn-cat-card__icon img{object-fit:contain;width:100%;height:100%}.bn-cat-card__label{text-align:center;letter-spacing:.07em;text-transform:capitalize;color:var(--color-text);font-size:1.5rem;font-weight:800;line-height:1.25}.bn-stack-window{border-radius:22px;width:100%;height:226px;position:relative;overflow:hidden}.bn-stack-window .bn-stat-card:first-child{z-index:1}.bn-stack-window .bn-stat-card:nth-child(2){z-index:2}.bn-stack-window .bn-stat-card:nth-child(3){z-index:3}.bn-stat-card{--bn-stat-accent:var(--color-primary);background:#fffffff2;border-radius:17px;flex-direction:column;padding:50px 28px 34px;display:flex;position:absolute;inset:0;box-shadow:0 2.904px 14.522px #0e2e281f}.bn-stat-card:after{content:"";border-radius:inherit;background:radial-gradient(ellipse 58% 120% at 102% 52%, var(--bn-stat-accent), transparent 62%);opacity:.2;position:absolute;inset:0}.bn-stat-card__row{z-index:1;gap:22px;display:flex}.bn-stat-card__mark{justify-content:center;align-items:center;width:69px;height:69px;display:flex}.bn-stat-card__mark svg{width:100%;height:100%}.bn-stat-card__copy{flex-direction:column;flex:1;gap:14px;display:flex}.bn-stat-card__metric{font-size:92px;font-weight:800;line-height:.95}.bn-stat-card__suffix{font-size:50px;font-weight:600}.bn-stat-card__label{font-size:24px;font-weight:600}.bn-stat-card__label--left{text-align:left}.bn-stat-card--speed:after{opacity:.24}.bn-stat-card--savings:after{opacity:.16}.bn-stat-card--accuracy:after{opacity:.2}.bn-brand-overlay{z-index:10;pointer-events:none;border-radius:24px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.bn-brand-reveal{color:var(--color-white);letter-spacing:-1px;text-shadow:0 4px 32px #00000040;font-size:56px;font-weight:800}.bn-shape{pointer-events:none;z-index:0;position:absolute}.bn-shape--teal-circle{top:-20px;left:20px}.bn-shape--teal-circle img{width:170px}.bn-shape--sketch-circle{top:0;right:50%;transform:translate(50%)}.bn-shape--sketch-circle img{width:1000px}.bn-shape--green-circle{top:40px;right:50%;transform:translate(50%)}.bn-shape--green-circle img{width:200px}.bn-shape--star{top:10px;right:80px}.bn-shape--star img{width:180px}.bn-shape--pale-yellow-circle{bottom:-20px;left:30%}.bn-shape--pale-yellow-circle img{width:120px}.bn-shape--yellow-blob{bottom:-40px;right:10px;transform:scaleX(-1)}.bn-shape--yellow-blob img{width:120px}@media (width<=960px){.benefits{align-items:flex-start;height:auto;padding:56px 0 72px}.bn-card{border-radius:20px;padding:32px 24px;box-shadow:0 4px 24px #00000024}.bn-grid-mask{height:auto;overflow:visible}.bn-grid{will-change:auto;grid-template-columns:1fr 1fr;gap:12px;height:auto;min-height:0;transform:none}.bn-col{height:auto}.bn-col--clip{border-radius:0;overflow:visible}.bn-col--stack{grid-column:1/-1}.bn-cat-card{border-radius:20px;min-height:140px;padding:18px 14px}.bn-cat-card__icon{width:64px;height:64px}.bn-cat-card__icon img{width:42px;height:42px}.bn-stack-window{height:220px}.bn-stack-window .bn-stat-card:not(:first-child){display:none}.bn-stat-card{height:100%;position:static}}@media (width<=600px){.benefits{padding:48px 0 60px}.bn-grid{grid-template-columns:1fr}}.clients{padding:96px 0}.clients__title{text-align:center;letter-spacing:-.5px;color:var(--color-text);margin-bottom:40px;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;line-height:1.2}.clients__title-accent{color:var(--color-primary)}.clients__marquee{width:100%;overflow:hidden}.clients__track{will-change:transform;flex-flow:row;width:max-content;display:flex}.clients__logos{flex:none;width:auto;max-width:none;height:40px;display:block}@media (width<=640px){.clients__logos{height:32px}.clients__title{margin-bottom:28px}}.latest-news{background-image:url("data:image/svg+xml,%3csvg%20width='1440'%20height='765'%20viewBox='0%200%201440%20765'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_370_26)'%3e%3cpath%20d='M1305.32%20-1391.73L-782.4%20695.994L1305.32%202783.72L3393.05%20695.994L1305.32%20-1391.73Z'%20fill='url(%23paint0_linear_370_26)'/%3e%3cpath%20d='M1305.32%20-1391.73L-782.4%20695.994L1305.32%202783.72L3393.05%20695.994L1305.32%20-1391.73Z'%20fill='black'%20fill-opacity='0.5'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_370_26'%20x1='263.055'%20y1='-349.843'%20x2='2351.05'%20y2='1738.15'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235C88C6'/%3e%3cstop%20offset='0.07'%20stop-color='%235378B6'/%3e%3cstop%20offset='0.23'%20stop-color='%23435997'/%3e%3cstop%20offset='0.4'%20stop-color='%2337417F'/%3e%3cstop%20offset='0.57'%20stop-color='%232E306E'/%3e%3cstop%20offset='0.77'%20stop-color='%23282664'/%3e%3cstop%20offset='1'%20stop-color='%23272361'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_370_26'%3e%3crect%20width='1440'%20height='765'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;height:100vh;padding:96px 0;display:flex;position:relative;overflow:hidden}.ln-inner{z-index:2;grid-template-columns:1fr 1.15fr;align-items:center;gap:72px;width:100%;padding:0 40px;display:grid;position:relative}.ln-content{will-change:transform, opacity;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.ln-content__brand{letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary);background:#f8b32d1f;border:1px solid #f8b32d4d;border-radius:100px;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block}.ln-content__title{color:var(--color-white);letter-spacing:-.02em;margin:0;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:800;line-height:1.12}.ln-content__desc{color:#ffffffb8;max-width:420px;margin:0;font-size:1rem;line-height:1.75}.ln-content__cta{font-size:.95rem;font-weight:700;font-family:var(--font-sans);background:var(--color-primary);color:var(--color-text);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;transition:background .25s,box-shadow .25s,transform .25s;display:inline-flex;box-shadow:0 4px 20px #f8b32d66}.ln-content__cta:hover{background:#ffca50;transform:translateY(-2px);box-shadow:0 8px 32px #f8b32d99}.ln-content__cta:active{transform:translateY(0)}.ln-cards-wrapper{will-change:transform, opacity;width:450px;margin-left:auto}.ln-cards-stack{width:450px;height:620px;position:relative}.ln-card{box-sizing:border-box;will-change:transform;transform-origin:top;background:#939cc1;border:2px solid #fff3;border-radius:22px;width:450px;height:620px;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 8px 40px #00000038}.ln-card__inner{box-sizing:border-box;flex-direction:column;gap:12px;height:100%;min-height:0;padding:8px 16px 20px;transition:transform .3s;display:flex}.ln-card:hover .ln-card__inner{transform:scale(1.008)}.ln-card:hover{border-color:#ffffff52;box-shadow:0 16px 48px #00000047}.ln-card__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ln-card__top{justify-content:space-between;align-items:flex-start;gap:12px;min-height:40px;display:flex}.ln-card__index{color:#f4df50;letter-spacing:-.02em;font-size:clamp(1.75rem,3.5vw,2.125rem);font-weight:800;line-height:1.1}.ln-card__date-badge{color:var(--color-text);text-transform:lowercase;font-size:.695rem;font-weight:700;line-height:1.5;font-family:var(--font-sans);background:#ffffffb3;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px 10px;display:inline-flex}.ln-card__media{background:#00000026;border:1px solid #d0d0d0;border-radius:14px;flex:auto;width:100%;min-height:0;position:relative;overflow:hidden;box-shadow:0 4px 18px #00000014}.ln-card__media-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ln-card__footer{justify-content:space-between;align-items:flex-end;gap:16px;padding-top:4px;display:flex}.ln-card__footer-copy{flex:1;min-width:0}.ln-card__title{color:var(--color-white);margin:0 0 6px;font-size:clamp(1.1rem,2.2vw,1.375rem);font-weight:700;line-height:1.45}.ln-card__desc{color:var(--color-white);opacity:.95;margin:0;font-size:.875rem;font-weight:500;line-height:1.5}.ln-card__chevron{width:36px;height:36px;color:var(--color-white);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;margin-bottom:2px;padding:0;transition:transform .2s,opacity .2s;display:inline-flex}.ln-card__chevron:hover{opacity:.9;transform:translate(3px)}.ln-card__chevron-svg{display:block}.ln-blob{pointer-events:none;will-change:transform;border-radius:50%;position:absolute}.ln-blob--green{filter:blur(80px);background:radial-gradient(circle,#4fdac461 0%,#0000 70%);width:480px;height:480px;top:-120px;left:-80px}.ln-blob--blue{filter:blur(100px);background:radial-gradient(circle,#5175b873 0%,#0000 70%);width:560px;height:560px;bottom:-160px;right:-120px}.ln-blob--yellow{filter:blur(90px);background:radial-gradient(circle,#f8b32d38 0%,#0000 70%);width:360px;height:360px;top:40%;left:40%;transform:translate(-50%,-50%)}.ln-ring{pointer-events:none;border:1px solid #ffffff12;border-radius:50%;position:absolute}.ln-ring--1{width:520px;height:520px;top:50%;left:-180px;transform:translateY(-50%)}.ln-ring--2{width:340px;height:340px;bottom:-60px;right:15%}@media (width<=960px){.ln-inner{grid-template-columns:1fr;gap:56px;padding:0 24px}.ln-content{text-align:center;align-items:center}.ln-content__desc{max-width:560px;margin:0 auto}}@media (width<=768px){.latest-news{min-height:unset;padding:72px 0 80px}.ln-inner{gap:48px;padding:0 16px}.ln-cards-wrapper{width:100%;max-width:450px;margin-left:auto;margin-right:auto}.ln-cards-stack{flex-direction:column;gap:16px;width:100%;height:auto;display:flex}.ln-card{transform-origin:50%;will-change:auto;width:100%;height:auto;position:static}.ln-card__inner{height:auto;padding:10px 20px 20px}.ln-card__media{aspect-ratio:16/10;flex:none;max-height:260px}.ln-content__title{font-size:2rem}}@media (width<=480px){.ln-inner{gap:40px;padding:0 12px}.ln-content{gap:20px}.ln-content__title{font-size:1.75rem}.ln-card__inner{gap:10px;padding:8px 14px 16px}.ln-card__title{font-size:1.05rem}.ln-card__media{flex:none;max-height:200px}}.cu{padding:260px 24px 0;position:relative}.cu__blob{z-index:2;pointer-events:none;will-change:transform;position:absolute}.cu__blob img{width:100%;display:block}.cu__blob--star{z-index:4;width:clamp(90px,11vw,160px);bottom:-20%;right:2%}.cu__blob--shape{top:-22%;left:-6%}.cu__tower-anchor{z-index:0;pointer-events:none;height:0;position:relative}.cu__tower{pointer-events:none;width:1360px;max-width:none;position:absolute;top:-332px;left:50%;transform:translate(-50%)}.cu__tower img{width:1360px;max-width:none;height:auto;display:block}.cu__wrap{z-index:3;max-width:1360px;padding:0 24px;position:relative}.cu__card-wrap{z-index:3;position:relative}.cu__card{will-change:transform, opacity;position:relative;overflow:visible}.cu__card-surface{border-radius:20px;grid-template-columns:1fr 1.15fr;gap:0;min-height:400px;display:grid;position:relative;overflow:hidden}.cu__card-bg{z-index:0;position:absolute;inset:0}.cu__card-bg img{object-fit:cover;object-position:center center;width:1360px;min-width:100%;max-width:none;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.cu__copy{z-index:2;flex-direction:column;justify-content:center;gap:20px;padding:52px 44px 52px 52px;display:flex;position:relative}.cu__heading{color:var(--color-white);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.22;font-family:var(--font-sans)}.cu__desc{color:#ffffffa6;max-width:320px;font-size:.88rem;line-height:1.72}.cu__form{z-index:2;flex-direction:column;justify-content:center;gap:16px;padding:40px 48px 40px 32px;display:flex;position:relative}.cu__form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.cu__field{flex-direction:column;gap:6px;display:flex}.cu__field--full{grid-column:1/-1}.cu__label{color:#ffffffd9;letter-spacing:.02em;font-size:.75rem;font-weight:600}.cu__input,.cu__textarea{width:100%;color:var(--color-text);font-family:var(--font-sans);transition:background var(--transition), box-shadow var(--transition);background:#ffffffeb;border:none;border-radius:10px;outline:none;padding:12px 16px;font-size:.875rem}.cu__input::placeholder,.cu__textarea::placeholder{color:#1a1a1c61}.cu__input:focus,.cu__textarea:focus{background:#fff;box-shadow:0 0 0 2px #f8b32d80}.cu__textarea{resize:none;min-height:96px;line-height:1.6}.cu__submit-wrap{justify-content:center;margin-top:4px;display:flex}.cu__submit{background:var(--color-primary);color:var(--color-text);font-family:var(--font-sans);cursor:pointer;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);border:none;border-radius:9999px;justify-content:center;align-items:center;padding:14px 48px;font-size:.925rem;font-weight:600;display:inline-flex}.cu__submit:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 8px 28px #f8b32d66}.cu__submit:active{transform:translateY(0)}@media (width<=900px){.cu{padding-top:180px}.cu__card-surface{grid-template-columns:1fr}.cu__copy{padding:44px 40px 32px}.cu__form{padding:0 40px 44px}.cu__desc{max-width:none}}@media (width<=768px){.cu{padding-top:220px}.cu__form-row{grid-template-columns:1fr;gap:16px}.cu__blob--shape{display:none}}@media (width<=520px){.cu{padding:200px 12px 60px}.cu__wrap{padding:0}.cu__copy{padding:36px 24px 24px}.cu__form{padding:0 24px 36px}.cu__heading{font-size:1.6rem}}.footer{--footer-bg:#f4f8ff;--footer-border:#ebebeb;--footer-link:#4994cd;background:var(--footer-bg);color:var(--color-text);padding:clamp(3.5rem,8vw,5.45rem) 0 0;position:relative;overflow:hidden}.footer__blobs{pointer-events:none;z-index:0;position:absolute;inset:0}.footer__blob{filter:blur(80px);opacity:.55;border-radius:50%;position:absolute}.footer__blob--tr{background:radial-gradient(circle at 35% 40%,#5271b573 0%,#3cc5ee59 45%,#0000 70%);width:min(845px,90vw);height:min(846px,90vw);top:-28%;right:-22%}.footer__blob--bl{background:radial-gradient(circle,#a6d06e66 0%,#3cc5ee40 50%,#0000 68%);width:min(895px,95vw);height:min(894px,95vw);bottom:-32%;left:-18%}.footer__inner{z-index:1;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.25rem,4vw,1.75rem);position:relative}.footer__grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,3rem);padding-bottom:clamp(2.5rem,5vw,4rem);display:grid}.footer__brand-logo{width:clamp(140px,28vw,180px);height:auto;margin-bottom:1.15rem;display:block}.footer__brand-logo:focus-visible{outline:2px solid var(--color-secondary);outline-offset:4px;border-radius:4px}.footer__heading-brand{letter-spacing:-.02em;margin-bottom:1.15rem;font-size:clamp(1.35rem,2.2vw,1.66rem);font-weight:600;line-height:1.25}.footer__desc{color:var(--color-text-muted);max-width:32rem;font-size:clamp(.875rem,1.2vw,.95rem);line-height:1.6}.footer__desc+.footer__desc{margin-top:.65rem}.footer__col-title{margin-bottom:1.15rem;font-size:clamp(1.05rem,1.5vw,1.3rem);font-weight:600;line-height:1.2}.footer__block{flex-direction:column;gap:.4rem;display:flex}.footer__block+.footer__block{margin-top:1rem}.footer__label{font-size:clamp(.95rem,1.1vw,1.065rem);font-weight:600}.footer__value{color:var(--color-text);font-size:clamp(.875rem,1.2vw,.95rem)}.footer__value-link{color:inherit;transition:color var(--transition)}.footer__value-link:hover{color:var(--color-secondary)}.footer__foot{z-index:1;border-top:1px solid var(--footer-border);text-align:center;padding:clamp(1rem,2vw,1.25rem) clamp(1.25rem,5vw,4.9rem) clamp(1.1rem,2vw,1.2rem);position:relative}.footer__foot-inner{color:var(--color-text);flex-wrap:wrap;justify-content:center;align-items:center;gap:.15rem;font-size:clamp(.875rem,1.2vw,.95rem);display:inline-flex}.footer__foot-link{color:var(--footer-link);transition:opacity var(--transition);font-weight:500}.footer__foot-link:hover{opacity:.85}.footer__foot-link:focus-visible{outline:2px solid var(--footer-link);outline-offset:2px;border-radius:2px}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}.footer__col--brand{grid-column:1/-1}}@media (width<=600px){.footer__grid{grid-template-columns:1fr}}
