:root{--primary: #2E7D32;--primary-light: #4CAF50;--primary-dark: #1B5E20;--primary-container: #C8E6C9;--secondary: #1976D2;--secondary-light: #2196F3;--secondary-dark: #0D47A1;--secondary-container: #E3F2FD;--tertiary: #FF6B35;--tertiary-light: #FF8C5F;--tertiary-container: #FFE5DC;--surface: #FFFFFF;--surface-dim: #F5F5F5;--surface-variant: #E8F5E9;--on-surface: #2C3E2F;--on-surface-variant: #5A6C5B;--error: #BA1A1A;--success: #2E7D32;--warning: #FF6B35;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--spacing-xxxl: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--on-surface);background-color:var(--surface);line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:var(--spacing-md);color:var(--on-surface)}h1{font-size:clamp(2.25rem,5vw,3.5rem);letter-spacing:-.01em}h2{font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.01em}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{margin-bottom:var(--spacing-md);color:var(--on-surface-variant)}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}button{font-family:inherit;cursor:pointer;border:none;transition:all .3s}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.section{padding:48px 0}@media(max-width:768px){.section{padding:36px 0}}.navbar{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);z-index:1000;padding:12px 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:var(--on-surface);line-height:1}.logo-icon{font-size:1.75rem;line-height:1;vertical-align:middle}.logo-text{color:var(--primary)}.logo-image{height:48px;width:auto;display:block}.nav-links{display:flex;gap:var(--spacing-lg);align-items:center}.nav-links a{font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.hero{background:var(--surface);padding:24px 0 48px;min-height:80vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text h1{margin-bottom:20px;line-height:1.15;max-width:20ch}.hero-description{font-size:1.125rem;margin-bottom:32px;color:var(--on-surface-variant);line-height:1.6;max-width:55ch}.hero-buttons{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-xl);flex-wrap:wrap}.hero-stats{display:flex;gap:32px;margin-top:40px}.stat{display:flex;flex-direction:column;gap:6px}.stat-number{font-size:2rem;font-weight:700;color:var(--primary);line-height:1}.stat-label{font-size:.875rem;color:var(--on-surface-variant);line-height:1.4}.hero-phones{display:flex;justify-content:center;align-items:center}.phone-stack{position:relative;width:100%;max-width:500px;height:500px;display:flex;justify-content:center;align-items:center}.phone-mockup{background:#1a1a1a;border-radius:32px;padding:8px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.phone-mockup img{width:100%;height:100%;object-fit:cover;border-radius:24px;display:block}.phone-center{position:relative;z-index:3;width:220px}.phone-back-left{position:absolute;left:0;z-index:1;width:180px;transform:rotate(-8deg) translateY(20px);opacity:.9}.phone-back-right{position:absolute;right:0;z-index:2;width:180px;transform:rotate(8deg) translateY(20px);opacity:.9}.how-it-works{background:var(--surface-variant)}.screenshots-showcase{display:flex;flex-direction:column;gap:48px}.screenshot-item{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.screenshot-item.reverse{direction:rtl}.screenshot-item.reverse>*{direction:ltr}.screenshot-phone{display:flex;justify-content:center}.screenshot-phone img{width:180px;height:400px;object-fit:cover;object-position:top;border-radius:16px;background:#1a1a1a;padding:4px;box-shadow:0 10px 25px #00000026}.screenshot-info h3{font-size:1.5rem;font-weight:700;color:var(--on-surface);margin-bottom:16px}.screenshot-info p{font-size:1.0625rem;line-height:1.7;color:var(--on-surface-variant);max-width:45ch}.benefits-phone{width:280px;margin:0 auto}.benefits-phone img{width:100%;border-radius:24px}.features{background:var(--surface-variant)}.section-header{text-align:center;margin-bottom:56px;max-width:720px;margin-left:auto;margin-right:auto}.section-header h2{margin-bottom:16px;max-width:28ch;margin-left:auto;margin-right:auto}.section-header p{font-size:1.0625rem;color:var(--on-surface-variant);line-height:1.6;max-width:64ch;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.feature-card{background:var(--surface);padding:32px 28px;border-radius:var(--radius-lg);border:1px solid rgba(46,125,50,.08);transition:transform .2s,box-shadow .2s,border-color .2s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #2e7d3214;border-color:#2e7d3233}.feature-icon{font-size:2.75rem;margin-bottom:18px;display:block;line-height:1;color:var(--primary)}.feature-card h3{color:var(--on-surface);margin-bottom:12px;font-weight:600;font-size:1.1875rem;line-height:1.3}.feature-card p{color:var(--on-surface-variant);line-height:1.65;margin:0;font-size:.9375rem}.benefits{background:var(--surface)}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.benefits-text h2{margin-bottom:40px;max-width:22ch}.benefit-item{display:flex;gap:16px;margin-bottom:28px}.benefit-item:last-child{margin-bottom:0}.benefit-icon{font-size:1.5rem;color:var(--primary);flex-shrink:0;margin-top:3px;line-height:1}.benefit-item h4{color:var(--on-surface);margin-bottom:10px;font-weight:600;font-size:1.125rem;line-height:1.3}.benefit-item p{color:var(--on-surface-variant);line-height:1.65;margin:0;font-size:.9375rem}.stats-card{background:var(--primary-container);padding:36px 32px;border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.06)}.stats-card h3{color:var(--on-surface);margin-bottom:24px;text-align:center;font-weight:700;font-size:1.25rem}.impact-stat{display:flex;flex-direction:column;padding:20px;background:var(--surface);border-radius:var(--radius-md);margin-bottom:12px;text-align:center;border:1px solid rgba(0,0,0,.06)}.impact-stat:last-child{margin-bottom:0}.impact-number{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:6px;line-height:1}.impact-label{color:var(--on-surface-variant);font-size:.875rem;line-height:1.4}.pricing{background:var(--surface-variant)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1100px;margin:0 auto}.pricing-card{background:var(--surface);padding:48px 40px;border-radius:var(--radius-lg);border:2px solid rgba(46,125,50,.08);text-align:center;position:relative;transition:transform .2s,box-shadow .2s,border-color .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2e7d3214;border-color:#2e7d3233}.pricing-card.featured{border-color:var(--primary);box-shadow:0 8px 24px #2e7d321f}.pricing-card .badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:6px 16px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-card h3{font-size:1.5rem;font-weight:700;color:var(--on-surface);margin-bottom:24px}.price{margin-bottom:32px;display:flex;align-items:flex-start;justify-content:center;gap:4px}.price .currency{font-size:1.5rem;font-weight:600;color:var(--on-surface-variant);margin-top:8px}.price .amount{font-size:3.5rem;font-weight:700;color:var(--primary);line-height:1}.price .period{font-size:1rem;color:var(--on-surface-variant);align-self:flex-end;margin-bottom:8px}.pricing-features{list-style:none;padding:0;margin:0 0 40px;text-align:left}.pricing-features li{padding:14px 0;color:var(--on-surface-variant);border-bottom:1px solid rgba(46,125,50,.08);font-size:1rem;line-height:1.6}.pricing-features li:last-child{border-bottom:none}.pricing-card button{width:100%}.pricing-card.featured .btn-outline{background:var(--primary);color:#fff;border-color:var(--primary)}.cta{background:var(--primary);color:#fff}.cta-content{text-align:center;max-width:720px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:16px;max-width:28ch;margin-left:auto;margin-right:auto}.cta-content>p{color:#fffffff2;font-size:1.0625rem;line-height:1.6;max-width:56ch;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:16px;justify-content:center;margin:36px 0 24px;flex-wrap:wrap}.cta-note{font-size:.9375rem;opacity:.9;color:#ffffffe6}.footer{background:var(--on-surface);color:#fff;padding:64px 0 32px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{color:#fffffff2;margin-bottom:16px;font-weight:600;font-size:1.0625rem}.footer-section a,.footer-section p{color:#ffffffb3;display:block;margin-bottom:10px;line-height:1.6;font-size:.9375rem;transition:color .2s}.footer-section a:hover{color:var(--primary-container)}.footer-section .logo{margin-bottom:12px}.footer .logo-image{height:36px}.footer-bottom{text-align:center;padding-top:28px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#fff9;margin:0;font-size:.875rem}.btn-primary,.btn-outline,.btn-secondary{display:inline-block;padding:12px 28px;border-radius:var(--radius-md);font-weight:600;font-size:1rem;transition:all .2s ease;border:none;cursor:pointer;letter-spacing:.01em;text-align:center;text-decoration:none}.btn-primary{background:var(--primary);color:#fff;border:2px solid var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #2e7d3240}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary);padding:10px 26px}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2e7d3240}.cta .btn-outline{background:transparent;border:2px solid white;color:#fff}.cta .btn-outline:hover{background:#fff;color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.btn-secondary{background:var(--secondary-container);color:var(--secondary);padding:8px 16px;font-size:.875rem;border-radius:var(--radius-sm)}.btn-secondary:hover{background:var(--secondary);color:#fff}.btn-lg{padding:14px 36px;font-size:1.0625rem}.scroll-to-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s,visibility .3s,transform .3s;z-index:1000}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--primary-dark);transform:translateY(-2px)}.scroll-to-top .material-icons{font-size:28px}@media(max-width:968px){.hero-content,.benefits-content{grid-template-columns:1fr;gap:48px}.hero-phones{order:-1}.phone-stack{height:400px;max-width:400px}.phone-center{width:180px}.phone-back-left,.phone-back-right{width:140px}.screenshot-item,.screenshot-item.reverse{grid-template-columns:1fr;gap:32px;direction:ltr}.screenshot-phone img{width:150px;height:320px}.screenshots-showcase{gap:40px}.hero{padding:16px 0 36px}}@media(max-width:768px){body{font-size:15px}h1{font-size:clamp(1.875rem,7vw,2.5rem)}h2{font-size:clamp(1.5rem,5vw,2rem)}.nav-links{display:none}.logo-image{height:36px}.footer .logo-image{height:32px}.hero{min-height:auto;padding:12px 0 24px}.hero-text h1{max-width:100%}.hero-description{max-width:100%;font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons button{width:100%}.phone-stack{height:320px;max-width:320px}.phone-center{width:150px}.phone-back-left,.phone-back-right{width:110px}.screenshot-info h3{font-size:1.25rem}.screenshot-info p{font-size:1rem}.benefits-phone{width:220px}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:28px 24px}.section-header{margin-bottom:40px}.section-header h2,.benefits-text h2,.cta-content h2{max-width:100%}.cta-buttons{flex-direction:column;width:100%}.cta-buttons button{width:100%}.footer-content{grid-template-columns:1fr;gap:32px}.pricing-grid{grid-template-columns:1fr}}.legal-page{min-height:100vh;background-color:#f8fafc;padding:40px 20px}.legal-container{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.legal-header{padding:32px 40px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#fff)}.back-link{display:inline-flex;align-items:center;gap:8px;color:#22c55e;text-decoration:none;font-size:14px;font-weight:500;margin-bottom:16px;transition:color .2s}.back-link:hover{color:#16a34a}.back-link .material-icons{font-size:20px}.legal-header h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 8px}.last-updated{font-size:14px;color:#64748b;margin:0}.legal-content{padding:40px}.legal-section{margin-bottom:32px}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 16px}.legal-section h3{font-size:16px;font-weight:600;color:#334155;margin:20px 0 12px}.legal-section p{font-size:15px;line-height:1.7;color:#475569;margin:0 0 12px}.legal-section ul{margin:12px 0;padding-left:24px}.legal-section li{font-size:15px;line-height:1.7;color:#475569;margin-bottom:8px}.legal-section li strong{color:#334155}.legal-section a{color:#22c55e;text-decoration:none}.legal-section a:hover{text-decoration:underline}.contact-info{background:#f8fafc;padding:16px 20px;border-radius:8px;border-left:4px solid #22c55e;font-size:15px;line-height:1.8;color:#334155}@media(max-width:768px){.legal-page{padding:20px 16px}.legal-header{padding:24px}.legal-header h1{font-size:26px}.legal-content{padding:24px}.legal-section h2{font-size:18px}.legal-section p,.legal-section li{font-size:14px}}
