:root{--header-height: 100px;--font-montserrat: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-plus-jakarta: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-instrument-sans: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-bebas-neue: "Bebas Neue", system-ui, sans-serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{margin:0;font-family:var(--font-montserrat);overflow-x:hidden}.footer{background-color:#fff;padding:clamp(3rem,6vw,5rem) 40px 2rem;box-sizing:border-box}.footer__inner{max-width:1280px;margin:0 auto}.footer__main{display:flex;align-items:center;justify-content:space-between;gap:clamp(1rem,2.5vw,2rem)}.footer__grid{flex:1;min-width:0;display:grid;grid-template-columns:minmax(200px,1.35fr) repeat(3,minmax(0,1fr)) auto;gap:clamp(2rem,4vw,3rem) clamp(1.25rem,3vw,2rem);align-items:start}.footer__brand{min-width:0}.footer__logo-link{display:inline-block;line-height:0}.footer__logo-link img{height:auto;max-width:146px;width:100%;object-fit:contain;display:block}.footer__tagline{margin:1.25rem 0 1.5rem;font-family:var(--font-montserrat);font-size:clamp(13px,1.85vw,15px);line-height:1.65;font-weight:400;color:#000;max-width:36rem}.footer__cta{display:inline-flex;align-items:center;gap:10px;padding:12px 22px;border-radius:9999px;background-color:#0a0e1a;color:#fff;font-family:var(--font-montserrat);font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s ease,opacity .2s ease,transform .2s ease}.footer__cta:hover{background-color:#141a29}.footer__cta:active{transform:scale(.98)}.footer__cta-icon{flex-shrink:0}.footer__nav-title{margin:0 0 1rem;font-family:var(--font-montserrat);font-size:15px;font-weight:700;color:#999;letter-spacing:.02em}.footer__nav-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer__nav-link{font-family:var(--font-montserrat);font-size:14px;line-height:1.45;font-weight:400;color:#000;text-decoration:none;transition:color .2s ease,opacity .2s ease}.footer__nav-link:hover{color:#0a0e1a;opacity:.85}.footer__nav-link--underline{text-decoration:underline;text-underline-offset:3px}.footer__social{min-width:0}.footer__social-row{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:20px;align-items:center}.footer__social-link{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;transition:opacity .2s ease,transform .2s ease}.footer__social-link:hover{opacity:.88}.footer__social-link:active{transform:scale(.96)}.footer__social-link img{width:100%;height:100%;display:block;object-fit:contain}.footer__scroll-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center}.footer__scroll-top{display:flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:1.5px solid #000000;border-radius:50%;background:transparent;color:#000;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.footer__scroll-top:hover{background-color:#000;color:#fff}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem 2rem;margin-top:clamp(2.5rem,5vw,3.5rem);padding-top:clamp(1.25rem,2.5vw,1.5rem);border-top:1px solid rgba(0,0,0,.06)}.footer__copyright{margin:0;font-family:var(--font-montserrat);font-size:13px;font-weight:400;color:#999;flex-shrink:0}.footer__legal{min-width:0}.footer__legal-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem 0}.footer__legal-list li{display:flex;align-items:center}.footer__legal-list li:not(:last-child):after{content:"";display:block;width:1px;height:12px;margin:0 clamp(.65rem,1.5vw,.85rem);background-color:#0000001f}.footer__legal-link{font-family:var(--font-montserrat);font-size:12px;line-height:1.4;font-weight:400;color:#999;text-decoration:none;white-space:nowrap;transition:color .2s ease}.footer__legal-link:hover{color:#000}@media (max-width: 1050px){.footer__main{flex-direction:column;align-items:stretch;gap:clamp(1.25rem,4vw,2rem)}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__brand,.footer__social{grid-column:1 / -1}.footer__scroll-wrap{align-self:flex-end}}@media (max-width: 900px){.footer__bottom{flex-direction:column;align-items:flex-start;gap:1rem}.footer__legal-list{justify-content:flex-start}.footer__legal-link{white-space:normal}}@media (max-width: 700px){.footer{padding-left:20px;padding-right:20px}.footer__grid{grid-template-columns:1fr}.footer__nav-column{padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.footer__nav-column:first-of-type{padding-top:1rem}.footer__social .footer__nav-title{margin-bottom:.75rem}}.header{position:fixed;top:0;left:0;right:0;z-index:100;width:100%;padding:0 40px;box-sizing:border-box;background-color:transparent;box-shadow:none;transition:background-color .3s ease,box-shadow .3s ease}.header--scrolled{background-color:#fff;box-shadow:0 2px 12px #00000014}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;height:var(--header-height);position:relative}.header__logo img{height:68px;width:146px;object-fit:cover;display:block}.header__menu{display:flex;align-items:center;gap:24px;padding:21px 38px;border-radius:40px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:absolute;left:50%;transform:translate(-50%);top:50%;margin-top:-33px}.header__hamburger{display:none;width:44px;height:44px;border:1px solid rgba(1,30,100,.2);border-radius:10px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;padding:0}.header__hamburger span{width:18px;height:2px;border-radius:999px;background-color:#011e64;transition:transform .25s ease,opacity .25s ease}.header__hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__menu-item{display:flex;align-items:center;gap:4px;font-family:var(--font-montserrat);font-size:16px;font-weight:400;color:#202020;text-decoration:none;white-space:nowrap;line-height:1.4}.header__menu-item--active{font-weight:700}.nav-arrow{display:flex;align-items:center;width:24px;height:24px;overflow:hidden;flex-shrink:0}.nav-arrow img{width:100%;height:100%}.nav-dropdown{position:relative}.nav-mega__panel{width:880px;max-width:calc(100vw - 80px);min-width:0;left:50%;transform:translate(-50%)}.nav-mega__grid{padding:10px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.nav-mega__grid .header__menu-item{white-space:normal;word-break:break-word}.nav-dropdown>button{border:0;background:transparent;padding:0;cursor:pointer}.nav-dropdown__panel{display:none;flex-direction:column;gap:2px;position:absolute;top:120%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e8edf5;border-radius:12px;box-shadow:0 8px 24px #0000001a;padding:6px;min-width:220px;z-index:200}.nav-dropdown__panel:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:100%;height:20px}.nav-dropdown__panel .header__menu-item{padding:10px 14px;border-radius:8px;font-size:15px}.nav-dropdown__panel .header__menu-item:hover{background:#f5f7fb}@media (min-width: 993px){.nav-dropdown:hover .nav-dropdown__panel{display:flex}}.nav-dropdown[data-open] .nav-dropdown__panel{display:flex}.header__cta{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:700;text-decoration:none;color:#fff;background-color:#011e64;border:none;border-radius:40px;padding:16px 56px;cursor:pointer;white-space:nowrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);line-height:1.4}.header__cta:hover{background-color:#022a8a}@media (max-width: 992px){.header{padding:0 16px}.header__inner{height:80px}.header__logo img{width:120px;height:56px}.header__hamburger{display:inline-flex;order:3}.header__cta{order:2;padding:12px 22px;font-size:14px}.header__menu{position:absolute;top:calc(100% + 8px);left:0;right:0;transform:none;margin-top:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;border-radius:14px;background-color:#fff;box-shadow:0 12px 28px #00000024}.header__menu--open{display:flex}.header__menu-item{justify-content:space-between;padding:10px 12px;border-radius:10px;width:100%;box-sizing:border-box}.header__menu-item:hover{background-color:#f5f7fb}.nav-dropdown>button{padding:10px 12px;width:100%;box-sizing:border-box}.nav-dropdown__panel{position:static;transform:none;box-shadow:none;border:none;border-radius:0;padding:0 0 4px 12px;background:transparent;min-width:0;width:100%}.nav-dropdown__panel .header__menu-item{font-size:14px;padding:8px 12px}.nav-mega__panel{width:100%;max-width:100%}.nav-mega__grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.header__cta{display:none}}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease,visibility .25s ease;opacity:1;visibility:visible;pointer-events:all}.page-loader--hidden{opacity:0;visibility:hidden;pointer-events:none}.page-loader__spinner{width:52px;height:52px;border:3px solid rgba(1,30,100,.12);border-top-color:#011e64;border-radius:50%;animation:pl-spin .75s linear infinite}@keyframes pl-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.page-loader{display:none!important}}.call-to-action{padding:96px 40px;background-color:#fff}.call-to-action__banner{position:relative;max-width:1280px;margin:0 auto;border-radius:40px;background-color:#001a5e;background-image:url(/home/cta/bg.webp);background-size:cover;background-position:right center;background-repeat:no-repeat;padding:clamp(2.5rem,5vw,4rem);overflow:hidden}.call-to-action__inner{position:relative;z-index:1;max-width:640px}.call-to-action__title{margin:0;font-family:var(--font-montserrat);font-size:clamp(1.75rem,4vw,3rem);line-height:1.12;font-weight:400;color:#fff}.call-to-action__title-accent{font-weight:700;font-style:italic}.call-to-action__description{margin:clamp(1.25rem,3vw,1.75rem) 0 clamp(1.5rem,3vw,2rem);font-family:var(--font-montserrat);font-size:1rem;line-height:1.65;font-weight:400;color:#ffffffe0;max-width:52ch}.call-to-action__actions{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:center}.call-to-action__btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:9999px;font-family:var(--font-montserrat);font-size:15px;font-weight:500;text-decoration:none;transition:opacity .2s ease,transform .2s ease,background-color .2s ease,border-color .2s ease}.call-to-action__btn:hover{opacity:.92}.call-to-action__btn:active{transform:scale(.98)}.call-to-action__btn--primary{background-color:#fff;color:#001a5e;border:2px solid transparent}.call-to-action__btn--secondary{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.65)}.call-to-action__btn--secondary:hover{border-color:#fffffff2}@media (max-width: 600px){.call-to-action{padding:56px 20px}.call-to-action__banner{border-radius:28px;padding:2rem 1.5rem}.call-to-action__btn{width:100%}}.hero{padding:var(--header-height) 40px 70px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.hero__inner{max-width:1280px;margin:0 auto;min-height:620px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.hero__title{margin:0;font-family:Montserrat,sans-serif;font-size:clamp(38px,5vw,60px);line-height:1.08;font-weight:500;letter-spacing:-.02em;color:#121212}.hero__accent{color:#1279ff;font-style:italic;font-weight:700}.hero__description{margin:24px 0 0;font-family:var(--font-plus-jakarta);font-size:20px;line-height:1.6;color:#5f6376;max-width:510px}.hero__actions{display:flex;gap:12px;margin-top:34px}.hero__button{height:56px;line-height:56px;text-decoration:none;border-radius:999px;padding:0 30px;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:700;cursor:pointer}.hero__button--primary{border:0;background:#012571;color:#fff}.hero__button--secondary{border:1px solid #012571;background:transparent;color:#012571}.hero__visual{display:grid;place-items:center;min-height:520px;position:relative;--hero-parallax-main-x: 0px;--hero-parallax-main-y: 0px;--hero-parallax-floating-x: 0px;--hero-parallax-floating-y: 0px}.hero__floating-image{position:absolute;bottom:0;left:0;width:332px;object-fit:cover;z-index:1;transform:translate(calc(-50% + var(--hero-parallax-floating-x))) translateY(calc(-50% + var(--hero-parallax-floating-y)));transition:transform .22s ease-out;will-change:transform}.hero__visual-image{width:100%;border-radius:28px;object-fit:cover;display:block;transform:translate(var(--hero-parallax-main-x)) translateY(var(--hero-parallax-main-y));transition:transform .22s ease-out;will-change:transform}@media (prefers-reduced-motion: reduce){.hero__floating-image,.hero__visual-image{transition:none;transform:none}}@media (max-width: 1100px){.hero__inner{grid-template-columns:1fr}.hero__content{max-width:100%}.hero__visual{display:none}}@media (max-width: 640px){.hero__actions{flex-direction:column}.hero__button{width:auto;text-align:center}}.references{width:100%;padding:32px 0 56px;overflow:hidden}.references__title{margin:0;text-align:center;font-family:var(--font-montserrat);font-size:17px;font-weight:500;letter-spacing:.08em;color:#a0a0a0}.references__marquee{width:100%;margin-top:24px;overflow:hidden}.references__track{width:max-content;display:flex;align-items:center;gap:24px;animation:references-scroll 22s linear infinite}.references__item{min-width:220px;height:64px;border-radius:18px;display:grid;place-items:center;padding:0 28px;background:#f7faff;font-family:var(--font-instrument-sans);font-size:22px;font-weight:700;color:#022a74;white-space:nowrap}@keyframes references-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 992px){.references__item{min-width:180px;height:54px;font-size:22px}}.end-to-end-system{padding:80px 40px;background-color:#fff}.end-to-end-system__controls{display:flex;flex-direction:row;gap:8px;margin-top:16px}.end-to-end-system__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.end-to-end-system__controls button:hover{background:#edf4ff;border-color:#b0c8f0}.end-to-end-system__controls button svg{width:20px;height:20px}.end-to-end-system__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.end-to-end-system__top-row{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:48px}.end-to-end-system__title{margin:0;font-family:var(--font-montserrat);font-size:clamp(32px,4.2vw,48px);line-height:1.08;font-weight:500;letter-spacing:-.01em;color:#1f2327}.end-to-end-system__image-wrap{display:grid;place-items:center}.end-to-end-system__image{width:100%;max-width:520px;height:auto;display:block}.end-to-end-system__description{margin:0;padding-top:12px;font-family:var(--font-montserrat);font-size:16px;line-height:1.6;font-weight:400;color:#5a5a5a;padding-left:80px}.end-to-end-system__bottom-row{max-width:1280px;margin:26px auto 0}.end-to-end-system__cards-desktop{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.end-to-end-system__cards-mobile{display:none}.end-to-end-system__card{text-decoration:none;color:inherit;text-align:left;cursor:pointer;position:relative;border:1px solid #d9d9d9;border-radius:20px;background-color:#fff;padding:32px 28px 64px;min-height:260px;transition:border-color .22s ease}.end-to-end-system__card:hover{border-color:#1f2327}.end-to-end-system__card-title{margin:0;font-family:var(--font-montserrat);font-size:28px;line-height:1.28;font-weight:400;color:#1a202c}.end-to-end-system__card-content{margin:18px 0 0;font-family:var(--font-montserrat);font-size:14px;line-height:1.6;font-weight:400;color:#5a5a5a}.end-to-end-system__card-arrow-box{position:absolute;right:20px;bottom:20px;width:32px;height:32px;border-radius:7px;background-color:#1f2327;display:grid;place-items:center;transition:transform .22s ease;transform-origin:center}.end-to-end-system__card-arrow{width:16px;height:auto;display:block}.end-to-end-system__card:hover .end-to-end-system__card-arrow-box{transform:rotate(-45deg)}@media (max-width: 1100px){.end-to-end-system{padding:30px 24px}.end-to-end-system__top-row{grid-template-columns:1fr;gap:28px}.end-to-end-system__image-wrap{order:2}.end-to-end-system__description{padding-left:0}.end-to-end-system__cards-desktop{display:none}.end-to-end-system__cards-mobile{display:block}.end-to-end-system__cards-mobile .swiper{overflow:visible}.end-to-end-system__cards-mobile .swiper-slide{height:auto}.end-to-end-system__card{min-height:240px}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.differences__controls{display:flex;flex-direction:row;gap:8px;margin-top:12px}.differences__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.differences__controls button:hover{background:#edf4ff;border-color:#b0c8f0}.differences__controls button svg{width:20px;height:20px}.differences__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.differences__title{margin:0;color:#1f2327;font-family:Montserrat,sans-serif;font-size:42px;font-weight:500;line-height:1.2}.differences__accent{color:#0080ff;font-style:italic;font-weight:700}.differences__content{margin:28px auto 0;max-width:760px;color:#1a202c;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:1.65}.differences__cards{position:relative;margin-top:100px}.differences__cards_image,.differences__cards_image img{width:100%}.differences__cards_card{position:absolute;top:0;left:0;width:30%;background-color:#fff;border-radius:20px;padding:32px 28px;font-size:20px;box-shadow:0 0 10px #0000001a}.differences__cards_card:nth-child(1){left:0;transform:translateY(-50%) translate(-20%)}.differences__cards_card:nth-child(2){left:50%;transform:translateY(-50%) translate(-50%)}.differences__cards_card:nth-child(3){left:100%;transform:translateY(-50%) translate(-80%)}.differences__bottom-cards{position:relative;top:-130px;padding-bottom:80px}.differences__bottom-cards_card{position:absolute;width:22%;background-color:#fff;border-radius:12px;border:1px solid #e4e8ee;padding:28px 20px;color:#1f2327;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;line-height:1.45;text-align:center;box-shadow:0 12px 30px #c7d2fe}.differences__bottom-cards_card--1{top:120px;left:0}.differences__bottom-cards_card--2{top:0;left:22%}.differences__bottom-cards_card--3{top:0;right:22%}.differences__bottom-cards_card--4{top:120px;right:0}.floating-icons__icon{width:60px;height:60px;position:absolute;top:0;left:0;transform:translate(-50%,-50%);animation:floating-icons-random var(--float-duration, 6s) ease-in-out var(--float-delay, 0s) infinite alternate;will-change:transform}.differences__mobile-swiper{display:none}.differences__swiper-card{background-color:#fff;border-radius:16px;border:1px solid #e4e8ee;padding:24px 20px;box-shadow:0 8px 24px #c7d2fe99;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#1f2327;min-height:110px;display:flex;align-items:center}@media (max-width: 768px){.differences{padding:56px 20px}.differences__title{font-size:28px}.floating-icons,.differences__cards,.differences__bottom-cards{display:none}.differences__mobile-swiper{display:block;margin-top:36px}}.how-we-work{padding:96px 40px;background-image:url(/home/how-we-work-bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.how-we-work__container{max-width:1280px;margin:0 auto;gap:48px;display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap}.how-we-work__title{margin:0;flex:1;font-family:var(--font-montserrat);font-size:64px;line-height:1.05;font-weight:500;color:#fff;text-align:left}.how-we-work__content{margin:0;flex:1;max-width:400px;font-family:var(--font-montserrat);font-size:16px;line-height:1.6;font-weight:400;color:#fff;text-align:right}.how-we-work__steps{width:100%;display:grid;grid-template-columns:.6fr 1fr;gap:24px;min-height:360px}.how-we-work__carousel-col{display:flex;flex-direction:column}.how-we-work__controls{display:flex;flex-direction:row;gap:8px;margin-top:12px;position:relative;z-index:2}.how-we-work__controls button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#ffffff26;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.how-we-work__controls button:hover{background:#ffffff47}.how-we-work__controls button svg{width:20px;height:20px}.how-we-work__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.how-we-work__carousel-wrap{height:410px}.how-we-work__carousel{height:100%;padding:20px}.how-we-work__carousel .swiper-slide{height:auto}.how-we-work__slide-item{display:flex;align-items:flex-start;gap:30px}.how-we-work__slide-title{font-family:var(--font-montserrat);font-size:22px;font-weight:700;color:#fff;margin-top:10px}.how-we-work__slide-index{position:relative;border:0;padding:0;font-family:var(--font-montserrat);font-size:40px;font-weight:700;color:#0080ff;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background-color:#edf4ff;transition:transform .35s;cursor:pointer}.how-we-work__slide-index:before{content:"";position:absolute;left:-10px;top:-10px;width:65px;height:65px;background-color:#edf4ff80;border-radius:50%;z-index:-1}.how-we-work__slide-content{position:relative;display:flex;flex-direction:column;width:calc(100% - 80px);transition:opacity .35s}.how-we-work__carousel .swiper-slide:before{content:"";position:absolute;top:40px;left:22px;width:1px;height:100%;background-color:#edf4ff80;border-radius:20px;z-index:0;opacity:0;transition:opacity .35s}.how-we-work__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.how-we-work__carousel .swiper-slide:last-child:before{top:unset;bottom:100%}.how-we-work__carousel .swiper-slide:not(.swiper-slide-active) .how-we-work__slide-index{transform:scale(.5)}.how-we-work__carousel .swiper-slide:not(.swiper-slide-active) .how-we-work__slide-content{opacity:0}.how-we-work__slide-description{width:90%;font-family:var(--font-montserrat);font-weight:500;font-size:13px;color:#c4d8ff}.how-we-work__details{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.how-we-work__details-text{position:relative;margin:0;padding:24px;background-image:url(/home/how-we-work/cite-bg.svg);background-size:cover;background-position:right bottom;background-repeat:no-repeat;font-family:var(--font-montserrat);font-size:18px;line-height:1.5;font-weight:500;color:#fff;display:flex;border-radius:24px}.how-we-work__details-text-description{display:flex;flex-direction:column;justify-content:space-between;gap:12px}.how-we-work__details-text p{font-family:var(--font-plus-jakarta);font-size:22px;color:#0f1011;font-weight:700;font-style:italic}.how-we-work__details-link{position:absolute;right:0;bottom:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#011e64;border-radius:50%;padding:10px;transition:all .35s}.how-we-work__details-link:hover{transform:rotate(-45deg)}.how-we-work__details-text-author{display:flex;align-items:center;gap:12px}.how-we-work__details-text-author-name{font-family:var(--font-plus-jakarta);font-size:15px;color:#000;font-weight:500;line-height:1.2}.how-we-work__details-text-author-name span{color:#011e64;font-size:12px;font-weight:400}.how-we-work__details-image{border-radius:20px;background:#ffffff1f;min-height:160px}.how-we-work__details-image img{width:100%}@media (max-width: 960px){.how-we-work{padding:56px 24px}.how-we-work__container{flex-direction:column;gap:24px}.how-we-work__carousel-wrap{height:250px}.how-we-work__title{font-size:clamp(36px,9vw,64px)}.how-we-work__content{text-align:left;max-width:none}.how-we-work__steps{grid-template-columns:1fr}.how-we-work__carousel-wrap{min-height:320px}.how-we-work__details{grid-template-columns:1fr}}.selected-success-stories{padding:96px 40px;background-color:#f3f3f6}.selected-success-stories__controls{display:flex;flex-direction:row;gap:8px;padding:0}.selected-success-stories__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.selected-success-stories__controls button:hover{background:#edf4ff;border-color:#b0c8f0}.selected-success-stories__controls button svg{width:20px;height:20px}.selected-success-stories__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.selected-success-stories__container{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:48px}.selected-success-stories__title{margin:0;flex:1;font-family:var(--font-montserrat);font-size:55px;font-weight:500;line-height:1.1;color:#090b21;font-style:italic}.selected-success-stories__description{margin:0;flex:1;max-width:470px;font-family:var(--font-montserrat);font-size:16px;font-weight:500;line-height:1.5;color:#090b21;text-align:right}.selected-success-stories__swiper{width:100%;margin-top:42px;padding:0 4px 8px}.selected-success-stories__item{position:relative;min-height:300px;background:url(/home/success-stories/story-bg.png) no-repeat center center;background-size:cover;padding:24px;border-radius:24px;display:flex;justify-content:space-between;gap:20px}.selected-success-stories__item:before{content:attr(data-index);color:#fff;font-family:var(--font-montserrat);font-size:144px;font-weight:700;position:absolute;top:0;right:24px;z-index:1;opacity:.2}.selected-success-stories__item-title{font-family:var(--font-montserrat);font-size:24px;line-height:1.6;font-weight:700;color:#fff}.selected-success-stories__item-description{font-family:var(--font-montserrat);font-size:12px;line-height:1.8;letter-spacing:.8px;font-weight:500;color:#c4dbff}.selected-success-stories__item-content{display:flex;flex-direction:column;justify-content:space-between;gap:12px}.selected-success-stories__item-image{position:relative}.selected-success-stories__item-image>img{display:block;width:260px;border-radius:18px}.selected-success-stories__item-cta{display:flex;justify-content:flex-end}.selected-success-stories__item-cta a{display:flex;align-items:center;gap:10px;font-family:var(--font-montserrat);font-weight:500;color:#fff;font-size:12px;text-decoration:none}.selected-success-stories__item-cta a img{transition:transform .35s}.selected-success-stories__item-cta a:hover img{transform:rotate(-45deg)}@media (max-width: 960px){.selected-success-stories{padding:56px 24px}.selected-success-stories__container{flex-direction:column;gap:24px}.selected-success-stories__item-image{display:none}.selected-success-stories__title{font-size:clamp(36px,9vw,55px)}.selected-success-stories__description{max-width:none;text-align:left}.selected-success-stories__item-image>img{width:100%;max-width:260px}}.pre-export-resources__kvkk{display:flex;align-items:flex-start;gap:10px;margin-bottom:4px}.pre-export-resources__kvkk input[type=checkbox]{flex-shrink:0;margin-top:3px;width:16px;height:16px;accent-color:#1a56db;cursor:pointer}.pre-export-resources__kvkk label{display:block!important;flex-direction:unset;gap:unset;font-size:13px;font-weight:400;color:#555;line-height:1.5!important;margin-top:0!important;cursor:pointer}.pre-export-resources__kvkk label a{color:#1a56db;text-decoration:underline}.pre-export-resources{padding:96px 40px;background-color:#fff}.pre-export-resources__container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr .2fr 1fr;gap:60px;align-items:start;position:relative;z-index:1}.pre-export-resources__map-container{max-width:1280px;margin:0 auto}.pre-export-resources__left{display:flex;flex-direction:column;justify-content:space-between;gap:30px}.pre-export-resources__title{margin:0;font-family:var(--font-montserrat);font-size:48px;line-height:1.1;font-weight:400;color:#090b21}.pre-export-resources__title span{color:#0080ff;font-style:italic;font-weight:700}.pre-export-resources__description{margin:24px 0 0;max-width:560px;color:#1a202c;font-family:var(--font-montserrat);font-size:16px;line-height:1.6;font-weight:400}.pre-export-resources__list{margin-top:36px;display:flex;flex-direction:column;gap:16px}.pre-export-resources__item{border-radius:18px;border:1px solid #eef3ff;background:#fff;box-shadow:0 14px 40px #14285a14;padding:18px;display:grid;grid-template-columns:64px 1fr 40px;gap:16px;align-items:center;text-decoration:none}.pre-export-resources__item{box-shadow:0 14px 40px #14285a00;transition:all .3s}.pre-export-resources__item .pre-export-resources__item-link{transition:all .3s}.pre-export-resources__item:hover{box-shadow:0 14px 40px #14285a1f}.pre-export-resources__item:hover .pre-export-resources__item-link{transform:rotate(-45deg)}.pre-export-resources__item-image{width:64px}.pre-export-resources__item-file{width:64px;height:64px;border-radius:14px;background:#f1f7ff;color:#0080ff;font-family:var(--font-montserrat);font-size:20px;font-weight:700;display:grid;place-items:center}.pre-export-resources__item-content h3{margin:0;color:#090b21;font-family:var(--font-montserrat);font-size:17px;line-height:1.2;font-weight:700}.pre-export-resources__item-content p{margin:8px 0 0;color:#1a202c;font-family:var(--font-montserrat);font-size:12px;line-height:1.4;font-weight:500}.pre-export-resources__item-link{width:36px;height:36px;border-radius:50%;background:#0b1120;display:flex;align-items:center;justify-content:center;transition:transform .3s}.pre-export-resources__item-link:hover{transform:rotate(-45deg)}.pre-export-resources__item-link img{width:16px;height:16px}.pre-export-resources__right{padding:36px 30px;border-radius:28px;background:url(/home/pre-export/form-bg.webp) no-repeat center center;background-size:cover;box-shadow:0 18px 48px #1627511c}.pre-export-resources__form-title{margin:0;color:#090b21;font-family:var(--font-montserrat);font-size:24px;line-height:1.2;font-weight:700}.pre-export-resources__form-description{margin:16px 0 0;color:#4a5568;font-family:var(--font-montserrat);font-size:14px;line-height:1.5;font-weight:400}.pre-export-resources__form{margin-top:24px;display:flex;flex-direction:column;gap:14px}.pre-export-resources__form label{display:flex;flex-direction:column;gap:7px;color:#9ca3af;font-family:var(--font-montserrat);font-size:14px;line-height:1;font-weight:500;margin-top:10px}.pre-export-resources__form input,.pre-export-resources__form select{height:54px;border-radius:14px;border:1px solid #e5ebf5;padding:0 16px;background:#fff;color:#090b21;font-family:var(--font-montserrat);font-size:16px;outline:none}.pre-export-resources__actions{margin-top:25px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.pre-export-resources__button{height:54px;border-radius:999px;border:1px solid transparent;font-family:var(--font-montserrat);font-size:16px;line-height:1;font-weight:500;cursor:pointer}.pre-export-resources__button--primary{background:#011e64;color:#fff}.pre-export-resources__button--secondary{background:transparent;color:#193d8f;border-color:#b8c8e6}.pre-export-resources__map{margin:-80px auto 60px;width:100%;z-index:0;position:relative}@media (max-width: 1100px){.pre-export-resources__container{grid-template-columns:1fr}.pre-export-resources__right{max-width:780px}.pre-export-resources__map{display:none}}@media (max-width: 960px){.pre-export-resources{padding:56px 24px}.pre-export-resources__title{font-size:clamp(34px,8vw,48px)}.pre-export-resources__item-content h3{font-size:19px}.pre-export-resources__form-title{font-size:clamp(28px,7vw,38px)}.pre-export-resources__actions{grid-template-columns:1fr}}.all-export-dimensions{padding:96px 40px;background-color:#fff}.all-export-dimensions__container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}.all-export-dimensions__visual{position:relative;border-radius:24px;container-type:inline-size;container-name:export-dimensions-visual}.all-export-dimensions__image{display:block;width:100%;height:auto}.all-export-dimensions__orbits{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.all-export-dimensions__orbit{position:absolute;left:50%;top:50%;width:0;height:0}.all-export-dimensions__orbit-rotor{position:absolute;left:0;top:0;width:0;height:0;transform-origin:0 0;will-change:transform;animation:all-export-dimensions-orbit var(--orbit-duration, 40s) linear infinite}@keyframes all-export-dimensions-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 360deg)))}}@keyframes all-export-dimensions-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 360deg)))}}.all-export-dimensions__orbit-arm{position:absolute;left:0;top:0;width:var(--orbit-icon-size, 10cqi);height:var(--orbit-icon-size, 10cqi);transform:translate(var(--orbit-r, 20cqi)) translate(-50%,-50%)}.all-export-dimensions__orbit-counter{width:100%;height:100%;transform-origin:50% 50%;will-change:transform;animation:all-export-dimensions-orbit-counter var(--orbit-duration, 40s) linear infinite}.all-export-dimensions__circle-img{display:block;width:100%;height:100%;object-fit:contain}@media (prefers-reduced-motion: reduce){.all-export-dimensions__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.all-export-dimensions__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}.all-export-dimensions__content{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.all-export-dimensions__headline{margin:0;font-family:var(--font-montserrat);font-size:60px;font-weight:700;line-height:1.1;color:#011e64;font-weight:400}.all-export-dimensions__headline strong{font-weight:700;font-style:italic}.all-export-dimensions__subtext{margin:0;font-family:var(--font-montserrat);font-size:20px;font-weight:400;line-height:1.55;color:#1a202c}.all-export-dimensions__button{margin-top:4px;padding:14px 28px;font-family:var(--font-montserrat);font-size:12px;font-weight:700;line-height:1;color:#fff;background-color:#011e64;border:none;border-radius:9999px;cursor:pointer}.all-export-dimensions__placeholders{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;margin-top:16px}.all-export-dimensions__placeholder-link{position:absolute;right:0;bottom:0;display:flex;align-items:center;justify-content:center;transition:transform .3s}.all-export-dimensions__placeholder-link:hover{transform:rotate(-45deg)}.all-export-dimensions__placeholder{padding:16px 16px 0;min-height:206px;border-radius:18px;background:#f4f4f5;position:relative;background:url(/home/dimensions/box-bg-white.png) no-repeat center center;background-size:cover}.all-export-dimensions__placeholder-title{font-family:var(--font-montserrat);font-size:16px;color:#708eb7}.all-export-dimensions__placeholder-description{font-family:var(--font-montserrat);font-size:14px;font-weight:500;color:#1a202c}.all-export-dimensions__placeholder--tint{background:url(/home/dimensions/box-bg-colored.png) no-repeat center center;background-size:cover}@media (max-width: 1024px){.all-export-dimensions__container{grid-template-columns:1fr;gap:48px}.all-export-dimensions__headline{font-size:44px}}@media (max-width: 640px){.all-export-dimensions{padding:64px 24px}.all-export-dimensions__headline{font-size:32px}.all-export-dimensions__subtext{font-size:16px}.all-export-dimensions__placeholders{grid-template-columns:1fr}}.aed-tags{padding:calc(var(--header-height) + 40px) 40px 96px;background-color:#fff}.aed-tags__container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}.aed-tags__visual{position:relative;border-radius:24px;container-type:inline-size;container-name:aed-tags-visual}.aed-tags__image{display:block;width:100%;height:auto}.aed-tags__orbits{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.aed-tags__orbit{position:absolute;left:50%;top:50%;width:0;height:0}.aed-tags__orbit-rotor{position:absolute;left:0;top:0;width:0;height:0;transform-origin:0 0;will-change:transform;animation:aed-tags-orbit var(--orbit-duration, 40s) linear infinite}@keyframes aed-tags-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 360deg)))}}@keyframes aed-tags-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 360deg)))}}.aed-tags__orbit-arm{position:absolute;left:0;top:0;width:var(--orbit-icon-size, 10cqi);height:var(--orbit-icon-size, 10cqi);transform:translate(var(--orbit-r, 20cqi)) translate(-50%,-50%)}.aed-tags__orbit-counter{width:100%;height:100%;transform-origin:50% 50%;will-change:transform;animation:aed-tags-orbit-counter var(--orbit-duration, 40s) linear infinite}.aed-tags__circle-img{display:block;width:100%;height:100%;object-fit:contain}@media (prefers-reduced-motion: reduce){.aed-tags__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.aed-tags__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}.aed-tags__content{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.aed-tags__headline{margin:0;font-family:var(--font-montserrat);font-size:60px;font-weight:400;line-height:1.1;color:#011e64}.aed-tags__accent{color:#1279ff;font-style:italic;font-weight:700}.aed-tags__subtext{margin:0;font-family:var(--font-montserrat);font-size:20px;font-weight:400;line-height:1.55;color:#1a202c}.aed-tags__badges{display:flex;flex-wrap:wrap;gap:10px 12px;max-width:680px}.aed-tags__badge{display:inline-flex;align-items:center;justify-content:center;padding:12px 30px;border-radius:999px;background:#f4f4f5;color:#101217;font-family:var(--font-montserrat);font-size:13px;font-weight:700;line-height:1.1;letter-spacing:-.01em;white-space:nowrap}.aed-tags__badge--active{background:#011e64;color:#fff}@media (max-width: 1024px){.aed-tags__container{grid-template-columns:1fr;gap:48px}.aed-tags__headline{font-size:44px}}@media (max-width: 640px){.aed-tags{padding:64px 24px}.aed-tags__headline{font-size:32px}.aed-tags__subtext{font-size:16px}.aed-tags__badges{gap:8px}.aed-tags__badge{padding:7px 14px;font-size:11px}}.hero-one{padding:calc(var(--header-height) + 40px) 40px 70px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.hero-one__inner{max-width:1280px;margin:0 auto;min-height:620px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.hero-one__title{margin:0;font-family:Montserrat,sans-serif;font-size:clamp(38px,5vw,60px);line-height:1.08;font-weight:500;letter-spacing:-.02em;color:#121212}.hero-one__accent{color:#1279ff;font-style:italic;font-weight:700}.hero-one__description{margin:24px 0 0;font-family:var(--font-plus-jakarta);font-size:20px;line-height:1.6;color:#5f6376;max-width:510px}.hero-one__badges{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px 12px;max-width:680px}.hero-one__badge{display:inline-flex;align-items:center;justify-content:center;padding:12px 30px;border-radius:999px;background:#fff;color:#101217;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;line-height:1.1;letter-spacing:-.01em;white-space:nowrap}.hero-one__badge--active{background:#0f1013;color:#fff}.hero-one__actions{display:flex;gap:12px;margin-top:34px}.hero-one__button{height:56px;line-height:56px;text-decoration:none;border-radius:999px;padding:0 30px;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:700;cursor:pointer}.hero-one__button--primary{border:0;background:#012571;color:#fff}.hero-one__button--secondary{border:1px solid #012571;background:transparent;color:#012571}.hero-one__visual{position:relative;display:grid;place-items:center;min-height:520px;container-type:inline-size}.hero-one__visual-bg{width:min(100%,680px);height:auto;object-fit:contain}.hero-one__orbits{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-one__orbit{position:absolute;left:50%;top:50%;width:0;height:0}.hero-one__orbit-rotor{position:absolute;left:0;top:0;width:0;height:0;transform-origin:0 0;will-change:transform;animation:hero-one-orbit var(--orbit-duration, 40s) linear infinite}@keyframes hero-one-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 360deg)))}}@keyframes hero-one-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 360deg)))}}.hero-one__orbit-arm{position:absolute;left:0;top:0;width:var(--orbit-icon-size, 10cqi);height:var(--orbit-icon-size, 10cqi);transform:translate(var(--orbit-r, 20cqi)) translate(-50%,-50%)}.hero-one__orbit-counter{width:100%;height:100%;transform-origin:50% 50%;will-change:transform;animation:hero-one-orbit-counter var(--orbit-duration, 40s) linear infinite}.hero-one__circle-img{display:block;width:100%;height:100%;object-fit:contain}@media (prefers-reduced-motion: reduce){.hero-one__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-one__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width: 1100px){.hero-one__inner{grid-template-columns:1fr}.hero-one__content{max-width:100%}.hero-one__visual{display:none}}@media (max-width: 640px){.hero-one__badges{gap:8px}.hero-one__badge{padding:7px 14px;font-size:11px}.hero-one__actions{flex-direction:column}.hero-one__button{width:auto;text-align:center}}.hero-two{padding:calc(var(--header-height) + 40px) 40px 70px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.hero-two__inner{max-width:1280px;margin:0 auto;min-height:620px;display:grid;grid-template-columns:1fr .75fr;gap:24px;align-items:center}.hero-two__title{margin:0;font-family:Montserrat,sans-serif;font-size:clamp(38px,5vw,60px);line-height:1.08;font-weight:500;letter-spacing:-.02em;color:#121212}.hero-two__accent{color:#1279ff;font-style:italic;font-weight:700}.hero-two__description{margin:24px 0 0;font-family:var(--font-plus-jakarta);font-size:20px;line-height:1.6;color:#5f6376;max-width:510px}.hero-two__badges{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px 12px;max-width:680px}.hero-two__badge{display:inline-flex;align-items:center;justify-content:center;padding:12px 30px;border-radius:999px;background:#fff;color:#101217;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;line-height:1.1;letter-spacing:-.01em;white-space:nowrap}.hero-two__badge--active{background:#0f1013;color:#fff}.hero-two__actions{display:flex;gap:12px;margin-top:34px}.hero-two__button{height:56px;line-height:56px;text-decoration:none;border-radius:999px;padding:0 30px;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:700;cursor:pointer}.hero-two__button--primary{border:0;background:#012571;color:#fff}.hero-two__button--secondary{border:1px solid #012571;background:transparent;color:#012571}.hero-two__visual{position:relative;display:grid;place-items:center;min-height:520px;container-type:inline-size}.hero-two__visual-bg{width:min(100%,680px);height:auto;object-fit:contain}.hero-two__orbits{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-two__orbit{position:absolute;left:50%;top:50%;width:0;height:0}.hero-two__orbit-rotor{position:absolute;left:0;top:0;width:0;height:0;transform-origin:0 0;will-change:transform;animation:hero-two-orbit var(--orbit-duration, 40s) linear infinite}@keyframes hero-two-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 360deg)))}}@keyframes hero-two-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 360deg)))}}.hero-two__orbit-arm{position:absolute;left:0;top:0;width:var(--orbit-icon-size, 10cqi);height:var(--orbit-icon-size, 10cqi);transform:translate(var(--orbit-r, 20cqi)) translate(-50%,-50%)}.hero-two__orbit-counter{width:100%;height:100%;transform-origin:50% 50%;will-change:transform;animation:hero-two-orbit-counter var(--orbit-duration, 40s) linear infinite}.hero-two__circle-img{display:block;width:100%;height:100%;object-fit:contain}@media (prefers-reduced-motion: reduce){.hero-two__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-two__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width: 1100px){.hero-two__inner{grid-template-columns:1fr}.hero-two__content{max-width:100%}.hero-two__visual{display:none}}@media (max-width: 640px){.hero-two__badges{gap:8px}.hero-two__badge{padding:7px 14px;font-size:11px}.hero-two__actions{flex-direction:column}.hero-two__button{width:auto;text-align:center}}.integrated-strategy-section{padding:24px 40px 96px;background:#f8fbff}.integrated-strategy-section__container{max-width:1280px;margin:0 auto}.integrated-strategy-section__top{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.integrated-strategy-section__eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.24em;text-transform:uppercase;font-weight:700}.integrated-strategy-section__title{margin:14px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(38px,4.2vw,62px);line-height:1.04;font-weight:500;letter-spacing:-.02em}.integrated-strategy-section__title span{color:#0b2d6b;font-style:italic}.integrated-strategy-section__intro{margin:0;color:#2d394f;font-family:var(--font-montserrat);font-size:18px;line-height:1.7;font-weight:500}.integrated-strategy-section__grid{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.integrated-strategy-section__left,.integrated-strategy-section__right{padding:0}.integrated-strategy-section__left-header{display:flex;align-items:center;justify-content:space-between}.integrated-strategy-section__panel-eyebrow{margin:0;color:#000;font-family:var(--font-montserrat);font-size:20px;line-height:1;text-transform:uppercase;font-weight:700}.integrated-strategy-section__controls{display:flex;gap:8px}.integrated-strategy-section__controls button{width:34px;height:34px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.integrated-strategy-section__controls button:hover{background:#edf4ff;border-color:#b0c8f0}.integrated-strategy-section__controls button svg{width:18px;height:18px}.integrated-strategy-section__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.integrated-strategy-section__description{margin:14px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:14px;line-height:1.7;font-weight:500}.integrated-strategy-section__carousel-wrap{margin-top:20px;height:280px}.integrated-strategy-section__carousel{height:100%;padding:4px 0 4px 4px}.integrated-strategy-section__carousel .swiper-slide{height:auto;transform:scale(.85);transform-origin:left center;transition:transform .35s ease;opacity:.6}.integrated-strategy-section__carousel .swiper-slide.swiper-slide-active{transform:scale(1);opacity:1}.integrated-strategy-section__slide-item{display:flex;align-items:flex-start;gap:22px}.integrated-strategy-section__slide-index{position:relative;border:0;padding:0;font-family:var(--font-montserrat);font-size:18px;font-weight:700;color:#0080ff;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:#edf4ff;cursor:pointer;flex-shrink:0}.integrated-strategy-section__slide-index:before{content:"";position:absolute;left:-10px;top:-10px;width:64px;height:64px;background-color:#edf4ff80;border-radius:50%;z-index:-1}.integrated-strategy-section__slide-content{position:relative;display:flex;flex-direction:column;width:calc(100% - 66px)}.integrated-strategy-section__carousel .swiper-slide:before{content:"";position:absolute;top:44px;left:22px;width:1px;height:100%;background-color:#d8e5fb;border-radius:20px;z-index:0;opacity:0;transition:opacity .35s}.integrated-strategy-section__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.integrated-strategy-section__carousel .swiper-slide:last-child:before{top:unset;bottom:100%}.integrated-strategy-section__slide-title{font-family:var(--font-montserrat);font-size:26px;font-weight:700;color:#0f1d35;margin-top:8px;line-height:1.2}.integrated-strategy-section__slide-description{margin:8px 0 0;font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#5a6478;line-height:1.65}.integrated-strategy-section__stats{margin-top:18px;display:flex;flex-direction:column;gap:8px}.integrated-strategy-section__stat{position:relative;overflow:hidden;border:1px solid #dde5ef;border-radius:12px;background:#fbfdff;padding:14px 18px 14px 92px}.integrated-strategy-section__stat:before{content:attr(data-index);position:absolute;left:-20px;top:50%;transform:translateY(-50%);font-family:var(--font-montserrat);font-size:72px;line-height:1;font-weight:700;letter-spacing:-.04em;color:#0b2d6b;opacity:.12;pointer-events:none;-webkit-user-select:none;user-select:none}.integrated-strategy-section__stat-content{display:flex;flex-direction:column;gap:0}.integrated-strategy-section__stat-title{margin:0;color:#0f1d35;font-family:var(--font-montserrat);font-size:16px;line-height:1.3;font-weight:700}.integrated-strategy-section__stat-text{margin:5px 0 0;color:#4b5870;font-family:var(--font-montserrat);font-size:13px;line-height:1.55;font-weight:500}.integrated-strategy-section__stat-badge{display:inline-block;align-self:flex-start;margin-top:8px;border:1px solid #dde5ef;border-radius:5px;background:#f5f8fd;color:#0b2d6b;font-family:var(--font-montserrat);font-size:10px;line-height:1;font-weight:700;letter-spacing:.08em;padding:5px 8px;white-space:nowrap}@media (max-width: 960px){.integrated-strategy-section{padding:20px 24px 56px}.integrated-strategy-section__top,.integrated-strategy-section__grid{grid-template-columns:1fr;gap:24px}.integrated-strategy-section__left,.integrated-strategy-section__right{padding:0}.integrated-strategy-section__carousel-wrap{height:240px}}.export-support-programs{padding:24px 40px 96px;background:#f8fbff}.export-support-programs__container{max-width:1280px;margin:0 auto}.export-support-programs__intro{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start}.export-support-programs__index{margin:6px 0 0;color:#dbe4f1;font-family:var(--font-montserrat);font-size:clamp(34px,3.4vw,52px);line-height:1;font-weight:500;letter-spacing:-.02em}.export-support-programs__badge{margin:0;display:inline-block;border:1px solid #dbe5f2;background:#f5f8fd;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.24em;text-transform:uppercase;font-weight:700;padding:10px 14px}.export-support-programs__title{margin:18px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(34px,4vw,56px);line-height:1.08;font-weight:500;letter-spacing:-.02em}.export-support-programs__title span{color:#0b2d6b;font-style:italic}.export-support-programs__grid{margin-top:28px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:20px;align-items:start}.export-support-programs__main{border:1px solid #dbe5f2;background:#fff;border-radius:22px;padding:28px}.export-support-programs__eyebrow{margin:0;color:#000;font-family:var(--font-montserrat);font-size:20px;line-height:1;text-transform:uppercase;font-weight:700}.export-support-programs__description{margin:18px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:15px;line-height:1.55;font-weight:500}.export-support-programs__table-wrap{margin-top:20px;border:1px solid #dbe5f2;border-radius:14px;overflow:hidden}.export-support-programs__table{width:100%;border-collapse:collapse;background:#fff}.export-support-programs__table thead tr{background:#f5f8fd}.export-support-programs__table th,.export-support-programs__table td{text-align:left;padding:15px 16px;border-bottom:1px solid #dbe5f2;font-family:var(--font-montserrat)}.export-support-programs__table th{color:#5f6376;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.2em;font-weight:700}.export-support-programs__table td{color:#0f1d35;font-size:14px;line-height:1.45;font-weight:500}.export-support-programs__table tbody tr td:nth-child(1){width:50%}.export-support-programs__table tbody tr td:nth-child(2){width:22%;color:#0b2d6b;font-size:18px;line-height:1;font-weight:500}.export-support-programs__table tbody tr td:nth-child(3){width:28%;color:#5f6c82;font-size:14px;font-weight:500}.export-support-programs__table tbody tr:last-child td{border-bottom:0}.export-support-programs__side{display:flex;flex-direction:column;gap:14px}.export-support-programs__card{border:1px solid #dbe5f2;border-radius:16px;background:#f5f8fd;padding:22px 22px 18px}.export-support-programs__card--compact{background:#fff}.export-support-programs__card-eyebrow{margin:0;color:#000;font-family:var(--font-montserrat);font-size:20px;line-height:1;text-transform:uppercase;font-weight:700}.export-support-programs__list{margin:14px 0 0;padding:0;list-style:none}.export-support-programs__list li{margin:0;padding:16px 0 16px 18px;border-bottom:1px solid #dbe5f2;color:#2d394f;font-family:var(--font-montserrat);font-size:15px;line-height:1.55;position:relative}.export-support-programs__list li:before{content:"";width:6px;height:6px;border-radius:999px;background:#0b2d6b;position:absolute;left:0;top:25px}.export-support-programs__list li:last-child{border-bottom:0;padding-bottom:0}.export-support-programs__card-text{margin:16px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:15px;line-height:1.55;font-weight:500}@media (max-width: 1080px){.export-support-programs__grid{grid-template-columns:1fr}}@media (max-width: 960px){.export-support-programs{padding:20px 24px 56px}.export-support-programs__intro{grid-template-columns:1fr;gap:10px}.export-support-programs__index{margin-top:0}.export-support-programs__main{padding:20px;overflow:auto}.export-support-programs__table-wrap{overflow-x:auto}.export-support-programs__table{min-width:680px}.export-support-programs__description,.export-support-programs__card-text{font-size:14px}.export-support-programs__table td{font-size:15px}.export-support-programs__table tbody tr td:nth-child(2){font-size:22px}.export-support-programs__list li{font-size:15px}}.serbest-bolge{padding:24px 40px;background:#f8fbff}.serbest-bolge__container{max-width:1280px;margin:0 auto}.serbest-bolge__top{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.serbest-bolge__intro{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start}.serbest-bolge__index{margin:6px 0 0;color:#dbe4f1;font-family:var(--font-montserrat);font-size:clamp(34px,3.4vw,52px);line-height:1;font-weight:500;letter-spacing:-.02em}.serbest-bolge__badge{margin:0;display:inline-block;border:1px solid #dbe5f2;background:#f5f8fd;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.24em;text-transform:uppercase;font-weight:700;padding:10px 14px}.serbest-bolge__title{margin:18px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(34px,4vw,56px);line-height:1.08;font-weight:500;letter-spacing:-.02em}.serbest-bolge__title span{color:#0b2d6b;font-style:italic}.serbest-bolge__description{margin:0;color:#2d394f;font-family:var(--font-montserrat);font-size:18px;line-height:1.7;font-weight:500}.serbest-bolge__grid{margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dbe5f2;border-radius:16px;overflow:hidden;background:#fff}.serbest-bolge__card{padding:28px 26px 24px;border-right:1px solid #dbe5f2;border-bottom:1px solid #dbe5f2;display:flex;flex-direction:column;gap:0}.serbest-bolge__card:nth-child(3n){border-right:none}.serbest-bolge__card:nth-child(4),.serbest-bolge__card:nth-child(5),.serbest-bolge__card:nth-child(6){border-bottom:none}.serbest-bolge__icon-box{width:42px;height:42px;border-radius:10px;background:#eef2fa;border:1px solid #dbe5f2;display:flex;align-items:center;justify-content:center;color:#3e4a63;flex-shrink:0}.serbest-bolge__card-title{margin:18px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:16px;line-height:1.3;font-weight:700}.serbest-bolge__card-text{margin:10px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:14px;line-height:1.6;font-weight:500;flex:1}.serbest-bolge__card-pill{margin-top:18px;display:inline-block;border:1px solid #dbe5f2;background:#f5f8fd;color:#0b2d6b;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.06em;font-weight:700;padding:7px 11px;border-radius:6px;align-self:flex-start}.serbest-bolge__footer-note{margin-top:16px;border:1px solid #dbe5f2;border-radius:12px;background:#f5f8fd;padding:16px 20px}.serbest-bolge__footer-note p{margin:0;color:#3e4a63;font-family:var(--font-montserrat);font-size:14px;line-height:1.6;font-weight:500}.serbest-bolge__footer-note strong{color:#0e1628;font-weight:700}@media (max-width: 1080px){.serbest-bolge__grid{grid-template-columns:repeat(2,1fr)}.serbest-bolge__card:nth-child(3n){border-right:1px solid #dbe5f2}.serbest-bolge__card:nth-child(2n){border-right:none}.serbest-bolge__card:nth-child(4),.serbest-bolge__card:nth-child(5),.serbest-bolge__card:nth-child(6){border-bottom:1px solid #dbe5f2}.serbest-bolge__card:nth-child(5),.serbest-bolge__card:nth-child(6){border-bottom:none}}@media (max-width: 960px){.serbest-bolge{padding:20px 24px 48px}.serbest-bolge__top{grid-template-columns:1fr;gap:20px}.serbest-bolge__intro{grid-template-columns:1fr;gap:10px}.serbest-bolge__index{margin-top:0}}@media (max-width: 640px){.serbest-bolge__grid{grid-template-columns:1fr}.serbest-bolge__card{border-right:none;border-bottom:1px solid #dbe5f2}.serbest-bolge__card:last-child{border-bottom:none}}.dir-section{padding:24px 40px 72px;background:#f8fbff}.dir-section__container{max-width:1280px;margin:0 auto}.dir-section__intro{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start}.dir-section__index{margin:6px 0 0;color:#dbe4f1;font-family:var(--font-montserrat);font-size:clamp(34px,3.4vw,52px);line-height:1;font-weight:500;letter-spacing:-.02em}.dir-section__badge{margin:0;display:inline-block;border:1px solid #dbe5f2;background:#f5f8fd;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.24em;text-transform:uppercase;font-weight:700;padding:10px 14px}.dir-section__title{margin:18px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(34px,4vw,56px);line-height:1.08;font-weight:500;letter-spacing:-.02em}.dir-section__title span{color:#0b2d6b;font-style:italic}.dir-section__grid{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #dbe5f2;border-radius:24px;overflow:hidden;background:#fff}.dir-section__left,.dir-section__right{padding:34px 36px 40px}.dir-section__left{border-right:1px solid #dbe5f2}.dir-section__panel-eyebrow{margin:0;display:flex;align-items:center;gap:10px;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.dir-section__panel-eyebrow:before{content:"";display:block;width:22px;height:1.5px;background:#9a7c3a;flex-shrink:0}.dir-section__subheading{margin:18px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:20px;line-height:1.3;font-weight:700}.dir-section__description{margin:14px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:14px;line-height:1.65;font-weight:500}.dir-section__table-wrap{margin-top:22px}.dir-section__table-head{display:grid;grid-template-columns:1fr 1fr;padding:0 0 8px;border-bottom:1px solid #dbe5f2}.dir-section__table-head span{color:#5f6376;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.2em;text-transform:uppercase;font-weight:700}.dir-section__table-row{display:grid;grid-template-columns:1fr 1fr;padding:13px 0;border-bottom:1px solid #dbe5f2;align-items:center}.dir-section__table-row:last-child{border-bottom:none}.dir-section__table-row span:first-child,.dir-section__table-status{color:#3e4a63;font-family:var(--font-montserrat);font-size:14px;line-height:1.4;font-weight:500}.dir-section__table-row[data-highlight] .dir-section__table-status{color:#8b6720;font-weight:700}.dir-section__steps{margin-top:18px;display:flex;flex-direction:column;gap:0}.dir-section__step{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid #dbe5f2;align-items:start}.dir-section__step:last-child{border-bottom:none}.dir-section__step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #dbe5f2;border-radius:6px;background:#f5f8fd;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;font-weight:700;letter-spacing:.05em;flex-shrink:0;margin-top:1px}.dir-section__step-title{margin:0;color:#0e1628;font-family:var(--font-montserrat);font-size:15px;line-height:1.3;font-weight:700}.dir-section__step-text{margin:6px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:13px;line-height:1.6;font-weight:500}.dir-section__baz-card{margin-top:18px;border:1px solid #dbe5f2;border-radius:14px;background:#f5f8fd;padding:18px 20px}.dir-section__baz-eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.dir-section__baz-text{margin:10px 0 0;color:#2d394f;font-family:var(--font-montserrat);font-size:14px;line-height:1.65;font-weight:500}@media (max-width: 960px){.dir-section{padding:20px 24px 56px}.dir-section__intro{grid-template-columns:1fr;gap:10px}.dir-section__index{margin-top:0}.dir-section__grid{grid-template-columns:1fr}.dir-section__left{border-right:none;border-bottom:1px solid #dbe5f2}.dir-section__left,.dir-section__right{padding:24px 20px 28px}}.eximbank-credits{padding:24px 40px 72px;background:#f8fbff}.eximbank-credits__container{max-width:1280px;margin:0 auto}.eximbank-credits__top{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.eximbank-credits__intro{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start}.eximbank-credits__index{margin:6px 0 0;color:#dbe4f1;font-family:var(--font-montserrat);font-size:clamp(34px,3.4vw,52px);line-height:1;font-weight:500;letter-spacing:-.02em}.eximbank-credits__badge{margin:0;display:inline-block;border:1px solid #dbe5f2;background:#f5f8fd;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.24em;text-transform:uppercase;font-weight:700;padding:10px 14px}.eximbank-credits__title{margin:18px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(34px,4vw,56px);line-height:1.08;font-weight:500;letter-spacing:-.02em}.eximbank-credits__title span{color:#0b2d6b;font-style:italic}.eximbank-credits__description{margin:0;color:#2d394f;font-family:var(--font-montserrat);font-size:18px;line-height:1.7;font-weight:500}.eximbank-credits__grid{margin-top:32px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:20px;align-items:start}.eximbank-credits__accordion{border:1px solid #dbe5f2;border-radius:16px;overflow:hidden;background:#fff}.eximbank-credits__accordion-item{border-bottom:1px solid #dbe5f2}.eximbank-credits__accordion-item:last-child{border-bottom:none}.eximbank-credits__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:none;border:none;cursor:pointer;text-align:left;transition:background .18s}.eximbank-credits__accordion-trigger:hover{background:#f8fbff}.eximbank-credits__accordion-category{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.eximbank-credits__accordion-title{margin:6px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:18px;line-height:1.3;font-weight:700}.eximbank-credits__accordion-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid #dbe5f2;background:#f5f8fd;display:flex;align-items:center;justify-content:center;color:#3e4a63;font-size:20px;line-height:1;font-weight:300}.eximbank-credits__accordion-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.eximbank-credits__accordion-item[data-open] .eximbank-credits__accordion-body{grid-template-rows:1fr}.eximbank-credits__accordion-body-inner{overflow:hidden;padding:0 22px;transition:padding .3s ease}.eximbank-credits__accordion-item[data-open] .eximbank-credits__accordion-body-inner{padding:0 22px 22px}.eximbank-credits__accordion-desc{margin:0;color:#3e4a63;font-family:var(--font-montserrat);font-size:14px;line-height:1.65;font-weight:500}.eximbank-credits__detail-rows{margin-top:16px;border-top:1px solid #eef2f9}.eximbank-credits__detail-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #eef2f9}.eximbank-credits__detail-row:last-child{border-bottom:none}.eximbank-credits__detail-label{color:#5f6376;font-family:var(--font-montserrat);font-size:13px;font-weight:500}.eximbank-credits__detail-value{color:#0b2d6b;font-family:var(--font-montserrat);font-size:14px;font-weight:700;text-align:right}.eximbank-credits__side{display:flex;flex-direction:column;gap:14px}.eximbank-credits__advantages-card{border-radius:20px;border:1px solid #c5d8f0;background:linear-gradient(180deg,#eef4ff,#e8f0fb);padding:24px}.eximbank-credits__advantages-eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.eximbank-credits__advantages-list{margin:14px 0 0;padding:0;list-style:none}.eximbank-credits__advantage-item{display:flex;align-items:flex-start;gap:12px;padding:13px 0;border-bottom:1px solid rgba(11,45,107,.08);color:#3e4a63;font-family:var(--font-montserrat);font-size:13px;line-height:1.55;font-weight:500}.eximbank-credits__advantage-item:last-child{border-bottom:none;padding-bottom:0}.eximbank-credits__advantage-dot{flex-shrink:0;width:10px;height:10px;border-radius:3px;margin-top:3px}.eximbank-credits__advantage-item strong{color:#0e1628;font-weight:700}.eximbank-credits__insurance-card{border:1px solid #dbe5f2;border-radius:16px;background:#fff;padding:22px}.eximbank-credits__insurance-eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.eximbank-credits__insurance-desc{margin:12px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:13px;line-height:1.6;font-weight:500}.eximbank-credits__risk-boxes{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.eximbank-credits__risk-box{border:1px solid #dbe5f2;border-radius:10px;background:#f5f8fd;padding:14px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.eximbank-credits__risk-label{color:#5f6376;font-family:var(--font-montserrat);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.eximbank-credits__risk-value{color:#0b2d6b;font-family:var(--font-montserrat);font-size:32px;line-height:1;font-weight:700;letter-spacing:-.02em}.eximbank-credits__risk-note{color:#8a95a8;font-family:var(--font-montserrat);font-size:11px;font-weight:500}.eximbank-credits__insurance-note{margin:14px 0 0;padding:12px 14px;border:1px solid #dbe5f2;border-radius:8px;background:#f8fbff;color:#3e4a63;font-family:var(--font-montserrat);font-size:13px;line-height:1.6;font-weight:500}@media (max-width: 1080px){.eximbank-credits__grid{grid-template-columns:1fr}}@media (max-width: 960px){.eximbank-credits{padding:20px 24px 56px}.eximbank-credits__top{grid-template-columns:1fr;gap:20px}.eximbank-credits__intro{grid-template-columns:1fr;gap:10px}.eximbank-credits__index{margin-top:0}}.ism{padding:64px 40px 80px;background:#f8fbff}.ism__container{max-width:1280px;margin:0 auto}.ism__top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding-bottom:48px}.ism__eyebrow{margin:0;display:flex;align-items:center;gap:10px;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.ism__eyebrow:before{content:"";display:block;width:22px;height:1.5px;background:#c9a227;flex-shrink:0}.ism__title{margin:18px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(34px,4vw,56px);line-height:1.08;font-weight:500;letter-spacing:-.02em}.ism__title span{color:#0b2d6b;font-style:italic}.ism__intro{margin:0;color:#2d394f;font-family:var(--font-montserrat);font-size:18px;line-height:1.7;font-weight:500;align-self:end}.ism__panels{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:16px;align-items:start}.ism__left{border:1px solid #dbe5f2;border-radius:20px;background:#fff;padding:32px}.ism__panel-eyebrow{margin:0;display:flex;align-items:center;gap:10px;color:#5f6376;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.ism__panel-eyebrow:before{content:"";display:block;width:18px;height:1.5px;background:#c9a227;flex-shrink:0}.ism__panel-title{margin:16px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(22px,2.4vw,32px);line-height:1.2;font-weight:500;letter-spacing:-.01em}.ism__panel-title span{color:#0b2d6b;font-style:italic}.ism__panel-desc{margin:14px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:14px;line-height:1.65;font-weight:500}.ism__steps{margin-top:28px;display:flex;flex-direction:column}.ism__step{display:grid;grid-template-columns:32px 1fr;gap:12px;padding:14px 0;border-top:1px solid #dde5ef;align-items:start}.ism__step-num{color:#b0bfd4;font-family:var(--font-montserrat);font-size:11px;font-weight:700;letter-spacing:.08em;padding-top:2px}.ism__step-title{margin:0;color:#0e1628;font-family:var(--font-montserrat);font-size:15px;line-height:1.3;font-weight:700}.ism__step-text{margin:5px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:13px;line-height:1.55;font-weight:500}.ism__right{border:1px solid #dbe5f2;border-radius:20px;background:#fff;padding:32px}.ism__matrix{margin-top:18px}.ism__matrix-head{display:grid;grid-template-columns:1.1fr 1.6fr 1fr;padding:0 0 10px;border-bottom:1px solid #dbe5f2}.ism__matrix-head span{color:#5f6376;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.2em;text-transform:uppercase;font-weight:700}.ism__matrix-row{display:grid;grid-template-columns:1.1fr 1.6fr 1fr;padding:13px 0;border-bottom:1px solid #eef2f9;align-items:center}.ism__matrix-row:last-child{border-bottom:none}.ism__matrix-program{color:#0e1628;font-family:var(--font-montserrat);font-size:14px;font-weight:700;line-height:1.3}.ism__matrix-kapsam{color:#3e4a63;font-family:var(--font-montserrat);font-size:13px;font-weight:500;line-height:1.4}.ism__matrix-oran{color:#0b2d6b;font-family:var(--font-montserrat);font-size:15px;font-weight:700;letter-spacing:-.01em;text-align:right}.ism__pricing{margin-top:18px;border:1px solid rgba(201,162,39,.3);border-radius:12px;background:#c9a22714;padding:16px 18px}.ism__pricing-eyebrow{margin:0;color:#c9a227;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.ism__pricing-text{margin:10px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:14px;line-height:1.6;font-weight:500}.ism__pricing-text strong{color:#0e1628;font-weight:700}@media (max-width: 1080px){.ism__panels{grid-template-columns:1fr}}@media (max-width: 960px){.ism{padding:48px 24px 56px}.ism__top{grid-template-columns:1fr;gap:24px;padding-bottom:32px}.ism__left,.ism__right{padding:24px 20px}}.app-workflow{padding:24px 40px 96px;background:#f8fbff}.app-workflow__container{max-width:1280px;margin:0 auto}.app-workflow__top{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.app-workflow__eyebrow{margin:0;display:flex;align-items:center;gap:10px;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.22em;font-weight:700;text-transform:uppercase}.app-workflow__eyebrow:before{content:"";display:block;width:22px;height:1.5px;background:#c9a227;flex-shrink:0}.app-workflow__title{margin:12px 0 0;color:#101217;font-family:var(--font-montserrat);font-size:clamp(38px,4vw,62px);line-height:1.05;font-weight:500;letter-spacing:-.02em}.app-workflow__title span{color:#012571;font-style:italic}.app-workflow__description{margin:10px 0 0;justify-self:end;max-width:520px;color:#5f6376;font-family:var(--font-montserrat);font-size:16px;line-height:1.7;font-weight:500}.app-workflow__swiper-row{margin-top:28px;display:flex;align-items:flex-start;gap:12px}.app-workflow__controls{display:flex;flex-direction:row;gap:8px;padding-top:22px}.app-workflow__controls--mobile{display:none;padding-top:0;margin-top:16px}.app-workflow__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center}.app-workflow__controls button svg{width:20px;height:20px}.app-workflow__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.app-workflow__carousel-wrap{flex:1;height:480px}.app-workflow__carousel{height:100%;padding:20px 0}.app-workflow__carousel .swiper-slide{height:auto}.app-workflow__slide-item{display:flex;align-items:flex-start;gap:24px;padding-left:15px}.app-workflow__slide-index{position:relative;border:0;padding:0;font-family:var(--font-montserrat);font-size:22px;font-weight:700;color:#0080ff;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background-color:#edf4ff;transition:transform .35s;cursor:pointer}.app-workflow__slide-index:before{content:"";position:absolute;left:-10px;top:-10px;width:68px;height:68px;background-color:#edf4ff80;border-radius:50%;z-index:-1}.app-workflow__slide-content{position:relative;display:flex;flex-direction:column;width:calc(100% - 64px);transition:opacity .35s;padding-bottom:28px;border-bottom:1px solid #e2eaf6}.app-workflow__carousel .swiper-slide:before{content:"";position:absolute;top:40px;left:35px;width:1px;height:100%;background-color:#d8e5fb;border-radius:20px;z-index:0;opacity:0;transition:opacity .35s}.app-workflow__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.app-workflow__carousel .swiper-slide:last-child:before{top:unset;bottom:100%}.app-workflow__carousel .swiper-slide:not(.swiper-slide-active) .app-workflow__slide-index{transform:scale(.65)}.app-workflow__carousel .swiper-slide:not(.swiper-slide-active) .app-workflow__slide-content{opacity:.4}.app-workflow__slide-heading{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.app-workflow__slide-heading h3{margin:0;color:#111728;font-family:var(--font-montserrat);font-size:36px;line-height:1.18;font-weight:500}.app-workflow__slide-heading span{border:1px solid #dbe5f2;background:#f7faff;color:#012571;font-family:var(--font-montserrat);font-size:12px;line-height:1;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:7px 10px;border-radius:6px;white-space:nowrap}.app-workflow__slide-content p{margin:10px 0 0;color:#4d5a73;font-family:var(--font-montserrat);font-size:16px;line-height:1.75;font-weight:500}.app-workflow__slide-output{margin-top:12px;border:1px solid #dbe5f2;border-radius:8px;background:#f5f8fd;color:#5d6679;font-family:var(--font-montserrat);font-size:13px;line-height:1.5;font-weight:500;padding:9px 12px}@media (max-width: 1100px){.app-workflow{padding:20px 24px 56px}.app-workflow__top{grid-template-columns:1fr}.app-workflow__description{justify-self:start;max-width:none}.app-workflow__controls--desktop{display:none}.app-workflow__controls--mobile{display:flex;position:relative;margin-top:60px;z-index:2}.app-workflow__carousel-wrap{height:600px}.app-workflow__slide-heading h3{font-size:26px}.app-workflow__slide-content p{font-size:14px}}.hero-four{padding:calc(var(--header-height) + 40px) 40px 70px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.hero-four:before{content:"";position:absolute;top:0;right:0;width:30vw;height:80%;transform:translateY(20%);background:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp) no-repeat right center;background-size:contain}.hero-four__inner{max-width:1280px;margin:0 auto;min-height:620px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.hero-four__title{margin:0;font-family:Montserrat,sans-serif;font-size:clamp(38px,5vw,60px);line-height:1.08;font-weight:500;letter-spacing:-.02em;color:#121212}.hero-four__accent{color:#1279ff;font-style:italic;font-weight:700}.hero-four__description{margin:24px 0 0;font-family:var(--font-plus-jakarta);font-size:20px;line-height:1.6;color:#5f6376;max-width:510px}.hero-four__badge--active{background:#0f1013;color:#fff}.hero-four__actions{display:flex;gap:12px;margin-top:34px}.hero-four__button{height:56px;line-height:56px;text-decoration:none;border-radius:999px;padding:0 30px;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:700;cursor:pointer}.hero-four__button--primary{border:0;background:#012571;color:#fff}.hero-four__button--secondary{border:1px solid #012571;background:transparent;color:#012571}.hero-four__visual{position:relative;display:grid;place-items:center;min-height:520px;container-type:inline-size}.hero-four__visual-image{width:min(100%,470px);height:auto;object-fit:contain}.hero-four__orbits{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-four__orbit{position:absolute;left:50%;top:50%;width:0;height:0}.hero-four__orbit-rotor{position:absolute;left:0;top:0;width:0;height:0;transform-origin:0 0;will-change:transform;animation:hero-four-orbit var(--orbit-duration, 40s) linear infinite}@keyframes hero-four-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 360deg)))}}@keyframes hero-four-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 360deg)))}}.hero-four__orbit-arm{position:absolute;left:0;top:0;width:var(--orbit-icon-size, 10cqi);height:var(--orbit-icon-size, 10cqi);transform:translate(var(--orbit-r, 20cqi)) translate(-50%,-50%)}.hero-four__orbit-counter{width:100%;height:100%;transform-origin:50% 50%;will-change:transform;animation:hero-four-orbit-counter var(--orbit-duration, 40s) linear infinite}.hero-four__circle-img{display:block;width:100%;height:100%;object-fit:contain}@media (prefers-reduced-motion: reduce){.hero-four__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-four__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width: 1100px){.hero-four__inner{grid-template-columns:1fr}.hero-four__content{max-width:100%}.hero-four__visual{display:none}}@media (max-width: 640px){.hero-four:before{display:none}.hero-four__badges{gap:8px}.hero-four__badge{padding:7px 14px;font-size:11px}.hero-four__actions{flex-direction:column}.hero-four__button{width:auto;text-align:center}}.sector-boxes{padding:clamp(150px,20vh,200px) 0}.sector-boxes__inner{max-width:1140px;margin:0 auto}.sector-boxes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.sector-boxes__box{border-radius:23px;min-height:1px}.sector-boxes__box--experience{display:flex;flex-direction:column;justify-content:center;padding:28px 24px 24px;background-color:#f9f9f9}.sector-boxes__item-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:32px}.sector-boxes__item-title{margin:0 0 12px;color:#011e64;font-family:var(--font-montserrat);font-size:24px;font-weight:700;line-height:1.25}.sector-boxes__item-desc{margin:0;color:#6a6a77;font-family:var(--font-montserrat);font-size:14px;font-weight:400;line-height:1.6}.sector-boxes__stat-head{display:flex;align-items:flex-start;gap:16px}.sector-boxes__stat-number{flex-shrink:0;color:#000;font-family:var(--font-montserrat);font-size:70px;font-weight:500;line-height:1}.sector-boxes__stat-title{margin:0;padding-top:4px;color:#000;font-family:var(--font-montserrat);font-size:24px;font-weight:500;line-height:1.25}.sector-boxes__stat-title-line{display:block}.sector-boxes__badges{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.sector-boxes__badge{display:inline-block;padding:5px 9px;border-radius:30px;font-family:var(--font-montserrat);font-size:13px;font-weight:400;line-height:1.2}.sector-boxes__badge--dark{background-color:#000;color:#fff}.sector-boxes__badge--light{background-color:#fff;color:#000}.sector-boxes__box--quote{padding:28px 24px 24px;background-color:#f9f9f9;text-align:center}.sector-boxes__quote-icon{display:block;width:55px;height:auto;margin-inline:auto}.sector-boxes__quote-block{margin:20px 0 0;padding:0;border:0}.sector-boxes__quote-text{margin:0;color:#000;font-family:var(--font-montserrat);font-size:16px;font-weight:400;line-height:1.5}.sector-boxes__quote-cite{margin:16px 0 0;color:#000;font-family:var(--font-montserrat);font-size:14px;font-weight:400;font-style:normal;line-height:1.45}.sector-boxes__box--third{display:flex;flex-direction:column;justify-content:space-between;padding:28px 24px 24px;background-color:#dceaff;position:relative}.sector-boxes__box--third .box-corner{position:absolute;top:0;right:0;width:100px;pointer-events:none;transform:rotate(270deg);z-index:1}.sector-boxes__box--third .video-button{position:absolute;top:0;right:0;width:56px;height:56px;z-index:1;transition:transform .2s ease}.sector-boxes__box--third .video-button:hover{transform:scale(1.05)}.sector-boxes__box--third .video-button:active{transform:scale(.95)}.sector-boxes__avatars{display:flex;flex-direction:row;align-items:center}.sector-boxes__avatar{position:relative;flex-shrink:0;width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #ffffff}.sector-boxes__avatar:not(:first-child){margin-left:-18px}.sector-boxes__avatar:nth-child(1){z-index:1}.sector-boxes__avatar:nth-child(2){z-index:2}.sector-boxes__avatar:nth-child(3){z-index:3}.sector-boxes__customers-label{margin:0;color:#000;font-family:var(--font-montserrat);font-size:18px;letter-spacing:-.5px;font-weight:300;line-height:1.3}.sector-boxes__customers-value{margin:8px 0 0;color:#000;font-family:var(--font-montserrat);font-size:76px;font-weight:400;line-height:1}@media (max-width: 900px){.sector-boxes{padding:20px}.sector-boxes__grid{grid-template-columns:1fr}.sector-boxes__stat-head{flex-wrap:wrap}}.sector-videos{padding:80px 40px;background-color:#fff}.sector-videos__controls{display:flex;flex-direction:row;gap:8px;margin-top:16px}.sector-videos__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.sector-videos__controls button:hover{background:#edf4ff;border-color:#b0c8f0}.sector-videos__controls button svg{width:20px;height:20px}.sector-videos__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.sector-videos__container{max-width:1280px;margin:0 auto}.sector-videos__swiper{width:100%;padding:0 4px 8px}.sector-videos__item{background:url(/home/success-stories/story-bg.png) no-repeat center center;background-size:cover;border-radius:24px;padding:32px;display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:center;min-height:420px}.sector-videos__embed-wrap{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background-color:#000}.sector-videos__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;border-radius:16px}.sector-videos__content{display:flex;flex-direction:column;gap:16px}.sector-videos__title{margin:0;color:#fff;font-family:var(--font-montserrat);font-size:clamp(20px,2.5vw,28px);font-weight:700;line-height:1.2;text-transform:uppercase}.sector-videos__description{margin:0;color:#c4dbff;font-family:var(--font-montserrat);font-size:14px;font-weight:500;line-height:1.8;letter-spacing:.5px}@media (max-width: 860px){.sector-videos{padding:56px 20px}.sector-videos__item{grid-template-columns:1fr;padding:24px;gap:24px}}.sector-steps{padding:96px 40px;background-color:#fff;overflow:hidden}.sector-steps__container{max-width:1280px;margin:0 auto;gap:48px;display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap}.sector-steps__title{margin:0;flex:1;font-family:var(--font-montserrat);font-size:64px;line-height:1.05;font-weight:500;color:#fff;text-align:left}.sector-steps__content{margin:0;flex:1;max-width:400px;font-family:var(--font-montserrat);font-size:16px;line-height:1.6;font-weight:400;color:#fff;text-align:right}.sector-steps__steps{width:100%;display:grid;grid-template-columns:.6fr 1fr;gap:24px;min-height:360px}.sector-steps__carousel-col{display:flex;flex-direction:column}.sector-steps__controls{display:flex;flex-direction:row;gap:8px;margin-top:0;position:relative;z-index:2}.sector-steps__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.sector-steps__controls button:hover{background:#edf4ff;border-color:#b0c8f0}.sector-steps__controls button svg{width:20px;height:20px}.sector-steps__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.sector-steps__carousel-wrap{height:410px}.sector-steps__carousel{height:100%;padding:20px}.sector-steps__carousel .swiper-slide{height:auto}.sector-steps__slide-item{display:flex;align-items:flex-start;gap:30px}.sector-steps__slide-title{font-family:var(--font-montserrat);font-size:22px;font-weight:700;color:#011e64;margin-top:10px}.sector-steps__slide-index{position:relative;border:0;padding:0;font-family:var(--font-montserrat);font-size:40px;font-weight:700;color:#0080ff;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background-color:#edf4ff;transition:transform .35s;cursor:pointer;flex-shrink:0}.sector-steps__slide-index:before{content:"";position:absolute;left:-10px;top:-10px;width:65px;height:65px;background-color:#edf4ff80;border-radius:50%;z-index:-1}.sector-steps__slide-content{position:relative;display:flex;flex-direction:column;width:calc(100% - 80px);transition:opacity .35s}.sector-steps__carousel .swiper-slide:before{content:"";position:absolute;top:40px;left:22px;width:1px;height:100%;background-color:#0080ff40;border-radius:20px;z-index:0;opacity:0;transition:opacity .35s}.sector-steps__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.sector-steps__carousel .swiper-slide:last-child:before{top:unset;bottom:100%}.sector-steps__carousel .swiper-slide:not(.swiper-slide-active) .sector-steps__slide-index{transform:scale(.5)}.sector-steps__carousel .swiper-slide:not(.swiper-slide-active) .sector-steps__slide-content{opacity:0}.sector-steps__slide-description{width:90%;font-family:var(--font-montserrat);font-weight:500;font-size:13px;color:#5f6376}.sector-steps__details{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.sector-steps__details-text{position:relative;margin:0;padding:24px;background-image:url(/home/how-we-work/cite-bg.svg);background-size:cover;background-position:right bottom;background-repeat:no-repeat;font-family:var(--font-montserrat);font-size:18px;line-height:1.5;font-weight:500;color:#fff;display:flex;border-radius:24px}.sector-steps__details-text p{font-family:var(--font-plus-jakarta);font-size:22px;color:#0f1011;font-weight:700;font-style:italic}.sector-steps__details-link{position:absolute;right:0;bottom:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#011e64;border-radius:50%;padding:10px;transition:all .35s}.sector-steps__details-link:hover{transform:rotate(-45deg)}.sector-steps__details-text-content{display:flex;flex-direction:column;justify-content:space-between;gap:12px}.sector-steps__details-text-author{display:flex;align-items:center;gap:12px}.sector-steps__details-text-author-name{font-family:var(--font-plus-jakarta);font-size:15px;color:#000;font-weight:500;line-height:1.2}.sector-steps__details-text-author-name span{color:#011e64;font-size:12px;font-weight:400}.sector-steps__details-image{border-radius:20px;background:#ffffff1f;min-height:160px}.sector-steps__details-image img{width:100%}@media (max-width: 960px){.sector-steps{padding:0 24px}.sector-steps__container{flex-direction:column;gap:24px}.sector-steps__title{font-size:clamp(36px,9vw,64px)}.sector-steps__content{text-align:left;max-width:none}.sector-steps__steps{display:flex;flex-direction:column;gap:24px}.sector-steps__carousel-wrap{height:auto;max-width:480px;min-width:0}.sector-steps__carousel{height:auto;padding:12px 16px}.sector-steps__slide-item{flex-direction:column;gap:16px}.sector-steps__slide-content{width:100%}.sector-steps__carousel .swiper-slide:before{display:none}.sector-steps__carousel .swiper-slide:not(.swiper-slide-active) .sector-steps__slide-content{opacity:1}.sector-steps__carousel .swiper-slide:not(.swiper-slide-active) .sector-steps__slide-index{transform:scale(.85)}.sector-steps__details{grid-template-columns:1fr;min-width:0;overflow:hidden}.sector-steps__details-text{min-width:0;overflow:hidden}.sector-steps__details-text p{font-size:16px;word-break:break-word}.sector-steps__details-link{width:30px;height:30px}}.sector-cards{padding:80px 40px;background-color:#fff}.sector-cards__inner{max-width:1280px;margin:0 auto}.sector-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sector-cards__card{position:relative;padding:24px;min-height:260px;border-radius:18px;background:url(/home/dimensions/box-bg-white.png) no-repeat center center;background-size:cover;display:flex;flex-direction:column}.sector-cards__card--active{background:url(/home/dimensions/box-bg-colored.png) no-repeat center center;background-size:cover}.sector-cards__card-content{display:flex;flex-direction:column;gap:12px;flex:1}.sector-cards__card-title{margin:0;font-family:var(--font-montserrat);font-size:20px;font-style:italic;font-weight:700;line-height:1.3;color:#708eb7;min-height:52px}.sector-cards__card--active .sector-cards__card-title{color:#1279ff}.sector-cards__card-description{margin:0;font-family:var(--font-montserrat);font-size:18px;font-weight:500;line-height:1.6;color:#9ca3af}.sector-cards__card--active .sector-cards__card-description{color:#1a202c}.sector-cards__corner{position:absolute;right:0;bottom:0;width:90px;height:auto;pointer-events:none;z-index:1}.sector-cards__card-link{position:absolute;right:0;bottom:0;display:flex;align-items:center;justify-content:center;transition:transform .3s;z-index:2}.sector-cards__card-link:hover{transform:rotate(-45deg)}.sector-cards__card-link img{width:50px;height:50px}@media (max-width: 900px){.sector-cards{padding:56px 20px}.sector-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.sector-cards__grid{grid-template-columns:1fr}}.sector-references{width:100%;padding:32px 0 56px;overflow:hidden}.sector-references__title{margin:0;text-align:center;font-family:var(--font-montserrat);font-size:17px;font-weight:500;letter-spacing:.08em;color:#a0a0a0}.sector-references__marquee{width:100%;margin-top:32px;overflow:hidden}.sector-references__track{width:max-content;display:flex;align-items:center;gap:56px;animation:sector-references-scroll 28s linear infinite}.sector-references__track:hover{animation-play-state:paused}.sector-references__logo{flex-shrink:0;height:100px;width:auto;object-fit:contain;filter:grayscale(1) opacity(.55);transition:filter .2s ease}.sector-references__logo:hover{filter:grayscale(0) opacity(1)}@keyframes sector-references-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.sector-references__track{animation:none}}.hero-three{padding:calc(var(--header-height) + 40px) 40px 70px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.hero-three__inner{max-width:1280px;margin:0 auto;min-height:620px;display:grid;grid-template-columns:1fr .75fr;gap:24px;align-items:center}.hero-three__title{margin:0;font-family:Montserrat,sans-serif;font-size:clamp(38px,5vw,60px);line-height:1.08;font-weight:500;letter-spacing:-.02em;color:#121212}.hero-three__accent{color:#1279ff;font-style:italic;font-weight:700}.hero-three__description{margin:24px 0 0;font-family:var(--font-plus-jakarta);font-size:20px;line-height:1.6;color:#5f6376;max-width:510px}.hero-three__badges{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px 12px;max-width:680px}.hero-three__badge{display:inline-flex;align-items:center;justify-content:center;padding:12px 30px;border-radius:999px;background:#fff;color:#101217;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;line-height:1.1;letter-spacing:-.01em;white-space:nowrap}.hero-three__badge--active{background:#0f1013;color:#fff}.hero-three__actions{display:flex;gap:12px;margin-top:34px}.hero-three__button{height:56px;line-height:56px;text-decoration:none;border-radius:999px;padding:0 30px;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:700;cursor:pointer}.hero-three__button--primary{border:0;background:#012571;color:#fff}.hero-three__button--secondary{border:1px solid #012571;background:transparent;color:#012571}.hero-three__visual{position:relative;display:grid;place-items:center;min-height:520px;container-type:inline-size}.hero-three__visual-bg{width:min(100%,680px);height:auto;object-fit:contain}.hero-three__orbits{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-three__orbit{position:absolute;left:50%;top:50%;width:0;height:0}.hero-three__orbit-rotor{position:absolute;left:0;top:0;width:0;height:0;transform-origin:0 0;will-change:transform;animation:hero-three-orbit var(--orbit-duration, 40s) linear infinite}@keyframes hero-three-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 360deg)))}}@keyframes hero-three-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 360deg)))}}.hero-three__orbit-arm{position:absolute;left:0;top:0;width:var(--orbit-icon-size, 10cqi);height:var(--orbit-icon-size, 10cqi);transform:translate(var(--orbit-r, 20cqi)) translate(-50%,-50%)}.hero-three__orbit-counter{width:100%;height:100%;transform-origin:50% 50%;will-change:transform;animation:hero-three-orbit-counter var(--orbit-duration, 40s) linear infinite}.hero-three__circle-img{display:block;width:100%;height:100%;object-fit:contain}@media (prefers-reduced-motion: reduce){.hero-three__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-three__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width: 1100px){.hero-three__inner{grid-template-columns:1fr}.hero-three__content{max-width:100%}.hero-three__visual{display:none}}@media (max-width: 640px){.hero-three__badges{gap:8px}.hero-three__badge{padding:7px 14px;font-size:11px}.hero-three__actions{flex-direction:column}.hero-three__button{width:auto;text-align:center}}.why-baz{padding:64px 40px 80px;background:#f8fbff}.why-baz__container{max-width:1280px;margin:0 auto}.why-baz__top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding-bottom:48px}.why-baz__eyebrow{margin:0 0 18px;display:flex;align-items:center;gap:10px;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.why-baz__eyebrow:before{content:"";display:block;width:22px;height:1.5px;background:#c9a227;flex-shrink:0}.why-baz__title{margin:0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(34px,4vw,56px);line-height:1.08;font-weight:500;letter-spacing:-.02em}.why-baz__title span{color:#0b2d6b;font-style:italic}.why-baz__description{margin:0;align-self:end;color:#2d394f;font-family:var(--font-montserrat);font-size:18px;line-height:1.7;font-weight:500}.why-baz__cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.why-baz__card{border:1px solid #dbe5f2;border-radius:20px;background:#fff;padding:36px}.why-baz__card-eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.why-baz__card-title{margin:16px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(22px,2.4vw,32px);line-height:1.2;font-weight:500;letter-spacing:-.01em}.why-baz__card-desc{margin:14px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:15px;line-height:1.7;font-weight:500}.why-baz__list{margin:24px 0 0;padding:0;list-style:none;border-top:1px solid #eef2f9;display:flex;flex-direction:column}.why-baz__list-item{display:flex;align-items:flex-start;gap:12px;padding:13px 0;border-bottom:1px solid #eef2f9;font-family:var(--font-montserrat);font-size:14px;line-height:1.55;font-weight:500;color:#3e4a63}.why-baz__list-item:last-child{border-bottom:none}.why-baz__list-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:1;margin-top:1px}.why-baz__list-item--bad .why-baz__list-icon{background:#fef0f0;color:#c0392b}.why-baz__list-item--good .why-baz__list-icon{background:#edf7f1;color:#2e9e5b}@media (max-width: 960px){.why-baz{padding:48px 24px 56px}.why-baz__top{grid-template-columns:1fr;gap:24px;padding-bottom:32px}.why-baz__cards{grid-template-columns:1fr}}.our-data__top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding-bottom:48px;text-align:left}.our-data__eyebrow{margin:0 0 18px;display:flex;align-items:center;gap:10px;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.our-data__eyebrow:before{content:"";display:block;width:22px;height:1.5px;background:#c9a227;flex-shrink:0}.our-data__title{margin:0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(34px,4vw,56px);line-height:1.08;font-weight:500;letter-spacing:-.02em}.our-data__title span{color:#0b2d6b;font-style:italic}.our-data__description{margin:0;align-self:end;color:#2d394f;font-family:var(--font-montserrat);font-size:18px;line-height:1.7;font-weight:500}@media (max-width: 960px){.our-data__top{grid-template-columns:1fr;gap:24px;padding-bottom:32px}}.differences{padding:84px 20px;background-color:#fff}.differences__container{max-width:1140px;margin:0 auto;text-align:center}.our-data__cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,4vw,40px);margin-top:100px;text-align:left}@media (max-width: 880px){.our-data__cards-grid{grid-template-columns:1fr;margin-top:72px}}.our-data__feature-card{margin:0;padding:clamp(26px,3vw,36px) clamp(24px,3vw,32px);background-color:#fff;border-radius:20px;box-shadow:0 4px 28px #0e162814,0 0 0 1px #b4c3dc59;z-index:2}.our-data__feature-card-title{margin:0 0 16px;font-family:var(--font-montserrat);font-size:clamp(22px,2.35vw,30px);font-weight:700;line-height:1.22;letter-spacing:-.02em;color:#011e64}.our-data__feature-card-body{margin:0 0 22px;font-family:var(--font-montserrat);font-size:clamp(14px,1.45vw,16px);font-weight:500;line-height:1.65;color:#aaabaf}.our-data__feature-card-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.our-data__feature-card-list li{position:relative;padding:8px 10px;border-radius:6px;font-family:var(--font-montserrat);font-size:10px;font-weight:500;background:#f4f8ff;color:#0080ff}.floating-icons{position:relative;margin-top:100px;margin-bottom:-25%}.floating-icons__background{width:100%;height:100%;object-fit:cover}.floating-icons__item{position:absolute;top:0;left:0;transform:translate(-50%,-50%);animation:floating-icons-random var(--float-duration, 6s) ease-in-out var(--float-delay, 0s) infinite alternate;will-change:transform;z-index:1}.floating-icons__item--popover-active{z-index:6}.floating-icons__icon{display:block;width:60px;height:60px}.floating-icons__popover{position:absolute;left:50%;top:50%;padding:12px 16px;min-width:0;width:200px;background:#fff;border-radius:14px;box-shadow:0 4px 24px #0e16281f,0 0 0 1px #0b2d6b14;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) translate(44px) translate(-8px);transition:opacity .38s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1),visibility .38s;text-align:left}.floating-icons__popover--visible{opacity:1;visibility:visible;transform:translateY(-50%) translate(44px) translate(0);pointer-events:auto}.floating-icons__popover-title{margin:0 0 4px;color:#0b2d6b;font-family:var(--font-montserrat);font-size:clamp(13px,1.65vw,16px);font-weight:700;font-style:italic;line-height:1.2}.floating-icons__popover-desc{margin:0;color:#6b7384;font-family:var(--font-montserrat);font-size:clamp(11px,1.35vw,13px);font-weight:500;line-height:1.45}@media (max-width: 640px){.floating-icons__popover{max-width:70vw;padding:10px 12px}}@keyframes floating-icons-random{0%{transform:translate(-50%,-50%) translate(0)}25%{transform:translate(-50%,-50%) translate(var(--float-x, 10px),calc(var(--float-y, 12px) * -.5))}50%{transform:translate(-50%,-50%) translate(calc(var(--float-x, 10px) * -.8),var(--float-y, 12px))}75%{transform:translate(-50%,-50%) translate(calc(var(--float-x, 10px) * .6),calc(var(--float-y, 12px) * .8))}to{transform:translate(-50%,-50%) translate(calc(var(--float-x, 10px) * -1),calc(var(--float-y, 12px) * -1))}}.delivered-works{padding:24px 40px 96px;background:#f8fbff}.delivered-works__container{max-width:1280px;margin:0 auto}.delivered-works__top{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.delivered-works__eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.22em;font-weight:700;text-transform:uppercase}.delivered-works__title{margin:12px 0 0;color:#101217;font-family:var(--font-montserrat);font-size:clamp(42px,4.2vw,68px);line-height:1.04;font-weight:500;letter-spacing:-.02em}.delivered-works__title span{color:#012571;font-style:italic;font-weight:700}.delivered-works__intro{margin:8px 0 0;justify-self:end;max-width:500px;color:#535f76;font-family:var(--font-montserrat);font-size:18px;line-height:1.65;font-weight:500}.delivered-works__grid{margin-top:36px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.delivered-works__card{min-height:320px;border-radius:16px;border:1px solid #e2eaf6;background:#fff;padding:24px 22px}.delivered-works__stage{display:flex;flex-direction:column;gap:3px}.delivered-works__stage-dot{width:8px;height:8px;border-radius:50%;margin-bottom:6px}.delivered-works__stage strong{color:#111728;font-family:var(--font-montserrat);font-size:34px;line-height:1.05;font-weight:500}.delivered-works__stage small{color:#8b97ab;font-family:var(--font-montserrat);font-size:13px;line-height:1;letter-spacing:.14em;text-transform:uppercase}.delivered-works__card h3{margin:16px 0 0;color:#111728;font-family:var(--font-montserrat);font-size:20px;line-height:1.35;font-weight:700;letter-spacing:-.01em}.delivered-works__card p{margin:10px 0 0;color:#5f6376;font-family:var(--font-montserrat);font-size:14px;line-height:1.7;font-weight:500}.delivered-works__chips{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.delivered-works__chips span{border:1px solid #dbe4f2;border-radius:8px;background:#f7faff;color:#5d6679;font-family:var(--font-montserrat);font-size:12px;line-height:1.2;font-weight:500;padding:8px 10px}@media (max-width: 1100px){.delivered-works{padding:20px 24px 56px}.delivered-works__top{grid-template-columns:1fr}.delivered-works__intro{justify-self:start;max-width:none}.delivered-works__grid{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.delivered-works__grid{grid-template-columns:1fr}.delivered-works__stage strong{font-size:30px}}.six-weeks{padding:96px 40px;background-size:cover;background-position:center;background-repeat:no-repeat}.six-weeks__container{max-width:1280px;margin:0 auto;gap:48px;display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap}.six-weeks__title{margin:0;flex:1;font-family:var(--font-montserrat);font-size:64px;line-height:1.05;font-weight:500;color:#000;text-align:left}.six-weeks__title span{color:#012571;font-style:italic;font-weight:700}.six-weeks__content{margin:0;flex:1;max-width:400px;font-family:var(--font-montserrat);font-size:16px;line-height:1.6;font-weight:400;color:#011e64;text-align:right}.six-weeks__steps{width:100%;display:grid;grid-template-columns:.6fr 1fr;gap:24px;min-height:360px}.six-weeks__carousel-col{display:flex;flex-direction:column}.six-weeks__controls{display:flex;flex-direction:row;gap:8px;position:relative;z-index:2;margin-top:30px}.six-weeks__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.six-weeks__controls button:hover{background:#edf4ff;border-color:#b0c8f0}.six-weeks__controls button svg{width:20px;height:20px}.six-weeks__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.six-weeks__carousel-wrap{height:410px}.six-weeks__carousel{height:100%;padding:20px}.six-weeks__carousel .swiper-slide{height:auto}.six-weeks__slide-item{display:flex;align-items:flex-start;gap:30px}.six-weeks__slide-title{font-family:var(--font-montserrat);font-size:22px;font-weight:700;color:#011e64;margin-top:10px}.six-weeks__slide-index{position:relative;border:0;padding:0;font-family:var(--font-montserrat);font-size:40px;font-weight:700;color:#0080ff;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background-color:#edf4ff;transition:transform .35s;cursor:pointer}.six-weeks__slide-index:before{content:"";position:absolute;left:-10px;top:-10px;width:65px;height:65px;background-color:#edf4ff80;border-radius:50%;z-index:-1}.six-weeks__slide-content{position:relative;display:flex;flex-direction:column;width:calc(100% - 80px);transition:opacity .35s}.six-weeks__carousel .swiper-slide:before{content:"";position:absolute;top:40px;left:22px;width:1px;height:100%;background-color:#edf4ff80;border-radius:20px;z-index:0;opacity:0;transition:opacity .35s}.six-weeks__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.six-weeks__carousel .swiper-slide:last-child:before{top:unset;bottom:100%}.six-weeks__carousel .swiper-slide:not(.swiper-slide-active) .six-weeks__slide-index{transform:scale(.5)}.six-weeks__carousel .swiper-slide:not(.swiper-slide-active) .six-weeks__slide-content{opacity:0}.six-weeks__slide-description{width:90%;font-family:var(--font-montserrat);font-weight:500;font-size:13px;color:#5a5a5a}.six-weeks__details{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.six-weeks__details-text{position:relative;margin:0;padding:24px;background:#edf2fe;font-family:var(--font-montserrat);font-size:18px;line-height:1.5;font-weight:500;color:#011e64;display:flex;border-radius:24px}.six-weeks__details-box-corner{position:absolute;right:0;bottom:0;width:110px;height:110px}.six-weeks__details-text-description{display:flex;flex-direction:column;justify-content:space-between;gap:12px}.six-weeks__details-text p{font-family:var(--font-plus-jakarta);font-size:22px;color:#0f1011;font-weight:700;font-style:italic}.six-weeks__details-link{position:absolute;right:0;bottom:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#011e64;border-radius:50%;padding:10px;transition:all .35s}.six-weeks__details-link:hover{transform:rotate(-45deg)}.six-weeks__details-text-author{display:flex;align-items:center;gap:12px}.six-weeks__details-text-author-name{font-family:var(--font-plus-jakarta);font-size:15px;color:#000;font-weight:500;line-height:1.2}.six-weeks__details-text-author-name span{color:#011e64;font-size:12px;font-weight:400}.six-weeks__details-image{border-radius:20px;background:#ffffff1f;min-height:160px}.six-weeks__details-image img{width:100%}@media (max-width: 960px){.six-weeks{padding:56px 24px}.six-weeks__container{flex-direction:column;gap:24px}.six-weeks__carousel-wrap{height:250px}.six-weeks__title{font-size:clamp(36px,9vw,64px)}.six-weeks__content{text-align:left;max-width:none}.six-weeks__steps{grid-template-columns:1fr}.six-weeks__carousel-wrap{min-height:320px}.six-weeks__details{grid-template-columns:1fr}}.service-metrics-band{padding:80px 0;background:#f8fbff}.service-metrics-band__container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-radius:22px;overflow:hidden;border:1px solid #173a73;background:linear-gradient(180deg,#113466,#0e2a54);box-shadow:0 16px 44px #0b244e47}.service-metrics-band__item{min-height:132px;padding:28px 20px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.service-metrics-band__item:not(:last-child){border-right:1px solid rgba(174,201,245,.16)}.service-metrics-band__value{margin:0;font-family:var(--font-montserrat);font-size:clamp(30px,2.8vw,44px);line-height:1;font-weight:500;letter-spacing:-.02em;color:#fff}.service-metrics-band__label{margin:12px 0 0;max-width:210px;font-family:var(--font-montserrat);font-size:13px;line-height:1.35;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#b8cced}@media (max-width: 1200px){.service-metrics-band__container{grid-template-columns:repeat(3,minmax(0,1fr))}.service-metrics-band__item:nth-child(3n){border-right:0}}@media (max-width: 860px){.service-metrics-band{padding:0 24px;margin-top:0;margin-bottom:32px}.service-metrics-band__container{grid-template-columns:1fr 1fr}.service-metrics-band__item{min-height:112px;padding:22px 14px}.service-metrics-band__item:nth-child(odd){border-right:1px solid rgba(174,201,245,.16)}.service-metrics-band__item:nth-child(2n){border-right:0}}@media (max-width: 560px){.service-metrics-band__container{grid-template-columns:1fr}.service-metrics-band__item{border-right:0!important;border-bottom:1px solid rgba(174,201,245,.16)}.service-metrics-band__item:last-child{border-bottom:0}}.expert-review-cards{padding:36px 40px 96px;background:#f8fbff}.expert-review-cards__controls{display:flex;flex-direction:row;gap:8px;margin-top:16px}.expert-review-cards__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.expert-review-cards__controls button:hover{background:#edf4ff;border-color:#b0c8f0}.expert-review-cards__controls button svg{width:20px;height:20px}.expert-review-cards__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.expert-review-cards__container{max-width:1280px;margin:0 auto}.expert-review-cards__top{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;margin-bottom:28px}.expert-review-cards__eyebrow{margin:0 0 14px;color:#7f8693;font-family:var(--font-montserrat);font-size:11px;line-height:1;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.expert-review-cards__title{margin:0;color:#0b2d6b;font-family:var(--font-montserrat);font-size:clamp(34px,4.2vw,56px);line-height:1.06;font-weight:500;letter-spacing:-.02em}.expert-review-cards__title span{font-style:italic;font-weight:700}.expert-review-cards__intro{margin:0;justify-self:end;max-width:500px;color:#29364f;font-family:var(--font-montserrat);font-size:16px;line-height:1.55;font-weight:500;text-align:right}.expert-review-cards__grid{display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:18px}.expert-review-cards__item-list{margin:18px 0 0 20px;padding:0;display:flex;flex-direction:column;gap:12px}.expert-review-cards__item-list li{font-family:var(--font-montserrat);font-size:14px;line-height:1.55;font-weight:500;color:#2b3a54}.expert-review-cards__swiper{display:none}.expert-review-cards__item{position:relative;min-height:340px;border-radius:24px;padding:28px 24px;border:1px solid #d7dfec;background:linear-gradient(180deg,#fff,#f6f9ff);display:flex;flex-direction:column;justify-content:space-between;gap:24px;overflow:hidden;transition:background .4s ease,border-color .4s ease}.expert-review-cards__item:before{content:attr(data-index);position:absolute;right:18px;top:8px;font-family:var(--font-montserrat);font-size:120px;line-height:1;font-weight:700;color:#0b2d6b;opacity:.08;pointer-events:none;transition:color .4s ease,opacity .4s ease}.expert-review-cards__item:hover,.expert-review-cards__item:focus-within{border-color:#153875;background:radial-gradient(circle at 100% 120%,rgba(54,95,178,.55),transparent 45%),linear-gradient(145deg,#1e3f7a,#112c5f)}.expert-review-cards__item:hover:before,.expert-review-cards__item:focus-within:before{color:#fff;opacity:.14}.expert-review-cards__item-title{margin:16px 0 0;font-family:var(--font-montserrat);font-size:38px;line-height:1.08;font-weight:700;letter-spacing:-.02em;text-transform:uppercase;color:#0f1523;max-width:90%;transition:color .4s ease}.expert-review-cards__item-badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:6px;border:1px solid #dce2ec;background:#ffffffb8;color:#5f6675;font-family:var(--font-montserrat);font-size:10px;line-height:1;font-weight:700;letter-spacing:.2em;text-transform:uppercase;transition:border-color .4s ease,background-color .4s ease,color .4s ease}.expert-review-cards__item .expert-review-cards__item-list li{transition:color .4s ease}.expert-review-cards__item:hover .expert-review-cards__item-list li,.expert-review-cards__item:focus-within .expert-review-cards__item-list li{color:#d6e3ff}.expert-review-cards__item:hover .expert-review-cards__item-badge,.expert-review-cards__item:focus-within .expert-review-cards__item-badge{border-color:#c4dbff73;background:#0f244a59;color:#d6e3ff}.expert-review-cards__item:hover .expert-review-cards__item-title,.expert-review-cards__item:focus-within .expert-review-cards__item-title{color:#fff}.expert-review-cards__item-description{margin:18px 0 0;font-family:var(--font-montserrat);font-size:14px;line-height:1.7;font-weight:500;letter-spacing:.02em;color:#2b3a54;transition:color .4s ease}.expert-review-cards__item:hover .expert-review-cards__item-description,.expert-review-cards__item:focus-within .expert-review-cards__item-description{color:#cad9ff}.expert-review-cards__item-target{border:1px solid #dbe1eb;background:#ffffffc7;border-radius:8px;padding:12px 14px;font-family:var(--font-montserrat);font-size:12px;line-height:1.45;font-weight:700;letter-spacing:.08em;color:#525d72;transition:border-color .4s ease,background-color .4s ease,color .4s ease}.expert-review-cards__item:hover .expert-review-cards__item-target,.expert-review-cards__item:focus-within .expert-review-cards__item-target{border-color:#c4dbff73;background:#0f244a59;color:#dce8ff}@media (max-width: 1180px){.expert-review-cards__item-title{font-size:24px}}@media (min-width: 961px){.expert-review-cards__controls{display:none}}@media (max-width: 960px){.expert-review-cards{padding:28px 24px 56px}.expert-review-cards__top{grid-template-columns:1fr;gap:18px;margin-bottom:20px}.expert-review-cards__intro{max-width:none;justify-self:start;text-align:left}.expert-review-cards__grid{display:none}.expert-review-cards__swiper{display:block;overflow:visible;padding-bottom:6px}.expert-review-cards__swiper .swiper-slide{height:auto}.expert-review-cards__item{min-height:320px}}.linkedin-b2b-flow{padding:40px 40px 96px;background:#f8fbff}.linkedin-b2b-flow__container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.7fr);gap:24px}.linkedin-b2b-flow__eyebrow{margin:0;color:#8f98a8;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.24em;font-weight:700;text-transform:uppercase}.linkedin-b2b-flow__title{margin:12px 0 18px;color:#0b2d6b;font-family:var(--font-montserrat);font-size:clamp(34px,4vw,56px);line-height:1.06;font-weight:500;letter-spacing:-.02em}.linkedin-b2b-flow__title span{font-style:italic;font-weight:700}.linkedin-b2b-flow__swiper-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px}.linkedin-b2b-flow__controls{display:flex;flex-direction:row;gap:8px;padding-top:22px}.linkedin-b2b-flow__controls--mobile{display:none;padding-top:0}.linkedin-b2b-flow__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center}.linkedin-b2b-flow__controls button svg{width:20px;height:20px}.linkedin-b2b-flow__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.linkedin-b2b-flow__carousel-wrap{flex:1;height:410px}.linkedin-b2b-flow__carousel{height:100%;padding:20px}.linkedin-b2b-flow__carousel .swiper-slide{height:auto}.linkedin-b2b-flow__slide-item{display:flex;align-items:flex-start;gap:24px}.linkedin-b2b-flow__slide-index{position:relative;border:0;padding:0;font-family:var(--font-montserrat);font-size:22px;font-weight:700;color:#0080ff;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background-color:#edf4ff;transition:transform .35s;cursor:pointer}.linkedin-b2b-flow__slide-index:before{content:"";position:absolute;left:-10px;top:-10px;width:68px;height:68px;background-color:#edf4ff80;border-radius:50%;z-index:-1}.linkedin-b2b-flow__slide-content{position:relative;display:flex;flex-direction:column;width:calc(100% - 76px);transition:opacity .35s}.linkedin-b2b-flow__carousel .swiper-slide:before{content:"";position:absolute;top:40px;left:20px;width:1px;height:100%;background-color:#d8e5fb;border-radius:20px;z-index:0;opacity:0;transition:opacity .35s}.linkedin-b2b-flow__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.linkedin-b2b-flow__carousel .swiper-slide:last-child:before{top:unset;bottom:100%}.linkedin-b2b-flow__carousel .swiper-slide:not(.swiper-slide-active) .linkedin-b2b-flow__slide-index{transform:scale(.5)}.linkedin-b2b-flow__carousel .swiper-slide:not(.swiper-slide-active) .linkedin-b2b-flow__slide-content{opacity:0}.linkedin-b2b-flow__slide-title{font-family:var(--font-montserrat);font-size:24px;font-weight:700;color:#0f1f39;margin-top:8px;line-height:1.2}.linkedin-b2b-flow__slide-description{margin:10px 0 0;font-family:var(--font-montserrat);font-weight:500;font-size:14px;color:#5a6478;line-height:1.7}.linkedin-b2b-flow__slide-note{margin-top:12px;display:inline-flex;border:0;border-radius:0;background:transparent;color:#012571;font-family:var(--font-montserrat);font-size:12px;font-weight:700;letter-spacing:.08em;padding:0}.linkedin-b2b-flow__right{border-radius:20px;border:1px solid #1b3a71;background:linear-gradient(180deg,#0d2a58,#0b2247);box-shadow:0 16px 40px #0b1f423d;padding:24px}.linkedin-b2b-flow__stack-title{margin:0;color:#9fb6dc;font-family:var(--font-montserrat);font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.linkedin-b2b-flow__stack-list{margin-top:18px;display:flex;flex-direction:column}.linkedin-b2b-flow__stack-item{display:grid;grid-template-columns:1fr;gap:0;align-items:center;padding:16px 0;border-bottom:1px solid rgba(175,199,236,.18)}.linkedin-b2b-flow__stack-item:last-child{border-bottom:0;padding-bottom:0}.linkedin-b2b-flow__stack-icon{display:none}.linkedin-b2b-flow__stack-content h4{margin:0;color:#f1f7ff;font-family:var(--font-montserrat);font-size:18px;font-weight:500;line-height:1.2}.linkedin-b2b-flow__stack-content p{margin:6px 0 0;color:#7590bf;font-family:var(--font-montserrat);font-size:14px;font-weight:500;line-height:1.4}@media (max-width: 1100px){.linkedin-b2b-flow{padding:20px 24px 56px}.linkedin-b2b-flow__container{grid-template-columns:1fr}.linkedin-b2b-flow__carousel-wrap{height:400px}.linkedin-b2b-flow__controls--desktop{display:none}.linkedin-b2b-flow__controls--mobile{display:flex;margin-top:12px;position:relative;z-index:2}.linkedin-b2b-flow__stack-content h4{font-size:18px}.linkedin-b2b-flow__stack-content p{font-size:14px}}.content-prism-section{padding:24px 40px 96px;background:#f8fbff}.content-prism-section__container{max-width:1280px;margin:0 auto}.content-prism-section__top{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.content-prism-section__eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.24em;text-transform:uppercase;font-weight:700}.content-prism-section__title{margin:14px 0 0;color:#0e1628;font-family:var(--font-montserrat);font-size:clamp(38px,4.2vw,62px);line-height:1.04;font-weight:500;letter-spacing:-.02em}.content-prism-section__title span{color:#0b2d6b;font-style:italic}.content-prism-section__intro{margin:0;color:#2d394f;font-family:var(--font-montserrat);font-size:18px;line-height:1.7;font-weight:500}.content-prism-section__grid{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #dbe5f2;background:#fff;border-radius:24px;overflow:hidden}.content-prism-section__left,.content-prism-section__right{padding:34px 36px 40px}.content-prism-section__left{border-right:1px solid #dbe5f2}.content-prism-section__panel-eyebrow{margin:0;color:#000;font-family:var(--font-montserrat);font-size:20px;line-height:1;text-transform:uppercase;font-weight:700}.content-prism-section__source{margin-top:24px;background:#0f2f64;border:1px solid #1f478c;border-radius:14px;padding:14px 16px;display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:center}.content-prism-section__source-play{width:30px;height:30px;border:1px solid #4067a8;border-radius:8px;color:#1279ff;display:grid;place-items:center;font-size:14px}.content-prism-section__source h3{margin:0;color:#f3f8ff;font-family:var(--font-montserrat);font-size:22px;line-height:1.2;font-weight:500}.content-prism-section__source p{margin:4px 0 0;color:#89a9d8;font-family:var(--font-montserrat);font-size:14px}.content-prism-section__channels{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.content-prism-section__channel{border:1px solid #dde5ef;background:#fbfdff;padding:12px;border-radius:12px}.content-prism-section__channel h5{margin:0;color:#0f1d35;font-family:var(--font-montserrat);font-size:15px;line-height:1.25;font-weight:700}.content-prism-section__channel p{margin:6px 0 0;color:#5f6c82;font-family:var(--font-montserrat);font-size:12px;line-height:1.45}.content-prism-section__sector-note{margin:18px 0 0;border:1px solid #dbe4f1;background:#f5f8fd;padding:14px 16px;border-radius:12px;color:#3b475f;font-family:var(--font-montserrat);font-size:13px;line-height:1.6}.content-prism-section__highlight{margin:20px 0 0;color:#0f192a;font-family:var(--font-montserrat);font-size:16px;line-height:1.24;font-weight:500}.content-prism-section__description{margin:18px 0 0;color:#3e4a63;font-family:var(--font-montserrat);font-size:16px;line-height:1.7}.content-prism-section__stats{margin-top:18px;display:flex;flex-direction:column}.content-prism-section__stat{display:grid;grid-template-columns:70px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid #dde5ef;align-items:baseline}.content-prism-section__stat strong{color:#0b2d6b;font-family:var(--font-montserrat);font-size:24px;line-height:1;font-weight:500}.content-prism-section__stat span{color:#4b5870;font-family:var(--font-montserrat);font-size:14px;line-height:1.5}.content-prism-section__quote{margin:20px 0 0;border:1px solid #1d3f7a;background:#0d2c5f;padding:20px;border-radius:14px;color:#d9e8ff;font-family:var(--font-montserrat);font-size:18px;line-height:1.42;font-style:italic}.content-prism-section__quote span{display:block;margin-bottom:12px;color:#c4dbff;font-size:11px;line-height:1;letter-spacing:.24em;text-transform:uppercase;font-style:normal;font-weight:700}@media (max-width: 1200px){.content-prism-section__highlight{font-size:36px}}@media (max-width: 960px){.content-prism-section{padding:20px 24px 56px}.content-prism-section__top,.content-prism-section__grid{grid-template-columns:1fr}.content-prism-section__left{border-right:0;border-bottom:1px solid #dbe5f2}.content-prism-section__left,.content-prism-section__right{padding:24px 20px 28px}.content-prism-section__channels{grid-template-columns:1fr}.content-prism-section__highlight{font-size:30px}.content-prism-section__stat strong{font-size:34px}}.sales-funnel{padding:24px 40px 96px;background:#f8fbff}.sales-funnel__container{max-width:1280px;margin:0 auto}.sales-funnel__top{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.sales-funnel__eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.22em;font-weight:700;text-transform:uppercase}.sales-funnel__title{margin:12px 0 0;color:#101217;font-family:var(--font-montserrat);font-size:clamp(42px,4.2vw,68px);line-height:1.04;font-weight:500;letter-spacing:-.02em}.sales-funnel__title span{color:#012571;font-style:italic;font-weight:700}.sales-funnel__intro{margin:8px 0 0;justify-self:end;max-width:500px;color:#535f76;font-family:var(--font-montserrat);font-size:18px;line-height:1.65;font-weight:500}.sales-funnel__grid{margin-top:36px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sales-funnel__card{min-height:320px;border-radius:16px;border:1px solid #e2eaf6;background:#fff;padding:24px 22px;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.sales-funnel__card:hover{background:#011e64;border-color:#011e64;box-shadow:0 16px 48px #011e6438}.sales-funnel__stage{display:flex;flex-direction:column;gap:3px}.sales-funnel__stage-dot{width:8px;height:8px;border-radius:50%;margin-bottom:6px}.sales-funnel__stage strong{color:#111728;font-family:var(--font-montserrat);font-size:34px;line-height:1.05;font-weight:500;transition:color .28s ease}.sales-funnel__card:hover .sales-funnel__stage strong{color:#fff}.sales-funnel__stage small{color:#8b97ab;font-family:var(--font-montserrat);font-size:13px;line-height:1;letter-spacing:.14em;text-transform:uppercase;transition:color .28s ease}.sales-funnel__card:hover .sales-funnel__stage small{color:#ffffff73}.sales-funnel__card h3{margin:16px 0 0;color:#111728;font-family:var(--font-montserrat);font-size:20px;line-height:1.35;font-weight:700;letter-spacing:-.01em;transition:color .28s ease}.sales-funnel__card:hover h3{color:#fff}.sales-funnel__card p{margin:10px 0 0;color:#5f6376;font-family:var(--font-montserrat);font-size:14px;line-height:1.7;font-weight:500;transition:color .28s ease}.sales-funnel__card:hover p{color:#ffffffa6}.sales-funnel__chips{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.sales-funnel__chips span{border:1px solid #dbe4f2;border-radius:8px;background:#f7faff;color:#5d6679;font-family:var(--font-montserrat);font-size:12px;line-height:1.2;font-weight:500;padding:8px 10px;transition:background .28s ease,border-color .28s ease,color .28s ease}.sales-funnel__card:hover .sales-funnel__chips span{background:#ffffff1a;border-color:#fff3;color:#fffc}@media (max-width: 1100px){.sales-funnel{padding:20px 24px 56px}.sales-funnel__top{grid-template-columns:1fr}.sales-funnel__intro{justify-self:start;max-width:none}.sales-funnel__grid{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.sales-funnel__grid{grid-template-columns:1fr}.sales-funnel__stage strong{font-size:30px}}.targets{padding:24px 40px 96px;background:#fff}.targets__container{max-width:1280px;margin:0 auto}.targets__top{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.targets__eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.22em;font-weight:700;text-transform:uppercase}.targets__title{margin:14px 0 0;color:#101217;font-family:var(--font-montserrat);font-size:clamp(38px,4vw,62px);line-height:1.05;font-weight:500;letter-spacing:-.02em}.targets__title span{color:#012571;font-style:italic}.targets__description{margin:10px 0 0;justify-self:end;max-width:520px;color:#5f6376;font-family:var(--font-montserrat);font-size:16px;line-height:1.7;font-weight:500}.targets__table-wrap{margin-top:26px;border:1px solid #dbe5f2;border-radius:14px;overflow:hidden;background:#fff}.targets__table{width:100%;border-collapse:collapse;font-family:var(--font-montserrat)}.targets__table thead th{padding:14px 16px;text-align:left;color:#dce9ff;background:#012571;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;border-bottom:1px solid #dbe5f2}.targets__table tbody td{padding:18px 16px;color:#4d5a73;font-size:15px;line-height:1.6;border-bottom:1px solid #e2eaf6}.targets__table tbody td:nth-child(2){color:#012571;font-weight:700}.targets__channel-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:4px;border:1px solid #cfe0fb;background:#edf4ff;color:#3f5e97;font-size:11px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.targets__table tbody tr:last-child td{border-bottom:0}.targets__bottom-panels{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #dbe5f2;border-radius:14px;overflow:hidden;background:#fff}.targets__panel{padding:20px 24px}.targets__panel+.targets__panel{border-left:1px solid #dbe5f2}.targets__panel h3{margin:0;color:#4f678f;font-family:var(--font-montserrat);font-size:18px;line-height:1.25;letter-spacing:.2em;text-transform:uppercase;font-weight:700}.targets__panel-list{margin-top:10px}.targets__panel-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #e2eaf6}.targets__panel-row strong{width:100px;text-align:right}.targets__panel-row:last-child{border-bottom:0}.targets__panel-row span{color:#4d5a73;font-family:var(--font-montserrat);font-size:16px;line-height:1.4}.targets__panel-row strong{color:#012571;font-family:var(--font-montserrat);font-size:16px;line-height:1;font-weight:700}.targets__phase-list{margin-top:10px;display:flex;flex-direction:column}.targets__phase-list p{margin:0;padding:14px 0;border-bottom:1px solid #e2eaf6;color:#4d5a73;font-family:var(--font-montserrat);font-size:16px;line-height:1.6}.targets__phase-list p:last-child{border-bottom:0}.targets__phase-list p{display:flex;align-items:center;justify-content:flex-start;gap:12px}.targets__phase-list p span:first-child{color:#3f5e97;font-family:var(--font-montserrat);font-size:14px;line-height:1.4;font-weight:700;text-transform:uppercase;letter-spacing:.1em;display:inline-block;width:100px}@media (max-width: 960px){.targets{padding:20px 24px 56px}.targets__top{grid-template-columns:1fr}.targets__description{justify-self:start;max-width:none}.targets__table-wrap{overflow-x:auto}.targets__table{min-width:760px}.targets__bottom-panels{grid-template-columns:1fr}.targets__panel+.targets__panel{border-left:0;border-top:1px solid #dbe5f2}}.setup-timeline{padding:24px 40px 96px;background:#fff}.setup-timeline__container{max-width:1280px;margin:0 auto}.setup-timeline__top{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.setup-timeline__eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.22em;font-weight:700;text-transform:uppercase}.setup-timeline__title{margin:12px 0 0;color:#101217;font-family:var(--font-montserrat);font-size:clamp(38px,4vw,62px);line-height:1.05;font-weight:500;letter-spacing:-.02em}.setup-timeline__title span{color:#012571;font-style:italic}.setup-timeline__description{margin:10px 0 0;justify-self:end;max-width:520px;color:#5f6376;font-family:var(--font-montserrat);font-size:16px;line-height:1.7;font-weight:500}.setup-timeline__swiper-row{margin-top:28px;display:flex;align-items:flex-start;gap:12px}.setup-timeline__controls{display:flex;flex-direction:row;gap:8px;padding-top:22px}.setup-timeline__controls--mobile{display:none;padding-top:0;margin-top:60px;position:relative;z-index:2}.setup-timeline__controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d4deef;background:#fff;color:#0b2d6b;cursor:pointer;display:flex;align-items:center;justify-content:center}.setup-timeline__controls button svg{width:20px;height:20px}.setup-timeline__controls button path{stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.setup-timeline__carousel-wrap{flex:1;height:400px}.setup-timeline__carousel{height:100%;padding:20px 0}.setup-timeline__carousel .swiper-slide{padding-left:15px;height:auto}.setup-timeline__slide-item{display:flex;align-items:flex-start;gap:24px}.setup-timeline__slide-index{position:relative;border:0;padding:0;font-family:var(--font-montserrat);font-size:22px;font-weight:700;color:#0080ff;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background-color:#edf4ff;transition:transform .35s;cursor:pointer}.setup-timeline__slide-index:before{content:"";position:absolute;left:-10px;top:-10px;width:68px;height:68px;background-color:#edf4ff80;border-radius:50%;z-index:-1}.setup-timeline__slide-content{position:relative;display:flex;flex-direction:column;width:calc(100% - 64px);transition:opacity .35s;padding-bottom:28px;border-bottom:1px solid #e2eaf6}.setup-timeline__carousel .swiper-slide:before{content:"";position:absolute;top:40px;left:35px;width:1px;height:100%;background-color:#d8e5fb;border-radius:20px;z-index:0;opacity:0;transition:opacity .35s}.setup-timeline__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.setup-timeline__carousel .swiper-slide:last-child:before{top:unset;bottom:100%}.setup-timeline__carousel .swiper-slide:not(.swiper-slide-active) .setup-timeline__slide-index{transform:scale(.65)}.setup-timeline__carousel .swiper-slide:not(.swiper-slide-active) .setup-timeline__slide-content{opacity:.4}.setup-timeline__slide-heading{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.setup-timeline__slide-heading h3{margin:0;color:#111728;font-family:var(--font-montserrat);font-size:36px;line-height:1.18;font-weight:500}.setup-timeline__slide-heading span{border:1px solid #dbe5f2;background:#f7faff;color:#012571;font-family:var(--font-montserrat);font-size:12px;line-height:1;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:7px 10px;border-radius:6px}.setup-timeline__slide-content p{margin:10px 0 0;color:#4d5a73;font-family:var(--font-montserrat);font-size:16px;line-height:1.75;font-weight:500}.setup-timeline__slide-output{margin-top:12px;border:1px solid #dbe5f2;border-radius:8px;background:#f5f8fd;color:#5d6679;font-family:var(--font-montserrat);font-size:13px;line-height:1.5;font-weight:500;padding:9px 12px}@media (max-width: 1100px){.setup-timeline{padding:20px 24px}.setup-timeline__top{grid-template-columns:1fr}.setup-timeline__description{justify-self:start;max-width:none}.setup-timeline__controls--desktop{display:none}.setup-timeline__controls--mobile{display:flex}.setup-timeline__carousel-wrap{height:600px}.setup-timeline__slide-heading h3{font-size:26px}.setup-timeline__slide-content p{font-size:14px}}.service-fit{padding:24px 40px 96px;background:#fff}.service-fit__container{max-width:1280px;margin:0 auto}.service-fit__eyebrow{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;line-height:1;letter-spacing:.22em;font-weight:700;text-transform:uppercase}.service-fit__title{margin:14px 0 0;color:#101217;font-family:var(--font-montserrat);font-size:clamp(40px,4.2vw,64px);line-height:1.04;font-weight:500;letter-spacing:-.02em}.service-fit__title span{color:#012571;font-style:italic}.service-fit__grid{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dbe5f2;border-radius:18px;overflow:hidden;background:#fff}.service-fit__card{padding:26px 22px;min-height:250px;border-right:1px solid #dbe5f2}.service-fit__card:last-child{border-right:0}.service-fit__card h3{margin:0;color:#111728;font-family:var(--font-montserrat);font-size:24px;line-height:1.15;font-weight:500;min-height:55px}.service-fit__card p{margin:14px 0 0;color:#5f6376;font-family:var(--font-montserrat);font-size:16px;line-height:1.65;font-weight:500}@media (max-width: 1100px){.service-fit{padding:20px 24px 56px}.service-fit__grid{grid-template-columns:1fr 1fr}.service-fit__card:nth-child(2n){border-right:0}.service-fit__card{border-bottom:1px solid #dbe5f2}.service-fit__card:nth-last-child(-n+2){border-bottom:0}}@media (max-width: 700px){.service-fit__grid{grid-template-columns:1fr}.service-fit__card{border-right:0}.service-fit__card:not(:last-child){border-bottom:1px solid #dbe5f2}}.faq-section{padding:24px 40px 96px;background:#fff}.faq-section__container{max-width:1280px;margin:0 auto}.faq-section__top{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.faq-section__eyebrow{margin:0 0 12px;display:flex;align-items:center;gap:10px;color:#5f6376;font-family:var(--font-montserrat);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.faq-section__eyebrow:before{content:"";display:block;width:22px;height:1.5px;background:#c9a227;flex-shrink:0}.faq-section__title{margin:0;color:#11203a;font-family:var(--font-montserrat);font-size:clamp(42px,4.4vw,68px);line-height:1.04;font-weight:500;letter-spacing:-.02em}.faq-section__title span{color:#012571;font-style:italic;font-weight:700}.faq-section__intro-wrap{justify-self:end;max-width:470px}.faq-section__intro{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:16px;line-height:1.7;font-weight:500}.faq-section__cta{margin-top:16px;display:inline-flex;align-items:center;height:48px;border-radius:999px;border:1px solid #012571;background:#fff;color:#012571;font-family:var(--font-montserrat);font-size:16px;font-weight:700;padding:0 24px;cursor:pointer;text-decoration:none}.faq-section__list{margin-top:34px}.faq-section__item{border-top:1px solid #dbe5f2}.faq-section__item:last-child{border-bottom:1px solid #dbe5f2}.faq-section__question-row{width:100%;border:0;background:transparent;padding:22px 0;display:grid;grid-template-columns:60px 1fr 40px;align-items:center;gap:12px;text-align:left;cursor:pointer}.faq-section__index{color:#111728;font-family:var(--font-montserrat);font-size:28px;line-height:1;font-weight:500}.faq-section__question{color:#111728;font-family:var(--font-montserrat);font-size:25px;line-height:1.16;font-weight:700}.faq-section__toggle{color:#111728;font-family:var(--font-montserrat);font-size:40px;line-height:1;font-weight:400;justify-self:end;transition:transform .26s ease}.faq-section__item--open .faq-section__toggle{transform:rotate(180deg)}.faq-section__answer-wrap{max-height:0;overflow:hidden;opacity:0;transition:max-height .32s ease,opacity .22s ease}.faq-section__answer-wrap--open{opacity:1}.faq-section__answer-inner{padding-top:2px}.faq-section__answer-row{padding:0 0 20px 72px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px}.faq-section__answer-row p{margin:0;color:#060305;font-family:var(--font-montserrat);font-size:15px;line-height:1.65;font-weight:500;max-width:760px}@media (max-width: 960px){.faq-section{padding:20px 24px 56px}.faq-section__top{grid-template-columns:1fr}.faq-section__intro-wrap{justify-self:start;max-width:none}.faq-section__question-row{grid-template-columns:44px 1fr 32px;padding:16px 0}.faq-section__index{font-size:30px}.faq-section__question{font-size:24px}.faq-section__toggle{font-size:28px}.faq-section__answer-row{padding:0 0 18px 50px}}.hero-people{padding:calc(var(--header-height) + 40px) 40px 70px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.hero-people__inner{max-width:1280px;margin:0 auto;min-height:620px;display:grid;grid-template-columns:1fr .75fr;gap:24px;align-items:center}.hero-people__title{margin:0;font-family:Montserrat,sans-serif;font-size:clamp(38px,5vw,60px);line-height:1.08;font-weight:500;letter-spacing:-.02em;color:#121212}.hero-people__accent{color:#1279ff;font-style:italic;font-weight:700}.hero-people__description{margin:24px 0 0;font-family:var(--font-plus-jakarta);font-size:20px;line-height:1.6;color:#5f6376;max-width:510px}.hero-people__badges{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px 12px;max-width:680px}.hero-people__badge{display:inline-flex;align-items:center;justify-content:center;padding:12px 30px;border-radius:999px;background:#fff;color:#101217;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;line-height:1.1;letter-spacing:-.01em;white-space:nowrap}.hero-people__badge--active{background:#0f1013;color:#fff}.hero-people__actions{display:flex;gap:12px;margin-top:34px}.hero-people__button{height:56px;line-height:56px;text-decoration:none;border-radius:999px;padding:0 30px;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:700;cursor:pointer}.hero-people__button--primary{border:0;background:#012571;color:#fff}.hero-people__button--secondary{border:1px solid #012571;background:transparent;color:#012571}.hero-people__visual{position:relative;display:grid;place-items:center;min-height:520px;container-type:inline-size}.hero-people__visual-bg{width:min(100%,680px);height:auto;object-fit:contain}.hero-people__orbits{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-people__orbit{position:absolute;left:50%;top:50%;width:0;height:0}.hero-people__orbit-rotor{position:absolute;left:0;top:0;width:0;height:0;transform-origin:0 0;will-change:transform;animation:hero-people-orbit var(--orbit-duration, 40s) linear infinite}@keyframes hero-people-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 360deg)))}}@keyframes hero-people-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 360deg)))}}.hero-people__orbit-arm{position:absolute;left:0;top:0;width:var(--slot-size, 160px);height:var(--slot-size, 160px);transform:translate(var(--orbit-r, 20cqi)) translate(-50%,-50%)}.hero-people__orbit-counter{width:100%;height:100%;transform-origin:50% 50%;will-change:transform;animation:hero-people-orbit-counter var(--orbit-duration, 40s) linear infinite}.hero-people__photo{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}@media (prefers-reduced-motion: reduce){.hero-people__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-people__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width: 1100px){.hero-people__inner{grid-template-columns:1fr}.hero-people__content{max-width:100%}.hero-people__visual{display:none}}@media (max-width: 640px){.hero-people__badges{gap:8px}.hero-people__badge{padding:7px 14px;font-size:11px}.hero-people__actions{flex-direction:column}.hero-people__button{width:auto;text-align:center}}.founders-message{padding:100px 40px;background-color:#f8fbff}.founders-message__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:360px 1fr;gap:80px;align-items:start}.founders-message__photo-col{position:sticky;top:calc(var(--header-height, 80px) + 24px)}.founders-message__photo-wrap{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:3 / 4;background:#dce8f8;box-shadow:0 20px 60px #0125711f}.founders-message__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.founders-message__author-overlay{position:absolute;bottom:0;left:0;right:0;padding:48px 24px 24px;background:linear-gradient(to bottom,transparent,rgba(1,18,60,.85) 60%);border-radius:0 0 20px 20px}.founders-message__author-name{margin:0 0 4px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#fff;letter-spacing:-.01em}.founders-message__author-role{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:500;color:#ffffffb8}.founders-message__linkedin{display:inline-flex;align-items:center;gap:9px;margin-top:18px;padding:11px 18px;background:#fff;border:1px solid #dce8f8;border-radius:10px;color:#012571;text-decoration:none;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;transition:background .18s,box-shadow .18s;box-shadow:0 2px 8px #01257112}.founders-message__linkedin:hover{background:#f0f6ff;box-shadow:0 4px 16px #0125711f}.founders-message__content{padding-top:6px}.founders-message__eyebrow{display:inline-block;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#012571;background:#01257112;padding:5px 12px;border-radius:999px;margin-bottom:18px}.founders-message__title{margin:0 0 36px;font-family:Montserrat,sans-serif;font-size:clamp(26px,3vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#121212}.founders-message__quote-mark{font-family:Georgia,Times New Roman,serif;font-size:96px;line-height:.7;color:#012571;opacity:.15;display:block;margin-bottom:-10px;margin-left:-4px;-webkit-user-select:none;user-select:none}.founders-message__body p{margin:0 0 20px;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;line-height:1.85;color:#3d4557}.founders-message__body p:last-child{margin-bottom:0}.founders-message__body strong,.founders-message__body b{color:#012571;font-weight:700}@media (max-width: 1024px){.founders-message__inner{grid-template-columns:300px 1fr;gap:56px}}@media (max-width: 768px){.founders-message{padding:72px 24px}.founders-message__inner{grid-template-columns:1fr;gap:40px}.founders-message__photo-col{position:static}.founders-message__photo-wrap{aspect-ratio:4 / 3;max-height:360px}.founders-message__photo{object-position:center 20%}.founders-message__title{font-size:26px}.founders-message__quote-mark{font-size:72px}.founders-message__body p{font-size:15px}}@media (max-width: 480px){.founders-message{padding:56px 20px}}.feature-panel{padding:100px 40px;background:#fff}.feature-panel__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:center}.feature-panel__eyebrow{display:inline-block;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#012571;margin-bottom:18px}.feature-panel__title{margin:0 0 40px;font-family:Montserrat,sans-serif;font-size:clamp(26px,3vw,42px);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#121212}.feature-panel__items{list-style:none;margin:0 0 40px;padding:0;display:flex;flex-direction:column;gap:28px}.feature-panel__item{display:grid;grid-template-columns:60px 1fr;gap:18px;align-items:start}.feature-panel__icon-wrap{width:60px;height:60px;border-radius:50%;background:#f0f4fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-panel__icon-img{width:30px;height:30px;object-fit:contain}.feature-panel__icon-placeholder{width:26px;height:26px;border-radius:50%;background:#cdd8ec;display:block}.feature-panel__item-title{margin:4px 0 8px;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:700;color:#012571;line-height:1.3}.feature-panel__item-desc{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;line-height:1.75;color:#5f6376}.feature-panel__button{display:inline-flex;align-items:center;height:54px;padding:0 34px;background:#012571;color:#fff;border:0;border-radius:999px;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;transition:background .18s}.feature-panel__button:hover{background:#01388f}.feature-panel__image-col{position:relative}.feature-panel__image-col:before{content:"";position:absolute;top:16px;right:-16px;bottom:-16px;left:16px;border-radius:24px;background:#e8f0fc;z-index:0}.feature-panel__image{position:relative;z-index:1;display:block;width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;border-radius:20px;box-shadow:0 16px 48px #0125711f}@media (max-width: 1024px){.feature-panel__inner{grid-template-columns:1fr 360px;gap:56px}}@media (max-width: 768px){.feature-panel{padding:72px 24px}.feature-panel__inner{grid-template-columns:1fr;gap:48px}.feature-panel__image-col:before{display:none}.feature-panel__image{aspect-ratio:16 / 9}}@media (max-width: 480px){.feature-panel{padding:56px 20px}.feature-panel__title{font-size:24px}}.rich-text{padding:64px 40px;background:#fff}.rich-text__body{max-width:1280px;margin:0 auto;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;line-height:1.85;color:#3d4557}.rich-text__body h1,.rich-text__body h2,.rich-text__body h3,.rich-text__body h4,.rich-text__body h5{font-family:Montserrat,sans-serif;font-weight:700;color:#121212;letter-spacing:-.02em;margin:1.6em 0 .5em;line-height:1.2}.rich-text__body h1{font-size:clamp(28px,3.5vw,44px)}.rich-text__body h2{font-size:clamp(22px,2.5vw,34px)}.rich-text__body h3{font-size:clamp(18px,2vw,26px)}.rich-text__body h4{font-size:20px}.rich-text__body p{margin:0 0 1.2em}.rich-text__body p:last-child{margin-bottom:0}.rich-text__body strong,.rich-text__body b{color:#012571;font-weight:700}.rich-text__body em,.rich-text__body i{font-style:italic}.rich-text__body a{color:#1279ff;text-decoration:underline;text-underline-offset:3px}.rich-text__body a:hover{color:#012571}.rich-text__body ul,.rich-text__body ol{padding-left:1.6em;margin:0 0 1.2em}.rich-text__body li{margin-bottom:.45em}.rich-text__body blockquote{border-left:3px solid #012571;margin:2em 0;padding:12px 0 12px 24px;color:#5f6376;font-style:italic}.rich-text__body hr{border:none;border-top:1px solid #e5eaf2;margin:2.5em 0}.rich-text__body table{width:100%;border-collapse:collapse;border:1px solid #e5eaf2;border-radius:12px;overflow:hidden;margin:2em 0;font-size:15px}.rich-text__body th,.rich-text__body td{padding:12px 18px;text-align:left;border-bottom:1px solid #e5eaf2}.rich-text__body th{background-color:#f0f4fb;font-family:Montserrat,sans-serif;font-weight:700;font-size:13px;letter-spacing:.02em;color:#012571}.rich-text__body tr:last-child td{border-bottom:none}.rich-text__body tbody tr:hover{background-color:#f8fbff}.rich-text__image-wrapper{flex-grow:1}.rich-text__image-block{margin:1.75em 0;display:flex;align-items:center;gap:1.75em}.rich-text__image-block--left{flex-direction:row}.rich-text__image-block--right{flex-direction:row-reverse}.rich-text__image-figure{margin:0}.rich-text__image-figure img{display:block;height:auto;border-radius:8px}.rich-text__image-figure figcaption{margin-top:.6em;font-size:14px;color:#6b7280;text-align:center;font-style:italic}.rich-text__image-content{flex-grow:3}@media (max-width: 768px){.rich-text{padding:48px 24px}.rich-text__body{font-size:16px}.rich-text__image-wrapper{width:100%}.rich-text__image-block{flex-direction:column}}.rich-text__youtube-figure{margin:2em 0}.rich-text__youtube-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px}.rich-text__youtube-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.rich-text__youtube-figure figcaption{margin-top:.6em;font-size:14px;color:#6b7280;text-align:center;font-style:italic}@media (max-width: 480px){.rich-text{padding:40px 20px}}.pub-list{width:100%;padding:10vh 0}.pub-list__inner{max-width:1280px;margin:0 auto;padding:0 20px}.pub-list__toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:40px}.pub-list__filters{display:flex;flex-wrap:wrap;gap:8px;flex:1}.pub-list__filter-btn{padding:8px 18px;border:1.5px solid #dce3ee;border-radius:999px;background:#fff;color:#5f6376;font-family:var(--font-montserrat);font-size:13px;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.pub-list__filter-btn:hover{border-color:#0080ff;color:#0080ff}.pub-list__filter-btn--active,.pub-list__filter-btn--active:hover{background:#011e64;border-color:#011e64;color:#fff}.pub-list__search{position:relative;display:flex;align-items:center;min-width:220px}.pub-list__search-icon{position:absolute;left:12px;color:#9aa0b4;pointer-events:none;flex-shrink:0}.pub-list__search-input{width:100%;padding:8px 36px;border:1.5px solid #dce3ee;border-radius:999px;background:#fff;color:#011e64;font-family:var(--font-montserrat);font-size:13px;font-weight:500;outline:none;transition:border-color .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pub-list__search-input::placeholder{color:#9aa0b4}.pub-list__search-input:focus{border-color:#011e64}.pub-list__search-input::-webkit-search-cancel-button{display:none}.pub-list__search-clear{position:absolute;right:12px;background:none;border:none;padding:0;cursor:pointer;color:#9aa0b4;font-size:11px;line-height:1;transition:color .15s}.pub-list__search-clear:hover{color:#011e64}.pub-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pub-list__card{border-radius:20px;background:#f9f9f9;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .18s}.pub-list__card:hover{box-shadow:0 8px 28px #011e641a;transform:translateY(-3px)}.pub-list__thumb-wrap{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#e8edf5}.pub-list__thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.pub-list__card:hover .pub-list__thumb{transform:scale(1.04)}.pub-list__card-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.pub-list__badge{display:inline-block;padding:3px 10px;border-radius:999px;background:#d6e2ffb3;color:#011e64;font-family:var(--font-montserrat);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;width:fit-content}.pub-list__card-title{margin:0;color:#011e64;font-family:var(--font-montserrat);font-size:15px;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pub-list__card-desc{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:13px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.pub-list__download-btn{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding:9px 16px;border-radius:10px;background:#011e64;color:#fff;font-family:var(--font-montserrat);font-size:13px;font-weight:700;text-decoration:none;width:fit-content;transition:background .15s}.pub-list__download-btn:hover{background:#0080ff}.pub-list__state{text-align:center;color:#5f6376;font-family:var(--font-montserrat);font-size:15px;padding:48px 0}.pub-list__card--skeleton{pointer-events:none}.pub-list__ghost{border-radius:8px;background:linear-gradient(90deg,#eef0f4 25%,#e2e5eb,#eef0f4 75%);background-size:200% 100%;animation:pub-shimmer 1.4s infinite}@keyframes pub-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pub-list__ghost--thumb{width:100%;aspect-ratio:16/9;border-radius:0}.pub-list__ghost--badge{height:18px;width:70px}.pub-list__ghost--title{height:15px;width:90%;margin-bottom:4px}.pub-list__ghost--desc{height:12px;width:100%}.pub-list__ghost--btn{height:36px;width:110px;margin-top:8px;border-radius:10px}@media (max-width: 900px){.pub-list__grid{grid-template-columns:repeat(2,1fr)}.pub-list__toolbar{flex-direction:column;align-items:stretch}.pub-list__search{min-width:unset}}@media (max-width: 560px){.pub-list__grid{grid-template-columns:1fr}}.page-header{padding:calc(var(--header-height) + 64px) 40px 72px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto;text-align:center}.page-header__inner{max-width:720px;margin:0 auto}.page-header__title{margin:0 0 20px;font-family:Montserrat,sans-serif;font-size:clamp(32px,4.5vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#0a0f2e}.page-header__description{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(16px,1.8vw,19px);line-height:1.7;color:#5f6376;max-width:600px;margin-inline:auto}@media (max-width: 768px){.page-header{padding:calc(var(--header-height) + 40px) 24px 56px}}@media (max-width: 480px){.page-header{padding:calc(var(--header-height) + 28px) 20px 44px}}.notfound{position:relative;min-height:calc(100vh - var(--header-height, 80px));display:flex;align-items:center;justify-content:center;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto;overflow:hidden;padding:80px 24px}.notfound__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.notfound__inner{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;max-width:560px}.notfound__badge{font-family:Montserrat,sans-serif;font-size:clamp(96px,18vw,160px);font-weight:900;line-height:1;letter-spacing:-.04em;background:linear-gradient(135deg,#012571,#1e3fce 60%,#5b8fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-user-select:none;user-select:none}.notfound__title{font-family:Montserrat,sans-serif;font-size:clamp(26px,4vw,40px);font-weight:700;color:#0a0f2e;margin:0;letter-spacing:-.02em;line-height:1.15}.notfound__title em{color:#1279ff;font-style:italic}.notfound__desc{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;line-height:1.75;color:#5f6376;margin:0;max-width:420px}.notfound__cta{display:inline-flex;align-items:center;gap:8px;background:#012571;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;transition:background .2s,transform .15s;margin-top:4px}.notfound__cta:hover{background:#0a3299;transform:translateY(-2px)}.notfound__links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin-top:4px}.notfound__link{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;color:#012571;text-decoration:none;padding:7px 16px;border-radius:8px;border:1.5px solid rgba(1,37,113,.18);background:#0125710a;transition:background .2s,border-color .2s,transform .15s}.notfound__link:hover{background:#0125711a;border-color:#01257159;transform:translateY(-1px)}@media (max-width: 480px){.notfound__links{gap:8px}.notfound__link{font-size:13px}}.iletisim-form__kvkk{display:flex;align-items:flex-start;gap:10px}.iletisim-form__kvkk input[type=checkbox]{flex-shrink:0;margin-top:3px;width:16px;height:16px;accent-color:#1a56db;cursor:pointer}.iletisim-form__kvkk label{font-size:13px;color:#555;line-height:1.5;cursor:pointer}.iletisim-form__kvkk label a{color:#1a56db;text-decoration:underline}.iletisim-hero{padding:calc(var(--header-height, 80px) + 40px) 40px 70px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.iletisim-hero__inner{max-width:1280px;margin:0 auto;min-height:520px;display:grid;grid-template-columns:1fr .8fr;gap:48px;align-items:center}.iletisim-hero__eyebrow{display:inline-block;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#012571;background:#01257114;padding:5px 14px;border-radius:100px;margin-bottom:20px}.iletisim-hero__title{font-family:Montserrat,sans-serif;font-size:clamp(36px,4.5vw,56px);font-weight:500;color:#121212;margin:0 0 20px;letter-spacing:-.02em;line-height:1.08}.iletisim-hero__title em{color:#1279ff;font-style:italic;font-weight:700}.iletisim-hero__desc{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;line-height:1.65;color:#5f6376;margin:0 0 32px;max-width:480px}.iletisim-hero__phone{display:inline-flex;align-items:center;gap:10px;background:#012571;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;transition:background .2s,transform .15s}.iletisim-hero__phone:hover{background:#0a3299;transform:translateY(-2px)}.iletisim-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.iletisim-hero__circle{width:260px;height:260px;border-radius:50%;background:linear-gradient(135deg,#012571,#1e3fce);display:flex;align-items:center;justify-content:center;box-shadow:0 24px 80px #01257138;position:relative;z-index:1}.iletisim-hero__circle svg{color:#ffffffe6}.iletisim-hero__circle:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;border:1.5px dashed rgba(1,37,113,.18)}.iletisim-hero__circle:after{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;border-radius:50%;border:1px dashed rgba(1,37,113,.1)}.iletisim-hero__chip{position:absolute;background:#fff;border:1.5px solid #e8eef8;border-radius:14px;padding:12px 18px;box-shadow:0 8px 30px #0125711a;display:flex;align-items:center;gap:10px;white-space:nowrap}.iletisim-hero__chip--tl{top:20px;left:0}.iletisim-hero__chip--tr{top:60px;right:0}.iletisim-hero__chip--bl{bottom:60px;left:0}.iletisim-hero__chip--br{bottom:20px;right:0}.iletisim-hero__chip-icon{width:36px;height:36px;border-radius:10px;background:#01257114;display:flex;align-items:center;justify-content:center;color:#012571;flex-shrink:0}.iletisim-hero__chip-value{font-family:Montserrat,sans-serif;font-size:16px;font-weight:800;color:#0a0f2e;line-height:1}.iletisim-hero__chip-label{font-family:Plus Jakarta Sans,sans-serif;font-size:11px;color:#6b7280;margin-top:2px}@media (max-width: 900px){.iletisim-hero__inner{grid-template-columns:1fr;min-height:auto}.iletisim-hero__visual{display:none}}.iletisim-form-section{background:#f4f7fe;padding:80px 40px}.iletisim-form-section__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.iletisim-info__eyebrow{display:inline-block;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#012571;background:#01257114;padding:5px 14px;border-radius:100px;margin-bottom:24px}.iletisim-info__title{font-family:Montserrat,sans-serif;font-size:clamp(24px,2.8vw,36px);font-weight:800;color:#0a0f2e;line-height:1.2;letter-spacing:-.02em;margin:0 0 16px}.iletisim-info__desc{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;line-height:1.75;color:#4a5568;margin:0 0 32px}.iletisim-info__stat{display:flex;align-items:center;gap:12px;margin-bottom:36px}.iletisim-info__stat-badge{font-family:Montserrat,sans-serif;font-size:28px;font-weight:800;color:#012571;white-space:nowrap}.iletisim-info__stat-label{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;color:#6b7280;line-height:1.4}.iletisim-info__phone{display:inline-flex;align-items:center;gap:10px;background:#012571;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;transition:background .2s,transform .2s;margin-bottom:40px}.iletisim-info__phone:hover{background:#0a3299;transform:translateY(-1px)}.iletisim-info__contacts{display:flex;flex-direction:column;gap:14px}.iletisim-info__contact-item{display:flex;align-items:center;gap:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;color:#374151;text-decoration:none}.iletisim-info__contact-item:hover{color:#012571}.iletisim-info__contact-icon{width:38px;height:38px;border-radius:10px;background:#01257114;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#012571}.iletisim-form-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 8px 40px #0125711a}.iletisim-form__title{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#0a0f2e;margin:0 0 28px}.iletisim-form{display:flex;flex-direction:column;gap:18px}.iletisim-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.iletisim-form__group{display:flex;flex-direction:column;gap:6px}.iletisim-form__label{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;color:#374151}.iletisim-form__label span{color:#ef4444;margin-left:2px}.iletisim-form__input,.iletisim-form__select{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;color:#1f2937;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;padding:11px 14px;outline:none;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.iletisim-form__input:focus,.iletisim-form__select:focus{border-color:#012571;box-shadow:0 0 0 3px #01257114;background:#fff}.iletisim-form__input::placeholder{color:#9ca3af}.iletisim-form__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.iletisim-form__submit{margin-top:4px;background:#012571;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;border:none;border-radius:10px;padding:15px 28px;cursor:pointer;transition:background .2s,transform .2s;display:flex;align-items:center;justify-content:center;gap:8px}.iletisim-form__submit:hover{background:#0a3299;transform:translateY(-1px)}.iletisim-form__submit:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.iletisim-form__success{text-align:center;padding:24px;background:#f0fdf4;border:1.5px solid #86efac;border-radius:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;color:#15803d;font-weight:700}.iletisim-testimonials{background:#fff;padding:80px 40px}.iletisim-testimonials__inner{max-width:1200px;margin:0 auto}.iletisim-testimonials__header{text-align:center;margin-bottom:48px}.iletisim-testimonials__eyebrow{display:inline-block;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#012571;background:#01257114;padding:5px 14px;border-radius:100px;margin-bottom:16px}.iletisim-testimonials__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,2.5vw,32px);font-weight:800;color:#0a0f2e;letter-spacing:-.02em;margin:0}.iletisim-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.iletisim-testimonial-card{background:#f8fbff;border:1.5px solid #e8eef8;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:20px}.iletisim-testimonial-card__quote{font-family:Plus Jakarta Sans,sans-serif;font-size:15px;line-height:1.75;color:#374151;flex:1;position:relative}.iletisim-testimonial-card__quote:before{content:"“";font-size:60px;color:#012571;opacity:.15;line-height:0;vertical-align:-20px;margin-right:4px;font-family:Georgia,serif}.iletisim-testimonial-card__author{display:flex;align-items:center;gap:14px;border-top:1px solid #e8eef8;padding-top:20px}.iletisim-testimonial-card__photo{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e8eef8}.iletisim-testimonial-card__photo-placeholder{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#012571,#1e3fce);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;flex-shrink:0}.iletisim-testimonial-card__name{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:#0a0f2e;margin:0 0 3px}.iletisim-testimonial-card__role{font-family:Plus Jakarta Sans,sans-serif;font-size:12px;color:#6b7280}@media (max-width: 900px){.iletisim-form-section__inner{grid-template-columns:1fr;gap:48px}.iletisim-testimonials__grid{grid-template-columns:1fr}}@media (max-width: 600px){.iletisim-form-section,.iletisim-testimonials{padding:60px 20px}.iletisim-hero{padding:120px 20px 40px}.iletisim-form-card{padding:28px 20px}.iletisim-form__row{grid-template-columns:1fr}}.blog-boxes{padding:clamp(150px,20vh,200px) 0}.blog-boxes__inner{max-width:1140px;margin:0 auto}.blog-boxes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.blog-boxes__box{border-radius:23px;min-height:1px}.blog-boxes__box--experience{display:flex;flex-direction:column;justify-content:space-between;padding:28px 24px 24px;background-color:#f9f9f9}.blog-boxes__stat-head{display:flex;align-items:flex-start;gap:16px}.blog-boxes__stat-number{flex-shrink:0;color:#000;font-family:var(--font-montserrat);font-size:70px;font-weight:500;line-height:1}.blog-boxes__stat-title{margin:0;padding-top:4px;color:#000;font-family:var(--font-montserrat);font-size:24px;font-weight:500;line-height:1.25}.blog-boxes__stat-title-line{display:block}.blog-boxes__badges{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.blog-boxes__badge{display:inline-block;padding:5px 9px;border-radius:30px;font-family:var(--font-montserrat);font-size:13px;font-weight:400;line-height:1.2}.blog-boxes__badge--dark{background-color:#000;color:#fff}.blog-boxes__badge--light{background-color:#fff;color:#000}.blog-boxes__box--quote{padding:28px 24px 24px;background-color:#f9f9f9;text-align:center}.blog-boxes__quote-icon{display:block;width:55px;height:auto;margin-inline:auto}.blog-boxes__quote-block{margin:20px 0 0;padding:0;border:0}.blog-boxes__quote-text{margin:0;color:#000;font-family:var(--font-montserrat);font-size:16px;font-weight:400;line-height:1.5}.blog-boxes__quote-cite{margin:16px 0 0;color:#000;font-family:var(--font-montserrat);font-size:14px;font-weight:400;font-style:normal;line-height:1.45}.blog-boxes__box--third{display:flex;flex-direction:column;justify-content:space-between;padding:28px 24px 24px;background-color:#dceaff;position:relative}.blog-boxes__box--third .box-corner{position:absolute;top:0;right:0;width:100px;pointer-events:none;transform:rotate(270deg);z-index:1}.blog-boxes__box--third .video-button{position:absolute;top:0;right:0;width:56px;height:56px;z-index:1;transition:transform .2s ease}.blog-boxes__box--third .video-button:hover{transform:scale(1.05)}.blog-boxes__box--third .video-button:active{transform:scale(.95)}.blog-boxes__avatars{display:flex;flex-direction:row;align-items:center}.blog-boxes__avatar{position:relative;flex-shrink:0;width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #ffffff}.blog-boxes__avatar:not(:first-child){margin-left:-18px}.blog-boxes__avatar:nth-child(1){z-index:1}.blog-boxes__avatar:nth-child(2){z-index:2}.blog-boxes__avatar:nth-child(3){z-index:3}.blog-boxes__customers-label{margin:0;color:#000;font-family:var(--font-montserrat);font-size:18px;letter-spacing:-.5px;font-weight:300;line-height:1.3}.blog-boxes__customers-value{margin:8px 0 0;color:#000;font-family:var(--font-montserrat);font-size:76px;font-weight:400;line-height:1}@media (max-width: 900px){.blog-boxes{padding:20px}.blog-boxes__grid{grid-template-columns:1fr}.blog-boxes__stat-head{flex-wrap:wrap}}.blog-hero{position:relative;padding:10vh 0;min-height:50vh;background-color:#f4f8ff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:cover}.blog-hero:before{content:"";position:absolute;bottom:-80px;left:0;width:100%;height:130px;background:#fff;border-radius:74px 74px 0 0;border-top:1px solid rgba(0,0,0,.1)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.blog-hero__inner{position:relative;isolation:isolate;max-width:1440px;margin:0 auto;min-height:clamp(280px,52vw,420px)}.blog-hero__watermark{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);margin:0;width:100%;max-width:100%;padding:0 clamp(8px,2vw,16px);box-sizing:border-box;font-family:var(--font-bebas-neue);font-weight:400;font-size:13.75rem;letter-spacing:.04em;line-height:1;text-align:center;background-image:linear-gradient(180deg,#adb0bd,#adb0bd 39%,#47567800);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:clip;z-index:0}.blog-hero__stage{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.blog-hero__visual{position:relative;z-index:1;display:grid;place-items:center;width:100%;transform:translateY(50%);--blog-parallax-x: 0px;--blog-parallax-y: 0px}.blog-hero__container-img{width:50%;height:auto;display:block;transform:translate(var(--blog-parallax-x),var(--blog-parallax-y));transition:transform .22s ease-out;will-change:transform}.blog-hero__search{position:relative;z-index:2;display:flex;align-items:center;gap:clamp(8px,2vw,14px);width:100%;max-width:100%;height:90px;margin-top:clamp(-3.25rem,-8vw,-2rem);padding:0 clamp(14px,2.5vw,20px) 0 clamp(18px,3vw,24px);box-sizing:border-box;background:#fff;border:2px solid #0080ff;border-radius:24px;box-shadow:0 16px 48px #01257114}.blog-hero__search-wrap{position:relative;width:60%;max-width:100%;z-index:30}.blog-hero__search-leading{flex-shrink:0;width:clamp(32px,9vw,46px);height:auto;display:block}.blog-hero__search-input{flex:1;min-width:0;border:0;background:transparent;font-family:var(--font-plus-jakarta);font-size:clamp(15px,3.5vw,18px);color:#121212;outline:none}.blog-hero__search-input::placeholder{color:#9aa0b5}.blog-hero__autocomplete{position:absolute;top:calc(100% + 12px);left:0;right:0;max-height:min(420px,58vh);overflow-y:auto;background:#fff;border:1px solid #d9e6f8;border-radius:16px;box-shadow:0 18px 42px #01257129;z-index:9999999}.blog-hero__autocomplete-list{margin:0;padding:8px;list-style:none}.blog-hero__autocomplete-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border-radius:12px;text-decoration:none;transition:background-color .15s ease}.blog-hero__autocomplete-item:hover{background:#f4f8ff}.blog-hero__autocomplete-thumb{width:96px;height:64px;object-fit:cover;border-radius:8px;flex-shrink:0}.blog-hero__autocomplete-text{min-width:0;display:flex;flex-direction:column;gap:4px}.blog-hero__autocomplete-title{color:#0f1011;font-family:var(--font-montserrat);font-size:15px;font-weight:700;line-height:1.3}.blog-hero__autocomplete-excerpt{color:#586074;font-family:var(--font-montserrat);font-size:12px;font-weight:400;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-hero__autocomplete-empty{margin:0;padding:16px;color:#586074;font-family:var(--font-montserrat);font-size:14px}.blog-hero__autocomplete-ghost{display:block;position:relative;overflow:hidden;border-radius:8px;background:#e7edf8}.blog-hero__autocomplete-ghost:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#e7edf800,#ffffffb3,#e7edf800);animation:blog-hero-autocomplete-shimmer 1.2s ease-in-out infinite}.blog-hero__autocomplete-ghost--thumb{width:96px;height:64px;flex-shrink:0}.blog-hero__autocomplete-ghost--title{width:82%;height:16px;margin-bottom:8px}.blog-hero__autocomplete-ghost--excerpt{width:66%;height:12px}@keyframes blog-hero-autocomplete-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){.blog-hero__container-img{transition:none;transform:none}}@media (max-width: 768px){.blog-hero{padding:calc(var(--header-height) + 20px) 0 64px;min-height:unset}.blog-hero__watermark{display:none}.blog-hero__inner{min-height:unset}.blog-hero__visual{display:none}.blog-hero__search{width:100%;height:72px;margin-top:0;border-radius:18px;padding:0 14px 0 18px;margin-top:clamp(2rem,8vw,3rem)}.blog-hero__search-wrap{width:90%}.blog-hero:before{bottom:-48px;height:80px;border-radius:48px 48px 0 0}}.blog-posts{padding:0 20px 80px;background-color:#fff}.blog-posts__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,280px);gap:32px;align-items:start;max-width:1140px;margin:0 auto}.blog-posts__sidebar{border-radius:14px;padding:24px;background-color:#f9f9f9}.blog-posts__sidebar-title{margin:0 0 20px;color:#011e64;font-family:var(--font-montserrat);font-size:30px;font-weight:700;line-height:1.15}.blog-posts__category-list{margin:0;padding:0;list-style:none}.blog-posts__category-item{position:relative}.blog-posts__category-item+.blog-posts__category-item{margin-top:8px}.blog-posts__category-btn{display:inline-flex;align-items:center;box-sizing:border-box;width:100%;max-width:100%;padding:10px 4px;border:0;background:transparent;color:#000;font-family:var(--font-montserrat);font-size:16px;font-weight:500;line-height:1.3;text-align:left;cursor:pointer;border-radius:999px;transition:background-color .15s ease,color .15s ease;position:relative;z-index:1}.blog-posts__category-btn--active{color:#0080ff;font-weight:700}.blog-posts__category-btn:hover{color:#0080ff}.blog-posts__category-item:before{content:"";position:absolute;top:0;left:-24px;width:calc(100% + 24px);height:100%;background-color:#fff;border-radius:0 14px 14px 0;opacity:0;transition:opacity .2s ease}.blog-posts__category-item:has(.blog-posts__category-btn--active):before{opacity:1}.blog-posts__content{min-width:0}.blog-posts__state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;gap:16px}.blog-posts__state-text{color:#6b7280;font-family:var(--font-montserrat);font-size:15px}.blog-posts__ghost{position:relative;overflow:hidden;border-radius:10px;background:#e9eef7}.blog-posts__ghost:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#e9eef700,#ffffffa6,#e9eef700);animation:blog-posts-ghost-shimmer 1.4s ease-in-out infinite}.blog-posts__ghost--image{width:100%;aspect-ratio:520 / 280;border-radius:16px}.blog-posts__ghost--title{height:30px;width:82%}.blog-posts__ghost--text{height:12px;width:100%;margin-top:12px}.blog-posts__ghost--text-short{width:72%}.blog-posts__ghost--avatar{width:40px;height:40px;border-radius:6px}.blog-posts__ghost--name{width:120px;height:14px;margin-bottom:8px}.blog-posts__ghost--role{width:90px;height:12px}.blog-posts__ghost--category{display:block;width:calc(100% - 8px);height:22px;margin:6px 4px}@keyframes blog-posts-ghost-shimmer{to{transform:translate(100%)}}.blog-posts__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.blog-posts__card{position:relative;display:flex;flex-direction:column;border-radius:16px;overflow:hidden}.blog-posts__card--odd{background-color:#d6e2ff70}.blog-posts__card--even{background-color:#f9f9f9}.blog-posts__card-media{overflow:hidden;padding:24px}.blog-posts__card-image{display:block;width:100%;height:auto;object-fit:cover;border-radius:16px}.blog-posts__card-body{position:relative;z-index:0;display:flex;flex-direction:column;flex:1;padding:0 24px 24px}.blog-posts__card-title{margin:0}.blog-posts__card-title-link{color:#0f1011;font-family:var(--font-montserrat);font-size:22px;font-weight:700;line-height:1.35;text-decoration:none}.blog-posts__card-title-link:hover{text-decoration:underline}.blog-posts__card-excerpt{margin:12px 0 0;color:#0f1011;font-family:var(--font-montserrat);font-size:12px;font-weight:400;line-height:1.55}.blog-posts__card-footer{margin-top:auto;padding-top:16px}.blog-posts__author{display:flex;align-items:center;gap:12px}.blog-posts__author-avatar{flex-shrink:0;width:40px;height:40px;border-radius:6px;object-fit:cover}.blog-posts__author-text{display:flex;flex-direction:column;gap:2px;min-width:0}.blog-posts__author-name{color:#0f1011;font-family:var(--font-montserrat);font-size:14px;font-weight:700}.blog-posts__author-role{color:#0f1011;font-family:var(--font-montserrat);font-size:12px;font-weight:400}.blog-posts__box-corner{position:absolute;right:0;bottom:0;width:90px;height:auto;pointer-events:none;z-index:1}.blog-posts__arrow-btn{position:absolute;right:0;bottom:0;z-index:2;line-height:0;border-radius:50%;transition:transform .25s ease}.blog-posts__arrow-btn:hover{transform:rotate(-45deg)}.blog-posts__arrow-btn:focus-visible{outline:2px solid #0080ff;outline-offset:3px}@media (max-width: 980px){.blog-posts{padding:0 16px 56px}.blog-posts__inner{grid-template-columns:minmax(0,1fr);gap:24px}.blog-posts__sidebar{order:-1;max-width:none;width:100%;padding:16px}.blog-posts__sidebar-title{margin-bottom:12px;font-size:clamp(1.25rem,5vw,1.875rem)}.blog-posts__category-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;overflow-x:auto;overflow-y:hidden;padding:4px 2px 12px;margin:0 -2px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin}.blog-posts__category-list::-webkit-scrollbar{height:6px}.blog-posts__category-list::-webkit-scrollbar-thumb{background:#011e6440;border-radius:999px}.blog-posts__category-item{flex-shrink:0}.blog-posts__category-item+.blog-posts__category-item{margin-top:0}.blog-posts__category-item:before{display:none}.blog-posts__category-btn{width:auto;max-width:none;min-height:44px;padding:10px 18px;white-space:nowrap;align-items:center}.blog-posts__category-btn--active{background-color:#fff;box-shadow:0 1px 2px #0f10110f}.blog-posts__grid{grid-template-columns:minmax(0,1fr);gap:20px}.blog-posts__card-media{padding:16px}.blog-posts__card-body{padding:0 16px 20px}.blog-posts__arrow-btn img{width:min(52px,14vw);height:auto}.blog-posts__box-corner{width:min(90px,22vw)}}.blog-posts__pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:48px}.blog-posts__page-btn{min-width:40px;height:40px;padding:0 10px;border:1.5px solid #dde3ef;border-radius:8px;background:#fff;color:#011e64;font-size:15px;font-weight:500;cursor:pointer;transition:border-color .18s,background .18s,color .18s;line-height:1}.blog-posts__page-btn:hover:not(:disabled){border-color:#011e64;background:#f0f4ff}.blog-posts__page-btn--active{background:#011e64;color:#fff;border-color:#011e64}.blog-posts__page-btn--arrow{font-size:20px;padding:0 12px}.blog-posts__page-btn:disabled{opacity:.35;cursor:default}.blog-posts__page-ellipsis{color:#6b7280;padding:0 4px;font-size:15px}.blog-detail{padding:140px 20px 80px;background-color:#fff}.blog-detail__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,280px);gap:32px;align-items:start;max-width:1140px;margin:0 auto}.blog-detail__breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 28px;font-family:var(--font-montserrat);font-size:13px;color:#6b7280}.blog-detail__breadcrumb a{color:#6b7280;text-decoration:none;transition:color .15s ease}.blog-detail__breadcrumb a:hover{color:#0080ff}.blog-detail__breadcrumb-sep{opacity:.5}.blog-detail__breadcrumb-current{color:#011e64;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.blog-detail__category-tag{display:inline-block;margin:0 0 16px;padding:4px 14px;border-radius:999px;background-color:#d6e2ff99;color:#011e64;font-family:var(--font-montserrat);font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.blog-detail__title{margin:0 0 20px;color:#011e64;font-family:var(--font-montserrat);font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;line-height:1.2}.blog-detail__meta{display:flex;align-items:center;gap:16px;margin:0 0 32px;padding-bottom:24px;border-bottom:1px solid #e8edf5}.blog-detail__author{display:flex;align-items:center;gap:10px}.blog-detail__author-avatar{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.blog-detail__author-text{display:flex;flex-direction:column;gap:2px}.blog-detail__author-name{color:#0f1011;font-family:var(--font-montserrat);font-size:14px;font-weight:700;line-height:1.2}.blog-detail__author-role{color:#6b7280;font-family:var(--font-montserrat);font-size:12px;font-weight:400}.blog-detail__meta-divider{width:1px;height:32px;background-color:#e8edf5}.blog-detail__date{color:#6b7280;font-family:var(--font-montserrat);font-size:13px}.blog-detail__featured-image-wrap{margin:0 0 36px;border-radius:16px;overflow:hidden}.blog-detail__featured-image{display:block;width:100%;height:auto;aspect-ratio:16 / 7;object-fit:cover}.blog-detail__content .rich-text{padding:0;background:transparent}.blog-detail__content .rich-text__body{max-width:none;color:#0f1011;font-family:var(--font-montserrat);font-size:16px;font-weight:400;line-height:1.8}.blog-detail__body{color:#0f1011;font-family:var(--font-montserrat);font-size:16px;font-weight:400;line-height:1.8}.blog-detail__body h2{margin:40px 0 16px;color:#011e64;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;line-height:1.25}.blog-detail__body h3{margin:32px 0 12px;color:#011e64;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:700}.blog-detail__body p{margin:0 0 20px}.blog-detail__body ul,.blog-detail__body ol{margin:0 0 20px;padding-left:24px}.blog-detail__body li{margin-bottom:8px}.blog-detail__body a{color:#0080ff;text-decoration:underline;text-underline-offset:3px}.blog-detail__body blockquote{margin:28px 0;padding:16px 24px;border-left:4px solid #0080ff;background-color:#d6e2ff4d;border-radius:0 12px 12px 0;font-style:italic;color:#011e64}.blog-detail__body img{max-width:100%;border-radius:12px;margin:16px 0}.blog-detail__state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;text-align:center;gap:16px}.blog-detail__state-icon{font-size:48px;opacity:.4}.blog-detail__state-text{color:#6b7280;font-family:var(--font-montserrat);font-size:16px}.blog-detail__spinner{width:40px;height:40px;border:3px solid #e8edf5;border-top-color:#0080ff;border-radius:50%;animation:blog-detail-spin .7s linear infinite}@keyframes blog-detail-spin{to{transform:rotate(360deg)}}.blog-detail__sidebar{position:sticky;top:24px;display:flex;flex-direction:column;gap:24px}.blog-detail__sidebar-card{border-radius:14px;padding:24px;background-color:#f9f9f9}.blog-detail__sidebar-heading{margin:0 0 20px;color:#011e64;font-family:var(--font-montserrat);font-size:22px;font-weight:700;line-height:1.2}.blog-detail__category-list{margin:0;padding:0;list-style:none}.blog-detail__category-item{position:relative}.blog-detail__category-item+.blog-detail__category-item{margin-top:6px}.blog-detail__category-item:before{content:"";position:absolute;top:0;left:-24px;width:calc(100% + 24px);height:100%;background-color:#fff;border-radius:0 14px 14px 0;opacity:0;transition:opacity .2s ease}.blog-detail__category-link{position:relative;z-index:1;display:flex;align-items:center;padding:9px 4px;color:#0f1011;font-family:var(--font-montserrat);font-size:15px;font-weight:500;text-decoration:none;transition:color .15s ease}.blog-detail__category-link:hover{color:#0080ff}.blog-detail__category-item:has(.blog-detail__category-link--active):before{opacity:1}.blog-detail__category-link--active{color:#0080ff;font-weight:700}.blog-detail__recent-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px}.blog-detail__recent-item{display:flex;gap:12px;align-items:flex-start}.blog-detail__recent-thumb{flex-shrink:0;width:60px;height:60px;border-radius:10px;object-fit:cover}.blog-detail__recent-info{display:flex;flex-direction:column;gap:4px;min-width:0}.blog-detail__recent-title{color:#0f1011;font-family:var(--font-montserrat);font-size:13px;font-weight:700;line-height:1.4;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.blog-detail__recent-title:hover{color:#0080ff}.blog-detail__recent-date{color:#6b7280;font-family:var(--font-montserrat);font-size:11px}.blog-detail__sidebar-cta{border-radius:14px;padding:28px 24px;background-color:#011e64;color:#fff}.blog-detail__sidebar-cta-title{margin:0 0 10px;font-family:var(--font-montserrat);font-size:18px;font-weight:700;line-height:1.3}.blog-detail__sidebar-cta-text{margin:0 0 20px;font-family:var(--font-montserrat);font-size:13px;font-weight:400;line-height:1.6;opacity:.85}.blog-detail__sidebar-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;background-color:#0080ff;color:#fff;font-family:var(--font-montserrat);font-size:14px;font-weight:700;text-decoration:none;transition:background-color .15s ease}.blog-detail__sidebar-cta-btn:hover{background-color:#06c}.blog-detail__body .wp-embed-youtube{position:relative;width:100%;padding-top:56.25%;margin:28px 0;border-radius:12px;overflow:hidden;background:#000}.blog-detail__body .wp-embed-youtube iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}@media (max-width: 980px){.blog-detail{padding:var(--header-height) 16px 56px}.blog-detail__inner{grid-template-columns:minmax(0,1fr);gap:24px}.blog-detail__sidebar{position:static}}.podcast-list{padding:calc(var(--header-height) + 60px) 40px 80px;max-width:1000px;margin:0 auto}.podcast-list__header{margin-bottom:56px}.podcast-list__eyebrow{display:inline-block;margin:0 0 14px;padding:4px 14px;border-radius:999px;background-color:#d6e2ff99;color:#011e64;font-family:var(--font-montserrat);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.podcast-list__title{margin:0 0 14px;color:#011e64;font-family:var(--font-montserrat);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.1}.podcast-list__subtitle{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:16px;font-weight:400;line-height:1.65;max-width:560px}.podcast-search__wrap{position:relative;margin-bottom:48px;z-index:30}.podcast-search{display:flex;align-items:center;gap:16px;height:80px;padding:0 28px;background:#fff;border:2px solid #0080ff;border-radius:24px;box-shadow:0 16px 48px #01257114}.podcast-search__icon{flex-shrink:0;width:26px;height:26px;color:#0080ff}.podcast-search__input{flex:1;min-width:0;border:none;background:transparent;font-family:var(--font-montserrat);font-size:clamp(15px,2.5vw,18px);color:#121212;outline:none}.podcast-search__input::placeholder{color:#9aa0b5}.podcast-search__autocomplete{position:absolute;top:calc(100% + 10px);left:0;right:0;max-height:min(440px,60vh);overflow-y:auto;background:#fff;border:1px solid #d9e6f8;border-radius:18px;box-shadow:0 18px 42px #01257124;z-index:9999}.podcast-search__list{margin:0;padding:8px;list-style:none}.podcast-search__item{display:flex;align-items:center;gap:14px;width:100%;padding:10px;border:none;border-radius:12px;background:transparent;cursor:pointer;text-align:left;transition:background .15s}.podcast-search__item:hover{background:#f4f8ff}.podcast-search__thumb{width:64px;height:64px;border-radius:10px;object-fit:cover;flex-shrink:0}.podcast-search__item-text{min-width:0;display:flex;flex-direction:column;gap:2px}.podcast-search__ep-num{font-family:var(--font-montserrat);font-size:10px;font-weight:700;color:#0080ff;letter-spacing:.07em;text-transform:uppercase}.podcast-search__title{color:#011e64;font-family:var(--font-montserrat);font-size:14px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.podcast-search__desc{color:#586074;font-family:var(--font-montserrat);font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast-search__empty{margin:0;padding:16px 20px;color:#9aa0b5;font-family:var(--font-montserrat);font-size:14px}.podcast-search__ghost{display:block;border-radius:6px;background:linear-gradient(90deg,#eef0f4 25%,#e2e5eb,#eef0f4 75%);background-size:200% 100%;animation:podcast-shimmer 1.4s infinite}.podcast-search__ghost--thumb{width:64px;height:64px;border-radius:10px;flex-shrink:0}.podcast-search__ghost--title{height:14px;width:70%;margin-bottom:6px}.podcast-search__ghost--desc{height:11px;width:90%}.podcast-list__body{display:grid;grid-template-columns:1fr 280px;gap:0 48px;align-items:start}.podcast-list__grid{display:flex;flex-direction:column;gap:16px}.podcast-list__card{display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:center;padding:24px;border-radius:20px;background-color:#f9f9f9;text-decoration:none;border:none;width:100%;text-align:left;cursor:pointer;transition:box-shadow .2s ease,transform .18s ease}.podcast-list__card:nth-child(2n){background-color:#d6e2ff4d}.podcast-list__card:hover{box-shadow:0 6px 24px #011e641a;transform:translateY(-2px)}.podcast-list__thumb-wrap{position:relative;flex-shrink:0;width:120px;height:120px;border-radius:14px;overflow:hidden;background-color:#e8edf5}.podcast-list__thumb{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.podcast-list__card:hover .podcast-list__thumb{opacity:.85}.podcast-list__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.podcast-list__card:hover .podcast-list__play{opacity:1}.podcast-list__play-btn{width:44px;height:44px;border-radius:50%;background-color:#011e64d9;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.podcast-list__play-icon{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:14px solid #ffffff;margin-left:3px}.podcast-list__content{min-width:0;display:flex;flex-direction:column;gap:6px}.podcast-list__episode-num{font-family:var(--font-montserrat);font-size:11px;font-weight:700;color:#0080ff;letter-spacing:.07em;text-transform:uppercase}.podcast-list__card-title{margin:0;color:#011e64;font-family:var(--font-montserrat);font-size:17px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.podcast-list__card:hover .podcast-list__card-title{color:#0080ff}.podcast-list__desc{margin:0;color:#5f6376;font-family:var(--font-montserrat);font-size:13px;font-weight:400;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast-list__meta{display:flex;align-items:center;gap:10px;margin-top:6px}.podcast-list__date,.podcast-list__duration{color:#a0aab8;font-family:var(--font-montserrat);font-size:12px;font-weight:500}.podcast-list__dot{width:3px;height:3px;border-radius:50%;background-color:#c8d2de;flex-shrink:0}.podcast-list__state{text-align:center;color:#5f6376;font-family:var(--font-montserrat);font-size:15px;padding:48px 0}.podcast-list__card--skeleton{pointer-events:none}.podcast-list__ghost{border-radius:6px;background:linear-gradient(90deg,#eef0f4 25%,#e2e5eb,#eef0f4 75%);background-size:200% 100%;animation:podcast-shimmer 1.4s infinite}@keyframes podcast-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.podcast-list__ghost--thumb{width:100%;height:100%;border-radius:14px}.podcast-list__ghost--ep{height:12px;width:60px}.podcast-list__ghost--title{height:16px;width:80%;margin-top:4px}.podcast-list__ghost--desc{height:12px;width:95%;margin-top:4px}.podcast-list__ghost--meta{height:11px;width:120px;margin-top:8px}.podcast-list__pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:48px}.podcast-list__page-btn{min-width:38px;height:38px;padding:0 10px;border:1.5px solid #dce3ee;border-radius:8px;background:#fff;color:#011e64;font-family:var(--font-montserrat);font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.podcast-list__page-btn:hover:not(:disabled){background:#f0f4ff;border-color:#0080ff;color:#0080ff}.podcast-list__page-btn--active,.podcast-list__page-btn--active:hover{background:#011e64;border-color:#011e64;color:#fff}.podcast-list__page-btn--arrow{font-size:18px;line-height:1}.podcast-list__page-btn:disabled{opacity:.35;cursor:not-allowed}.podcast-list__page-ellipsis{color:#a0aab8;font-family:var(--font-montserrat);font-size:14px;padding:0 4px}.podcast-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#010a1e8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.podcast-modal{background:#fff;border-radius:24px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;padding:36px;position:relative;box-shadow:0 24px 64px #011e642e}.podcast-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;border-radius:50%;background:#f0f4ff;color:#011e64;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.podcast-modal__close:hover{background:#dce3ee}.podcast-modal__header{display:flex;gap:20px;align-items:flex-start;margin-bottom:28px}.podcast-modal__cover{width:72px;height:72px;border-radius:12px;object-fit:cover;flex-shrink:0}.podcast-modal__ep-num{font-family:var(--font-montserrat);font-size:11px;font-weight:700;color:#0080ff;letter-spacing:.07em;text-transform:uppercase;display:block;margin-bottom:6px}.podcast-modal__title{margin:0 0 8px;color:#011e64;font-family:var(--font-montserrat);font-size:18px;font-weight:700;line-height:1.3}.podcast-modal__meta{display:flex;align-items:center;gap:8px;color:#a0aab8;font-family:var(--font-montserrat);font-size:12px;font-weight:500}.podcast-modal__embed{border-radius:12px;overflow:hidden;margin-bottom:20px}.podcast-modal__embed iframe{display:block;width:100%;border:none}.podcast-modal__no-embed{text-align:center;color:#a0aab8;font-family:var(--font-montserrat);font-size:14px;padding:32px 0;margin:0 0 20px}.podcast-modal__external{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:10px;background:#011e64;color:#fff;font-family:var(--font-montserrat);font-size:13px;font-weight:700;text-decoration:none;transition:background .15s}.podcast-modal__external:hover{background:#0080ff}.podcast-sidebar{position:sticky;top:calc(var(--header-height) + 24px);display:flex;flex-direction:column;gap:24px}.podcast-sidebar__widget{background:#f9f9f9;border-radius:20px;padding:20px}.podcast-sidebar__widget-title{margin:0 0 16px;color:#011e64;font-family:var(--font-montserrat);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.podcast-sidebar__featured{display:flex;flex-direction:column;width:100%;border:none;background:none;padding:0;cursor:pointer;text-align:left}.podcast-sidebar__featured-cover{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px;display:block;margin-bottom:14px;transition:opacity .2s}.podcast-sidebar__featured:hover .podcast-sidebar__featured-cover{opacity:.88}.podcast-sidebar__featured-ep{font-family:var(--font-montserrat);font-size:10px;font-weight:700;color:#0080ff;letter-spacing:.07em;text-transform:uppercase;display:block;margin-bottom:6px}.podcast-sidebar__featured-title{margin:0 0 6px;color:#011e64;font-family:var(--font-montserrat);font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.podcast-sidebar__featured:hover .podcast-sidebar__featured-title{color:#0080ff}.podcast-sidebar__featured-desc{margin:0 0 12px;color:#5f6376;font-family:var(--font-montserrat);font-size:12px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.podcast-sidebar__featured-play{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;background:#011e64;color:#fff;font-family:var(--font-montserrat);font-size:12px;font-weight:700;transition:background .15s}.podcast-sidebar__featured:hover .podcast-sidebar__featured-play{background:#0080ff}.podcast-sidebar__socials{display:flex;flex-direction:column;gap:8px}.podcast-sidebar__social-btn{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;background:#fff;text-decoration:none;color:#011e64;font-family:var(--font-montserrat);font-size:13px;font-weight:700;transition:background .15s,color .15s}.podcast-sidebar__social-btn:hover{background:#011e64;color:#fff}.podcast-sidebar__social-btn img{width:20px;height:20px;flex-shrink:0}.podcast-sidebar__platforms{display:flex;flex-direction:column;gap:8px}.podcast-sidebar__platform-btn{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;background:#fff;text-decoration:none;color:#011e64;font-family:var(--font-montserrat);font-size:13px;font-weight:700;transition:background .15s,color .15s}.podcast-sidebar__platform-btn:hover{background:#011e64;color:#fff}.podcast-sidebar__platform-icon{display:flex;align-items:center;flex-shrink:0;width:20px;height:20px}.podcast-sidebar__platform-icon svg{width:20px;height:20px}@media (max-width: 860px){.podcast-list__body{grid-template-columns:1fr}.podcast-sidebar{position:static}}@media (max-width: 640px){.podcast-list{padding:calc(var(--header-height) + 32px) 20px 56px}.podcast-list__card{grid-template-columns:80px 1fr;gap:16px;padding:16px}.podcast-list__thumb-wrap{width:80px;height:80px;border-radius:10px}.podcast-list__card-title{font-size:15px}.podcast-list__play{opacity:1}.podcast-list__play-btn{width:32px;height:32px}}.pdfindir-form__kvkk{display:flex;align-items:flex-start;gap:10px}.pdfindir-form__kvkk input[type=checkbox]{flex-shrink:0;margin-top:3px;width:16px;height:16px;accent-color:#1a56db;cursor:pointer}.pdfindir-form__kvkk label{font-size:13px;color:#555;line-height:1.5;cursor:pointer}.pdfindir-form__kvkk label a{color:#1a56db;text-decoration:underline}.pdfindir-hero{padding:calc(var(--header-height, 80px) + 40px) 40px 70px;background-color:#f8fbff;background-image:url(https://cdn.bazgirisim.com/uploads/assets/hero-bg.webp);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.pdfindir-hero__inner{max-width:1280px;margin:0 auto;min-height:480px;display:grid;grid-template-columns:1fr .8fr;gap:48px;align-items:center}.pdfindir-hero__eyebrow{display:inline-block;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#012571;background:#01257114;padding:5px 14px;border-radius:100px;margin-bottom:20px}.pdfindir-hero__title{font-family:Montserrat,sans-serif;font-size:clamp(36px,4.5vw,56px);font-weight:500;color:#121212;margin:0 0 20px;letter-spacing:-.02em;line-height:1.08}.pdfindir-hero__title em{color:#1279ff;font-style:italic;font-weight:700}.pdfindir-hero__desc{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;line-height:1.65;color:#5f6376;margin:0;max-width:480px}.pdfindir-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px}.pdfindir-hero__circle{width:240px;height:240px;border-radius:50%;background:linear-gradient(135deg,#012571,#1e3fce);display:flex;align-items:center;justify-content:center;box-shadow:0 24px 80px #01257138;position:relative;z-index:1;color:#ffffffe6}.pdfindir-hero__circle:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;border:1.5px dashed rgba(1,37,113,.18)}.pdfindir-hero__circle:after{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;border-radius:50%;border:1px dashed rgba(1,37,113,.1)}.pdfindir-hero__chip{position:absolute;background:#fff;border:1.5px solid #e8eef8;border-radius:14px;padding:12px 16px;box-shadow:0 8px 30px #0125711a;display:flex;align-items:center;gap:10px;white-space:nowrap}.pdfindir-hero__chip--tl{top:20px;left:0}.pdfindir-hero__chip--tr{top:60px;right:0}.pdfindir-hero__chip--bl{bottom:40px;left:0}.pdfindir-hero__chip-icon{width:32px;height:32px;border-radius:9px;background:#01257114;display:flex;align-items:center;justify-content:center;color:#012571;flex-shrink:0}.pdfindir-hero__chip-value{font-family:Montserrat,sans-serif;font-size:15px;font-weight:800;color:#0a0f2e;line-height:1}.pdfindir-hero__chip-label{font-family:Plus Jakarta Sans,sans-serif;font-size:11px;color:#6b7280;margin-top:2px}@media (max-width: 900px){.pdfindir-hero__inner{grid-template-columns:1fr;min-height:auto}.pdfindir-hero__visual{display:none}}.pdfindir-form-section{background:#f4f7fe;padding:80px 40px}.pdfindir-form-section__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.pdfindir-info__eyebrow{display:inline-block;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#012571;background:#01257114;padding:5px 14px;border-radius:100px;margin-bottom:24px}.pdfindir-info__title{font-family:Montserrat,sans-serif;font-size:clamp(24px,2.8vw,34px);font-weight:800;color:#0a0f2e;line-height:1.2;letter-spacing:-.02em;margin:0 0 16px}.pdfindir-info__desc{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;line-height:1.75;color:#4a5568;margin:0 0 40px}.pdfindir-trust{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:24px}.pdfindir-trust__item{display:flex;align-items:flex-start;gap:16px}.pdfindir-trust__icon{width:42px;height:42px;border-radius:12px;background:#01257114;display:flex;align-items:center;justify-content:center;color:#012571;flex-shrink:0}.pdfindir-trust__title{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;color:#0a0f2e;margin:0 0 4px}.pdfindir-trust__desc{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;color:#6b7280;margin:0;line-height:1.5}.pdfindir-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 8px 40px #0125711a}.pdfindir-card__title{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#0a0f2e;margin:0 0 8px}.pdfindir-card__sub{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;color:#6b7280;margin:0 0 28px;line-height:1.6}.pdfindir-form{display:flex;flex-direction:column;gap:18px}.pdfindir-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pdfindir-form__group{display:flex;flex-direction:column;gap:6px}.pdfindir-form__label{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;color:#374151}.pdfindir-form__label span{color:#ef4444;margin-left:2px}.pdfindir-form__input{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;color:#1f2937;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;padding:11px 14px;outline:none;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box}.pdfindir-form__input:focus{border-color:#012571;box-shadow:0 0 0 3px #01257114;background:#fff}.pdfindir-form__input::placeholder{color:#9ca3af}.pdfindir-form__error{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin:0}.pdfindir-form__submit{margin-top:4px;background:#012571;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;border:none;border-radius:10px;padding:15px 28px;cursor:pointer;transition:background .2s,transform .2s;display:flex;align-items:center;justify-content:center;gap:8px}.pdfindir-form__submit:hover:not(:disabled){background:#0a3299;transform:translateY(-1px)}.pdfindir-form__submit:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.pdfindir-form__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:pdfindir-spin .7s linear infinite;flex-shrink:0}@keyframes pdfindir-spin{to{transform:rotate(360deg)}}.pdfindir-form__privacy{display:flex;align-items:center;gap:6px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;color:#9ca3af;margin:0;justify-content:center}.pdfindir-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:8px 0}.pdfindir-success__icon{width:80px;height:80px;border-radius:50%;background:#f0fdf4;border:2px solid #bbf7d0;display:flex;align-items:center;justify-content:center;color:#16a34a}.pdfindir-success__title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:800;color:#0a0f2e;margin:0}.pdfindir-success__desc{font-family:Plus Jakarta Sans,sans-serif;font-size:15px;line-height:1.7;color:#4b5563;margin:0}.pdfindir-success__link{display:inline-flex;align-items:center;gap:8px;background:#012571;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;padding:13px 24px;border-radius:10px;text-decoration:none;transition:background .2s,transform .15s;margin-top:8px}.pdfindir-success__link:hover{background:#0a3299;transform:translateY(-1px)}@media (max-width: 900px){.pdfindir-form-section__inner{grid-template-columns:1fr;gap:48px}}@media (max-width: 600px){.pdfindir-hero{padding:60px 20px 80px}.pdfindir-form-section{padding:60px 20px}.pdfindir-card{padding:28px 20px}.pdfindir-form__row{grid-template-columns:1fr}}
