.landing-page{min-height:100vh;background:linear-gradient(135deg,#ffffff,#f8f9fa 50%,#ffffff)}.landing-container{max-width:1200px;margin:0 auto;padding:0 20px}.landing-breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b;margin-bottom:24px;flex-wrap:wrap}.landing-breadcrumb a{color:#64748b;text-decoration:none;transition:color .2s}.landing-breadcrumb a:hover{color:#e53e3e}.landing-breadcrumb span{color:#94a3b8}.landing-hero{padding:120px 0 80px;background:linear-gradient(180deg,#fff,#f8f9fa)}.landing-h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#1a1a1a;margin-bottom:24px;line-height:1.2}.landing-description{max-width:800px;margin-bottom:32px}.landing-description p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:16px}.landing-cta-wrapper{display:flex;gap:16px;flex-wrap:wrap}.landing-cta-button{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#e53e3e,#c53030);color:white;padding:16px 32px;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(229,62,62,.3)}.landing-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(229,62,62,.4)}.landing-cta-secondary{display:inline-flex;align-items:center;gap:8px;background:white;color:#1a1a1a;padding:16px 32px;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid #e2e8f0;transition:all .3s ease}.landing-cta-secondary:hover{border-color:#e53e3e;color:#e53e3e;background:#fff5f5}.landing-services{padding:80px 0;background:white}.landing-services h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1a1a1a;margin-bottom:40px;text-align:center}.services-slider-wrapper{position:relative;display:flex;align-items:center;gap:16px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:white;border:2px solid #e2e8f0;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.1)}.slider-arrow:hover{background:#e53e3e;border-color:#e53e3e;color:white}.slider-arrow-left{left:-24px}.slider-arrow-right{right:-24px}.services-slider{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.services-slider::-webkit-scrollbar{display:none}.service-card{flex:0 0 200px;background:#f8fafc;border-radius:16px;padding:24px 20px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.08);border-color:#e53e3e}.service-icon{font-size:2rem;margin-bottom:12px}.service-card h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:6px}.service-card p{font-size:.85rem;color:#64748b;line-height:1.4}.landing-faq{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#ffffff)}.landing-faq h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1a1a1a;margin-bottom:48px;text-align:center}.landing-faq .faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.landing-faq .faq-item{background:white;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;cursor:pointer;transition:all .3s ease}.landing-faq .faq-item:hover{border-color:#e53e3e}.landing-faq .faq-item.active{border-color:#e53e3e;box-shadow:0 4px 12px rgba(229,62,62,.1)}.landing-faq .faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;gap:16px}.landing-faq .faq-question span{font-size:1.05rem;font-weight:600;color:#1a1a1a;flex:1}.landing-faq .faq-item.active .faq-question span{color:#e53e3e}.landing-faq .faq-icon{width:24px;height:24px;color:#64748b;transition:transform .3s ease;flex-shrink:0}.landing-faq .faq-item.active .faq-icon{transform:rotate(180deg);color:#e53e3e}.landing-faq .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.landing-faq .faq-item.active .faq-answer{max-height:300px}.landing-faq .faq-answer p{padding:0 24px 20px;font-size:1rem;line-height:1.7;color:#64748b;margin:0}.landing-cta-section{padding:80px 0;background:white}.cta-box{background:linear-gradient(135deg,#e53e3e,#c53030);border-radius:24px;padding:60px 40px;text-align:center}.cta-box h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:white;margin-bottom:16px}.cta-box p{font-size:1.1rem;color:rgba(255,255,255,.9);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-box .landing-cta-button{background:white;color:#e53e3e;box-shadow:0 4px 15px rgba(0,0,0,.2)}.cta-box .landing-cta-button:hover{background:#f8f9fa}.cta-phone{display:inline-flex;align-items:center;gap:8px;color:white;padding:16px 32px;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid rgba(255,255,255,.5);transition:all .3s ease}.cta-phone:hover{background:rgba(255,255,255,.1);border-color:white}@media (max-width:768px){.landing-hero{padding:100px 0 60px}.landing-cta-wrapper{flex-direction:column}.landing-cta-button,.landing-cta-secondary{width:100%;justify-content:center}.slider-arrow{display:none}.services-slider-wrapper{margin:0 -20px;padding:0 20px}.cta-box{padding:40px 20px}.cta-buttons{flex-direction:column}.cta-box .landing-cta-button,.cta-phone{width:100%;justify-content:center}.landing-faq .faq-question{padding:16px 20px}.landing-faq .faq-question span{font-size:.95rem}.landing-faq .faq-answer p{padding:0 20px 16px;font-size:.95rem}}