*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{background:#fff;color:#0d0d0d;overflow-x:hidden}.st-line-parent{overflow:hidden;display:block}.st-line-child{display:block}.st-line-child [style*=-webkit-text-fill-color],.st-line-child [class*=gradient]{display:inline}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:90px;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar__logo-img{width:120px;height:auto;object-fit:contain}.navbar__lang-wrap{position:relative}.navbar__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:16px;box-shadow:0 8px 32px #0000001f;list-style:none;padding:6px;z-index:200;animation:dropdown-in .15s ease}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar__dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;font-size:15px;font-weight:400;color:#1e1e1e;cursor:pointer;transition:background .1s}.navbar__dropdown-item:hover{background:#5b36d712}.navbar__dropdown-item--active{background:#5b36d71a;color:#5b36d7;font-weight:500}.navbar__dropdown-flag{font-size:18px;line-height:1}.navbar__chevron{color:#666;transition:transform .2s ease;flex-shrink:0}.navbar__chevron--open{transform:rotate(180deg)}.navbar__actions{display:flex;align-items:center;gap:14px}.navbar__lang-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:100px;padding:0 18px;height:54px;font-size:16px;font-weight:400;color:#1e1e1e;cursor:pointer;transition:background .15s}.navbar__lang-btn:hover{background:#00000008}.navbar__flag{font-size:20px;line-height:1}.navbar__signup-btn{background:linear-gradient(90deg,#5b36d7,#db1767);color:#fff;border:none;border-radius:100px;padding:0 32px;height:54px;font-size:18px;font-weight:400;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity .15s,transform .15s}.navbar__signup-btn:hover{opacity:.9;transform:translateY(-1px)}@media (max-width: 991px){.navbar{padding:0 28px;height:72px}.navbar__logo-img{width:120px}.navbar__badge{font-size:13px;padding:8px 16px}.navbar__lang-btn{height:44px;font-size:14px;padding:0 14px}.navbar__signup-btn{height:44px;font-size:15px;padding:0 22px}}@media (max-width: 430px){.navbar__lang-wrap{display:none}}@media (max-width: 600px){.navbar{padding:0 16px;height:64px}.navbar__logo-img{width:100px;flex-shrink:0}.navbar__badge{display:none}.navbar__actions{gap:8px;flex-shrink:0}.navbar__lang-label{display:none}.navbar__lang-btn{height:38px;font-size:13px;padding:0 10px;gap:2px}.navbar__flag{font-size:18px}.navbar__signup-btn{height:38px;font-size:14px;padding:0 16px}}@media (max-width: 360px){.navbar__logo-img{width:88px}.navbar__signup-btn{padding:0 12px;font-size:13px}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:90px;background:#fff;position:relative;overflow-x:clip}.hero__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px 0;position:relative;z-index:2;width:100%}.hero__badge{display:inline-flex;align-items:center;font-size:13px;font-weight:400;color:#5b36d7;background:#5b36d714;border-radius:100px;padding:6px 16px;margin-bottom:20px}.hero__heading{font-size:clamp(52px,7vw,120px);font-weight:500;line-height:.93;color:#1e1e1e;margin:0 0 28px;letter-spacing:-1px}.hero__heading-gradient{background:linear-gradient(90deg,#ff9500,#ff2d95 55%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:clamp(13px,1vw,16px);font-weight:400;color:#1e1e1e;line-height:1.55;max-width:420px;margin:0 0 44px}.hero__cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero__store-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#1a1a1a;text-decoration:none;border-radius:100px;padding:12px 22px;min-width:190px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #00000014,0 1px 2px #0000000f;transition:transform .15s,box-shadow .15s}.hero__store-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.hero__store-btn svg{flex-shrink:0}.hero__store-btn-text{display:flex;flex-direction:column;line-height:1.3;text-align:left}.hero__store-btn-label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.6px;color:#555}.hero__store-btn-name{font-size:18px;font-weight:600;color:#1a1a1a}.hero__image-wrap{width:110vw;margin-left:-5vw;margin-top:-200px;position:relative;z-index:1;line-height:0;flex-shrink:0}.hero__image{width:100%;height:auto;display:block}.hero__image-overlay{position:absolute;bottom:0;left:0;width:100%;height:auto;display:block;pointer-events:none}@media (max-width: 900px){.hero__content{padding:48px 32px 0}.hero__heading{letter-spacing:-.5px}.hero__store-btn{min-width:160px;padding:10px 18px}.hero__store-btn-name{font-size:16px}}@media (max-width: 600px){.hero{padding-top:70px}.hero__content{padding:36px 20px 0}.hero__heading{margin-bottom:18px;letter-spacing:0}.hero__subtitle{margin-bottom:32px}.hero__cta{flex-direction:row;gap:10px}.hero__store-btn{min-width:unset;padding:8px 14px;gap:8px}.hero__store-btn-label{font-size:9px}.hero__store-btn-name{font-size:13px}.hero__image-wrap{width:120vw;margin-left:-10vw}}.features{display:flex;align-items:center;justify-content:space-between;gap:64px;padding:100px 80px;background:#fff}.features__left{flex:0 0 38%;display:flex;flex-direction:column;align-items:flex-start}.features__badge{display:inline-flex;align-items:center;font-family:Google Sans,Inter,sans-serif;font-size:13px;font-weight:400;color:#5b36d7;background:#5b36d714;border-radius:100px;padding:6px 16px;margin-bottom:24px}.features__heading{font-family:Google Sans,Inter,sans-serif;font-size:clamp(36px,4.8vw,88px);font-weight:400;font-style:normal;line-height:1.1;color:#1e1e1e;margin:0 0 24px;letter-spacing:-.5px}.features__heading-gradient{font-family:Google Sans,Inter,sans-serif;font-weight:400;background:linear-gradient(90deg,#ff9500,#ff2d95 55%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features__subtitle{font-family:Google Sans,Inter,sans-serif;font-size:clamp(14px,1vw,16px);font-weight:400;font-style:normal;color:#666;line-height:1.7;max-width:340px;margin:0}.features__grid{flex:0 0 46%;display:grid;grid-template-columns:1fr 1fr;gap:20px}.features__card{background:#f8f9fa;border:none;border-radius:50px;padding:40px 24px;min-height:280px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s,transform .2s}.features__card:hover{box-shadow:0 8px 32px #00000014;transform:translateY(-3px)}.features__card-img{width:92px;height:92px;object-fit:contain}.features__card-title{font-family:Google Sans,Inter,sans-serif;font-size:19px;font-weight:400;color:#1e1e1e;margin:0}.features__card-desc{font-family:Google Sans,Inter,sans-serif;font-size:14px;font-weight:400;font-style:normal;color:#777;line-height:1.6;margin:0}@media (max-width: 900px){.features{flex-direction:column;padding:72px 40px;gap:48px}.features__left{flex:none;width:100%}.features__subtitle{max-width:100%}}@media (max-width: 600px){.features{padding:60px 20px;gap:36px}.features__grid{grid-template-columns:1fr 1fr;gap:14px}.features__card{padding:20px 16px;gap:10px;border-radius:28px;min-height:200px}.features__card-img{width:40px;height:40px}.features__card-title{font-size:14px}.features__card-desc{font-size:12px}}.hiw{background:#fff;padding:100px 80px;display:flex;flex-direction:column;align-items:center}.hiw__header{text-align:center;max-width:600px;margin-bottom:60px}.hiw__heading{font-family:Google Sans,Inter,sans-serif;font-size:clamp(36px,4.8vw,88px);font-weight:400;color:#1e1e1e;margin:0 0 20px;line-height:1.1;letter-spacing:-.5px}.hiw__heading-gradient{background:linear-gradient(90deg,#ff9500,#ff2d95 55%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw__subtitle{font-family:Google Sans,Inter,sans-serif;font-size:clamp(13px,1vw,15px);font-weight:400;color:#666;line-height:1.7;margin:0}.hiw__steps{width:100%;display:flex;flex-direction:column;gap:80px}.hiw__step{display:flex;align-items:center;gap:0;width:100%}.hiw__step-image-wrap{flex:0 0 54%}.hiw__step-image{width:100%;height:auto;display:block}.hiw__step--reverse{flex-direction:row-reverse}.hiw__step-text{flex:1;padding-left:40px}.hiw__step--reverse .hiw__step-text{padding-left:0;padding-right:40px}.hiw__step-title{font-family:Google Sans,Inter,sans-serif;font-size:clamp(24px,2.8vw,48px);font-weight:400;color:#1e1e1e;margin:0 0 14px;line-height:1.15;letter-spacing:-.3px}.hiw__step-desc{font-family:Google Sans,Inter,sans-serif;font-size:clamp(13px,1vw,16px);font-weight:400;color:#666;line-height:1.6;margin:0}@media (max-width: 900px){.hiw{padding:72px 40px}.hiw__step{flex-direction:column;gap:36px}.hiw__step-image-wrap{flex:none;width:100%}.hiw__step-text{padding-left:0;text-align:center}}@media (max-width: 600px){.hiw{padding:60px 20px}.hiw__header{margin-bottom:40px}}.lwl{background:#fff;padding:100px 80px;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.lwl__heading{font-family:Google Sans,Inter,sans-serif;font-size:clamp(40px,5.5vw,96px);font-weight:400;color:#1e1e1e;line-height:1.1;letter-spacing:-.5px;margin:0 0 24px}.lwl__heading-gradient{background:linear-gradient(90deg,#ff9500,#ff2d95 55%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lwl__text{overflow:hidden;will-change:height,opacity}.lwl__subtitle{font-family:Google Sans,Inter,sans-serif;font-size:clamp(13px,1vw,16px);font-weight:400;color:#666;line-height:1.6;max-width:480px;margin:0 auto 48px}.lwl__image-wrap{width:75%;max-width:900px;height:auto;will-change:width,max-width,height;flex-shrink:0}.lwl__image{width:100%;height:100%;display:block;border-radius:32px;object-fit:cover;will-change:border-radius}@media (max-width: 900px){.lwl{padding:72px 40px}.lwl__image-wrap{width:100%}.lwl__image{border-radius:24px}}@media (max-width: 600px){.lwl{padding:60px 20px}.lwl__image{border-radius:16px}}.testi{display:grid;grid-template-columns:40% 60%;padding:100px 0;background:#fff;overflow:hidden}.testi__left{padding-left:80px;padding-right:60px;display:flex;flex-direction:column;padding-top:20px;box-sizing:border-box}.testi__heading{font-family:Google Sans,Inter,sans-serif;font-size:clamp(32px,3.5vw,56px);font-weight:500;line-height:1.1;color:#1e1e1e;margin:0 0 20px}.testi__subtitle{font-size:clamp(12px,.9vw,14px);line-height:1.65;color:#666;margin:0 0 40px}.testi__nav{display:flex;gap:12px}.testi__nav-btn{width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .15s;flex-shrink:0}.testi__nav-btn:disabled{opacity:.35;cursor:default}.testi__nav-btn:not(:disabled):hover{transform:scale(1.08)}.testi__nav-btn--outline{background:transparent;border:1.5px solid #d0d0d0!important;color:#1e1e1e}.testi__nav-btn--filled{background:linear-gradient(135deg,#5b36d7,#db1767);color:#fff}.testi__slider{overflow:hidden;min-width:0}.testi__track{display:flex;gap:24px;will-change:transform;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y}.testi__track:active{cursor:grabbing}.testi__card{flex:0 0 clamp(220px,19vw,300px);display:flex;flex-direction:column;gap:16px;background:#f6f6f6;border-radius:20px;padding:16px 16px 20px;box-sizing:border-box}.testi__card-img-wrap{width:100%;aspect-ratio:3 / 4;border-radius:20px;overflow:hidden;flex-shrink:0}.testi__card-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.testi__stars{display:flex;gap:3px}.testi__quote{font-size:13px;line-height:1.65;color:#444;margin:0}.testi__name{font-size:14px;font-weight:600;color:#1e1e1e}@media (max-width: 991px){.testi{grid-template-columns:45% 55%;padding:72px 0}.testi__left{padding-left:48px;padding-right:40px}}@media (max-width: 600px){.testi{grid-template-columns:1fr;padding:60px 24px;overflow:hidden}.testi__left{padding-left:0;padding-right:0}.testi__nav{margin-bottom:16px}.testi__slider{overflow:hidden}.testi__card{flex:0 0 75vw}}.prem{display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(90deg,#5b36d7,#db1767);padding:80px 80px 0;overflow:hidden;position:relative;margin:40px 40px 0;border-radius:32px}.prem__left{flex:0 0 48%;max-width:580px;color:#fff;padding-bottom:80px}.prem__badge{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#ffffffd9;margin-bottom:20px;letter-spacing:.02em}.prem__heading{font-family:Google Sans,Inter,sans-serif;font-size:clamp(32px,3.8vw,64px);font-weight:500;line-height:1.05;color:#fff;margin:0 0 24px}.prem__subtitle{font-size:clamp(14px,1.1vw,17px);line-height:1.65;color:#ffffffd1;margin:0 0 32px;max-width:480px}.prem__list{list-style:none;margin:0 0 40px;padding:0;display:flex;flex-wrap:wrap;gap:10px}.prem__item{list-style:none;display:inline-flex;align-items:center;gap:8px;font-size:clamp(13px,1vw,15px);color:#ffffffeb;background:#ffffff26;border-radius:100px;padding:9px 18px;white-space:nowrap}.prem__item:before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#ffffffb3}.prem__buttons{display:flex;gap:16px;flex-wrap:wrap}.prem__store-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#1a1a1a;text-decoration:none;border-radius:100px;padding:12px 22px;min-width:190px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #00000014,0 1px 2px #0000000f;transition:transform .15s,box-shadow .15s}.prem__store-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.prem__store-btn svg{flex-shrink:0}.prem__store-btn-text{display:flex;flex-direction:column;line-height:1.3;text-align:left}.prem__store-btn-label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.6px;color:#555}.prem__store-btn-name{font-size:18px;font-weight:600;color:#1a1a1a}.prem__right{flex:1;display:flex;justify-content:flex-end;align-items:flex-end;min-width:0}.prem__phone{width:100%;max-width:min(55vw,800px);height:auto;display:block;margin-bottom:-40px}@media (max-width: 991px){.prem{flex-direction:column;padding:60px 48px 0;align-items:flex-start;margin:24px 24px 0}.prem__left{flex:none;max-width:100%;padding-bottom:40px}.prem__right{width:100%;justify-content:center}.prem__phone{max-width:420px;margin:0 auto -10px}}@media (max-width: 600px){.prem{padding:48px 24px 0;margin:16px 16px 0;border-radius:24px}.prem__phone{max-width:280px}.prem__buttons{gap:12px}.prem__store-btn{min-width:unset;padding:8px 14px;gap:8px}.prem__store-btn-name{font-size:13px}}.cta{margin:0 40px 40px;border-radius:32px;overflow:hidden;position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;background:url(/lgbt-lora.png) center center / cover no-repeat}.cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1e0a508c,#b4145059)}.cta__content{position:relative;z-index:1;text-align:center;padding:60px 40px;display:flex;flex-direction:column;align-items:center;gap:16px}.cta__heading{font-family:Google Sans,Inter,sans-serif;font-size:clamp(36px,5vw,80px);font-weight:500;color:#fff;line-height:1.1;margin:0}.cta__subtitle{font-size:clamp(14px,1.1vw,17px);color:#ffffffe0;margin:0;line-height:1.5}.cta__btn{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:14px 32px;border-radius:100px;background:linear-gradient(90deg,#5b36d7,#db1767);color:#fff;font-size:15px;font-weight:500;text-decoration:none;transition:opacity .2s,transform .15s}.cta__btn:hover{opacity:.9;transform:translateY(-2px)}@media (max-width: 991px){.cta{margin:0 24px 32px;min-height:480px}}@media (max-width: 600px){.cta{margin:0 16px 24px;border-radius:24px;min-height:360px}.cta__content{padding:40px 24px}}.footer{background:#f6f6f6;padding:72px 80px 0}.footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.6fr;gap:48px;padding-bottom:56px;border-bottom:1px solid #e4e4e4}.footer__logo{width:140px;height:auto;display:block;margin-bottom:16px}.footer__desc{font-size:13px;line-height:1.65;color:#666;margin:0 0 24px;max-width:220px}.footer__socials{display:flex;gap:10px}.footer__social-btn{width:34px;height:34px;border-radius:50%;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;color:#555;text-decoration:none;transition:border-color .2s,color .2s}.footer__social-btn:hover{border-color:#5b36d7;color:#5b36d7}.footer__col{display:flex;flex-direction:column;gap:0}.footer__col-title{font-size:15px;font-weight:600;color:#1e1e1e;margin:0 0 20px}.footer__links{display:flex;flex-direction:column;gap:12px}.footer__link{background:none;border:none;padding:0;cursor:pointer;font-size:14px;color:#555;text-align:left;font-family:inherit;transition:color .2s}.footer__link:hover{color:#5b36d7}.footer__store-btns{display:flex;flex-direction:column;gap:12px}.footer__store-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:100px;background:#fff;border:1px solid #e0e0e0;text-decoration:none;color:#1a1a1a;box-shadow:0 1px 4px #0000000f;transition:box-shadow .2s,transform .15s;width:fit-content}.footer__store-btn:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.footer__store-btn-text{display:flex;flex-direction:column;line-height:1.2}.footer__store-btn-text small{font-size:9px;text-transform:uppercase;letter-spacing:.5px;color:#888}.footer__store-btn-text strong{font-size:14px;font-weight:600}.footer__newsletter-desc{font-size:13px;line-height:1.6;color:#666;margin:0 0 16px}.footer__newsletter-form{display:flex;gap:0;border-radius:100px;overflow:hidden;border:1px solid #e0e0e0;background:#fff}.footer__newsletter-input{flex:1;border:none;outline:none;padding:12px 20px;font-size:13px;font-family:inherit;background:transparent;color:#1e1e1e;min-width:0}.footer__newsletter-input::placeholder{color:#aaa}.footer__newsletter-btn{border:none;cursor:pointer;padding:12px 22px;border-radius:100px;background:linear-gradient(90deg,#5b36d7,#db1767);color:#fff;font-size:13px;font-weight:500;font-family:inherit;white-space:nowrap;transition:opacity .2s}.footer__newsletter-btn:hover{opacity:.88}.footer__bottom{padding:20px 0;text-align:center;font-size:13px;color:#999}@media (max-width: 1100px){.footer__inner{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width: 600px){.footer{padding:56px 24px 0}.footer__inner{grid-template-columns:1fr;gap:36px}.footer__newsletter-form{flex-direction:column;border-radius:16px;overflow:visible;border:none;background:none;gap:10px}.footer__newsletter-input{border:1px solid #e0e0e0;border-radius:100px;background:#fff}.footer__newsletter-btn{border-radius:100px;padding:12px 24px;text-align:center}}.lang-widget{display:none}@media (max-width: 430px){.lang-widget{display:block;position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:999}.lang-widget__trigger{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:100px;padding:10px 18px;font-size:14px;font-weight:500;color:#1e1e1e;cursor:pointer;box-shadow:0 4px 20px #00000026;white-space:nowrap;transition:box-shadow .15s}.lang-widget__trigger:hover{box-shadow:0 6px 24px #0003}.lang-widget__flag{font-size:18px;line-height:1}.lang-widget__chevron{color:#888;transition:transform .2s ease;flex-shrink:0}.lang-widget__chevron--open{transform:rotate(180deg)}.lang-widget__dropdown{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);min-width:200px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:16px;box-shadow:0 -4px 24px #0000001f;list-style:none;padding:6px;animation:widget-up .15s ease}@keyframes widget-up{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.lang-widget__item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;font-size:14px;color:#1e1e1e;cursor:pointer;transition:background .1s}.lang-widget__item:hover{background:#5b36d712}.lang-widget__item--active{background:#5b36d71a;color:#5b36d7;font-weight:500}}
