:root{font-family:Open Sans,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0b183d;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{min-height:100vh;background:#fff;display:flex;flex-direction:column}.app__main{flex:1;max-width:1140px;width:100%;margin:0 auto;padding:24px;box-sizing:border-box}@media(max-width:768px){.app__main{padding:16px}}@media(max-width:480px){.app__main{padding:12px}}.coming-soon-modal__backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#00000080;animation:coming-soon-fadeIn .2s ease-out}@keyframes coming-soon-fadeIn{0%{opacity:0}to{opacity:1}}.coming-soon-modal__box{background:#fff;border-radius:12px;padding:32px 40px;max-width:360px;width:100%;text-align:center;box-shadow:0 20px 60px #0003;animation:coming-soon-slideIn .25s ease-out}@keyframes coming-soon-slideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.coming-soon-modal__title{margin:0 0 24px;font-family:Open Sans,system-ui,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.3;color:#0b183d}.coming-soon-modal__close{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-family:Open Sans,system-ui,sans-serif;font-weight:700;font-size:1rem;color:#fff;background:#e09b11;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .2s}.coming-soon-modal__close:hover{background:#c7880f}.coming-soon-modal__close:active{transform:scale(.98)}.header{position:sticky;top:0;z-index:100;width:100%;background:#0f172a;box-shadow:0 1px 3px #0003;font-family:Open Sans,system-ui,sans-serif}.header__bar{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;min-height:72px;box-sizing:border-box}.header__logo{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;background:#fff;border-radius:12px;box-shadow:0 10px 24px #00000040;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s}.header__logo:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 14px 30px #00000047}.header__logo-img{display:block;height:42px;width:auto;max-width:220px;object-fit:contain}.header__nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.header__link{padding:10px 16px;font-weight:600;font-size:.9375rem;color:#ffffffd9;text-decoration:none;border-radius:8px;white-space:nowrap;transition:color .2s,background .2s}.header__link:hover{color:#fff;background:#ffffff1a}.header__cta{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 24px;font-weight:700;font-size:.9375rem;letter-spacing:.02em;color:#0f172a;background:#f8fafc;border:none;border-radius:999px;cursor:pointer;font-family:inherit;box-shadow:0 2px 12px #0003;transition:transform .2s,box-shadow .2s,background .2s}.header__cta:hover{background:#fff;box-shadow:0 4px 20px #ffffff26;transform:translateY(-1px)}.header__cta:active{transform:translateY(0)}.header__cta--mobile{display:none}.header__menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:10px;transition:background .2s}.header__menu-btn:hover{background:#ffffff1a}.header__menu-icon{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transition:transform .2s,opacity .2s}.header__menu-btn[aria-expanded=true] .header__menu-icon:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__menu-btn[aria-expanded=true] .header__menu-icon:nth-child(2){opacity:0}.header__menu-btn[aria-expanded=true] .header__menu-icon:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:992px){.header__bar{min-height:64px}.header__nav{position:fixed;inset:64px 0 auto;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:20px 24px 24px;background:#fff;box-shadow:0 10px 40px #0000001a;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height .3s ease,opacity .2s,visibility .2s}.header__nav--open{max-height:80vh;opacity:1;visibility:visible}.header__link{padding:14px 0;font-size:1rem;color:#334155;border-radius:0;border-bottom:1px solid #f1f5f9}.header__link:hover{background:#f1f5f9;color:#0f4c5f}.header__link:last-child{border-bottom:none}.header__cta--desktop{display:none}.header__cta--mobile{display:inline-flex;width:100%;margin-top:16px;justify-content:center;border-radius:999px}.header__menu-btn{display:flex}}@media(max-width:480px){.header__bar{padding:0 16px;min-height:56px}.header__logo{padding:6px 10px;max-width:150px}.header__logo-img{height:34px;max-width:150px}.header__nav{top:56px;padding:16px 20px 20px}}.footer{width:100%;background:#0b183d;color:#e8ecf1;font-family:Open Sans,system-ui,sans-serif;margin-top:auto}.footer__frame{max-width:1140px;margin:0 auto;padding:48px 24px 24px;box-sizing:border-box}.footer__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.12)}.footer__logo{display:inline-flex;align-items:center;text-decoration:none;color:#fff;transition:opacity .2s}.footer__logo:hover{opacity:.85}.footer__logo-img{display:block;height:40px;width:auto;max-width:220px;object-fit:contain}.footer__nav{flex:1;display:flex;justify-content:center;min-width:0}.footer__links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 24px;list-style:none;margin:0;padding:0}.footer__link{font-weight:600;font-size:.9375rem;color:#ffffffd9;text-decoration:none;padding:6px 0}.footer__link:hover{color:#e09b11}.footer__cta{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-weight:700;font-size:.9375rem;color:#0b183d;background:#e09b11;border-radius:6px;text-decoration:none;transition:background-color .2s,color .2s;border:none;cursor:pointer;font-family:inherit}.footer__cta:hover{background:#f5a623;color:#0b183d}.footer__bottom{padding-top:24px;text-align:center}.footer__copy{margin:0;font-size:.875rem;color:#fff9}@media(max-width:768px){.footer__frame{padding:40px 20px 20px}.footer__top{flex-direction:column;align-items:center;text-align:center;padding-bottom:24px;gap:20px}.footer__nav{order:1;width:100%}.footer__links{justify-content:center}.footer__cta{order:2}}@media(max-width:480px){.footer__logo-img{height:34px;max-width:170px}.footer__frame{padding:32px 16px 16px}.footer__links{gap:4px 16px}.footer__link{font-size:.875rem}.footer__cta{width:100%;max-width:280px}}.new-hero{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;height:982px;max-height:100vh;min-height:400px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;box-sizing:border-box;background:linear-gradient(135deg,rgba(15,76,95,.97) 0%,transparent 50%),linear-gradient(93.31deg,#0a3d4d,#0f4c5f,#166c86,#197b98,#1a8fb3);margin-top:-72px;box-shadow:0 12px 40px #00000040}.new-hero:before{content:"";position:absolute;width:80%;height:80%;top:-20%;right:-15%;background:radial-gradient(ellipse,rgba(26,143,179,.35) 0%,transparent 70%);pointer-events:none}.new-hero:after{content:"";position:absolute;width:60%;height:60%;bottom:-15%;left:-10%;background:radial-gradient(ellipse,rgba(242,146,11,.12) 0%,transparent 65%);pointer-events:none}.new-hero__inner{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-width:1512px;margin:0 auto;padding:80px 48px;gap:48px;box-sizing:border-box}.new-hero__content{flex:1;min-width:0;max-width:560px}.new-hero__stores{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;margin-left:50px}.new-hero__store-btn{display:inline-flex;padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:transform .2s ease,opacity .2s ease}.new-hero__store-btn:hover{transform:scale(1.05);opacity:.9}.new-hero__store-btn:active{transform:scale(.98)}.new-hero__store-img{display:block;height:52px;width:auto;max-width:180px;object-fit:contain}.new-hero__media{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;max-width:50%}.new-hero__img{max-height:790px;width:auto;height:auto;max-width:115%;object-fit:contain;object-position:right center;display:block;margin-top:200px}.new-hero__title{font-family:Manrope,Open Sans,sans-serif;font-weight:800;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.2;letter-spacing:-.02em;color:#fff;max-width:920px;margin:0 0 16px 50px}.new-hero__slogan{font-family:Open Sans,system-ui,sans-serif;font-size:clamp(1rem,2vw,1.25rem);line-height:1.5;color:#fffffff2;max-width:680px;margin:0 0 12px 50px;white-space:nowrap}.new-hero__intro{font-family:Open Sans,system-ui,sans-serif;font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.5;color:#ffffffd9;max-width:480px;margin:0 0 28px 50px}.new-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 56px;font-family:Manrope,Open Sans,sans-serif;font-weight:700;font-size:1.125rem;color:#fff;background:linear-gradient(135deg,#f2920b,#e65100);border:none;border-radius:10px;cursor:pointer;box-shadow:0 4px 20px #f2920b66;transition:transform .2s,box-shadow .2s;margin-left:50px}.new-hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 28px #f2920b80}.new-hero__cta:active{transform:translateY(0)}@media(max-width:768px){.new-hero{height:auto;min-height:440px;max-height:none;justify-content:center;padding-top:100px}.new-hero__inner{flex-direction:column;padding:48px 24px 56px;gap:28px}.new-hero__content{max-width:100%;text-align:center;order:1}.new-hero__title{max-width:100%;margin-left:0;font-size:clamp(1.5rem,5vw,2rem);padding:0 8px}.new-hero__slogan{max-width:100%;margin-left:0;white-space:normal;padding:0 8px}.new-hero__intro{max-width:100%;margin-left:0;margin-bottom:20px;padding:0 8px}.new-hero__cta{margin-left:0;align-self:center}.new-hero__stores{justify-content:center;margin-top:20px;margin-left:0}.new-hero__media{max-width:100%;order:2;justify-content:center}.new-hero__img{max-height:320px;margin-top:0;max-width:100%}}@media(max-width:480px){.new-hero{min-height:360px}.new-hero__inner{padding:32px 16px 40px;gap:24px}.new-hero__title{font-size:1.375rem;line-height:1.3}.new-hero__slogan{font-size:.9375rem}.new-hero__intro{font-size:.875rem;margin-bottom:16px}.new-hero__cta{width:100%;max-width:280px;padding:14px 24px;font-size:1rem}.new-hero__store-img{height:44px;max-width:150px}.new-hero__img{max-height:240px}}.hero{font-family:Open Sans,sans-serif;width:100%;padding:0 24px;margin-top:70px;margin-bottom:60px;box-sizing:border-box;position:relative}.hero__content{display:flex;flex-direction:row;align-items:center;padding:0;max-width:1138px;width:100%;margin:-45px auto 0;gap:0}.hero__text-column{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:30px;width:493px;flex:none;order:0}.hero__text{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:20px;width:493px;flex:none;align-self:stretch}.hero__badge{width:449px;height:19px;font-family:Open Sans,sans-serif;font-style:normal;font-weight:800;font-size:14px;line-height:19px;letter-spacing:.06em;text-transform:uppercase;color:#2064c4;flex:none}.hero__title{width:493px;height:auto;min-height:174px;margin:0;font-family:Open Sans,sans-serif;font-style:normal;font-weight:700;font-size:48px;line-height:58px;color:#0b183d;flex:none;align-self:stretch}.hero__button{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:18px 28px;min-height:47px;background:linear-gradient(180deg,#f2c30b -.98%,#e18412 99.02%);border:1px solid #da8207;box-shadow:0 4px 20px #00000040;border-radius:4px;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer;font-family:inherit}.hero__button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #0000004d}.hero__button:active{transform:translateY(0)}.hero__button-text{font-family:Open Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#fff;white-space:nowrap}.hero__image-column{display:flex;flex-direction:column;align-items:flex-start;padding:0;isolation:isolate;width:719px;height:634.92px;flex:none;order:1;position:relative}.hero__image-wrapper{width:719px;height:634.92px;position:relative;flex:none;align-self:stretch;z-index:0}.hero__image{width:100%;height:100%;object-fit:cover;border-radius:4px}.hero__arrows{position:absolute;width:611.04px;height:268.24px;left:0;top:calc(50% - 134.46px);flex:none;order:1;z-index:1;pointer-events:none}.hero__arrow{position:absolute;overflow:visible}.hero__arrow--left{left:0%;width:18.64%;top:32.29%;height:34.81%;transform:rotate(13.55deg);transform-origin:center}.hero__arrow--right{left:59.67%;width:18.63%;top:28.82%;height:34.81%;transform:rotate(-166.45deg);transform-origin:center}.hero__arrow-svg{width:100%;height:100%;overflow:visible}@media(max-width:1200px){.hero__content{flex-direction:column;align-items:center;gap:40px}.hero__text-column{width:100%;max-width:493px;align-items:center;text-align:center}.hero__text{width:100%;align-items:center}.hero__badge{width:auto}.hero__title{width:100%;text-align:center}.hero__image-column{width:100%;max-width:719px;height:auto;aspect-ratio:719 / 634.92}.hero__image-wrapper{width:100%;height:auto;aspect-ratio:719 / 634.92}}@media(max-width:768px){.hero{margin-top:80px;padding:0 16px}.hero__title{font-size:36px;line-height:44px}.hero__badge{font-size:12px}.hero__button{max-width:100%}.hero__arrows{display:none}}@media(max-width:1200px){.hero__line{width:100%;left:0;top:auto;bottom:-50px}.hero__line-orange{width:27.5%;left:0}.hero__line-blue{width:72.5%;left:27.5%}}@media(max-width:768px){.hero__line{display:none}}@media(max-width:480px){.hero{margin-top:60px;margin-bottom:40px;padding:0 12px}.hero__title{font-size:28px;line-height:36px}.hero__button{width:100%;max-width:100%}}.stats-section{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:60px 24px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;background:#1e3a5f url(/666.png) no-repeat center;background-size:cover;min-height:285px}.stats-section__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f172abf,#1e3a5fd9);pointer-events:none}.stats-section__inner{position:relative;z-index:1;width:100%;max-width:1152px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}.stats-section__title{margin:0;font-family:Manrope,Open Sans,sans-serif;font-weight:700;font-size:40px;line-height:48px;letter-spacing:-.02em;color:#fff;text-align:center}.stats-section__content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:24px 48px;width:100%;max-width:1152px}.stats-section__item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:4px;flex:1;min-width:200px;max-width:288px}.stats-section__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;color:#fff}.stats-section__icon-svg{width:52px;height:52px}.stats-section__text{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:4px 0}.stats-section__number{font-family:Manrope,Open Sans,sans-serif;font-weight:700;font-size:32px;line-height:40px;letter-spacing:-.02em;color:#fff}.stats-section__label{font-family:Manrope,Open Sans,sans-serif;font-weight:600;font-size:18px;line-height:23px;letter-spacing:-.02em;color:#fff}@media(max-width:1024px){.stats-section__content{gap:20px 32px}.stats-section__item{min-width:180px;max-width:240px}}@media(max-width:768px){.stats-section{padding:48px 20px;min-height:auto}.stats-section__title{font-size:28px;line-height:36px}.stats-section__content{flex-direction:row;justify-content:center;gap:24px}.stats-section__item{flex:1 1 calc(50% - 12px);min-width:140px;max-width:none}.stats-section__number{font-size:28px;line-height:36px}.stats-section__label{font-size:16px;line-height:22px}}@media(max-width:480px){.stats-section{padding:40px 16px}.stats-section__title{font-size:24px;line-height:32px}.stats-section__content{flex-direction:column;align-items:center;gap:20px}.stats-section__item{flex:none;width:100%;max-width:280px;min-width:0}}.hero-contents{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:585px;box-sizing:border-box;background:#f5f5f5 url(/555.png) no-repeat right center;background-size:cover}.hero-contents__frame{position:relative;width:100%;max-width:1440px;margin:0 auto;padding:104px 40px 104px 135px;box-sizing:border-box}.hero-contents__inner{display:flex;flex-direction:column;align-items:flex-start;gap:40px;max-width:610px}.hero-contents__texts{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.hero-contents__tagline{margin:0;font-family:Be Vietnam Pro,system-ui,sans-serif;font-weight:400;font-size:20px;line-height:120%;color:#111d15}.hero-contents__heading-block{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hero-contents__title{margin:0;font-family:Be Vietnam Pro,system-ui,sans-serif;font-weight:700;font-size:52px;line-height:115%;color:#111d15}.hero-contents__subtitle{margin:0;font-family:Be Vietnam Pro,system-ui,sans-serif;font-weight:400;font-size:18px;line-height:30px;color:#666;max-width:543px}.hero-contents__buttons{display:flex;flex-direction:row;align-items:flex-start;gap:25px}.hero-contents__btn{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:17px 32px;gap:10px;font-family:Be Vietnam Pro,system-ui,sans-serif;font-weight:600;font-size:16px;line-height:20px;text-decoration:none;border-radius:6px;box-sizing:border-box;transition:opacity .2s,background-color .2s,border-color .2s;cursor:pointer}.hero-contents__btn--primary{min-width:182px;height:54px;background:#ff9800;color:#fff;border:none}.hero-contents__btn--primary:hover{opacity:.9}.hero-contents__btn--secondary{min-width:200px;height:54px;background:transparent;border:1px solid #666666;color:#111d15}.hero-contents__btn--secondary:hover{border-color:#111d15;background:#0000000a}@media(max-width:1024px){.hero-contents__frame{padding:80px 32px 80px 48px}.hero-contents__title{font-size:40px}}@media(max-width:768px){.hero-contents{min-height:520px;background-image:url(/mob.png);background-position:top center;background-size:cover}.hero-contents__frame{padding:64px 24px;margin-left:40px}.hero-contents__inner{gap:32px}.hero-contents__tagline{font-size:18px}.hero-contents__title{font-size:32px}.hero-contents__subtitle{font-size:16px;line-height:26px}.hero-contents__buttons{flex-direction:column;width:100%;gap:16px}.hero-contents__btn{width:100%;max-width:280px;justify-content:center}}@media(max-width:480px){.hero-contents{min-height:460px}.hero-contents__frame{padding:48px 16px}.hero-contents__title{font-size:26px}.hero-contents__subtitle{font-size:15px}.hero-contents__btn{padding:14px 24px;font-size:15px}}.services-showcase{width:100%;padding:64px 24px;box-sizing:border-box}.services-showcase__inner{max-width:1152px;margin:0 auto}.services-showcase__header{text-align:center;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.services-showcase__title{margin:0 0 .75rem;font-family:Manrope,sans-serif;font-weight:700;font-size:2rem;line-height:1.25;letter-spacing:-.02em;color:#0b183d}.services-showcase__subtitle{margin:0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.55;color:#475569}.services-showcase__content{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.services-showcase__col{display:flex;flex-direction:column;align-items:stretch;gap:10px;flex:1;min-width:0}.showcase-card{display:flex;flex-direction:column;flex:1;min-height:0}.showcase-card__image{width:100%;height:456px;border-radius:4px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px;box-sizing:border-box}.showcase-card__overlay{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;width:100%;max-width:361px;text-align:center}.showcase-card__title{margin:0;width:100%;font-family:Manrope,sans-serif;font-weight:700;font-size:24px;line-height:30px;letter-spacing:-.02em;color:#fff}.showcase-card__line{display:block;width:178px;height:2px;background:#fff;margin:10px 0;flex-shrink:0}.showcase-card__subtitle{margin:0;width:100%;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:18px;text-align:center;color:#fff}@media(max-width:1024px){.services-showcase__content{flex-wrap:wrap;justify-content:center}.services-showcase__col{flex:1 1 calc(50% - 10px);max-width:400px}.showcase-card__image{height:380px}}@media(max-width:768px){.services-showcase{padding:48px 16px}.services-showcase__header{margin-bottom:2rem}.services-showcase__title{font-size:1.5rem}.services-showcase__subtitle{font-size:.9375rem}.services-showcase__content{flex-direction:column;align-items:stretch}.services-showcase__col{flex:none;max-width:100%}.showcase-card__image{height:320px}.showcase-card__title{font-size:20px;line-height:26px}.showcase-card__subtitle{font-size:13px}}@media(max-width:480px){.services-showcase{padding:32px 12px}.services-showcase__title{font-size:1.25rem}.showcase-card__image{height:260px}.showcase-card__title{font-size:18px;line-height:24px}}.content-section{position:relative;width:100vw;min-height:720px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/01%20-%20Hero%20Section.png);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.content-section__overlay{position:absolute;inset:0;background:transparent;z-index:0}.content-section__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:80px 24px;box-sizing:border-box}.content-section__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:40px;position:relative;width:100%;max-width:636px}.content-section__title{width:100%;max-width:636px;margin:0;font-family:Manrope,Open Sans,sans-serif;font-style:normal;font-weight:800;font-size:48px;line-height:58px;letter-spacing:-.02em;color:#fff;flex:none;align-self:stretch}.content-section__subtitle{width:100%;max-width:636px;margin:0;font-family:Inter,Open Sans,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:23px;letter-spacing:-.02em;color:#fff;flex:none;align-self:stretch}.content-section__actions{display:flex;flex-direction:row;align-items:center;padding:0;gap:20px;width:100%;max-width:636px;flex:none;flex-wrap:wrap}.content-section__btn{display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;font-family:Inter,Open Sans,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:23px;letter-spacing:-.02em;color:#fff;box-sizing:border-box;transition:opacity .2s,transform .2s;border:none;cursor:pointer}.content-section__btn:hover{opacity:.95;transform:translateY(-1px)}.content-section__btn--primary{padding:20px 40px;width:279px;height:60px;background:#2196f3;border-radius:4px;flex:none}.content-section__btn--secondary{padding:20px 40px;width:200px;height:60px;border:2px solid #2196f3;border-radius:4px;background:transparent;flex:none}.content-section__btn--secondary:hover{background:#2196f31a}@media(max-width:768px){.content-section{min-height:420px}.content-section__inner{padding:60px 20px}.content-section__title{font-size:36px;line-height:44px}.content-section__subtitle{font-size:16px;line-height:22px}.content-section__actions{flex-direction:column;align-items:flex-start}.content-section__btn--primary,.content-section__btn--secondary{width:100%;max-width:279px;justify-content:center}}@media(max-width:480px){.content-section{min-height:380px}.content-section__inner{padding:40px 16px}.content-section__title{font-size:28px;line-height:36px}.content-section__subtitle{font-size:15px;line-height:22px}}.app-promo{position:relative;width:100%;box-sizing:border-box}.app-promo__frame{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:282px;background:linear-gradient(93.31deg,#0e1a2b 2.3%,#1b2f4a 41.65%,#2a4a73 90.32%);display:flex;align-items:center;justify-content:flex-end;padding:24px 0;overflow:hidden}.app-promo__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;gap:48px;box-sizing:border-box}.app-promo__content{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:520px}.app-promo__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.625rem}.app-promo__list li{position:relative;padding-left:1.25rem;font-family:Inter,Open Sans,sans-serif;font-size:17px;line-height:1.5;color:#f6f6f7;font-weight:500}.app-promo__list li:before{content:"";position:absolute;left:0;top:.4em;width:8px;height:10px;background:#f2920b;clip-path:polygon(0 0,100% 50%,0 100%)}.app-promo__btn{display:inline-flex;align-items:center;justify-content:center;padding:20px 90px;font-family:Manrope,Open Sans,sans-serif;font-weight:700;font-size:19px;letter-spacing:.02em;color:#fff;text-decoration:none;background:linear-gradient(135deg,#f2920b,#e65100);border:none;border-radius:12px;box-shadow:0 4px 20px #f2920b73,0 2px 8px #00000026;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.app-promo__btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #f2920b80,0 4px 12px #0000002e}.app-promo__btn:active{transform:translateY(0)}.app-promo__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px}.app-promo__stores{display:flex;align-items:center;gap:12px}.app-promo__store-btn{display:inline-flex;padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:transform .2s ease,opacity .2s ease}.app-promo__store-btn:hover{transform:scale(1.05);opacity:.9}.app-promo__store-btn:active{transform:scale(.98)}.app-promo__store-img{display:block;height:48px;width:auto;max-width:160px;object-fit:contain}.app-promo__media{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;max-width:50%}.app-promo__img{max-height:720px;width:auto;height:auto;max-width:100%;object-fit:contain;object-position:right center;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}@media(max-width:768px){.app-promo__frame{min-height:280px;justify-content:center}.app-promo__inner{flex-direction:column;justify-content:center;padding:0 16px;gap:32px}.app-promo__content{max-width:100%;align-items:center;text-align:center}.app-promo__list{align-items:flex-start;text-align:left}.app-promo__list li{font-size:.875rem}.app-promo__actions{flex-direction:column;align-items:center}.app-promo__btn{padding:.875rem 2rem;font-size:1rem}.app-promo__stores{justify-content:center}.app-promo__store-img{height:44px;max-width:140px}.app-promo__media{max-width:100%}.app-promo__img{max-height:260px}}.usta-section{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:64px 24px 72px;box-sizing:border-box;background:linear-gradient(160deg,#e8ecf1,#d4dae2 45%,#b8c1ce)}.usta-section__frame{position:relative;width:100%;max-width:1200px;margin:0 auto}.usta-section__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:48px;width:100%}.usta-section__media{flex-shrink:0;width:100%;max-width:480px;display:flex;justify-content:center;align-items:center}.usta-section__img{width:100%;max-width:420px;height:auto;display:block;transform:rotate(-8deg);filter:drop-shadow(0 24px 48px rgba(0,0,0,.15))}.usta-section__content{flex:1;min-width:0;max-width:520px;display:flex;flex-direction:column;gap:1.5rem}.usta-section__btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:14px 28px;font-family:Manrope,Open Sans,sans-serif;font-weight:700;font-size:1rem;color:#fff;text-decoration:none;background:linear-gradient(135deg,#f2920b,#e65100);border-radius:10px;box-shadow:0 4px 16px #f2920b66;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}.usta-section__btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f2920b80}.usta-section__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.usta-section__list li{position:relative;padding-left:1.35rem;font-family:Inter,Open Sans,sans-serif;font-size:1rem;line-height:1.5;color:#1e293b;font-weight:500}.usta-section__list li:before{content:"";position:absolute;left:0;top:.45em;width:8px;height:10px;background:#f2920b;clip-path:polygon(0 0,100% 50%,0 100%)}@media(max-width:992px){.usta-section__inner{flex-direction:column;gap:36px}.usta-section__media{max-width:280px}.usta-section__img{transform:none}.usta-section__content{max-width:100%}.usta-section__btn{align-self:center}}@media(max-width:768px){.usta-section{padding:48px 16px 56px}.usta-section__list li{font-size:.9375rem}.usta-section__btn{width:100%;max-width:280px;align-self:center;padding:12px 24px;font-size:.9375rem}.usta-section__gradient-bar{bottom:-16px;height:8px}}@media(max-width:480px){.usta-section{padding:40px 12px 48px}.usta-section__media{max-width:100%}.usta-section__list li{font-size:.875rem}.usta-section__btn{width:100%;padding:12px 20px;font-size:.9375rem}}.app-promo-2{position:relative;width:100%;box-sizing:border-box}.app-promo-2__frame{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:282px;background:linear-gradient(93.31deg,#0f4c5f 2.3%,#166c86 41.65%,#197b98 90.32%);display:flex;align-items:center;justify-content:flex-end;padding:24px 0;overflow:hidden}.app-promo-2__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;gap:48px;box-sizing:border-box}.app-promo-2__content{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:520px}.app-promo-2__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.625rem}.app-promo-2__list li{position:relative;padding-left:1.25rem;font-family:Inter,Open Sans,sans-serif;font-size:17px;line-height:1.5;color:#f6f6f7;font-weight:500}.app-promo-2__list li:before{content:"";position:absolute;left:0;top:.4em;width:8px;height:10px;background:#f2920b;clip-path:polygon(0 0,100% 50%,0 100%)}.app-promo-2__btn{display:inline-flex;align-items:center;justify-content:center;padding:20px 90px;font-family:Manrope,Open Sans,sans-serif;font-weight:700;font-size:19px;letter-spacing:.02em;color:#fff;text-decoration:none;background:linear-gradient(135deg,#f2920b,#e65100);border:none;border-radius:12px;box-shadow:0 4px 20px #f2920b73,0 2px 8px #00000026;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.app-promo-2__btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #f2920b80,0 4px 12px #0000002e}.app-promo-2__btn:active{transform:translateY(0)}.app-promo-2__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px}.app-promo-2__stores{display:flex;align-items:center;gap:12px}.app-promo-2__store-btn{display:inline-flex;padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:transform .2s ease,opacity .2s ease}.app-promo-2__store-btn:hover{transform:scale(1.05);opacity:.9}.app-promo-2__store-btn:active{transform:scale(.98)}.app-promo-2__store-img{display:block;height:48px;width:auto;max-width:160px;object-fit:contain}.app-promo-2__media{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;max-width:50%}.app-promo-2__img{max-height:720px;width:auto;height:auto;max-width:100%;object-fit:contain;object-position:right center;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}@media(max-width:768px){.app-promo-2__frame{min-height:280px;justify-content:center}.app-promo-2__inner{flex-direction:column;justify-content:center;padding:0 16px;gap:32px}.app-promo-2__content{max-width:100%;align-items:center;text-align:center}.app-promo-2__list{align-items:flex-start;text-align:left}.app-promo-2__list li{font-size:.875rem}.app-promo-2__actions{flex-direction:column;align-items:center}.app-promo-2__btn{padding:.875rem 2rem;font-size:1rem}.app-promo-2__stores{justify-content:center}.app-promo-2__store-img{height:44px;max-width:140px}.app-promo-2__media{max-width:100%}.app-promo-2__img{max-height:260px}}.app-download{width:100%;padding:64px 24px;box-sizing:border-box;background:linear-gradient(180deg,#f8f9fb,#eef1f5)}.app-download__frame{max-width:900px;margin:0 auto}.app-download__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}.app-download__content{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:560px}.app-download__title{margin:0;font-family:Manrope,Open Sans,sans-serif;font-weight:700;font-size:2rem;line-height:1.25;letter-spacing:-.02em;color:#0b183d}.app-download__text{margin:0;font-family:Open Sans,system-ui,sans-serif;font-size:1.0625rem;line-height:1.6;color:#475569}.app-download__stores{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;margin-top:8px}.app-download__store-btn{display:inline-flex;padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:transform .2s ease,opacity .2s ease}.app-download__store-btn:hover{transform:scale(1.05);opacity:.9}.app-download__store-btn:active{transform:scale(.98)}.app-download__store-img{display:block;height:52px;width:auto;max-width:180px;object-fit:contain}@media(max-width:768px){.app-download{padding:48px 20px}.app-download__inner{gap:24px}.app-download__title{font-size:1.5rem}.app-download__text{font-size:1rem}.app-download__stores{gap:16px}.app-download__store-img{height:46px;max-width:160px}}@media(max-width:480px){.app-download{padding:40px 16px}.app-download__title{font-size:1.25rem}.app-download__stores{flex-direction:column;gap:12px}.app-download__store-img{height:44px;max-width:100%}}:root{--hizmet-anten: #00296C;--hizmet-temizlik: #00296C;--hizmet-cilingir: #00296C;--hizmet-oto: #00296C;--hizmet-lastik: #00296C;--hizmet-elektrik: #00296C}.hizmetler-page{min-height:100%}.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}.hizmetler-hero{position:relative;padding:80px 24px 72px;background:#1e3a5f url(/666.png) no-repeat center;background-size:cover;color:#fff;overflow:hidden}.hizmetler-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0f172ab3,#1e3a5fd9);pointer-events:none;z-index:1}.hizmetler-hero__inner{position:relative;z-index:2;max-width:720px;margin:0 auto;text-align:center}.hizmetler-hero__badge{display:inline-block;padding:8px 18px;margin-bottom:20px;font-family:Open Sans,system-ui,sans-serif;font-weight:700;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:#fbbf24;background:#fbbf2426;border-radius:999px}.hizmetler-hero__title{margin:0 0 16px;font-family:Manrope,Open Sans,sans-serif;font-weight:800;font-size:clamp(2rem,5vw,3.25rem);line-height:1.2;letter-spacing:-.03em}.hizmetler-hero__text{margin:0;font-size:1.125rem;line-height:1.65;color:#cbd5e1}.hizmetler-hero__shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4;pointer-events:none}.hizmetler-hero__shape--1{width:320px;height:320px;background:#3b82f6;top:-120px;right:-80px}.hizmetler-hero__shape--2{width:240px;height:240px;background:#8b5cf6;bottom:-60px;left:-60px}.hizmetler-hero__shape--3{width:180px;height:180px;background:#f59e0b;top:50%;left:10%;opacity:.25}.hizmetler-grid{padding:64px 24px 80px;background:linear-gradient(180deg,#f1f5f9,#e2e8f0,#f8fafc)}.hizmetler-grid__inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;max-width:1200px;margin:0 auto}.hizmetler-card{--card-accent: #3b82f6;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 0 0 1px #0000000a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.hizmetler-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #0000001f,0 0 0 1px #0000000f}.hizmetler-card__image-wrap{position:relative;aspect-ratio:16 / 10;overflow:hidden}.hizmetler-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hizmetler-card:hover .hizmetler-card__image{transform:scale(1.06)}.hizmetler-card__gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,transparent 40%,rgba(0,0,0,.5) 100%);pointer-events:none}.hizmetler-card__icon{position:absolute;bottom:16px;right:16px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;background:var(--card-accent);border-radius:14px;box-shadow:0 4px 16px #0003}.hizmetler-card__body{padding:24px 24px 28px;flex:1;display:flex;flex-direction:column;gap:8px}.hizmetler-card__title{margin:0;font-family:Manrope,Open Sans,sans-serif;font-weight:700;font-size:1.375rem;line-height:1.3;color:#0f172a}.hizmetler-card__subtitle{margin:0;font-size:.875rem;font-weight:600;color:var(--card-accent)}.hizmetler-card__desc{margin:0 0 auto;font-size:.9375rem;line-height:1.55;color:#64748b}.hizmetler-card__btn{margin-top:16px;align-self:flex-start;padding:12px 24px;font-family:Open Sans,system-ui,sans-serif;font-weight:700;font-size:.9375rem;color:#fff;background:var(--card-accent);border:none;border-radius:10px;cursor:pointer;transition:transform .2s,opacity .2s,filter .2s}.hizmetler-card__btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.hizmetler-card__btn:active{transform:translateY(0)}.hizmetler-cta{padding:72px 24px;background:linear-gradient(135deg,#e09b11,#d97706,#b45309);color:#fff;text-align:center}.hizmetler-cta__inner{max-width:560px;margin:0 auto}.hizmetler-cta__title{margin:0 0 12px;font-family:Manrope,Open Sans,sans-serif;font-weight:800;font-size:1.75rem;line-height:1.3}.hizmetler-cta__text{margin:0 0 24px;font-size:1.0625rem;line-height:1.6;opacity:.95}.hizmetler-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;font-family:Open Sans,system-ui,sans-serif;font-weight:700;font-size:1rem;color:#b45309;background:#fff;border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 20px #00000026;transition:transform .2s,box-shadow .2s}.hizmetler-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0003}@media(max-width:768px){.hizmetler-hero{padding:56px 20px}.hizmetler-grid{padding:48px 20px 56px}.hizmetler-grid__inner{grid-template-columns:1fr;gap:24px}.hizmetler-card__body{padding:20px 20px 24px}.hizmetler-card__title{font-size:1.25rem}.hizmetler-cta{padding:56px 20px}.hizmetler-cta__title{font-size:1.5rem}}@media(max-width:480px){.hizmetler-hero__badge{font-size:.75rem;padding:6px 14px}.hizmetler-grid__inner{gap:20px}}.legal-page{min-height:100%;background:#f8fafc}.legal-hero{position:relative;padding:64px 24px 48px;background:#0b183d;color:#fff;overflow:hidden}.legal-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#00296c99,#0b183df2);pointer-events:none}.legal-hero__inner{position:relative;z-index:1;max-width:820px;margin:0 auto}.legal-hero__title{margin:0 0 12px;font-family:Manrope,Open Sans,sans-serif;font-weight:800;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.25;letter-spacing:-.02em}.legal-hero__updated{margin:0;font-size:.9375rem;font-weight:600;color:#e09b11}.legal-content-section{padding:56px 24px 88px}.legal-content{max-width:820px;margin:0 auto;background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 24px #0000000f,0 0 0 1px #0000000a;font-family:Open Sans,system-ui,sans-serif;font-size:1rem;line-height:1.75;color:#1e293b}.legal-content>*:first-child{margin-top:0}.legal-content>*:last-child{margin-bottom:0}.legal-content h1,.legal-content h2,.legal-content h3,.legal-content h4{font-family:Manrope,Open Sans,sans-serif;font-weight:700;color:#0b183d;line-height:1.35}.legal-content h2{margin:40px 0 16px;font-size:1.375rem;padding-top:24px;border-top:1px solid #e2e8f0}.legal-content h2:first-of-type{padding-top:0;border-top:none}.legal-content h3{margin:28px 0 12px;font-size:1.125rem;color:#00296c}.legal-content h4{margin:20px 0 8px;font-size:1rem}.legal-content p{margin:0 0 16px}.legal-content a{color:#00296c;font-weight:600;text-decoration:underline;text-underline-offset:2px}.legal-content a:hover{color:#e09b11}.legal-content strong{color:#0b183d}.legal-content ul,.legal-content ol{margin:0 0 16px;padding-left:24px}.legal-content li{margin-bottom:8px}.legal-content li:last-child{margin-bottom:0}.legal-content blockquote{margin:20px 0;padding:12px 20px;border-left:4px solid #e09b11;background:#f8fafc;color:#475569;font-style:italic}.legal-content table{width:100%;margin:20px 0;border-collapse:collapse;font-size:.9375rem}.legal-content th,.legal-content td{padding:10px 12px;border:1px solid #e2e8f0;text-align:left;vertical-align:top}.legal-content th{background:#f1f5f9;font-weight:700;color:#0b183d}.legal-content hr{margin:32px 0;border:none;border-top:1px solid #e2e8f0}.legal-content__placeholder{padding:16px 20px;margin-bottom:24px;background:#fffbeb;border:1px dashed #e09b11;border-radius:10px;color:#92400e;font-size:.9375rem}@media(max-width:768px){.legal-hero{padding:48px 20px 40px}.legal-content-section{padding:40px 16px 64px}.legal-content{padding:28px 20px;border-radius:12px}}
