*{box-sizing:border-box;margin:0;padding:0}html{width:100%;height:100%;overflow-x:hidden}body{color:#333;background-color:#f8f9fa;width:100%;min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;padding:0}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}.navbar{z-index:1000;background-color:#2c3e50;width:100%;padding:1rem 0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.nav-logo a{color:#4ade80;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{margin:0;padding:0;list-style:none;display:flex}.nav-item{margin-left:2rem}.nav-link{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:#4ade80}@media (max-width:768px){.nav-menu{background-color:#2c3e50;flex-direction:column;width:100%;padding:1rem 0;position:absolute;top:100%;left:0}.nav-item{text-align:center;margin:.5rem 0}}.home{width:100%;margin-top:80px}.hero{align-items:center;gap:4rem;max-width:1200px;min-height:90vh;margin:0 auto;padding:2rem;display:flex}.hero-content{flex:1}.hero-content h1{color:#2c3e50;margin-bottom:1rem;font-size:3rem;line-height:1.2}.hero-content p{color:#666;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.platform-toggle-container{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.screenshots-gallery .platform-toggle-container{margin-top:1.5rem;margin-bottom:2.5rem}.platform-toggle,.device-toggle{background:#4ade801a;border:2px solid #4ade80;border-radius:50px;padding:6px;display:inline-flex;box-shadow:0 4px 15px #4ade8033}.device-toggle{background:#4ade800d;border-color:#4ade8080}.device-toggle-single{background:#4ade801a;border:2px solid #4ade80;border-radius:50px;padding:6px;display:inline-flex;box-shadow:0 4px 15px #4ade8033}.hero-buttons{gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .3s}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background-color:#4ade80}.btn-secondary{color:#4ade80;background-color:#0000;border:2px solid #4ade80}.hero-image{flex:1;justify-content:center;display:flex}.app-screenshots{justify-content:center;align-items:center;display:flex}.app-screenshots .screenshot{border-radius:30px;width:100%;max-width:350px;height:auto;transition:transform .3s;box-shadow:0 25px 50px #00000026}.app-screenshots .screenshot:hover{transform:scale(1.05)}.features-overview{background-color:#f8f9fa;width:100%;padding:4rem 0}.screenshots-gallery{background-color:#fff;width:100%;padding:4rem 0}.screenshots-gallery h2{text-align:center;color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.screenshots-gallery p{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.screenshots-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.screenshot-item{text-align:center;animation:.6s ease-out both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.screenshot-item:first-child{animation-delay:.1s}.screenshot-item:nth-child(2){animation-delay:.2s}.screenshot-item:nth-child(3){animation-delay:.3s}.screenshot-item:nth-child(4){animation-delay:.4s}.screenshot-item:hover{transform:translateY(-10px)}.screenshot-item img{border-radius:20px;width:100%;max-width:300px;height:auto;margin-bottom:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000001a}.screenshot-item img:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 20px 50px #00000040}.screenshot-item p{color:#2c3e50;margin:0;font-size:1rem;font-weight:600}.features-overview h2{text-align:center;color:#2c3e50;margin-bottom:3rem;font-size:2.5rem}.feature-card{text-align:center;background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 5px 15px #0000001a}.app-stats{color:#fff;text-align:center;background-color:#4ade80;width:100%;padding:4rem 0}.app-stats h2{margin-bottom:1rem;font-size:2.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;display:grid}.stat h3{margin-bottom:.5rem;font-size:2rem}@media (max-width:768px){.hero{text-align:center;flex-direction:column;gap:2rem}.hero-content h1{font-size:2rem}.platform-toggle-container{align-items:center}.platform-toggle button,.device-toggle button{min-width:100px;padding:10px 24px;font-size:.9rem}.device-toggle button{min-width:85px;padding:8px 20px}.device-toggle-single button{min-width:95px;padding:10px 20px;font-size:.9rem}.app-screenshots .screenshot{max-width:280px}.screenshots-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.screenshot-item img{max-width:250px}}.about{width:100%;margin-top:80px;padding:0}.about-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);width:100vw;margin-bottom:4rem;margin-left:calc(50% - 50vw);padding:4rem 2rem;position:relative}.about-hero h1{margin-bottom:1rem;font-size:3rem}.about-hero p{opacity:.9;font-size:1.2rem}.about-content{margin-bottom:4rem}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-text h2{color:#2c3e50;margin-bottom:1.5rem;font-size:2rem}.about-text p{color:#666;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-features{background:#f8f9fa;border-radius:12px;padding:2rem}.about-features h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}.about-features ul{padding:0;list-style:none}.about-features li{color:#666;padding:.5rem 0;font-size:1.1rem}.mission{text-align:center;background:#fff;border-radius:12px;margin-bottom:4rem;padding:4rem 2rem;box-shadow:0 5px 15px #0000001a}.mission h2{color:#2c3e50;margin-bottom:1.5rem;font-size:2.5rem}.mission p{color:#666;max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.8}.values{margin-bottom:4rem}.values h2{text-align:center;color:#2c3e50;margin-bottom:3rem;font-size:2.5rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.value-card{text-align:center;background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 5px 15px #0000001a}.value-card:hover{transform:translateY(-5px)}.value-icon{margin-bottom:1rem;font-size:3rem}.value-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.value-card p{color:#666;line-height:1.6}@media (max-width:768px){.about-hero h1{font-size:2rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-hero,.mission{padding:2rem 1rem}}.features{width:100%;margin-top:80px;padding:0}.features-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);width:100vw;margin-bottom:4rem;margin-left:calc(50% - 50vw);padding:4rem 2rem;position:relative}.features-hero h1{margin-bottom:1rem;font-size:3rem}.features-hero p{opacity:.9;font-size:1.2rem}.platform-toggle-container{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}.platform-toggle,.device-toggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;padding:6px;display:inline-flex;box-shadow:0 4px 15px #0000001a}.platform-toggle button,.device-toggle button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50px;min-width:120px;padding:12px 32px;font-size:1rem;font-weight:600;transition:all .3s}.platform-toggle button:hover,.device-toggle button:hover{background:#ffffff1a}.platform-toggle button.active,.device-toggle button.active{color:#22c55e;background:#fff;box-shadow:0 4px 12px #00000026}.device-toggle{background:#ffffff26}.device-toggle button{min-width:100px;padding:10px 24px;font-size:.95rem}.device-toggle-single{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;padding:6px;display:inline-flex;box-shadow:0 4px 15px #0000001a}.device-toggle-single button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50px;min-width:110px;padding:12px 28px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.device-toggle-single button:not(.active){opacity:.6}.device-toggle-single button:hover{background:#ffffff1a}.device-toggle-single button.active{color:#22c55e;background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.main-features{margin-bottom:4rem}.feature-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;padding:2rem 0;display:grid}.feature-section.reverse{direction:rtl}.feature-section.reverse>*{direction:ltr}.feature-content h2{color:#2c3e50;margin-bottom:1.5rem;font-size:2rem}.feature-content p{color:#666;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.feature-content ul{padding:0;list-style:none}.feature-content li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.feature-content li:before{content:"✓";color:#4ade80;font-weight:700;position:absolute;left:0}.feature-demo{justify-content:center;display:flex}.feature-screenshot{border-radius:20px;width:100%;max-width:350px;height:auto;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out fadeIn;box-shadow:0 15px 40px #00000026}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.feature-screenshot:hover{transform:scale(1.05)translateY(-5px);box-shadow:0 25px 60px #00000040}.demo-card{text-align:center;background:#fff;border-radius:12px;min-width:300px;padding:2rem;box-shadow:0 10px 30px #0000001a}.demo-header{color:#666;margin-bottom:1rem}.demo-amount{color:#2c3e50;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.demo-stats{justify-content:space-between;display:flex}.demo-income,.demo-expense{flex-direction:column;align-items:center;display:flex}.positive{color:#4ade80;font-weight:700}.negative{color:#ef4444;font-weight:700}.quick-actions-demo{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:300px;display:grid}.quick-action{text-align:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;padding:1rem;font-size:.9rem;transition:all .3s}.quick-action:hover{background:#f0fdf4;border-color:#4ade80}.goals-demo{justify-content:center;display:flex}.goal-card{text-align:center;background:#fff;border-radius:12px;max-width:300px;padding:2rem;box-shadow:0 10px 30px #0000001a}.goal-card h3{color:#2c3e50;margin-bottom:1rem}.goal-card p{color:#666;margin-bottom:1.5rem}.create-goal-btn{color:#fff;cursor:pointer;background:#4ade80;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.create-goal-btn:hover{background:#22c55e}.budget-demo{background:#fff;border-radius:12px;max-width:300px;padding:2rem;box-shadow:0 10px 30px #0000001a}.budget-header{color:#2c3e50;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.budget-amounts{justify-content:space-between;margin-bottom:1rem;font-size:.9rem;display:flex}.budget-amounts div{text-align:center}.budget-amounts span{color:#666;font-size:.8rem;display:block}.progress-bar{background:#e9ecef;border-radius:4px;width:100%;height:8px;margin-bottom:1rem}.progress{background:#4ade80;border-radius:4px;height:100%}.category{border-top:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.premium-section{text-align:center;margin:5rem 0}.premium-section h2{color:#2c3e50;margin-bottom:.5rem;font-size:2.5rem}.premium-subtitle{color:#666;margin-bottom:3rem;font-size:1.1rem}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.pricing-card{background:#fff;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 5px 20px #0000001a}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.pricing-card.featured{border:3px solid #4ade80;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.08)translateY(-10px)}.badge{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:20px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-15px;right:20px}.pricing-header{border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem;padding-bottom:1.5rem}.pricing-header h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem}.price{margin:1rem 0}.price .amount{color:#2c3e50;font-size:2.5rem;font-weight:700}.price-description{color:#666;font-size:.9rem}.pricing-features{text-align:left;margin:1.5rem 0;padding:0;list-style:none}.pricing-features li{color:#666;padding:.75rem 0 .75rem 1.8rem;font-size:.95rem;line-height:1.4;position:relative}.pricing-features li.included:before{content:"✓";color:#4ade80;font-size:1.2rem;font-weight:700;position:absolute;left:0}.pricing-features li.not-included{opacity:.4}.pricing-features li.not-included:before{content:"✗";color:#999;font-size:1.2rem;font-weight:700;position:absolute;left:0}.pricing-btn{cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.free-btn{color:#666;background:#f0f0f0}.free-btn:hover{background:#e0e0e0}.pro-btn{color:#fff;background:linear-gradient(135deg,#4ade80,#22c55e)}.pro-btn:hover{background:linear-gradient(135deg,#22c55e,#16a34a);transform:scale(1.02)}.proplus-btn{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.proplus-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:scale(1.02)}.feature-comparison{text-align:center;margin:5rem 0}.feature-comparison h2{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem}.comparison-table-wrapper{max-width:900px;margin:0 auto;overflow-x:auto}.comparison-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 5px 20px #0000001a}.comparison-table thead{color:#fff;background:linear-gradient(135deg,#4ade80,#22c55e)}.comparison-table th{text-align:left;padding:1.25rem;font-size:1rem;font-weight:600}.comparison-table th:first-child{text-align:left}.comparison-table th:not(:first-child){text-align:center}.comparison-table td{color:#666;border-bottom:1px solid #f0f0f0;padding:1rem 1.25rem}.comparison-table td:first-child{color:#2c3e50;font-weight:600}.comparison-table td:not(:first-child){text-align:center}.comparison-table tbody tr:hover{background:#f8f9fa}.comparison-table tbody tr:last-child td{border-bottom:none}.pro-features-detail,.proplus-features-detail{text-align:center;margin:5rem 0}.pro-features-detail h2,.proplus-features-detail h2{color:#2c3e50;margin-bottom:.5rem;font-size:2.5rem}.section-subtitle{color:#666;margin-bottom:2rem;font-size:1.1rem}.features-grid-detailed{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.feature-detail-card{text-align:left;background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 5px 15px #0000001a}.feature-detail-card:hover{transform:translateY(-5px)}.feature-detail-card.highlight{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #8b5cf6}.feature-detail-icon{margin-bottom:1rem;font-size:3rem}.feature-detail-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.feature-detail-card p{color:#666;font-size:1rem;line-height:1.7}.feature-detail-card strong{color:#4ade80;font-weight:600}.feature-detail-card.highlight strong{color:#8b5cf6}.additional-features{text-align:center}.additional-features h2{color:#2c3e50;margin-bottom:3rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 5px 15px #0000001a}.feature-card:hover{transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:#2c3e50;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}@media (max-width:768px){.features-hero h1{font-size:2rem}.platform-toggle button,.device-toggle button{min-width:100px;padding:10px 24px;font-size:.9rem}.device-toggle button{min-width:85px;padding:8px 20px}.device-toggle-single button{min-width:95px;padding:10px 20px;font-size:.9rem}.feature-section{grid-template-columns:1fr;gap:2rem}.feature-section.reverse{direction:ltr}.feature-screenshot{max-width:280px}.quick-actions-demo{grid-template-columns:1fr}.budget-amounts{flex-direction:column;gap:1rem}.pricing-cards{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-5px)}.premium-section h2,.feature-comparison h2,.pro-features-detail h2,.proplus-features-detail h2,.additional-features h2{font-size:1.8rem}.comparison-table{font-size:.85rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}.features-grid-detailed{grid-template-columns:1fr}.feature-content h2{font-size:1.5rem}}.contact{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:100vh;margin-top:80px}.contact-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);padding:80px 20px}.contact-hero h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.contact-hero p{opacity:.95;max-width:600px;margin:0 auto;font-size:1.2rem}.contact-container{max-width:1200px;margin:0 auto;padding:60px 20px}.contact-main{flex-direction:column;gap:60px;display:flex}.primary-contact-card{text-align:center;background:#fff;border-radius:20px;padding:60px 40px;animation:.6s ease-out fadeInUp;box-shadow:0 10px 40px #0000001a}.contact-icon-large{margin-bottom:20px;font-size:4rem}.primary-contact-card h2{color:#22c55e;margin-bottom:15px;font-size:2.5rem}.contact-description{color:#666;max-width:600px;margin:0 auto 30px;font-size:1.1rem;line-height:1.6}.email-button{color:#fff;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);border-radius:50px;padding:18px 40px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 5px 20px #4ade804d}.email-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #4ade8066}.help-section{animation:.6s ease-out .2s both fadeInUp}.help-section h2{text-align:center;color:#2c3e50;margin-bottom:10px;font-size:2.5rem}.help-subtitle{text-align:center;color:#666;margin-bottom:40px;font-size:1.1rem}.help-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;display:grid}.help-card{background:#fff;border:2px solid #0000;border-radius:16px;padding:30px;transition:all .3s;box-shadow:0 5px 20px #00000014}.help-card:hover{border-color:#4ade80;transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.help-icon{margin-bottom:15px;font-size:2.5rem}.help-card h3{color:#2c3e50;margin-bottom:10px;font-size:1.4rem}.help-card p{color:#666;font-size:1rem;line-height:1.6}.contact-info-section{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;animation:.6s ease-out .3s both fadeInUp;display:grid}.info-card{text-align:center;background:#fff;border-radius:16px;padding:35px;transition:all .3s;box-shadow:0 5px 20px #00000014}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #4ade8033}.info-icon{margin-bottom:15px;font-size:3rem}.info-card h3{color:#22c55e;margin-bottom:10px;font-size:1.4rem}.info-card p{color:#666;line-height:1.6}.faq-preview{background:#fff;border-radius:20px;padding:50px 40px;animation:.6s ease-out .4s both fadeInUp;box-shadow:0 10px 40px #0000001a}.faq-preview h2{color:#2c3e50;text-align:center;margin-bottom:30px;font-size:2.2rem}.faq-list{gap:25px;display:grid}.faq-item{background:#f8f9fa;border-left:4px solid #4ade80;border-radius:12px;padding:25px;transition:all .3s}.faq-item:hover{background:#e8f5e9;transform:translate(5px)}.faq-item h4{color:#2c3e50;margin-bottom:10px;font-size:1.2rem;font-weight:600}.faq-item p{color:#666;margin:0;line-height:1.6}@media (max-width:768px){.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1rem}.primary-contact-card{padding:40px 25px}.primary-contact-card h2,.help-section h2,.faq-preview h2{font-size:2rem}.help-grid,.contact-info-section{grid-template-columns:1fr}.faq-preview{padding:30px 20px}}@media (max-width:480px){.contact-hero{padding:60px 20px}.contact-hero h1{font-size:1.8rem}.email-button{padding:14px 30px;font-size:1rem}.help-card,.info-card{padding:25px 20px}.contact-icon-large{font-size:3rem}}.privacy{background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);min-height:100vh}.privacy-hero{text-align:center;color:#fff;padding:120px 20px 60px}.privacy-hero h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.last-updated{opacity:.9;font-size:1rem;font-style:italic}.privacy-content{background:#fff;border-radius:20px 20px 0 0;margin-top:40px;padding:60px 40px}.privacy-section{margin-bottom:50px}.privacy-section h2{color:#22c55e;border-bottom:3px solid #22c55e;margin-bottom:20px;padding-bottom:10px;font-size:2rem}.privacy-section h3{color:#333;margin-top:30px;margin-bottom:15px;font-size:1.4rem;font-weight:600}.privacy-section p{color:#555;margin-bottom:15px;font-size:1.05rem;line-height:1.8}.privacy-section ul{margin:20px 0;padding-left:0;list-style:none}.privacy-section ul li{color:#555;margin-bottom:12px;padding-left:30px;font-size:1.05rem;line-height:1.8;position:relative}.privacy-section ul li:before{content:"•";color:#667eea;font-size:1.5rem;font-weight:700;position:absolute;top:-2px;left:0}.privacy-section ul li strong{color:#333;font-weight:600}.contact-info{background:#f8f9ff;border-left:4px solid #667eea;border-radius:12px;margin:20px 0;padding:25px}.contact-info p{color:#333;margin-bottom:10px}.contact-info strong{color:#667eea;font-weight:600}.summary-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;margin-top:60px;padding:40px}.summary-section h2{color:#fff;text-align:center;border-bottom:3px solid #fff;font-size:2.2rem}.privacy-highlights{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px;display:grid}.highlight-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:30px;transition:transform .3s,background .3s}.highlight-item:hover{background:#ffffff26;transform:translateY(-5px)}.highlight-icon{margin-bottom:15px;font-size:3rem}.highlight-item h3{color:#fff;margin-bottom:12px;font-size:1.3rem;font-weight:600}.highlight-item p{color:#fffffff2;margin:0;font-size:1rem;line-height:1.6}.privacy-cta{text-align:center;background:#f8f9ff;border-radius:12px;margin-top:40px;padding:40px 20px}.privacy-cta p{color:#333;max-width:700px;margin:0 auto;font-size:1.2rem;font-weight:500}@media (max-width:768px){.privacy-hero{padding:100px 20px 40px}.privacy-hero h1{font-size:2rem}.privacy-content{margin-top:20px;padding:40px 20px}.privacy-section h2{font-size:1.6rem}.privacy-section h3{font-size:1.2rem}.privacy-section p,.privacy-section ul li{font-size:1rem}.privacy-highlights{grid-template-columns:1fr;gap:20px}.summary-section{padding:30px 20px}.summary-section h2{font-size:1.8rem}.privacy-cta p{font-size:1.1rem}}@media (max-width:480px){.privacy-hero h1{font-size:1.8rem}.last-updated{font-size:.9rem}.privacy-content{padding:30px 15px}.privacy-section h2{font-size:1.4rem}.privacy-section h3{font-size:1.1rem}.contact-info{padding:20px}.highlight-item{padding:25px 20px}.highlight-icon{font-size:2.5rem}}.terms{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:100vh;margin-top:80px}.terms-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);padding:80px 20px}.terms-hero h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.last-updated{opacity:.9;margin-bottom:.5rem;font-size:1rem}.pricing-note{opacity:.85;margin-top:.5rem;font-size:.95rem;font-style:italic}.container{max-width:900px;margin:0 auto;padding:60px 20px}.terms-content{animation:.6s ease-out fadeInUp}.terms-section{background:#fff;border-radius:16px;margin-bottom:30px;padding:40px;box-shadow:0 5px 20px #00000014}.terms-section h2{color:#2c3e50;border-bottom:3px solid #4ade80;margin-bottom:20px;padding-bottom:15px;font-size:2rem}.terms-section h3{color:#22c55e;margin:30px 0 15px;font-size:1.4rem}.terms-section h4{color:#2c3e50;margin:20px 0 10px;font-size:1.2rem}.terms-section p{color:#666;margin-bottom:15px;font-size:1.05rem;line-height:1.8}.terms-section ul,.terms-section ol{color:#666;margin:15px 0;padding-left:30px;line-height:1.8}.terms-section li{margin-bottom:10px}.terms-section strong{color:#2c3e50;font-weight:600}.terms-section em{color:#555;font-style:italic}.terms-section a{color:#4ade80;font-weight:500;text-decoration:none;transition:color .3s}.terms-section a:hover{color:#22c55e;text-decoration:underline}.pricing-table{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:25px 0;display:grid}.pricing-tier{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #4ade80;border-radius:12px;padding:25px}.pricing-tier h4{color:#22c55e;text-align:center;margin:0 0 15px;font-size:1.5rem}.pricing-tier ul{margin:0;padding:0;list-style:none}.pricing-tier li{border-bottom:1px solid #e9ecef;padding:10px;font-size:1.05rem}.pricing-tier li:last-child{border-bottom:none}.pricing-disclaimer{background:#fff9e6;border-left:4px solid #ffc107;border-radius:4px;margin-top:20px;padding:15px;font-size:.95rem}.platform-instructions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:25px 0;display:grid}.platform-instruction{background:#f8f9fa;border-left:4px solid #4ade80;border-radius:12px;padding:20px}.platform-instruction h4{color:#22c55e;margin:0 0 15px}.platform-instruction ol{margin:0;padding-left:20px}.refund-instructions{background:#f0f9ff;border:2px solid #3b82f6;border-radius:12px;margin:20px 0;padding:25px}.refund-instructions h4{color:#1e40af;margin:15px 0 10px}.refund-instructions h4:first-child{margin-top:0}.refund-instructions ol{margin:10px 0;padding-left:25px}.contact-info{background:#f8f9fa;border-radius:8px;margin-top:15px;padding:20px}.contact-info p{margin:8px 0}.terms-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);border-radius:16px;padding:40px;box-shadow:0 10px 30px #4ade804d}.terms-cta p{color:#fff;margin:0;font-size:1.15rem;line-height:1.6}@media (max-width:768px){.terms-hero h1{font-size:2rem}.terms-section{padding:25px 20px}.terms-section h2{font-size:1.6rem}.terms-section h3{font-size:1.2rem}.pricing-table,.platform-instructions{grid-template-columns:1fr}.container{padding:40px 15px}}@media (max-width:480px){.terms-hero{padding:60px 20px}.terms-hero h1{font-size:1.8rem}.terms-section{padding:20px 15px}.terms-section h2{font-size:1.4rem}.pricing-tier{padding:20px 15px}.terms-cta{padding:30px 20px}.terms-cta p{font-size:1rem}}.App{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.features-overview,.app-stats,.features-hero,.about-hero,.contact-hero{width:100vw;margin-left:calc(50% - 50vw)}button{font-family:inherit}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}
