*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange-50:#fff7ed;--orange-100:#ffedd5;--orange-200:#fed7aa;--orange-300:#fdba74;--orange-400:#fb923c;--orange-500:#fd7e25;--orange-600:#ea580c;--orange-700:#c2410c;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gray-950:#030712}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--gray-900);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--orange-500);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.section-title{letter-spacing:-.03em;color:var(--gray-950);margin-bottom:16px;font-size:42px;font-weight:800;line-height:1.15}.section-subtitle{color:var(--gray-500);max-width:560px;font-size:18px;line-height:1.7}.text-center{text-align:center}.text-center .section-subtitle{margin-left:auto;margin-right:auto}.btn{border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--orange-500);color:#fff;box-shadow:0 1px 2px #0000000d,0 4px 12px #fd7e2540}.btn-primary:hover{background:var(--orange-600);transform:translateY(-1px);box-shadow:0 1px 2px #0000000d,0 8px 24px #fd7e2559}.btn-secondary{background:var(--gray-900);color:#fff}.btn-secondary:hover{background:var(--gray-800);transform:translateY(-1px)}.btn-outline{color:var(--gray-900);border:1.5px solid var(--gray-200);background:#fff}.btn-outline:hover{border-color:var(--gray-300);background:var(--gray-50)}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-100);background:#ffffffd9;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.nav-logo{letter-spacing:-.03em;color:var(--gray-950);align-items:center;gap:10px;font-size:20px;font-weight:800;display:flex}.nav-logo-icon{background:var(--orange-500);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:900;display:flex}.nav-links{align-items:center;gap:36px;display:flex}.nav-links a{color:var(--gray-600);font-size:14px;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--gray-900)}.nav-cta{align-items:center;gap:12px;display:flex}.nav-cta .btn{padding:10px 20px;font-size:14px}.nav-mobile-toggle{flex-direction:column;gap:5px;padding:8px;display:none}.nav-mobile-toggle span{background:var(--gray-700);border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}@media (width<=768px){.nav-links,.nav-cta{display:none}.nav-mobile-toggle{display:flex}}.hero{background:radial-gradient(80% 50% at 50% -20%,#fd7e2514,#0000),#fff;padding:160px 0 100px}.hero-content{text-align:center;max-width:720px;margin:0 auto}.hero-badge{background:var(--orange-50);border:1px solid var(--orange-200);color:var(--orange-700);border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px 6px 8px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--orange-500);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{letter-spacing:-.04em;color:var(--gray-950);margin-bottom:20px;font-size:64px;font-weight:900;line-height:1.05}.hero-title .highlight{background:linear-gradient(135deg, var(--orange-500), var(--orange-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:var(--gray-500);max-width:540px;margin:0 auto 36px;font-size:19px;line-height:1.7}.hero-buttons{justify-content:center;align-items:center;gap:12px;margin-bottom:56px;display:flex}.hero-phones{justify-content:center;align-items:flex-end;gap:20px;max-width:800px;height:480px;margin:0 auto;display:flex;position:relative}.phone-mock{background:var(--gray-900);border:3px solid var(--gray-700);border-radius:32px;width:240px;height:440px;position:relative;overflow:hidden;box-shadow:0 20px 60px -10px #0003,0 0 0 1px #0000000d}.phone-mock:before{content:"";background:var(--gray-900);z-index:2;border-radius:0 0 16px 16px;width:100px;height:28px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{flex-direction:column;width:100%;height:100%;padding:40px 16px 16px;display:flex}.phone-screen-home{background:linear-gradient(180deg, var(--orange-500) 0%, var(--orange-600) 40%, var(--gray-50) 40%)}.phone-screen-shops{background:var(--gray-50)}.phone-header{text-align:center;padding:8px 0 16px}.phone-header h3{color:#fff;font-size:16px;font-weight:700}.phone-header p{color:#fffc;font-size:10px}.phone-card{background:#fff;border-radius:14px;margin-bottom:8px;padding:12px;box-shadow:0 1px 3px #0000000f}.phone-card-row{align-items:center;gap:10px;display:flex}.phone-card-avatar{background:var(--orange-100);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;display:flex}.phone-card-info h4{color:var(--gray-900);font-size:11px;font-weight:700}.phone-card-info p{color:var(--gray-400);font-size:9px}.phone-card-badge{background:var(--orange-50);color:var(--orange-600);border-radius:100px;margin-left:auto;padding:3px 8px;font-size:9px;font-weight:600}.phone-nav-bar{background:#fff;border-radius:14px;justify-content:space-around;margin-top:auto;padding:10px 0;display:flex;box-shadow:0 -1px 4px #0000000a}.phone-nav-item{color:var(--gray-400);flex-direction:column;align-items:center;gap:3px;font-size:8px;display:flex}.phone-nav-item.active{color:var(--orange-500)}.phone-nav-dot{opacity:.3;background:currentColor;border-radius:4px;width:16px;height:16px}.phone-nav-item.active .phone-nav-dot{opacity:1}.phone-mock.center-phone{z-index:2;width:260px;height:480px}.phone-mock.side-phone{opacity:.85;height:420px;transform:scale(.92)}@media (width<=768px){.hero{padding:120px 0 60px}.hero-title{font-size:40px}.hero-description{font-size:16px}.hero-buttons{flex-direction:column;margin-bottom:40px}.hero-phones{height:380px}.phone-mock.side-phone{display:none}.phone-mock.center-phone{width:240px;height:440px}}.logos-section{border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:48px 0}.logos-label{color:var(--gray-400);text-align:center;margin-bottom:28px;font-size:13px;font-weight:500}.logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.logos-row span{color:var(--gray-300);letter-spacing:-.02em;font-size:18px;font-weight:700}.features{background:var(--gray-50)}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;display:grid}.feature-card{border:1px solid var(--gray-100);background:#fff;border-radius:16px;padding:32px;transition:all .25s}.feature-card:hover{border-color:var(--orange-200);transform:translateY(-2px);box-shadow:0 8px 30px -6px #fd7e251a}.feature-icon{background:var(--orange-50);width:48px;height:48px;color:var(--orange-500);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature-card h3{color:var(--gray-900);margin-bottom:8px;font-size:17px;font-weight:700}.feature-card p{color:var(--gray-500);font-size:14px;line-height:1.6}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.features-grid{grid-template-columns:1fr}}.split{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.split.reverse{direction:rtl}.split.reverse>*{direction:ltr}.split-visual{background:var(--gray-50);border-radius:24px;justify-content:center;align-items:center;min-height:400px;padding:48px;display:flex;position:relative;overflow:hidden}.split-visual:before{content:"";background:radial-gradient(circle at 30%,#fd7e250f,#0000 70%);position:absolute;inset:0}.split-content .section-title{font-size:36px}.benefit-list{flex-direction:column;gap:16px;margin-top:28px;display:flex}.benefit-item{align-items:flex-start;gap:14px;display:flex}.benefit-check{background:var(--orange-50);width:24px;height:24px;color:var(--orange-500);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.benefit-text h4{color:var(--gray-900);margin-bottom:2px;font-size:15px;font-weight:700}.benefit-text p{color:var(--gray-500);font-size:14px}.app-screen-grid{z-index:1;grid-template-columns:1fr 1fr;gap:12px;display:grid;position:relative}.app-screen-card{border:1px solid var(--gray-100);background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 12px #0000000f}.app-screen-card h4{color:var(--gray-900);margin-bottom:6px;font-size:13px;font-weight:700}.app-screen-card p{color:var(--gray-400);font-size:11px}.app-screen-card .stat{color:var(--orange-500);letter-spacing:-.03em;font-size:28px;font-weight:800}@media (width<=768px){.split{grid-template-columns:1fr;gap:40px}.split.reverse{direction:ltr}.split-content .section-title{font-size:28px}}.how-it-works{background:var(--gray-950);color:#fff}.how-it-works .section-title{color:#fff}.how-it-works .section-subtitle{color:var(--gray-400)}.steps{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:56px;display:grid}.step{text-align:center;position:relative}.step-number{width:56px;height:56px;color:var(--orange-400);background:#fd7e2526;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 20px;font-size:22px;font-weight:800;display:flex}.step h3{color:#fff;margin-bottom:8px;font-size:17px;font-weight:700}.step p{color:var(--gray-400);font-size:14px;line-height:1.6}@media (width<=768px){.steps{grid-template-columns:1fr 1fr;gap:24px}}@media (width<=480px){.steps{grid-template-columns:1fr}}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;display:grid}.testimonial-card{border:1px solid var(--gray-100);text-align:left;background:#fff;border-radius:16px;padding:28px}.testimonial-stars{color:var(--orange-400);letter-spacing:2px;margin-bottom:16px;font-size:14px}.testimonial-card blockquote{color:var(--gray-600);margin-bottom:20px;font-size:15px;font-style:normal;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{background:var(--orange-100);width:40px;height:40px;color:var(--orange-600);border-radius:12px;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.testimonial-name{color:var(--gray-900);font-size:14px;font-weight:600}.testimonial-role{color:var(--gray-400);font-size:12px}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}}.cta-section{background:linear-gradient(135deg, var(--orange-500), var(--orange-600));text-align:center;padding:80px 0}.cta-section .section-title{color:#fff;font-size:40px}.cta-section .section-subtitle{color:#ffffffd9;margin:0 auto 36px}.cta-buttons{justify-content:center;gap:12px;display:flex}.cta-buttons .btn{color:var(--orange-600);background:#fff;font-weight:700}.cta-buttons .btn:hover{background:var(--orange-50);transform:translateY(-1px)}@media (width<=640px){.cta-buttons{flex-direction:column;align-items:center}.cta-section .section-title{font-size:28px}}.footer{background:var(--gray-950);color:var(--gray-400);padding:64px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand p{max-width:280px;margin-top:16px;font-size:14px;line-height:1.7}.footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-300);margin-bottom:16px;font-size:13px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col a{color:var(--gray-500);font-size:14px;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:24px;font-size:13px;display:flex}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.lang-toggle{color:var(--gray-600);border:1.5px solid var(--gray-200);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.lang-toggle:hover{border-color:var(--gray-300);color:var(--gray-900);background:var(--gray-50)}.lang-toggle svg{color:var(--gray-400)}.register-page{grid-template-columns:1fr 1fr;min-height:100vh;padding-top:72px;display:grid}.register-hero{background-color:#0000;background-image:linear-gradient(#0000008c,#000000b3),url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 800\"><rect fill=\"%23111\" width=\"1200\" height=\"800\"/></svg>");background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;background-color:var(--gray-950);align-items:flex-end;height:calc(100vh - 72px);padding:64px;display:flex;position:sticky;top:72px}.register-back{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:absolute;top:24px;left:24px}.register-back:hover{background:#fff3}.register-hero-content h1{color:#fff;letter-spacing:-.03em;max-width:480px;margin-bottom:20px;font-size:42px;font-weight:900;line-height:1.15}.register-hero-content p{color:#ffffffb3;max-width:440px;font-size:17px;line-height:1.7}.register-form-panel{background:#fff;max-height:calc(100vh - 72px);padding:48px 56px;overflow-y:auto}.register-form{max-width:480px}.register-form h2{color:var(--gray-950);letter-spacing:-.03em;margin-bottom:8px;font-size:32px;font-weight:800}.register-login-link{color:var(--gray-950);margin-bottom:32px;font-size:14px;font-weight:600;text-decoration:underline;display:inline-block}.register-login-link:hover{color:var(--gray-600)}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{margin-bottom:20px}.form-group label{color:var(--gray-900);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-group input,.form-group select{border:1.5px solid var(--gray-200);width:100%;color:var(--gray-900);background:#fff;border-radius:10px;outline:none;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .15s}.form-group input::placeholder{color:var(--gray-400)}.form-group input:focus,.form-group select:focus{border-color:var(--gray-900)}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 5.646a.5.5 0 01.708 0L8 8.293l2.646-2.647a.5.5 0 01.708.708l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.phone-input-row{gap:8px;display:flex}.phone-country{border:1.5px solid var(--gray-200);color:var(--gray-700);background:var(--gray-50);white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:12px 14px;font-size:14px;font-weight:500;display:flex}.phone-flag{font-size:18px;line-height:1}.phone-input-row input{flex:1}.register-terms{color:var(--gray-500);margin-top:8px;margin-bottom:24px;font-size:13px;line-height:1.6}.register-terms a{color:var(--gray-950);font-weight:500;text-decoration:underline}.register-terms a:hover{color:var(--gray-600)}.register-submit{background:var(--gray-950);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px;font-family:inherit;font-size:16px;font-weight:700;transition:all .2s}.register-submit:hover{background:var(--gray-800);transform:translateY(-1px)}@media (width<=1024px){.register-form-panel{padding:40px 32px}.register-hero-content h1{font-size:34px}.register-hero{padding:48px}}@media (width<=768px){.register-page{grid-template-columns:1fr}.register-hero{height:auto;min-height:320px;padding:48px 24px;position:relative;top:0}.register-hero-content h1{font-size:28px}.register-hero-content p{font-size:15px}.register-form-panel{max-height:none;padding:32px 24px}.form-row{grid-template-columns:1fr}.section{padding:64px 0}.section-title{font-size:30px}.section-subtitle{font-size:16px}}
