.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 20px #00000026;z-index:10000;padding:1.5rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.cookie-banner-text{flex:1;min-width:300px}.cookie-banner-text h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.cookie-banner-text p{font-size:.9rem;color:#6b7280;line-height:1.6;margin-bottom:.5rem}.cookie-banner-links{margin-top:.75rem}.cookie-banner-links a{color:#ff2d55;text-decoration:none;font-size:.875rem}.cookie-banner-links a:hover{text-decoration:underline}.cookie-banner-buttons{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem;white-space:nowrap}.cookie-btn-accept{background:#ff2d55;color:#fff}.cookie-btn-accept:hover{background:#e01e47;transform:translateY(-2px);box-shadow:0 4px 12px #ff2d554d}.cookie-btn-reject{background:#f3f4f6;color:#374151}.cookie-btn-reject:hover{background:#e5e7eb}.cookie-btn-customize{background:#fff;color:#ff2d55;border:2px solid #FF2D55}.cookie-btn-customize:hover{background:#f3f4f6}@media (max-width: 768px){.cookie-banner-content{flex-direction:column;align-items:stretch}.cookie-banner-buttons{width:100%;flex-direction:column}.cookie-btn{width:100%}}:root{--primary-color: #FF2D55;--primary-dark: #E01E47;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-white: #ffffff;--bg-gray: #f9fafb;--border-color: #e5e7eb}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(--text-primary);line-height:1.6}.app{min-height:100vh;background:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:all .3s ease}.header.scrolled{box-shadow:0 2px 10px #0000000d}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color);letter-spacing:-.5px}.nav{display:flex;gap:2rem}.nav a{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s}.nav a:hover{color:var(--primary-color)}.hero{padding:120px 0 80px;text-align:center;background:linear-gradient(180deg,#f9fafb,#fff)}.hero-content{max-width:700px;margin:0 auto}.hero-title{font-size:4rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-2px}.hero-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s;border:none;cursor:pointer}.btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #ff2d554d}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-icon{width:20px;height:20px;flex-shrink:0}.btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:none;position:relative}.coming-soon-badge{font-size:.7rem;font-weight:600;background:#ffffff4d;padding:.2rem .5rem;border-radius:4px;margin-left:.5rem}.features{padding:80px 0;background:var(--bg-white)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{padding:2rem;background:var(--bg-gray);border-radius:12px;text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.feature-description{color:var(--text-secondary);line-height:1.6}.cta{padding:80px 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn{background:#fff;color:var(--primary-color)}.cta .btn:hover{background:var(--bg-gray);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.footer{padding:2rem 0;background:var(--bg-gray);border-top:1px solid var(--border-color)}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--primary-color)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:2rem}.nav{gap:1rem}.nav a{font-size:.9rem}.features-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}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;overflow-x:hidden}#root{min-height:100vh}
