:root{--blue: #2563eb;--blue-dark: #1d4ed8;--blue-light: #dbeafe;--blue-50: #eff6ff;--green: #16a34a;--orange: #f59e0b;--purple: #7c3aed;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-500: #64748b;--gray-700: #334155;--gray-900: #0f172a;--radius: 16px;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.12)}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gray-900);line-height:1.6;background:#fff}.decor-blob{position:absolute;z-index:0;pointer-events:none}.wave-divider{display:block;width:100%;height:auto;margin-top:-1px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);padding:0 24px}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{font-weight:800;font-size:1.25rem;color:var(--blue);text-decoration:none;display:flex;align-items:center;gap:8px}.nav-logo svg{width:28px;height:28px}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{color:var(--gray-500);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--gray-900)}.nav-cta{background:var(--blue);color:#fff;padding:10px 24px;border-radius:50px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s,transform .2s}.nav-cta:hover{background:var(--blue-dark);transform:translateY(-1px)}.hero{position:relative;padding:130px 24px 80px;text-align:center;overflow:hidden;background:linear-gradient(180deg,var(--blue-50) 0%,#fff 100%)}.hero-blob-1{top:-80px;right:-120px;width:400px;height:400px;opacity:.12}.hero-blob-2{bottom:-60px;left:-100px;width:350px;height:350px;opacity:.08}.hero:before{content:"";position:absolute;top:80px;left:50%;transform:translate(-50%);width:600px;height:200px;background-image:radial-gradient(circle,var(--blue) 1px,transparent 1px);background-size:24px 24px;opacity:.06;z-index:0}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:20px;position:relative;z-index:1}.hero h1 span{color:var(--blue)}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--gray-500);max-width:540px;margin:0 auto 40px;position:relative;z-index:1}.hero-cta-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1;margin-bottom:60px}.btn-primary{background:var(--blue);color:#fff;padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.btn-secondary{background:#fff;color:var(--gray-700);padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid var(--gray-200);transition:all .2s}.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}.btn-store{background:#fff;color:var(--gray-700);padding:14px 24px;border-radius:50px;text-decoration:none;font-weight:600;font-size:.9rem;border:2px solid var(--gray-200);transition:all .2s;display:inline-flex;align-items:center;gap:8px}.btn-store:hover{border-color:var(--blue);color:var(--blue)}.hero-phones{display:flex;justify-content:center;gap:20px;position:relative;z-index:1;max-width:100%}.phone-frame{width:210px;background:#1a1a1a;border-radius:30px;padding:7px;box-shadow:var(--shadow-lg),0 0 0 1px #0000000d;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.phone-frame:hover{transform:translateY(-8px)!important}.phone-frame img{width:100%;height:auto;aspect-ratio:390 / 844;border-radius:23px;display:block}.phone-frame.tilted-left{transform:rotate(-5deg) translateY(24px)}.phone-frame.tilted-right{transform:rotate(5deg) translateY(24px)}.phone-frame.center{z-index:2}.section{padding:80px 24px;position:relative}.section-inner{max-width:1100px;margin:0 auto}.section-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--blue);margin-bottom:12px}.section-title{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;margin-bottom:16px;line-height:1.25}.section-desc{color:var(--gray-500);font-size:1.05rem;max-width:600px;margin-bottom:48px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.feature-row.reverse .feature-text{order:2}.feature-row.reverse .feature-visual{order:1}.feature-text h3{font-size:1.5rem;font-weight:700;margin-bottom:12px}.feature-text p{color:var(--gray-500);font-size:1rem;line-height:1.7;margin-bottom:16px}.feature-tags{margin-top:8px}.feature-tag{display:inline-block;padding:6px 14px;border-radius:50px;font-size:.8rem;font-weight:600;margin-right:8px;margin-bottom:8px}.tag-blue{background:var(--blue-light);color:var(--blue)}.tag-green{background:#dcfce7;color:var(--green)}.tag-orange{background:#fef3c7;color:#b45309}.tag-purple{background:#ede9fe;color:var(--purple)}.feature-visual{display:flex;justify-content:center;gap:16px;align-items:flex-start}.feature-phone{width:200px;background:#1a1a1a;border-radius:28px;padding:6px;box-shadow:var(--shadow);transition:transform .3s}.feature-phone:hover{transform:translateY(-6px)!important}.feature-phone img{width:100%;height:auto;aspect-ratio:390 / 844;border-radius:22px;display:block}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.step{text-align:center;padding:36px 24px 32px;border-radius:20px;background:#fff;border:1px solid var(--gray-200);transition:transform .3s,box-shadow .3s}.step:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.step-icon{width:60px;height:60px;background:var(--blue-light);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.6rem}.step h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}.step p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.ai-section{background:linear-gradient(135deg,#1e1b4b,#312e81,#1e40af);color:#fff;border-radius:24px;padding:64px 48px;display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center;position:relative;overflow:hidden}.ai-section:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.3) 0%,transparent 70%);pointer-events:none}.ai-section .section-label{color:#a5b4fc}.ai-section .section-title{color:#fff}.ai-section .section-desc{color:#c7d2fe;max-width:none}.ai-section .feature-tag{background:#ffffff1f;color:#e0e7ff}.ai-phone{width:220px;margin:0 auto;background:#0f0f0f;border-radius:30px;padding:7px;box-shadow:0 0 60px #6366f14d,0 0 0 1px #ffffff1a;position:relative;z-index:1}.ai-phone img{width:100%;height:auto;aspect-ratio:390 / 844;border-radius:23px;display:block}.stats{display:flex;justify-content:center;gap:48px;padding:48px 24px;max-width:800px;margin:0 auto}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:var(--blue);line-height:1;margin-bottom:4px}.stat-label{font-size:.85rem;color:var(--gray-500);font-weight:500}.cta-section{text-align:center;padding:80px 24px;background:var(--blue-50);position:relative;overflow:hidden}.cta-section h2{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;margin-bottom:16px;position:relative;z-index:1}.cta-section p{color:var(--gray-500);font-size:1.05rem;margin-bottom:32px;position:relative;z-index:1}.store-badges{display:flex;gap:16px;justify-content:center;margin-top:24px;position:relative;z-index:1}.store-badge{background:var(--gray-200);color:var(--gray-500);padding:12px 24px;border-radius:12px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:8px;cursor:default;text-decoration:none}.store-badge--active{background:var(--blue);color:#fff;cursor:pointer;transition:background .2s}.store-badge--active:hover{background:var(--blue-dark)}.footer{padding:40px 24px;text-align:center;border-top:1px solid var(--gray-200)}.footer-links{display:flex;gap:24px;justify-content:center;margin-bottom:16px}.footer-links a{color:var(--gray-500);text-decoration:none;font-size:.9rem;transition:color .2s;padding:12px 0}.footer-links a:hover{color:var(--blue)}.footer-email{margin-top:16px}.footer-email a{color:var(--gray-500);text-decoration:none;font-size:.9rem}.footer-email a:hover{color:var(--blue)}.footer-copy{color:var(--gray-500);font-size:.8rem;margin-top:8px}.lang-switch{color:var(--gray-500);text-decoration:none;font-size:.85rem;font-weight:600;padding:10px 14px;border-radius:8px;border:1px solid var(--gray-200);transition:all .2s;min-height:44px;display:inline-flex;align-items:center}.lang-switch:hover{color:var(--blue);border-color:var(--blue)}.nav-mobile-actions{display:none;align-items:center;gap:12px}.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-burger span{display:block;width:22px;height:2px;background:var(--gray-700);border-radius:2px;transition:transform .25s,opacity .25s}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer{display:none;flex-direction:column;background:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--gray-200);padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.nav-drawer.open{max-height:300px;padding:12px 24px 16px}.nav-drawer-link{display:block;padding:12px 0;color:var(--gray-700);text-decoration:none;font-size:1rem;font-weight:500;border-bottom:1px solid var(--gray-100)}.nav-drawer-link:last-child{border-bottom:none}.nav-drawer-link:hover{color:var(--blue)}@media (max-width: 768px){.nav-links{display:none}.nav-mobile-actions,.nav-burger,.nav-drawer{display:flex}.nav-mobile-actions .nav-cta{padding:8px 16px;font-size:.8rem;white-space:nowrap}.hero{padding:88px 20px 48px}.hero:before{display:none}.hero h1{font-size:1.75rem;margin-bottom:12px}.hero-subtitle{font-size:.95rem;margin-bottom:28px}.hero-cta-group{margin-bottom:36px;gap:12px}.btn-primary,.btn-secondary,.btn-store{padding:12px 24px;font-size:.9rem}.hero-phones{gap:8px}.phone-frame{width:115px;border-radius:18px;padding:4px}.phone-frame img{border-radius:14px}.phone-frame.tilted-left{transform:rotate(-4deg) translateY(16px)}.phone-frame.tilted-right{transform:rotate(4deg) translateY(16px)}.stats{gap:16px;padding:32px 16px;flex-wrap:wrap}.stat-number{font-size:1.6rem}.stat-label{font-size:.75rem}.section{padding:48px 16px}.steps{grid-template-columns:1fr;gap:16px}.step{padding:24px 20px}.feature-row{grid-template-columns:1fr;gap:32px}.feature-row.reverse .feature-text{order:1}.feature-row.reverse .feature-visual{order:2}.feature-visual{gap:12px}.feature-phone{width:150px;border-radius:24px;padding:5px}.feature-phone img{border-radius:19px}.feature-text h3{font-size:1.25rem}.ai-section{grid-template-columns:1fr;padding:36px 20px;text-align:center}.ai-section .section-desc{max-width:500px;margin-left:auto;margin-right:auto}.ai-phone{width:180px}.cta-section{padding:48px 20px}.store-badges{flex-direction:column;align-items:center}.wave-divider{height:30px}}@media (max-width: 420px){.hero h1{font-size:1.5rem}.hero-subtitle{font-size:.88rem}.hero-phones{gap:6px}.phone-frame{width:100px;border-radius:16px;padding:3px}.phone-frame img{border-radius:13px}.feature-phone{width:130px;border-radius:20px;padding:4px}.feature-phone img{border-radius:16px}.ai-phone{width:160px;border-radius:26px}.stats{gap:12px}.stat-number{font-size:1.4rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating{animation:float 6s ease-in-out infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .6s ease-out both}
