*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;padding:0;box-shadow:0 2px 20px #00000014;position:fixed;width:100%;top:0;z-index:1000}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;position:relative}.nav-brand .logo-img{height:50px;width:auto;border-radius:8px}.nav-menu{display:flex}.nav-list{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;font-size:.95rem;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover{color:#d4a853}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#d4a853;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-contact{display:flex;align-items:center;gap:1.5rem}.nav-phone{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-size:.9rem}.nav-phone i{color:#d4a853}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.hamburger .bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s;border-radius:2px}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.hero{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:140px 0 100px;text-align:center;min-height:90vh;display:flex;align-items:center}.hero-content{max-width:900px;margin:0 auto}.logo-hero{margin-bottom:40px}.hero-logo{height:120px;width:auto;border-radius:15px;margin:0 auto}.hero-title{font-size:3.8rem;font-weight:700;margin-bottom:30px;line-height:1.2;color:#2c3e50}.text-gold{color:#d4a853}.hero-description{font-size:1.3rem;color:#6c757d;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-buttons{display:flex;gap:25px;justify-content:center;margin-bottom:50px;flex-wrap:wrap}.btn{padding:18px 35px;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-family:inherit}.btn-primary{background:#d4a853;color:#fff;box-shadow:0 4px 15px #d4a8534d}.btn-primary:hover{background:#c19b47;transform:translateY(-3px);box-shadow:0 6px 20px #d4a85366}.btn-secondary{background:transparent;color:#6c757d;border:2px solid #e9ecef}.btn-secondary:hover{background:#e9ecef;color:#2c3e50;border-color:#d4a853}.btn-full{width:100%}.hero-contact{display:flex;gap:50px;justify-content:center;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:12px;color:#6c757d;font-size:1.1rem}.contact-item i{color:#d4a853;font-size:1.2rem}.consultations{padding:120px 0;background:#fff}.consultation-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:40px;margin-top:60px;max-width:1000px;margin-left:auto;margin-right:auto}.consultation-card{background:#fff;border-radius:20px;box-shadow:0 15px 40px #00000014;transition:all .3s ease;border:2px solid #f1f3f4;position:relative;overflow:visible}.consultation-card.featured{transform:scale(1.05);border-color:#d4a853;box-shadow:0 20px 60px #d4a85333}.consultation-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#d4a853,#e6c068);color:#fff;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #d4a8534d}.consultation-header{text-align:center;padding:40px 30px 20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px 20px 0 0}.consultation-card.featured .consultation-header{background:linear-gradient(135deg,#fef7e6,#f8f2e4)}.consultation-icon{width:80px;height:80px;background:#d4a853;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;box-shadow:0 10px 30px #d4a8534d}.consultation-icon i{font-size:2.2rem;color:#fff}.consultation-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.consultation-price{font-size:2.5rem;font-weight:700;color:#d4a853;margin-bottom:10px}.consultation-content{padding:30px}.consultation-description{font-size:1.1rem;color:#6c757d;text-align:center;margin-bottom:30px;line-height:1.6}.consultation-features{list-style:none;margin-bottom:35px}.consultation-features li{display:flex;align-items:center;gap:12px;margin-bottom:15px;font-size:1rem;color:#333}.consultation-features i{color:#d4a853;font-size:1rem;min-width:16px}.btn-consultation{width:100%;justify-content:center;font-size:1.1rem;padding:18px 30px}.consultation-guarantee{text-align:center;margin-top:60px;padding:40px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;max-width:600px;margin-left:auto;margin-right:auto}.guarantee-content{display:flex;flex-direction:column;align-items:center;gap:15px}.guarantee-content i{font-size:3rem;color:#d4a853;margin-bottom:10px}.guarantee-content h4{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:10px}.guarantee-content p{font-size:1.1rem;color:#6c757d;line-height:1.6}.services{padding:120px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:25px;line-height:1.2}.section-description{font-size:1.2rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.service-card{background:#fff;padding:45px 35px;border-radius:20px;text-align:center;box-shadow:0 15px 40px #00000014;transition:all .3s ease;border:1px solid #f1f3f4;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d4a853,#e6c068);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0000001f}.service-icon{width:80px;height:80px;background:#fef7e6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;border:3px solid #f4e9c9;transition:all .3s ease}.service-icon i{font-size:2.2rem;color:#d4a853}.service-card:hover .service-icon{background:#d4a853;border-color:#d4a853;transform:scale(1.1)}.service-card:hover .service-icon i{color:#fff}.service-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:18px}.service-description{color:#6c757d;line-height:1.8;font-size:1rem}.about{padding:120px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-intro{font-size:1.3rem;color:#6c757d;margin-bottom:40px;line-height:1.7}.about-details{margin-bottom:40px}.detail-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:30px;padding:25px;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000000d}.detail-item i{font-size:2rem;color:#d4a853;min-width:40px;margin-top:5px}.detail-item h4{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:8px}.detail-item p{color:#6c757d;line-height:1.6}.about-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:300px;height:400px;background:linear-gradient(135deg,#d4a853,#e6c068);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:30px}.image-placeholder i{font-size:4rem;margin-bottom:20px}.image-placeholder p{font-size:1.1rem;font-weight:600}.areas-served{padding:120px 0;background:#fff}.areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.area-card{background:#fff;padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 15px 40px #00000014;transition:all .3s ease;border:1px solid #f1f3f4}.area-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0000001f}.area-icon{width:70px;height:70px;background:#fef7e6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;border:2px solid #f4e9c9}.area-icon i{font-size:1.8rem;color:#d4a853}.area-card h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:15px}.area-card p{color:#6c757d;line-height:1.7}.trusted-partner{padding:120px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.partner-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.partner-title{font-size:2.8rem;font-weight:700;color:#2c3e50;margin-bottom:30px;line-height:1.3}.partner-description{font-size:1.2rem;color:#6c757d;margin-bottom:50px;line-height:1.7}.partner-features{margin-bottom:50px}.feature-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:25px}.checkmark{color:#d4a853;font-weight:700;font-size:1.4rem;min-width:25px;background:#fef7e6;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.feature-text{color:#6c757d;line-height:1.7;font-size:1.05rem}.partner-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.stat-item{text-align:center;background:#fff;padding:40px 25px;border-radius:20px;box-shadow:0 15px 40px #00000014;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-icon i{font-size:2.5rem;margin-bottom:20px;color:#d4a853}.stat-number{font-size:2.8rem;font-weight:700;color:#d4a853;margin-bottom:10px;display:block}.stat-label{color:#6c757d;font-size:1rem;font-weight:500}.testimonials{padding:120px 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.testimonial-card{background:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 15px 40px #00000014;transition:all .3s ease;border:1px solid #f1f3f4;position:relative}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0000001f}.testimonial-content{margin-bottom:25px}.stars{display:flex;gap:5px;margin-bottom:20px}.stars i{color:#ffc107;font-size:1.1rem}.testimonial-content p{color:#6c757d;line-height:1.8;font-size:1.05rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:15px}.author-info h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:5px}.author-info span{color:#6c757d;font-size:.9rem}.faq{padding:120px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.faq-container{max-width:800px;margin:60px auto 0}.faq-item{background:#fff;border-radius:15px;margin-bottom:20px;box-shadow:0 5px 20px #0000000d;overflow:hidden}.faq-question{padding:25px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;transition:background .3s ease}.faq-question:hover{background:#f8f9fa}.faq-question h3{font-size:1.15rem;font-weight:600;color:#2c3e50;margin:0 20px 0 0;line-height:1.4;flex:1}.faq-icon{color:#d4a853;font-size:1.2rem;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 30px;max-height:0;overflow:hidden;transition:all .3s ease;background:#f8f9fa}.faq-item.active .faq-answer{padding:25px 30px;max-height:200px}.faq-answer p{color:#6c757d;line-height:1.7;margin:0}.contact{padding:120px 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:60px}.contact-info .contact-item{display:flex;gap:20px;margin-bottom:40px;padding:30px;background:#f8f9fa;border-radius:15px;transition:transform .3s ease}.contact-info .contact-item:hover{transform:translateY(-3px)}.contact-icon{width:50px;height:50px;background:#d4a853;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{color:#fff;font-size:1.3rem}.contact-details h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:8px}.contact-details p{color:#333;font-weight:500;margin-bottom:5px}.contact-details span{color:#6c757d;font-size:.9rem}.contact-form{background:#f8f9fa;padding:40px;border-radius:20px}.contact-form h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:30px}.form-group{margin-bottom:25px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:15px;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#d4a853}.form-group textarea{resize:vertical;min-height:120px}.contact-cta{background:#fff;padding:50px 40px;border-radius:20px;text-align:center;box-shadow:0 10px 30px #00000014}.contact-cta h3{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.contact-cta p{color:#6c757d;font-size:1.1rem;margin-bottom:35px;line-height:1.6}.cta-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}.cta-note{display:flex;align-items:center;justify-content:center;gap:10px;color:#6c757d;font-size:.95rem;margin-top:20px}.cta-note i{color:#d4a853;font-size:1.1rem}.footer{background:#2c3e50;color:#fff;padding:80px 0 30px}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:60px;margin-bottom:50px}.footer-logo-img{height:80px;width:auto;margin-bottom:25px;border-radius:10px}.footer-text{font-size:1.1rem;margin-bottom:30px;color:#bdc3c7;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:20px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section ul li a:hover{color:#d4a853}.footer-bottom{border-top:1px solid #34495e;padding-top:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-contact{display:flex;gap:30px;flex-wrap:wrap}.footer-contact p{color:#bdc3c7;font-size:1rem;display:flex;align-items:center;gap:8px}.footer-contact i{color:#d4a853}.footer-legal{text-align:right}.footer-legal p{color:#bdc3c7;font-size:.9rem;margin-bottom:5px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.service-card,.area-card,.testimonial-card{animation:fadeInUp .6s ease forwards}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}html{scroll-behavior:smooth}@media (max-width: 1024px){.nav-contact{display:none}.partner-content,.about-content,.contact-content{grid-template-columns:1fr;gap:50px}.footer-main{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-list{flex-direction:column;gap:1rem}.hero-title{font-size:2.8rem}.section-title{font-size:2.5rem}.partner-title{font-size:2.2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.services-grid,.areas-grid,.testimonials-grid,.consultation-options{grid-template-columns:1fr;gap:30px}.consultation-card.featured{transform:none}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:350px}.partner-stats{grid-template-columns:1fr;gap:20px}.hero-contact{flex-direction:column;gap:25px}.footer-links{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;text-align:center}.footer-contact{justify-content:center}.footer-legal{text-align:center}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:2.2rem}.section-title{font-size:2rem}.hero-logo{height:90px}.service-card,.area-card,.testimonial-card{padding:30px 20px}.consultation-card{margin:0 10px}.consultation-header{padding:30px 20px 15px}.consultation-content{padding:20px}.consultation-price{font-size:2rem}.contact-cta{padding:40px 20px}.consultation-guarantee{padding:30px 20px;margin-top:40px}.stat-item,.contact-form{padding:30px 20px}.faq-question,.faq-item.active .faq-answer{padding:20px}}@media (max-width: 450px){.contact-details p{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/main-home-page.css.map */
