#app-hero-clean{position:relative;background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden}#app-hero-clean .hero-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}#app-hero-clean .badge-primary{display:inline-block;padding:8px 20px;background:#eef2ff;color:#4f46e5;font-size:13px;font-weight:700;border-radius:25px;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:24px}#app-hero-clean h1{font-size:56px;font-weight:900;color:#111827;line-height:1.1;margin:0 0 24px 0}#app-hero-clean .hero-text-section p{font-size:20px;color:#6b7280;line-height:1.7;margin:0 0 32px 0}#app-hero-clean .hero-buttons{display:flex;gap:16px;margin-bottom:48px}#app-hero-clean .btn-primary-large{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:17px;font-weight:700;border-radius:12px;text-decoration:none;transition:all 0.3s;box-shadow:0 4px 12px rgba(99,102,241,0.3)}#app-hero-clean .btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(99,102,241,0.4)}#app-hero-clean .btn-secondary-large{display:inline-flex;align-items:center;padding:16px 32px;background:#fff;color:#111827;font-size:17px;font-weight:700;border:2px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:all 0.3s}#app-hero-clean .btn-secondary-large:hover{border-color:#6366f1;color:#6366f1}#app-hero-clean .hero-stats{display:flex;gap:40px}#app-hero-clean .stat-item{text-align:center}#app-hero-clean .stat-number{font-size:32px;font-weight:900;color:#6366f1;line-height:1;margin-bottom:8px}#app-hero-clean .stat-label{font-size:14px;color:#6b7280;font-weight:600}#app-hero-clean .phone-mockup-single{position:relative;display:flex;justify-content:center;align-items:center}#app-hero-clean .phone-frame-large{width:280px;background:#1f2937;border-radius:44px;padding:14px;box-shadow:0 25px 60px rgba(0,0,0,0.3);position:relative}#app-hero-clean .phone-notch-large{width:120px;height:28px;background:#1f2937;border-radius:0 0 18px 18px;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:2}#app-hero-clean .phone-screen-large{background:#fff;border-radius:32px;overflow:hidden;height:560px;position:relative}#app-hero-clean .screen-statusbar-large{height:44px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6}#app-hero-clean .status-time{font-size:15px;font-weight:600;color:#111827}#app-hero-clean .status-icons{display:flex;gap:8px}#app-hero-clean .status-icons i{font-size:14px;color:#111827}#app-hero-clean .screen-content-large{padding:16px;height:calc(100% - 44px - 40px);overflow:hidden}#app-hero-clean .app-header-bar{height:56px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;margin-bottom:16px}#app-hero-clean .app-content-area{display:flex;flex-direction:column;gap:12px}#app-hero-clean .content-card-large{height:90px;background:linear-gradient(135deg,#f8f9fa,#f3f4f6);border:2px solid #e5e7eb;border-radius:12px}#app-hero-clean .phone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:140px;height:5px;background:#d1d5db;border-radius:3px}#app-hero-clean .platform-badges-visual{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);display:flex;gap:16px}#app-hero-clean .platform-icon-badge{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,0.15);border:2px solid #e5e7eb}#app-hero-clean .platform-icon-badge i{font-size:28px;color:#6366f1}@media(max-width:1100px){#app-hero-clean .hero-content-wrapper{grid-template-columns:1fr;gap:50px}#app-hero-clean h1{font-size:44px;text-align:center}#app-hero-clean .hero-text-section p{text-align:center}#app-hero-clean .hero-buttons{justify-content:center}#app-hero-clean .hero-stats{justify-content:center}}@media(max-width:640px){#app-hero-clean h1{font-size:36px}#app-hero-clean .hero-text-section p{font-size:18px}#app-hero-clean .hero-buttons{flex-direction:column}#app-hero-clean .btn-primary-large,#app-hero-clean .btn-secondary-large{justify-content:center}#app-hero-clean .phone-frame-large{width:240px}#app-hero-clean .phone-screen-large{height:480px}}#app-process-simple{position:relative;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#app-process-simple .badge-primary{display:inline-block;padding:8px 20px;background:#eef2ff;color:#4f46e5;font-size:13px;font-weight:700;border-radius:25px;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:20px}#app-process-simple .process-header-center{text-align:center;max-width:700px;margin:0 auto 60px}#app-process-simple h2{font-size:42px;font-weight:900;color:#111827;margin:0 0 16px 0;line-height:1.2}#app-process-simple .process-header-center p{font-size:18px;color:#6b7280;margin:0}#app-process-simple .process-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto}#app-process-simple .process-step-card{background:#fff;padding:40px 32px;border-radius:16px;border:1px solid #e5e7eb;transition:all 0.3s;position:relative}#app-process-simple .process-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.08);border-color:#6366f1}#app-process-simple .step-number{position:absolute;top:-16px;right:32px;font-size:56px;font-weight:900;color:#ddd6fe;line-height:1}#app-process-simple .step-icon{width:64px;height:64px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}#app-process-simple .step-icon i{font-size:28px;color:#fff}#app-process-simple h3{font-size:22px;font-weight:800;color:#111827;margin:0 0 12px 0;line-height:1.3}#app-process-simple p{font-size:16px;color:#6b7280;line-height:1.6;margin:0}@media(max-width:1024px){#app-process-simple .process-steps-grid{grid-template-columns:1fr;max-width:600px}#app-process-simple h2{font-size:36px}}@media(max-width:640px){#app-process-simple h2{font-size:32px}#app-process-simple .process-header-center p{font-size:16px}}#app-features-grid{position:relative;background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#app-features-grid .badge-primary{display:inline-block;padding:8px 20px;background:#eef2ff;color:#4f46e5;font-size:13px;font-weight:700;border-radius:25px;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:20px}#app-features-grid .features-header-center{text-align:center;max-width:700px;margin:0 auto 60px}#app-features-grid h2{font-size:42px;font-weight:900;color:#111827;margin:0 0 16px 0;line-height:1.2}#app-features-grid .features-header-center p{font-size:18px;color:#6b7280;margin:0}#app-features-grid .features-clean-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}#app-features-grid .feature-clean-card{background:#f8f9fa;padding:28px 24px;border-radius:12px;border:1px solid #e5e7eb;transition:all 0.3s;display:flex;align-items:flex-start;gap:20px}#app-features-grid .feature-clean-card:hover{background:#fff;border-color:#6366f1;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}#app-features-grid .feature-clean-card i{font-size:32px;color:#6366f1;flex-shrink:0;margin-top:4px}#app-features-grid .feature-text{flex:1}#app-features-grid h4{font-size:18px;font-weight:800;color:#111827;margin:0 0 8px 0;line-height:1.3}#app-features-grid p{font-size:15px;color:#6b7280;line-height:1.5;margin:0}@media(max-width:900px){#app-features-grid .features-clean-grid{grid-template-columns:repeat(2,1fr)}#app-features-grid h2{font-size:36px}}@media(max-width:640px){#app-features-grid .features-clean-grid{grid-template-columns:1fr}#app-features-grid h2{font-size:32px}}#app-stores-section{position:relative;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#app-stores-section .badge-primary{display:inline-block;padding:8px 20px;background:#eef2ff;color:#4f46e5;font-size:13px;font-weight:700;border-radius:25px;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:20px}#app-stores-section .stores-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}#app-stores-section h2{font-size:42px;font-weight:900;color:#111827;margin:0 0 20px 0;line-height:1.2}#app-stores-section .stores-text-content p{font-size:18px;color:#6b7280;line-height:1.7;margin:0 0 32px 0}#app-stores-section .stores-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}#app-stores-section .stores-list li{display:flex;align-items:center;gap:12px;font-size:16px;color:#111827;font-weight:600}#app-stores-section .stores-list i{color:#10b981;font-size:20px;flex-shrink:0}#app-stores-section .stores-logos-section{display:flex;gap:24px}#app-stores-section .store-logo-card{flex:1;background:#fff;padding:40px 32px;border-radius:16px;border:1px solid #e5e7eb;text-align:center;transition:all 0.3s}#app-stores-section .store-logo-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,0.12)}#app-stores-section .store-logo-card.apple{border-color:#3b82f6}#app-stores-section .store-logo-card.apple:hover{box-shadow:0 12px 32px rgba(59,130,246,0.2)}#app-stores-section .store-logo-card.google{border-color:#10b981}#app-stores-section .store-logo-card.google:hover{box-shadow:0 12px 32px rgba(16,185,129,0.2)}#app-stores-section .store-logo-card i{font-size:64px;margin-bottom:20px}#app-stores-section .store-logo-card.apple i{color:#3b82f6}#app-stores-section .store-logo-card.google i{color:#10b981}#app-stores-section .store-name{font-size:20px;font-weight:800;color:#111827;margin-bottom:8px}#app-stores-section .store-platform{font-size:14px;color:#6b7280;font-weight:600}@media(max-width:1024px){#app-stores-section .stores-content-wrapper{grid-template-columns:1fr}#app-stores-section h2{font-size:36px;text-align:center}#app-stores-section .stores-text-content p{text-align:center}#app-stores-section .stores-list{align-items:center}#app-stores-section .stores-logos-section{max-width:500px;margin:0 auto}}@media(max-width:640px){#app-stores-section h2{font-size:32px}#app-stores-section .stores-logos-section{flex-direction:column}#app-stores-section .stores-list{align-items:flex-start}}#app-use-cases-simple{position:relative;background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#app-use-cases-simple .badge-primary{display:inline-block;padding:8px 20px;background:#eef2ff;color:#4f46e5;font-size:13px;font-weight:700;border-radius:25px;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:20px}#app-use-cases-simple .use-cases-header-center{text-align:center;margin-bottom:60px}#app-use-cases-simple h2{font-size:42px;font-weight:900;color:#111827;margin:0;line-height:1.2}#app-use-cases-simple .use-cases-simple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}#app-use-cases-simple .use-case-simple-card{background:#f8f9fa;padding:32px 28px;border-radius:12px;border:1px solid #e5e7eb;transition:all 0.3s}#app-use-cases-simple .use-case-simple-card:hover{background:#fff;border-color:#6366f1;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}#app-use-cases-simple .use-case-icon{width:56px;height:56px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}#app-use-cases-simple .use-case-icon i{font-size:26px;color:#fff}#app-use-cases-simple h4{font-size:20px;font-weight:800;color:#111827;margin:0 0 8px 0;line-height:1.3}#app-use-cases-simple p{font-size:15px;color:#6b7280;line-height:1.5;margin:0}@media(max-width:900px){#app-use-cases-simple .use-cases-simple-grid{grid-template-columns:repeat(2,1fr)}#app-use-cases-simple h2{font-size:36px}}@media(max-width:640px){#app-use-cases-simple .use-cases-simple-grid{grid-template-columns:1fr}#app-use-cases-simple h2{font-size:32px}}#app-final-cta{position:relative;background:linear-gradient(135deg,#7c3aed,#a855f7);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#app-final-cta .final-cta-content{text-align:center;padding:40px 20px}#app-final-cta h2{font-size:52px;font-weight:900;margin:0 0 24px 0;color:#fff;line-height:1.2}#app-final-cta p{font-size:22px;color:rgba(255,255,255,0.95);margin:0 0 40px 0;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}#app-final-cta .btn-final-cta{display:inline-flex;align-items:center;gap:12px;padding:20px 50px;font-size:20px;font-weight:700;background:#fff;color:#7c3aed;border-radius:14px;text-decoration:none;transition:all 0.3s;box-shadow:0 12px 32px rgba(0,0,0,0.15);margin-bottom:32px}#app-final-cta .btn-final-cta:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,0.2)}#app-final-cta .cta-trust-points{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}#app-final-cta .cta-trust-points span{display:flex;align-items:center;gap:8px;font-size:16px;color:#fff;font-weight:600}#app-final-cta .cta-trust-points i{font-size:18px}@media(max-width:768px){#app-final-cta h2{font-size:38px}#app-final-cta p{font-size:18px}}@media(max-width:640px){#app-final-cta h2{font-size:32px}#app-final-cta p{font-size:16px}#app-final-cta .btn-final-cta{width:100%;justify-content:center;font-size:18px;padding:16px 36px}}