*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#1a1a1a;background:#fafafa;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:color .3s}
ul{list-style:none}
.container{width:90%;max-width:1200px;margin:0 auto}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.align-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.text-center{text-align:center}
.gap-1{gap:.5rem}
.gap-2{gap:1rem}
.gap-3{gap:1.5rem}
.gap-4{gap:2rem}

/* Navigation */
.nav-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);box-shadow:0 2px 20px rgba(0,0,0,.06)}
.nav-inner{padding:1rem 0}
.logo{font-size:1.6rem;font-weight:800;letter-spacing:-1px;color:#111}
.logo span{color:#e63946}
.nav-links{gap:2rem}
.nav-links a{font-weight:500;font-size:.95rem;color:#333;position:relative}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#e63946;transition:width .3s}
.nav-links a:hover::after{width:100%}
.nav-cta{background:#e63946;color:#fff;padding:.7rem 1.5rem;border-radius:30px;font-weight:600;font-size:.9rem;transition:transform .3s,box-shadow .3s}
.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(230,57,70,.3)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px}
.hamburger span{width:25px;height:3px;background:#111;border-radius:2px;transition:all .3s}
.mobile-menu{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;padding:2rem;flex-direction:column;gap:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}
.mobile-menu.active{display:flex}
.mobile-menu a{font-size:1.1rem;font-weight:500}

/* Hero Section */
.hero{min-height:100vh;padding:140px 0 80px;background:linear-gradient(135deg,#0d1117 0%,#161b22 50%,#21262d 100%);color:#fff;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;right:-30%;width:80%;height:200%;background:radial-gradient(circle,rgba(230,57,70,.15) 0%,transparent 60%);pointer-events:none}
.hero-content{position:relative;z-index:2}
.hero-badge{display:inline-block;background:rgba(230,57,70,.15);color:#e63946;padding:.5rem 1.2rem;border-radius:30px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(230,57,70,.3)}
.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px}
.hero h1 span{background:linear-gradient(135deg,#e63946,#f77f00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-text{font-size:1.2rem;color:rgba(255,255,255,.7);max-width:600px;margin-bottom:2.5rem;line-height:1.8}
.hero-cta-group{gap:1rem;flex-wrap:wrap}
.btn-primary{background:linear-gradient(135deg,#e63946,#d62828);color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s;box-shadow:0 10px 30px rgba(230,57,70,.3)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(230,57,70,.4)}
.btn-secondary{background:transparent;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1rem;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:all .3s}
.btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}
.hero-image{position:relative;flex:1;min-width:300px}
.hero-image img{width:100%;max-width:600px;transform:rotate(-5deg);filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}
.hero-stats{margin-top:4rem;gap:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}
.stat-item h3{font-size:2.5rem;font-weight:800;color:#e63946}
.stat-item p{font-size:.9rem;color:rgba(255,255,255,.5)}

/* Problem Section */
.problem-section{padding:100px 0;background:#fff}
.section-label{display:inline-block;color:#e63946;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}
.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#111;margin-bottom:1.5rem;letter-spacing:-1px}
.section-subtitle{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto 3rem}
.problem-cards{gap:2rem}
.problem-card{flex:1;min-width:280px;background:#f8f9fa;padding:2.5rem;border-radius:20px;position:relative;overflow:hidden}
.problem-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e63946,#f77f00)}
.problem-icon{width:60px;height:60px;background:linear-gradient(135deg,#e63946,#d62828);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.problem-icon svg{width:28px;height:28px;fill:#fff}
.problem-card h3{font-size:1.3rem;font-weight:700;color:#111;margin-bottom:.8rem}
.problem-card p{color:#555;line-height:1.7}

/* Solution Section */
.solution-section{padding:100px 0;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.solution-grid{gap:4rem}
.solution-visual{flex:1;min-width:300px;position:relative}
.solution-visual img{border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.12)}
.solution-badge{position:absolute;bottom:-20px;right:-20px;background:#fff;padding:1.5rem 2rem;border-radius:16px;box-shadow:0 15px 40px rgba(0,0,0,.1)}
.solution-badge h4{font-size:1.5rem;font-weight:800;color:#e63946}
.solution-badge span{font-size:.85rem;color:#666}
.solution-content{flex:1;min-width:300px}
.solution-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}
.solution-content p{color:#555;margin-bottom:2rem;line-height:1.8}
.solution-features{gap:1.5rem;margin-bottom:2rem}
.feature-item{gap:1rem}
.feature-icon{width:50px;height:50px;background:#fef3f3;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-icon svg{width:24px;height:24px;fill:#e63946}
.feature-item h4{font-weight:600;color:#111;margin-bottom:.3rem}
.feature-item p{font-size:.9rem;color:#666}

/* Testimonials */
.testimonials-section{padding:100px 0;background:#0d1117;color:#fff}
.testimonials-grid{gap:2rem}
.testimonial-card{flex:1;min-width:300px;background:rgba(255,255,255,.05);padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.08)}
.testimonial-stars{color:#f77f00;font-size:1.2rem;margin-bottom:1rem}
.testimonial-card p{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,.8);margin-bottom:1.5rem;font-style:italic}
.testimonial-author{gap:1rem}
.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#e63946,#f77f00);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}
.author-info h4{font-weight:600;margin-bottom:.2rem}
.author-info span{font-size:.85rem;color:rgba(255,255,255,.5)}

/* Products Section */
.products-section{padding:100px 0;background:#fff}
.products-grid{gap:2rem}
.product-card{flex:1;min-width:280px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}
.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.12)}
.product-image{position:relative;padding:2rem;background:#f5f5f5;overflow:hidden}
.product-image img{transition:transform .5s}
.product-card:hover .product-image img{transform:scale(1.05)}
.product-tag{position:absolute;top:1rem;left:1rem;background:#e63946;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}
.product-info{padding:1.5rem 2rem 2rem}
.product-info h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}
.product-info .category{font-size:.85rem;color:#888;margin-bottom:1rem}
.product-price{font-size:1.4rem;font-weight:800;color:#e63946}
.product-price span{font-size:.9rem;color:#aaa;text-decoration:line-through;margin-left:.5rem;font-weight:400}

/* Services Section */
.services-section{padding:100px 0;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.services-grid{gap:2rem}
.service-card{flex:1;min-width:300px;background:#fff;padding:3rem;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.06);position:relative;overflow:hidden;transition:all .3s}
.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.1)}
.service-card.featured{background:linear-gradient(135deg,#e63946,#d62828);color:#fff}
.service-card.featured .service-price span,.service-card.featured p{color:rgba(255,255,255,.8)}
.service-badge{position:absolute;top:1.5rem;right:1.5rem;background:rgba(0,0,0,.1);padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}
.service-card.featured .service-badge{background:rgba(255,255,255,.2)}
.service-icon{width:70px;height:70px;background:#fef3f3;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.service-card.featured .service-icon{background:rgba(255,255,255,.2)}
.service-icon svg{width:32px;height:32px;fill:#e63946}
.service-card.featured .service-icon svg{fill:#fff}
.service-card h3{font-size:1.4rem;font-weight:700;margin-bottom:.8rem}
.service-card p{color:#666;line-height:1.7;margin-bottom:1.5rem}
.service-price{font-size:2rem;font-weight:800}
.service-price span{font-size:.9rem;font-weight:400;color:#888}
.service-features{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08)}
.service-card.featured .service-features{border-top-color:rgba(255,255,255,.2)}
.service-features li{padding:.5rem 0;display:flex;align-items:center;gap:.8rem}
.service-features li::before{content:'✓';color:#e63946;font-weight:700}
.service-card.featured .service-features li::before{color:#fff}

/* Trust Section */
.trust-section{padding:80px 0;background:#fff}
.trust-logos{gap:3rem;flex-wrap:wrap;opacity:.6}
.trust-logos img{height:40px;filter:grayscale(100%);transition:filter .3s,opacity .3s}
.trust-logos img:hover{filter:grayscale(0%);opacity:1}
.trust-numbers{margin-top:4rem;padding-top:4rem;border-top:1px solid #eee;gap:2rem}
.trust-item{flex:1;min-width:200px;text-align:center}
.trust-item h3{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#e63946,#f77f00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.trust-item p{color:#666;margin-top:.5rem}

/* Form Section */
.form-section{padding:100px 0;background:linear-gradient(135deg,#0d1117 0%,#161b22 100%);color:#fff;position:relative}
.form-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.form-container{max-width:800px;margin:0 auto;position:relative;z-index:2}
.form-header{text-align:center;margin-bottom:3rem}
.form-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}
.form-header p{color:rgba(255,255,255,.6)}
.form-box{background:rgba(255,255,255,.05);padding:3rem;border-radius:24px;border:1px solid rgba(255,255,255,.1)}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:rgba(255,255,255,.8)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#e63946;background:rgba(255,255,255,.1)}
.form-group input::placeholder{color:rgba(255,255,255,.4)}
.form-group select{cursor:pointer}
.form-group select option{background:#1a1a1a;color:#fff}
.form-row{display:flex;gap:1.5rem}
.form-row .form-group{flex:1}
.form-submit{width:100%;padding:1.2rem;background:linear-gradient(135deg,#e63946,#d62828);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}
.form-submit:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(230,57,70,.4)}
.form-note{text-align:center;margin-top:1.5rem;font-size:.85rem;color:rgba(255,255,255,.4)}

/* Urgency Banner */
.urgency-banner{background:linear-gradient(135deg,#e63946,#f77f00);color:#fff;padding:1rem 0;text-align:center}
.urgency-banner p{font-weight:600}
.urgency-banner span{background:rgba(0,0,0,.2);padding:.3rem .8rem;border-radius:20px;margin-left:.5rem;font-weight:700}

/* FAQ Section */
.faq-section{padding:100px 0;background:#f8f9fa}
.faq-container{max-width:800px;margin:0 auto}
.faq-item{background:#fff;border-radius:16px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.faq-question{padding:1.5rem 2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.1rem}
.faq-question::after{content:'+';font-size:1.5rem;color:#e63946;transition:transform .3s}
.faq-item.active .faq-question::after{transform:rotate(45deg)}
.faq-answer{padding:0 2rem;max-height:0;overflow:hidden;transition:all .3s}
.faq-item.active .faq-answer{padding:0 2rem 1.5rem;max-height:500px}
.faq-answer p{color:#666;line-height:1.8}

/* Sticky CTA */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1rem 0;box-shadow:0 -5px 30px rgba(0,0,0,.1);transform:translateY(100%);transition:transform .3s;z-index:999}
.sticky-cta.visible{transform:translateY(0)}
.sticky-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.sticky-text h4{font-weight:700;margin-bottom:.2rem}
.sticky-text p{font-size:.9rem;color:#666}

/* Footer */
.footer{background:#0d1117;color:#fff;padding:80px 0 30px}
.footer-grid{display:flex;flex-wrap:wrap;gap:4rem;margin-bottom:4rem}
.footer-brand{flex:2;min-width:280px}
.footer-brand .logo{font-size:2rem;margin-bottom:1rem}
.footer-brand p{color:rgba(255,255,255,.6);max-width:300px;line-height:1.8}
.footer-links{flex:1;min-width:150px}
.footer-links h4{font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}
.footer-links a{display:block;color:rgba(255,255,255,.6);padding:.5rem 0;transition:color .3s}
.footer-links a:hover{color:#e63946}
.footer-social{display:flex;gap:1rem;margin-top:1.5rem}
.footer-social a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}
.footer-social a:hover{background:#e63946}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-bottom p{color:rgba(255,255,255,.4);font-size:.9rem}
.footer-legal{display:flex;gap:2rem}
.footer-legal a{color:rgba(255,255,255,.4);font-size:.9rem}
.footer-legal a:hover{color:#fff}

/* Cookie Banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;color:#fff;padding:1.5rem;transform:translateY(100%);transition:transform .4s;z-index:10000}
.cookie-banner.visible{transform:translateY(0)}
.cookie-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}
.cookie-text{flex:1}
.cookie-text p{font-size:.95rem;color:rgba(255,255,255,.8)}
.cookie-text a{color:#e63946;text-decoration:underline}
.cookie-buttons{display:flex;gap:1rem}
.cookie-btn{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:all .3s}
.cookie-accept{background:#e63946;color:#fff}
.cookie-reject{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}
.cookie-btn:hover{transform:translateY(-2px)}

/* Thanks Page */
.thanks-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0d1117,#161b22);color:#fff;text-align:center;padding:2rem}
.thanks-content{max-width:600px}
.thanks-icon{width:120px;height:120px;background:linear-gradient(135deg,#e63946,#f77f00);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}
.thanks-icon svg{width:60px;height:60px;fill:#fff}
.thanks-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem}
.thanks-content p{font-size:1.2rem;color:rgba(255,255,255,.7);margin-bottom:2rem}
.thanks-details{background:rgba(255,255,255,.05);padding:2rem;border-radius:16px;margin-bottom:2rem}
.thanks-details h3{margin-bottom:1rem}

/* About Page */
.page-hero{padding:160px 0 80px;background:linear-gradient(135deg,#0d1117,#161b22);color:#fff}
.page-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem}
.page-hero p{font-size:1.2rem;color:rgba(255,255,255,.6)}
.about-content{padding:80px 0}
.about-grid{gap:4rem;align-items:center}
.about-text h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}
.about-text p{color:#555;line-height:1.9;margin-bottom:1.5rem}
.about-image img{border-radius:20px;box-shadow:0 30px 60px rgba(0,0,0,.1)}
.values-section{padding:80px 0;background:#f8f9fa}
.values-grid{gap:2rem}
.value-card{flex:1;min-width:250px;background:#fff;padding:2rem;border-radius:16px;text-align:center}
.value-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}
.value-card p{color:#666;font-size:.95rem}

/* Contact Page */
.contact-section{padding:80px 0}
.contact-grid{gap:4rem}
.contact-info{flex:1;min-width:300px}
.contact-info h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}
.contact-info p{color:#555;margin-bottom:2rem}
.info-item{display:flex;gap:1rem;margin-bottom:1.5rem}
.info-icon{width:50px;height:50px;background:#fef3f3;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-icon svg{width:24px;height:24px;fill:#e63946}
.info-item h4{font-weight:600;margin-bottom:.2rem}
.info-item p{color:#666;font-size:.95rem}
.contact-form{flex:1;min-width:300px;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08)}
.contact-form h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem}
.contact-form .form-group input,.contact-form .form-group textarea{background:#f8f9fa;border:1px solid #e5e5e5;color:#333}
.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{border-color:#e63946;background:#fff}

/* Legal Pages */
.legal-content{padding:80px 0}
.legal-content h1{font-size:2.5rem;font-weight:800;margin-bottom:2rem}
.legal-content h2{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:#111}
.legal-content p{color:#555;line-height:1.9;margin-bottom:1rem}
.legal-content ul{margin-left:1.5rem;margin-bottom:1.5rem}
.legal-content li{color:#555;margin-bottom:.5rem;list-style:disc}

/* Services Page */
.services-hero{padding:160px 0 60px;background:linear-gradient(135deg,#0d1117,#161b22);color:#fff;text-align:center}
.services-hero h1{font-size:3rem;font-weight:800}
.services-page-grid{padding:80px 0}

/* Responsive */
@media(max-width:992px){
.nav-links{display:none}
.nav-cta{display:none}
.hamburger{display:flex}
.hero-content{flex-direction:column}
.hero-image{margin-top:3rem}
.solution-grid{flex-direction:column}
.form-row{flex-direction:column;gap:0}
.footer-grid{gap:2rem}
}
@media(max-width:768px){
.hero h1{font-size:2.5rem}
.hero-stats{flex-direction:column;align-items:flex-start;gap:1.5rem}
.problem-cards,.testimonials-grid,.products-grid,.services-grid{flex-direction:column}
.trust-numbers{flex-direction:column}
.sticky-inner{flex-direction:column;text-align:center}
.footer-bottom{flex-direction:column;text-align:center}
.footer-legal{justify-content:center}
.cookie-inner{flex-direction:column;text-align:center}
}
@media(max-width:480px){
.container{width:92%}
.hero{padding:120px 0 60px}
.btn-primary,.btn-secondary{width:100%;text-align:center}
}
