:root{--blue-dark: #1e3a5f;--blue-medium: #2c5282;--blue-light: #4299e1;--blue-bg: #ebf8ff;--white: #ffffff;--gray-100: #f7fafc;--gray-200: #edf2f7;--gray-500: #718096;--gray-600: #4a5568;--gray-700: #2d3748;--green: #48bb78}.landing{min-height:100vh;background:var(--white);color:var(--blue-dark);overflow-x:hidden}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto;border-bottom:1px solid var(--gray-200)}.header-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--blue-dark)}.header-logo svg{color:var(--blue-dark)}.header-nav{display:flex;gap:2rem}.header-nav a{color:var(--blue-dark);text-decoration:none;font-weight:500;transition:color .2s}.header-nav a:hover{color:var(--blue-medium)}.header-actions{display:flex;align-items:center;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;border:2px solid transparent}.btn-primary{background:var(--blue-dark);color:var(--white)}.btn-primary:hover{background:var(--blue-medium);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--blue-dark);border-color:var(--blue-dark)}.btn-outline:hover{background:var(--blue-bg)}.btn-accent{background:var(--blue-light);color:var(--white)}.btn-accent:hover{background:var(--blue-medium);transform:translateY(-1px)}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:var(--blue-dark);margin-bottom:1rem}.hero-desc{font-size:1.125rem;color:var(--gray-700);line-height:1.6;margin-bottom:2rem;max-width:540px}.hero-buttons{display:flex;gap:1rem;margin-bottom:1.5rem}.hero-badges{display:flex;flex-wrap:wrap;gap:1rem}.hero-badges span{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;color:var(--gray-700)}.hero-badges svg{color:var(--green);flex-shrink:0}.hero-mockup{display:flex;justify-content:flex-end;margin-right:130px}.phone-screen{width:100%;max-width:320px;margin:0 auto}.mockup-image,.mockup-video{width:100%;max-width:100%;height:auto;border-radius:24px;display:block;object-fit:cover}.phone-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:600;font-size:.95rem;color:var(--blue-dark);border-bottom:1px solid var(--gray-200)}.phone-percent{font-size:.8rem;color:var(--gray-500)}.phone-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1rem 1.25rem;font-size:.8rem;color:var(--gray-600)}.phone-stats strong{display:block;font-size:1.1rem;color:var(--blue-dark)}.phone-grid-label{padding:0 1.25rem;font-size:.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.phone-sticker-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;padding:.75rem 1.25rem}.sticker{aspect-ratio:1;border-radius:6px;background:var(--gray-200)}.sticker--filled{background:var(--blue-light);opacity:.8}.sticker--repeated{background:#ecc94b;position:relative}.sticker--repeated:after{content:"";position:absolute;top:2px;right:2px;width:6px;height:6px;background:#e53e3e;border-radius:50%}.phone-empty-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:2rem 1.5rem;place-items:center}.empty-slot{width:80px;height:100px;background:var(--gray-200);border-radius:8px}.trust-banner{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:1.5rem 2rem;background:var(--gray-100);border-top:1px solid var(--gray-200)}.trust-banner span{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--gray-700)}.trust-banner svg{color:var(--green)}.features{max-width:1200px;margin:0 auto;padding:5rem 2rem;text-align:center}.features h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--blue-dark);margin-bottom:.75rem}.features-subtitle{font-size:1.125rem;color:var(--gray-600);margin-bottom:3rem;max-width:560px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;text-align:left}.feature-card{padding:1.5rem;border-radius:12px;border:1px solid var(--gray-200);transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:0 10px 40px -10px #1e3a5f26;transform:translateY(-2px)}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--blue-bg);color:var(--blue-dark);border-radius:10px;margin-bottom:1rem}.feature-card h3{font-size:1.125rem;font-weight:600;color:var(--blue-dark);margin-bottom:.5rem}.feature-card p{font-size:.95rem;color:var(--gray-600);line-height:1.5}.how-it-works{max-width:1200px;margin:0 auto;padding:5rem 2rem;text-align:center}.section-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:var(--gray-500);margin-bottom:.5rem}.how-it-works h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--blue-dark);margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.step-card{position:relative;padding:2rem;border-radius:12px;border:1px solid var(--gray-200);text-align:center;transition:box-shadow .2s,transform .2s}.step-card:hover{box-shadow:0 10px 40px -10px #1e3a5f26;transform:translateY(-2px)}.step-number{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:32px;height:32px;background:var(--blue-dark);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.step-icon{color:var(--blue-dark);margin:1rem auto}.step-card h3{font-size:1.125rem;font-weight:600;color:var(--blue-dark);margin-bottom:.5rem}.step-card p{font-size:.95rem;color:var(--gray-600);line-height:1.5}.cta-banner{width:100%;max-width:100vw;box-sizing:border-box;padding:5rem 2rem;background:var(--blue-dark);margin:0;border-radius:0;display:flex;justify-content:center}.cta-banner-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:clamp(2rem,6vw,4.5rem);width:100%;max-width:1100px;margin:0 auto;padding:0 .5rem}.cta-banner-content{min-width:0}.cta-banner-content h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--white);margin-bottom:.75rem}.cta-banner-content p{font-size:1rem;color:#ffffffe6;margin-bottom:1.5rem;max-width:420px}.cta-banner-mockup{background:transparent;width:min(300px,40vw);min-width:240px;max-width:100%;box-sizing:border-box;flex-shrink:0}.cta-banner-mockup .phone-screen{background:transparent}.footer{margin-top:4rem;padding:4rem 2rem 2rem;background:var(--gray-100);border-top:1px solid var(--gray-200)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;color:var(--blue-dark);margin-bottom:.75rem}.footer-brand p{font-size:.9rem;color:var(--gray-600);line-height:1.5;margin-bottom:1rem;max-width:280px}.footer-social{display:flex;gap:1rem}.footer-social a{color:var(--gray-500);transition:color .2s}.footer-social a:hover{color:var(--blue-dark)}.footer-links h4{font-size:.9rem;font-weight:600;color:var(--blue-dark);margin-bottom:1rem}.footer-links a{display:block;font-size:.9rem;color:var(--gray-600);text-decoration:none;margin-bottom:.5rem;transition:color .2s}.footer-links a:hover{color:var(--blue-dark)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;text-align:center;font-size:.85rem;color:var(--gray-500);border-top:1px solid var(--gray-200)}.footer-bottom a{color:var(--gray-600);text-decoration:none}.footer-bottom a:hover{color:var(--blue-dark)}.legal-page .header-logo{text-decoration:none;color:var(--blue-dark)}.legal-page .header-nav a{text-decoration:none;display:inline-flex;align-items:center}.legal-main{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem}.legal-content{color:var(--gray-700)}.legal-title{font-size:2rem;color:var(--blue-dark);margin-bottom:.5rem}.legal-updated{font-size:.9rem;color:var(--gray-500);margin-bottom:2rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.2rem;color:var(--blue-dark);margin-bottom:.75rem}.legal-section p,.legal-section li{font-size:.95rem;line-height:1.65;margin-bottom:.5rem}.legal-section ul{margin:.5rem 0 0 1.25rem}.legal-section a{color:var(--blue-medium);text-decoration:underline}.legal-section a:hover{color:var(--blue-dark)}.footer-legal .footer-grid{display:none}.footer-legal .footer-bottom{margin-top:0;padding-top:1.5rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem 1.5rem;background:var(--blue-dark);color:var(--white);box-shadow:0 -4px 20px #00000026}.cookie-banner-inner{max-width:1000px;margin:0 auto;position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem}.cookie-banner-content{display:flex;gap:1rem;flex:1;min-width:280px}.cookie-banner-icon{flex-shrink:0;opacity:.9}.cookie-banner-title{font-weight:600;font-size:1rem;margin-bottom:.25rem}.cookie-banner-text{font-size:.9rem;line-height:1.5;opacity:.95;margin:0}.cookie-banner-link{color:var(--blue-light);text-decoration:underline}.cookie-banner-link:hover{color:var(--white)}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.cookie-btn{padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;transition:background .2s,color .2s}.cookie-btn-primary{background:var(--white);color:var(--blue-dark)}.cookie-btn-primary:hover{background:var(--gray-200)}.cookie-btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.6)}.cookie-btn-outline:hover{border-color:var(--white);background:#ffffff1a}.cookie-btn-secondary{background:transparent;color:var(--blue-light)}.cookie-btn-secondary:hover{color:var(--white);text-decoration:underline}.cookie-preferences{flex:1 1 100%;padding:1rem 0 0;border-top:1px solid rgba(255,255,255,.2);margin-top:.5rem}.cookie-pref-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.9rem}.cookie-pref-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.cookie-pref-label input{accent-color:var(--blue-light)}.cookie-pref-badge{font-size:.8rem;opacity:.85}.cookie-pref-actions{margin-top:1rem}.cookie-banner-close{position:absolute;top:0;right:0;background:transparent;border:none;color:var(--white);cursor:pointer;padding:.25rem;opacity:.8;border-radius:4px}.cookie-banner-close:hover{opacity:1;background:#ffffff1a}@media (max-width: 640px){.cookie-banner-inner{padding-right:2rem}.cookie-banner-close{top:-.25rem;right:-.25rem}}@media (max-width: 968px){.hero{grid-template-columns:1fr;text-align:center;padding:2.5rem 1.5rem;gap:2rem}.hero-mockup{justify-content:center;margin-left:0;margin-right:0}.phone-screen{max-width:min(280px,85vw)}.hero-desc{margin-left:auto;margin-right:auto}.hero-buttons,.hero-badges{justify-content:center}.header{flex-wrap:wrap;gap:1rem}.header-nav{order:3;width:100%}.cta-banner{padding:3rem 1.5rem}.cta-banner-inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.cta-banner-content p{margin-left:auto;margin-right:auto}.cta-banner-mockup{width:100%;max-width:280px;min-width:unset;margin:0 auto;justify-self:center}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.header{padding:1rem}.header-actions{flex-wrap:wrap}.hero{padding:2rem 1rem}.cta-banner{padding:2.5rem 1rem}.cta-banner-mockup{max-width:240px}.phone-screen{max-width:min(260px,90vw)}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand p{margin-left:auto;margin-right:auto}.footer-social{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;color:#1e3a5f}#root{min-height:100vh}a{color:inherit}
