html{scroll-behavior:smooth}body{margin:0;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}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #16a34a;--primary-light: #22c55e;--primary-dark: #15803d;--text: #111827;--text-secondary: #4b5563;--background: #ffffff;--background-secondary: #f9fafb;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--success: #16a34a;--warning: #eab308;--error: #dc2626}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text);background-color:var(--background)}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid transparent}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 10px #0000000d;border-bottom-color:var(--gray-200)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.5px}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text);font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.cta-button{background:var(--primary);color:#fff;padding:.5rem 1.5rem;border-radius:6px;transition:background .2s}.cta-button:hover{background:var(--primary-dark);color:#fff}.hero{padding:8rem 2rem 6rem;background:linear-gradient(135deg,#f0fdf4,#fff);min-height:90vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:fadeInUp .8s ease}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text)}.highlight{color:var(--primary)}.hero-description{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s;border:none;cursor:pointer;font-size:1rem;white-space:nowrap;flex-shrink:0}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.btn-secondary{background:#fff;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.phone-mockup{animation:fadeInRight .8s ease;perspective:1000px}.phone-screen{background:#fff;border-radius:30px;padding:1rem;box-shadow:0 20px 60px #00000026;border:8px solid var(--gray-900);max-width:300px;margin:0 auto}.mockup-content{background:var(--background-secondary);border-radius:20px;overflow:hidden;min-height:500px}.mockup-header{background:#fff;padding:.5rem;border-bottom:1px solid var(--gray-200)}.mockup-status-bar{height:20px;background:var(--gray-200);border-radius:4px;margin-bottom:.5rem}.mockup-scanner{position:relative;background:var(--gray-800);height:200px;display:flex;align-items:center;justify-content:center;margin:1rem;border-radius:12px}.scanner-frame{width:80%;height:60%;border:2px solid var(--primary);border-radius:8px;position:relative}.scanner-line{position:absolute;width:100%;height:2px;background:var(--primary);animation:scan 2s linear infinite}@keyframes scan{0%,to{top:0}50%{top:100%}}.mockup-product-info{background:#fff;margin:1rem;padding:1.5rem;border-radius:12px;text-align:center}.mockup-product-image{width:80px;height:80px;background:var(--gray-200);border-radius:8px;margin:0 auto 1rem}.mockup-product-name{font-weight:600;margin-bottom:1rem;color:var(--text)}.mockup-health-score{display:flex;align-items:center;justify-content:center;gap:.5rem}.score-badge{padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.875rem}.score-badge.excellent,.score-badge.good{background:#dcfce7;color:var(--success)}.score-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.features{padding:6rem 2rem;background:#fff}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text)}.section-subtitle{font-size:1.25rem;text-align:center;color:var(--text-secondary);margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid var(--gray-200);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary)}.feature-icon{width:64px;height:64px;background:#dcfce7;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary)}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.feature-description{color:var(--text-secondary);line-height:1.7}.how-it-works{padding:6rem 2rem;background:var(--background-secondary)}.steps{display:flex;flex-direction:column;gap:3rem;max-width:800px;margin:0 auto}.step{display:flex;gap:2rem;align-items:flex-start}.step-number{width:60px;height:60px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content{flex:1}.step-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.step-description{color:var(--text-secondary);line-height:1.7}.benefits{padding:6rem 2rem;background:#fff}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-description{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.benefits-list{list-style:none}.benefits-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;color:var(--text-secondary)}.benefits-list li svg{flex-shrink:0;color:var(--primary);margin-top:.25rem}.benefits-visual{display:flex;justify-content:center}.benefits-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden;max-width:350px;border:1px solid var(--gray-200)}.benefits-card-header{background:var(--primary);color:#fff;padding:1.5rem;display:flex;align-items:center;gap:1rem}.card-icon{font-size:2rem}.card-title{font-size:1.25rem;font-weight:600}.benefits-card-content{padding:1.5rem}.card-product{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.card-product-image{width:60px;height:60px;background:var(--gray-200);border-radius:8px;flex-shrink:0}.card-product-info{flex:1}.card-product-name{font-weight:600;margin-bottom:.25rem;color:var(--text)}.card-product-brand{font-size:.875rem;color:var(--text-secondary)}.card-score{margin-bottom:1.5rem}.card-score-label{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.card-score-value{display:flex;align-items:center;gap:1rem}.score-badge.excellent{background:#dcfce7;color:var(--success)}.score-number{font-size:2rem;font-weight:700;color:var(--primary)}.card-details{display:flex;flex-direction:column;gap:.75rem}.card-detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:.875rem;color:var(--text-secondary)}.detail-value{font-weight:600;color:var(--text)}.detail-value.safe{color:var(--success)}.cta{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-description{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.cta-buttons .btn{flex:0 1 auto;min-width:auto}.cta .btn-primary{background:#fff;color:var(--primary)}.cta .btn-primary:hover{background:var(--background-secondary);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cta-note{font-size:.875rem;opacity:.9}.footer{background:var(--gray-900);color:#fff;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.footer-description{color:var(--gray-300);line-height:1.7}.footer-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--gray-300);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--gray-800);color:var(--gray-400)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.benefits-content{grid-template-columns:1fr}.nav-links{gap:1rem;font-size:.875rem}.nav-links a:not(.cta-button){display:none}}@media(max-width:640px){.hero{padding:6rem 1rem 4rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.step{flex-direction:column;text-align:center}.cta-title{font-size:2rem}.container{padding:0 1rem}}.hero-buttons{display:flex;gap:1rem;flex-wrap:nowrap;align-items:center}.hero-buttons .btn{flex:0 0 auto;white-space:nowrap;padding:.875rem 2rem;min-width:auto;width:auto;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;line-height:1.5;height:auto;vertical-align:middle;margin:0}.hero-buttons .btn-primary{border:2px solid transparent}.hero-buttons .btn-secondary{border:2px solid var(--primary)}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:nowrap;align-items:center;margin-bottom:1.5rem}.cta-buttons .btn{flex:0 0 auto;white-space:nowrap;padding:.875rem 2rem;min-width:auto;width:auto;display:inline-block;font-size:1rem}.cta-buttons .btn.btn-large{padding:.875rem 2rem;font-size:1rem}@media(max-width:640px){.hero-buttons{flex-wrap:wrap;justify-content:center}.cta-buttons{flex-wrap:wrap}.hero-buttons .btn,.cta-buttons .btn{flex:0 0 auto}}.privacy-policy{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:80px 0 40px}.privacy-content{max-width:900px;margin:0 auto;background:#fff;padding:60px;border-radius:12px;box-shadow:0 10px 40px #0000001a}.privacy-content h1{font-size:42px;font-weight:700;color:#11181c;margin-bottom:10px;line-height:1.2}.last-updated{color:#687076;font-size:14px;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.privacy-content section{margin-bottom:40px}.privacy-content h2{font-size:28px;font-weight:700;color:#11181c;margin-top:40px;margin-bottom:20px;line-height:1.3}.privacy-content h3{font-size:20px;font-weight:600;color:#11181c;margin-top:24px;margin-bottom:12px}.privacy-content p{font-size:16px;line-height:1.8;color:#11181c;margin-bottom:16px}.privacy-content ul{margin:16px 0;padding-left:24px}.privacy-content li{font-size:16px;line-height:1.8;color:#11181c;margin-bottom:12px}.privacy-content li strong{color:#11181c;font-weight:600}.privacy-footer{margin-top:60px;padding-top:40px;border-top:2px solid #e5e7eb}.back-link{display:inline-flex;align-items:center;color:#22c55e;font-size:16px;font-weight:600;text-decoration:none;transition:color .2s}.back-link:hover{color:#16a34a;text-decoration:underline}@media(max-width:768px){.privacy-policy{padding:60px 0 20px}.privacy-content{padding:30px 20px;margin:0 16px}.privacy-content h1{font-size:32px}.privacy-content h2{font-size:24px}.privacy-content h3{font-size:18px}.privacy-content p,.privacy-content li{font-size:15px}}.delete-account{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:80px 0 40px}.delete-account-content{max-width:900px;margin:0 auto;background:#fff;padding:60px;border-radius:12px;box-shadow:0 10px 40px #0000001a}.delete-account-content h1{font-size:42px;font-weight:700;color:#11181c;margin-bottom:20px;line-height:1.2}.intro-text{font-size:18px;line-height:1.8;color:#11181c;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.delete-account-content section{margin-bottom:40px}.important-notice{background:#fef3c7;border-left:4px solid #f59e0b;padding:24px;border-radius:8px;margin-bottom:40px}.important-notice h2{color:#92400e;margin-top:0;margin-bottom:12px}.important-notice p{color:#78350f;margin-bottom:0}.delete-account-content h2{font-size:28px;font-weight:700;color:#11181c;margin-top:40px;margin-bottom:20px;line-height:1.3}.delete-account-content h3{font-size:20px;font-weight:600;color:#11181c;margin-top:24px;margin-bottom:12px}.delete-account-content p{font-size:16px;line-height:1.8;color:#11181c;margin-bottom:16px}.delete-account-content ol,.delete-account-content ul{margin:16px 0;padding-left:24px}.delete-account-content li{font-size:16px;line-height:1.8;color:#11181c;margin-bottom:12px}.method-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:24px;margin:20px 0}.method-card h3{color:#22c55e;margin-top:0}.method-card .note{background:#ecfdf5;border-left:3px solid #22c55e;padding:12px 16px;margin-top:16px;margin-bottom:0;font-size:14px}.info-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:24px;margin:20px 0}.info-box h3{color:#1e40af;margin-top:0;margin-bottom:12px}.info-box p,.info-box li{color:#1e3a8a}.data-list,.retention-list{display:flex;flex-direction:column;gap:20px;margin:24px 0}.data-item,.retention-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.data-item h3{color:#22c55e;margin-top:0;margin-bottom:12px}.retention-item h3{color:#f59e0b;margin-top:0;margin-bottom:12px}.retention-timeline{margin:24px 0}.timeline-item{display:flex;gap:20px;margin-bottom:30px;position:relative}.timeline-item:not(:last-child):after{content:"";position:absolute;left:19px;top:50px;width:2px;height:calc(100% + 10px);background:#e5e7eb}.timeline-marker{width:40px;height:40px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0;z-index:1}.timeline-content{flex:1;padding-top:8px}.timeline-content h3{margin-top:0;margin-bottom:8px;color:#11181c}.timeline-content p{margin-bottom:0;color:#687076}.warning-box{background:#fef2f2;border-left:4px solid #ef4444;padding:24px;border-radius:8px;margin:24px 0}.warning-box h3{color:#991b1b;margin-top:0;margin-bottom:12px}.warning-box ul{margin-bottom:0}.warning-box li{color:#7f1d1d}.contact-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:24px;margin:20px 0}.contact-info p{margin-bottom:12px}.contact-info a{color:#2563eb;text-decoration:none;font-weight:600}.contact-info a:hover{text-decoration:underline}.action-buttons{display:flex;gap:16px;margin:40px 0;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-block;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;text-align:center}.btn-primary{background:#22c55e;color:#fff}.btn-primary:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}.btn-secondary{background:#fff;color:#22c55e;border:2px solid #22c55e}.btn-secondary:hover{background:#f0fdf4;transform:translateY(-2px)}.footer-note{margin-top:60px;padding-top:40px;border-top:2px solid #e5e7eb;text-align:center}.footer-note p{color:#687076;font-size:14px;margin-bottom:0}@media(max-width:768px){.delete-account{padding:60px 0 20px}.delete-account-content{padding:30px 20px;margin:0 16px}.delete-account-content h1{font-size:32px}.delete-account-content h2{font-size:24px}.delete-account-content h3{font-size:18px}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.timeline-item{flex-direction:column}.timeline-item:not(:last-child):after{display:none}}
