*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo h1{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s ease}.nav a:hover{color:#2563eb}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:#ea580c;color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #ea580c4d}.cta-button:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 20px #ea580c66}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:4rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.8}.offers{padding:80px 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#6b7280}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.offer-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 25px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}.offer-card:hover{transform:translateY(-5px);box-shadow:0 8px 35px #00000026}.offer-image{position:relative;height:200px;overflow:hidden}.offer-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.offer-card:hover .offer-image img{transform:scale(1.05)}.offer-badge{position:absolute;top:15px;right:15px;background:#ea580c;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.offer-content{padding:2rem}.offer-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.offer-content p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.offer-value{background:linear-gradient(135deg,#059669,#34d399);color:#fff;display:inline-block;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:.9rem;margin-bottom:1.5rem}.offer-button{display:block;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;text-align:center;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.offer-button:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);transform:translateY(-1px);box-shadow:0 4px 15px #2563eb4d}.features{padding:80px 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.feature{text-align:center;padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature p{color:#6b7280;line-height:1.6}.footer{background:#1f2937;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#3b82f6}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:column;gap:2rem}.nav{display:none}.offers-grid,.features-grid{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.offers,.features{padding:60px 0}}
