*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}.container{margin:0 auto;max-width:1200px;padding:0 20px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;justify-content:center;min-width:140px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 32px #667eea66;color:#fff}.btn-primary:hover{box-shadow:0 12px 40px #667eea99;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #333;color:#fff}.btn-secondary:hover{background:#333;border-color:#555}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#888;font-size:1.2rem;margin:0 auto 3rem;max-width:600px;text-align:center}.section-header{margin-bottom:4rem;text-align:center}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 20px}.nav-link{padding:8px 16px}.nav-toggle:hover{background:#ffffff1a}.hero{align-items:center;background:radial-gradient(ellipse at center,#111 0,#000 100%);display:flex;min-height:100vh;padding:100px 0 50px}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px}.hero-content{z-index:2}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-description{color:#ccc;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-phone{align-items:center;display:flex;flex-direction:column;gap:2rem}.carousel-container{align-items:center;display:flex;justify-content:center}.phone-mockup{background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border-radius:40px;box-shadow:0 25px 50px #00000080;height:650px;padding:12px;position:relative;width:320px}.phone-screen{background:#000;border-radius:30px;height:100%;overflow:hidden;position:relative;width:100%}.app-screenshot{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.screenshot-indicators{display:flex;gap:.5rem}.indicator{background:#333;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:#667eea;transform:scale(1.2)}.screenshots-swiper{height:100%;width:100%}.screenshots-swiper .swiper-slide{align-items:center;display:flex;justify-content:center}.phone-mockup .swiper-button-next,.phone-mockup .swiper-button-prev{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;height:32px;margin-top:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:32px;z-index:20}.phone-mockup .swiper-button-next:after,.phone-mockup .swiper-button-prev:after{font-size:14px;font-weight:700}.phone-mockup .swiper-button-next:hover,.phone-mockup .swiper-button-prev:hover{background:#667eeae6;border-color:#667eea;box-shadow:0 4px 16px #667eea66;opacity:1}.phone-mockup .swiper-button-prev{left:10px}.phone-mockup .swiper-button-next{right:10px}.swiper-pagination{margin-top:1rem;position:relative!important}.swiper-pagination .swiper-pagination-bullet{background:#333;height:12px;opacity:.5;transition:all .3s ease;width:12px}.swiper-pagination .swiper-pagination-bullet-active{background:#667eea;opacity:1;transform:scale(1.2)}.features{background:linear-gradient(180deg,#000,#111);padding:100px 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.feature-card{background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #333;border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#667eea;box-shadow:0 20px 40px #667eea1a}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#ccc;line-height:1.6}.benefits{background:#111;padding:100px 0}.benefits-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.benefits-text .section-title{margin-bottom:3rem;text-align:left}.benefit-list{display:flex;flex-direction:column;gap:2rem}.benefit-item{align-items:flex-start;display:flex;gap:1.5rem}.benefit-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:48px;justify-content:center;width:48px}.benefit-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.benefit-content p{color:#ccc;line-height:1.6}.benefits-image{display:flex;justify-content:center}.floating-phone{width:250px}.benefits-screenshot{border-radius:30px;box-shadow:0 25px 50px #0000004d;width:100%}.download{background:linear-gradient(180deg,#111,#000);padding:100px 0;text-align:center}.download-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:3rem 0}.store-button{align-items:center;display:inline-flex;height:84px;max-width:280px;transition:transform .3s ease;width:80vw}.store-badge{height:60px;object-fit:contain}.download-preview{margin-top:4rem}.preview-phones{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.preview-phone{max-width:200px;width:50vw}.preview-phone img{border-radius:25px;box-shadow:0 20px 40px #0000004d;width:100%}.footer{background:#0a0a0a;padding:60px 0 30px}.footer-content{gap:4rem;margin-bottom:3rem}.footer-logo{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.footer-logo .logo-icon{height:32px;object-fit:contain;width:32px}.footer-description{color:#888;line-height:1.6}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-column h4{font-weight:600;margin-bottom:1rem}.footer-column a,.footer-column button{background:none;border:none;color:#888;cursor:pointer;display:block;font-size:16px;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.footer-column a:hover,.footer-column button:hover{color:#667eea}.footer-bottom{border-top:1px solid #222;color:#666;padding-top:2rem;text-align:center}@media (max-width:768px){.nav-menu{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#000000f7;border-bottom:1px solid #ffffff1a;box-shadow:0 8px 32px #0000004d;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:84px;transform:translateY(-100%);transition:all .4s cubic-bezier(.23,1,.32,1)}.nav-menu-open{opacity:1;transform:translateY(0)}.nav-toggle{display:flex}.nav-toggle-open span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-toggle-open span:nth-child(2){opacity:0}.nav-toggle-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.logo-icon{height:32px;width:32px}.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-buttons{justify-content:center}.benefits-content{gap:3rem;grid-template-columns:1fr}.benefits-text .section-title{text-align:center}.footer-content{gap:2rem}.footer-content,.footer-links{grid-template-columns:1fr}.phone-mockup{height:570px;padding:10px;width:280px}.phone-mockup .swiper-button-next,.phone-mockup .swiper-button-prev{height:28px;width:28px}.phone-mockup .swiper-button-prev{left:8px}.phone-mockup .swiper-button-next{right:8px}.preview-phones{gap:1rem}.preview-phone{max-width:150px;width:40vw}.download-buttons{gap:1rem}.store-button{align-items:center;height:72px;justify-content:center;max-width:240px;width:70vw}}@media (max-width:480px){.hero{padding:80px 0 30px}.benefits,.download,.features{padding:60px 0}.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem}.phone-mockup{height:490px;padding:8px;width:240px}.phone-mockup .swiper-button-next,.phone-mockup .swiper-button-prev{height:24px;width:24px}.phone-mockup .swiper-button-prev{left:6px}.phone-mockup .swiper-button-next{right:6px}}.legal-page{background:linear-gradient(180deg,#000,#111);min-height:100vh;padding:120px 0 60px}.legal-content{color:#fff;line-height:1.7;margin:0 auto;max-width:800px}.legal-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.effective-date{border-bottom:1px solid #333;color:#888;font-size:1.1rem;margin-bottom:2rem;padding-bottom:1.5rem}.legal-content section{margin-bottom:3rem}.legal-content h2{color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:1rem;padding-top:1rem}.legal-content h3{color:#ccc;font-size:1.4rem;font-weight:500;margin:1.5rem 0 1rem}.legal-content p{color:#ccc;margin-bottom:1rem}.legal-content ul{margin:1rem 0;padding-left:2rem}.legal-content li{color:#ccc;margin-bottom:.5rem}.legal-content strong{color:#fff;font-weight:600}.legal-content a{color:#667eea;text-decoration:none;transition:color .3s ease}.legal-content a:hover{color:#764ba2;text-decoration:underline}.disclaimer{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#bbb;font-size:.9rem;margin:1.5rem 0;padding:1.5rem}@media (max-width:768px){.legal-page{padding:100px 0 40px}.legal-content{padding:0 1rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.5rem}.legal-content h3{font-size:1.2rem}}.cookie-table{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;margin:1.5rem 0;overflow:hidden}.cookie-row{border-bottom:1px solid #ffffff0d;display:grid;grid-template-columns:1fr 2fr 1fr}.cookie-row:last-child{border-bottom:none}.cookie-row:first-child{background:#667eea1a}.cookie-cell{border-right:1px solid #ffffff0d;padding:1rem}.cookie-cell:last-child{border-right:none}.cookie-status{background:#667eea0d;border:1px solid #667eea33;border-radius:8px;margin:2rem 0;padding:1.5rem}.cookie-status h3{color:#667eea;margin-bottom:1rem}.cookie-status p{margin-bottom:.5rem}.cookie-banner-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;left:0;position:fixed;right:0;z-index:9999}.cookie-banner{background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-bottom:none;border-radius:16px 16px 0 0;box-shadow:0 -10px 40px #00000080;margin:0 auto;max-width:1200px;position:relative}.cookie-banner-content{padding:2rem}.cookie-banner-header h3{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.cookie-banner-text{margin-bottom:1.5rem}.cookie-banner-text p{color:#ccc;line-height:1.6;margin:0}.cookie-preferences{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.cookie-preference-item{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;padding:1rem}.cookie-preference-label{cursor:pointer;display:flex;flex-direction:column;gap:.5rem}.cookie-preference-label input[type=checkbox]{accent-color:#667eea;height:18px;margin-bottom:.5rem;width:18px}.cookie-preference-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.cookie-preference-name{color:#fff;font-size:.95rem;font-weight:500}.cookie-preference-desc{color:#888;font-size:.85rem;line-height:1.4}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.cookie-btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.cookie-btn-accept-all{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cookie-btn-accept-all:hover{box-shadow:0 4px 16px #667eea66;transform:translateY(-1px)}.cookie-btn-necessary{background:#ffffff1a;border:1px solid #fff3;color:#fff}.cookie-btn-necessary:hover{background:#ffffff26}.cookie-btn-custom{background:#0000;border:1px solid #667eea;color:#667eea}.cookie-btn-custom:hover{background:#667eea1a}.cookie-banner-links{border-top:1px solid #ffffff1a;padding-top:1rem;text-align:center}.cookie-link{color:#667eea;font-size:.9rem;text-decoration:none;transition:color .3s ease}.cookie-link:hover{color:#764ba2;text-decoration:underline}.cookie-separator{color:#555;margin:0 1rem}@media (max-width:768px){.cookie-banner-content{padding:1.5rem}.cookie-preferences{grid-template-columns:1fr}.cookie-banner-actions{flex-direction:column}.cookie-btn{text-align:center;width:100%}.cookie-table{font-size:.9rem}.cookie-row{grid-template-columns:1fr}.cookie-cell{border-bottom:1px solid #ffffff0d;border-right:none}.cookie-cell:last-child{border-bottom:none}}.ds-btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:500;justify-content:center;line-height:1;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease}.ds-btn--small{font-size:14px;min-width:100px;padding:8px 16px}.ds-btn--medium{font-size:16px;min-width:140px;padding:12px 24px}.ds-btn--large{font-size:18px;min-width:160px;padding:16px 32px}.ds-btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 32px #667eea66;color:#fff}.ds-btn--primary:hover:not(.ds-btn--disabled){box-shadow:0 12px 40px #667eea99;transform:translateY(-2px)}.ds-btn--primary:active:not(.ds-btn--disabled){box-shadow:0 8px 32px #667eea66;transform:translateY(-1px)}.ds-btn--secondary{background:#0000;border:2px solid #333;color:#fff}.ds-btn--secondary:hover:not(.ds-btn--disabled){background:#333;border-color:#555;transform:translateY(-1px)}.ds-btn--secondary:active:not(.ds-btn--disabled){transform:translateY(0)}.ds-btn--outline{background:#0000;border:2px solid #667eea;color:#667eea}.ds-btn--outline:hover:not(.ds-btn--disabled){background:#667eea1a;transform:translateY(-1px)}.ds-btn--ghost{background:#0000;border:none;box-shadow:none;color:#667eea}.ds-btn--ghost:hover:not(.ds-btn--disabled){background:#667eea1a;transform:translateY(-1px)}.ds-btn--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.ds-btn:focus-visible{outline:2px solid #667eea;outline-offset:2px}.ds-btn--loading{pointer-events:none}.ds-btn--loading:after{animation:button-spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;content:"";height:16px;position:absolute;width:16px}@keyframes button-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ds-card{background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #333;border-radius:20px;overflow:hidden;position:relative;transition:all .3s ease}.ds-card--elevated{box-shadow:0 10px 30px #0000004d}.ds-card--feature{text-align:center}.ds-card--glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.ds-card--outlined{background:#0000;border:2px solid #333}.ds-card--padding-small{padding:1.5rem}.ds-card--padding-medium{padding:2.5rem}.ds-card--padding-large{padding:3.5rem}.ds-card--padding-none{padding:0}.ds-card--hover:hover{border-color:#667eea;box-shadow:0 20px 40px #667eea1a;transform:translateY(-5px)}.ds-card__icon{display:block;font-size:3rem;margin-bottom:1.5rem}.ds-card__title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.ds-card__description{color:#ccc;line-height:1.6;margin-bottom:0}.ds-card__footer{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem}.ds-typography{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;padding:0}.ds-typography--hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.ds-typography--section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem}.ds-typography--title{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.ds-typography--subtitle{font-size:1.2rem;font-weight:400;line-height:1.5;margin-bottom:1rem}.ds-typography--heading{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.ds-typography--subheading{font-size:1.1rem;font-weight:500;line-height:1.4;margin-bottom:.5rem}.ds-typography--body{font-size:1rem;font-weight:400;line-height:1.6}.ds-typography--body-large{font-size:1.125rem;font-weight:400;line-height:1.6}.ds-typography--caption{font-size:.875rem;font-weight:400;line-height:1.5}.ds-typography--small{font-size:.75rem;font-weight:400;line-height:1.4}.ds-typography--default{color:#fff}.ds-typography--primary{color:#667eea}.ds-typography--secondary{color:#ccc}.ds-typography--muted{color:#888}.ds-typography--dark{color:#333}.ds-typography--light{color:#f5f5f5}.ds-typography--error{color:#ff6b6b}.ds-typography--success{color:#51cf66}.ds-typography--warning{color:#ffd43b}.ds-typography--align-left{text-align:left}.ds-typography--align-center{text-align:center}.ds-typography--align-right{text-align:right}.ds-typography--align-justify{text-align:justify}.ds-typography--gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#0000}.ds-section-header{margin-bottom:4rem;text-align:center}.ds-section-subtitle{margin:0 auto 3rem;max-width:600px}.ds-container{margin:0 auto;padding:0 20px}.ds-container--small{max-width:768px}.ds-container--default{max-width:1200px}.ds-container--large{max-width:1440px}.ds-container--full{max-width:100%}@media (max-width:768px){.ds-container{padding:0 20px}}@media (max-width:480px){.ds-container{padding:0 16px}}.ds-section{position:relative;width:100%}.ds-section--hero{align-items:center;display:flex;min-height:100vh}.ds-section--full-height{min-height:100vh}.ds-section--padding-none{padding:0}.ds-section--padding-medium,.ds-section--padding-small{padding:50px 0}@media (max-width:768px){.ds-section--padding-medium,.ds-section--padding-small{padding:40px 0}.ds-section--padding-large{padding:80px 0}.ds-section--padding-xl{padding:120px 0}.ds-section--hero{padding:80px 0 50px}}@media (max-width:480px){.ds-section--padding-medium,.ds-section--padding-small{padding:30px 0}.ds-section--padding-large{padding:60px 0}.ds-section--padding-xl{padding:80px 0}.ds-section--hero{padding:80px 0 30px}}.ds-section--padding-large{padding:100px 0}.ds-section--padding-xl{padding:120px 0}.ds-section--bg-default{background:#000}.ds-section--bg-dark{background:#111}.ds-section--bg-darker{background:#0a0a0a}.ds-section--bg-gradient-dark{background:linear-gradient(180deg,#000,#111)}.ds-section--bg-gradient-reverse{background:linear-gradient(180deg,#111,#000)}.ds-section--bg-radial{background:radial-gradient(ellipse at center,#111 0,#000 100%)}.ds-section--bg-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.ds-section--bg-transparent{background:#0000}@media (max-width:768px){.ds-section--padding-small{padding:40px 0}.ds-section--padding-medium{padding:60px 0}.ds-section--padding-large{padding:80px 0}.ds-section--padding-xl{padding:100px 0}.ds-section--hero{padding:80px 0 50px}}@media (max-width:480px){.ds-section--padding-small{padding:30px 0}.ds-section--padding-medium{padding:50px 0}.ds-section--padding-large{padding:60px 0}.ds-section--padding-xl{padding:80px 0}.ds-section--hero{padding:80px 0 30px}}.ds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-template-columns:var(--grid-columns,repeat(auto-fit,minmax(320px,1fr)));width:100%}.ds-grid--gap-small{gap:1rem}.ds-grid--gap-medium{gap:2rem}.ds-grid--gap-large{gap:3rem}.ds-grid--gap-xl{gap:4rem}.ds-grid--2-col{align-items:center;grid-template-columns:1fr 1fr}.ds-grid--3-col{grid-template-columns:repeat(3,1fr)}.ds-grid--4-col{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.ds-grid--2-col,.ds-grid--3-col,.ds-grid--4-col{grid-template-columns:1fr}.ds-grid--gap-large{gap:2rem}.ds-grid--gap-xl{gap:3rem}}@media (max-width:480px){.ds-grid--gap-large,.ds-grid--gap-medium{gap:1.5rem}.ds-grid--gap-xl{gap:2rem}}.nav{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#000000d9;border-bottom:1px solid #ffffff14;box-shadow:0 4px 32px #0000001a;left:0;position:fixed;right:0;top:0;transition:all .4s ease;z-index:1000}.nav-scrolled{background:#000000f2;border-bottom:1px solid #ffffff1f;box-shadow:0 8px 32px #0003}.nav .nav-container{justify-content:space-between;padding:1rem 15px}.nav .nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:inherit;cursor:pointer;font-size:1.5rem;font-weight:700;gap:.75rem;text-decoration:none;transition:transform .3s ease}.nav-logo .logo-text{line-height:1;margin:0}.nav-logo:hover{color:inherit;text-decoration:none;transform:scale(1.02)}.logo-icon{height:36px;object-fit:contain;transition:transform .3s ease;width:36px}.nav-logo:hover .logo-icon{transform:rotate(-5deg) scale(1.05)}.nav-menu{display:flex;gap:2.5rem}.nav-link{background:none;border:none;border-radius:20px;color:#ffffffe6;cursor:pointer;font-size:16px;font-weight:500;overflow:hidden;padding:12px 20px;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:before{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.nav-link:hover{background:#667eea1a;box-shadow:0 4px 16px #667eea33;color:#fff;transform:translateY(-1px)}.nav-link:hover:before{opacity:1}.nav-link:active{transform:translateY(0)}.nav-toggle{background:none;border:none;border-radius:8px;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:8px;transition:background .3s ease}.nav-toggle:hover{background:#000000f2}.nav-toggle span{background:#fff;border-radius:2px;height:2px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);width:24px}@media (max-width:768px){.nav-menu{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#000000f7;border-bottom:1px solid #ffffff1a;box-shadow:0 8px 32px #0000004d;flex-direction:column;left:0;opacity:0;padding:2rem;pointer-events:none;position:fixed;right:0;top:84px;transform:translateY(-100%);transition:all .4s cubic-bezier(.23,1,.32,1)}.nav-menu-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-toggle{display:flex;z-index:1001}.nav-toggle-open span:first-child{transform:translateY(6px) rotate(45deg)}.nav-toggle-open span:nth-child(2){opacity:0}.nav-toggle-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.logo-icon{height:32px;width:32px}}.hero .hero-container{align-items:center}.hero .hero-content{z-index:2}.hero .hero-title{margin-bottom:1.5rem}.hero .gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#0000}.hero .hero-description{margin-bottom:2.5rem}.hero .hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero .hero-phone{align-items:center;display:flex;flex-direction:column;gap:2rem}.hero .carousel-container{align-items:center;display:flex;justify-content:center}.hero .phone-mockup{background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border-radius:40px;box-shadow:0 25px 50px #00000080;height:650px;padding:12px;position:relative;width:320px}.hero .phone-screen{background:#000;border-radius:30px;height:100%;overflow:hidden;position:relative;width:100%}.hero .app-screenshot{left:0;object-fit:cover;position:absolute;top:0}.hero .app-screenshot,.hero .screenshots-swiper{height:100%;width:100%}.hero .screenshots-swiper .swiper-slide{align-items:center;display:flex;justify-content:center}.hero .phone-mockup .swiper-button-next,.hero .phone-mockup .swiper-button-prev{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;height:32px;margin-top:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:32px;z-index:20}.hero .phone-mockup .swiper-button-next:after,.hero .phone-mockup .swiper-button-prev:after{font-size:14px;font-weight:700}.hero .phone-mockup .swiper-button-next:hover,.hero .phone-mockup .swiper-button-prev:hover{background:#667eeae6;border-color:#667eea;box-shadow:0 4px 16px #667eea66;opacity:1}.hero .phone-mockup .swiper-button-prev{left:10px}.hero .phone-mockup .swiper-button-next{right:10px}.hero .swiper-pagination{margin-top:1rem;position:relative!important}.hero .swiper-pagination .swiper-pagination-bullet{background:#333;height:12px;opacity:.5;transition:all .3s ease;width:12px}.hero .swiper-pagination .swiper-pagination-bullet-active{background:#667eea;opacity:1;transform:scale(1.2)}@media (max-width:768px){.hero .hero-container{gap:3rem;grid-template-columns:1fr}.hero .hero-content{text-align:center}.hero .hero-buttons{justify-content:center}.hero .phone-mockup{height:570px;max-width:280px;padding:10px;width:80vw}.hero .phone-mockup .swiper-button-next,.hero .phone-mockup .swiper-button-prev{height:28px;width:28px}.hero .phone-mockup .swiper-button-prev{left:8px}.hero .phone-mockup .swiper-button-next{right:8px}}@media (max-width:480px){.hero .phone-mockup{height:490px;max-width:240px;padding:8px;width:90vw}.hero .phone-mockup .swiper-button-next,.hero .phone-mockup .swiper-button-prev{height:24px;width:24px}.hero .phone-mockup .swiper-button-prev{left:6px}.hero .phone-mockup .swiper-button-next{right:6px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.features .feature-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.features .feature-title{margin-bottom:1rem}.features .feature-description{margin-bottom:0}.features-swiper{padding-bottom:40px;padding-top:15px}.features-swiper .swiper-pagination-bullet{background:#fff6;height:8px;opacity:1;transition:all .3s ease;width:8px}.features-swiper .swiper-pagination-bullet-active{background:#fff;opacity:1;transform:none}.features-swiper .swiper-slide{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center}.features-swiper .feature-card{display:flex;flex-direction:column;height:300px;justify-content:space-between}.features-swiper .swiper-button-next,.features-swiper .swiper-button-prev{color:#667eea;top:50%;transform:translateY(-50%)}.features-swiper .swiper-button-prev{left:10px}.features-swiper .swiper-button-next{right:10px}@media (max-width:767px){.features-swiper .swiper-button-next,.features-swiper .swiper-button-prev{display:none}}.benefits .benefits-content{margin:0 auto;max-width:800px}.benefits .benefits-title{margin-bottom:1.5rem}.benefits .benefit-list{display:flex;flex-direction:column;gap:2rem}.benefits .benefit-item{align-items:flex-start;display:flex;gap:1.5rem}.benefits .benefit-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:48px;justify-content:center;width:48px}.benefits .benefit-content h3{margin-bottom:.5rem}.benefits .benefit-content p{line-height:1.6;margin:0}@media (max-width:768px){.benefits .benefits-content{gap:3rem;grid-template-columns:1fr}.benefits .benefits-title{text-align:center}}.footer{border-top:1px solid #222}.footer .footer-content{display:block;margin-bottom:3rem}.footer .footer-main{align-items:start;display:flex;gap:4rem;justify-content:space-between}.footer .footer-brand{flex:0 0 auto;max-width:300px}.footer .footer-links{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer .footer-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.footer .logo-text{line-height:1;margin:0}.footer .logo-icon{height:32px;object-fit:contain;width:32px}.footer .footer-description{line-height:1.6;margin:0}.footer .footer-column-title{margin-bottom:1rem}.footer .footer-link-list{display:flex;flex-direction:column;gap:.25rem}.footer .footer-link{background:none;border:none;color:#888;cursor:pointer;font-family:inherit;font-size:16px;line-height:1.5;padding:0;text-align:left;text-decoration:none;transition:color .3s ease}.footer .footer-link:hover{color:#667eea}.footer .footer-bottom{border-top:1px solid #222;padding-top:2rem}@media (max-width:768px){.footer .footer-main{flex-direction:column;gap:2rem}.footer .footer-brand{flex:none}.footer .footer-links{gap:2rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.83841461.css.map*/