*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:#333;background:#fff;line-height:1.5}.landing{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(0,0,0,.06)}.header-content{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:800;background:linear-gradient(135deg,#18a058,#2080f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:24px}.nav-link{color:#666;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.nav-link:hover{color:#18a058}.lang-wrapper{position:relative;display:inline-flex;align-items:center}.lang-select{appearance:none;-webkit-appearance:none;padding:6px 28px 6px 12px;font-size:13px;font-weight:600;color:#666;background:#f5f5f5;border:none;border-radius:6px;cursor:pointer;transition:background .2s,color .2s;font-family:inherit}.lang-select:hover{background:#e0e0e0;color:#333}.lang-select:focus{outline:2px solid rgba(24,160,88,.2)}.lang-arrow{position:absolute;right:8px;width:14px;height:14px;color:#666;pointer-events:none;transition:color .2s}.lang-wrapper:hover .lang-arrow{color:#333}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:80px;padding:100px 40px 60px;max-width:1200px;margin:0 auto}.hero-content{flex:1;max-width:550px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 24px;color:#1a1a1a}.accent{background:linear-gradient(135deg,#18a058,#36ad6a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#666;line-height:1.6;margin:0 0 40px}.cta-button{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#18a058,#0d8a47);border:none;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #18a05866;text-decoration:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #18a05880}.cta-icon{width:24px;height:24px}.hero-visual{position:relative;width:400px;height:400px;flex-shrink:0}.floating-shape{position:absolute;border-radius:50%;opacity:.6;animation:float 6s ease-in-out infinite}.shape-1{width:250px;height:250px;background:linear-gradient(135deg,#18a058,#36ad6a);top:75px;left:75px}.shape-2{width:150px;height:150px;background:linear-gradient(135deg,#f5a623,#ffc107);top:20px;right:20px;animation-delay:-2s}.shape-3{width:100px;height:100px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);bottom:40px;left:40px;animation-delay:-4s}.cookie-preview{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:120px;animation:bounce 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes bounce{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}.features{padding:100px 40px;background:#f8fafb}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin:0 0 60px;color:#1a1a1a}.features-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{background:#fff;padding:32px;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.feature-icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:#18a0581a;border-radius:16px;color:#18a058}.feature-icon svg{width:32px;height:32px}.feature-card h3{font-size:1.25rem;margin:0 0 12px;color:#1a1a1a}.feature-card p{font-size:15px;color:#666;line-height:1.5;margin:0}.how-section{padding:100px 40px}.steps{max-width:900px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;gap:24px}.step{flex:1;text-align:center;max-width:220px}.step-number{width:56px;height:56px;margin:0 auto 20px;background:linear-gradient(135deg,#18a058,#36ad6a);color:#fff;font-size:24px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.step h3{font-size:1.1rem;margin:0 0 8px;color:#1a1a1a}.step p{font-size:14px;color:#666;margin:0}.step-arrow{font-size:24px;color:#ccc;padding-top:16px}.footer{padding:40px;text-align:center;background:#f8fafb;color:#888;font-size:14px}@media(max-width:900px){.hero{flex-direction:column;text-align:center;gap:40px;padding-top:120px}.hero-title{font-size:2.5rem}.hero-visual{width:280px;height:280px}.shape-1{width:180px;height:180px;top:50px;left:50px}.shape-2{width:100px;height:100px}.shape-3{width:70px;height:70px}.cookie-preview{font-size:80px}.features-grid{grid-template-columns:1fr}.steps{flex-direction:column;align-items:center}.step-arrow{transform:rotate(90deg);padding:0}.nav-link{display:none}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.delay-250{transition-delay:.25s}.delay-300{transition-delay:.3s}@media(prefers-reduced-motion:reduce){.animate-on-scroll{transition:none;opacity:1;transform:none}}
