:root{--primary-color:#f58218;--primary-dark:#e6740f;--primary-light:#ff9a3d;--secondary-color:#2c3e50;--text-dark:#2c3e50;--text-light:#7f8c8d;--bg-light:#f8f9fa;--border-color:#e9ecef}.hero-section{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);align-items:center;min-height:50vh;padding:2rem 0;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:1;background:rgba(0,0,0,.3);position:absolute;top:0;bottom:0;left:0;right:0}.hero-content{z-index:2;position:relative}.hero-title{text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.9;margin-bottom:1.5rem;font-size:1rem;line-height:1.4}.hero-buttons .btn{border-radius:25px;width:100%;margin:0 5px 10px 0;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .3s}.hero-buttons .btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.stats-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3;background:rgba(255,255,255,.95);border-radius:15px;margin-top:-50px;padding:1.5rem 0;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.1)}.stat-item{text-align:center;margin-bottom:1rem;padding:1.5rem 1rem}.stat-card{border:none;margin-bottom:1rem;transition:all .3s;padding:1rem!important}.stat-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.stat-number{color:var(--primary-color);margin-bottom:.5rem;font-size:1.8rem;font-weight:700;display:block}.stat-label{color:#6c757d;margin-bottom:0;font-size:.9rem;font-weight:500}.stat-icon i{color:var(--primary-color);font-size:2rem!important}.service-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;height:auto;margin-bottom:1rem;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--primary-light));height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.service-icon{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.service-title{color:#333;margin-bottom:.8rem;font-size:1.3rem;font-weight:700}.service-description{color:#666;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.service-features{margin-bottom:1.5rem;padding:0;list-style:none}.service-features li{color:#666;padding:.4rem 0 .4rem 1.2rem;font-size:.85rem;position:relative}.service-features li:before{content:"✓";color:var(--primary-color);font-weight:700;position:absolute;left:0}.step-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;margin-bottom:1rem;transition:all .3s;position:relative;overflow:hidden;padding:1.5rem!important}.step-card:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--primary-light));height:3px;position:absolute;top:0;left:0;right:0}.step-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.step-number .badge{justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;display:flex;background:linear-gradient(135deg,var(--primary-color),var(--primary-light))!important}.step-icon i{color:var(--primary-color);font-size:2rem!important}.step-title{color:#2c3e50;margin-bottom:.8rem;font-size:1.1rem}.step-description{color:#6c757d;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.step-details{border-top:1px solid #f0f0f0;padding-top:.8rem}.step-details small{font-size:.8rem}.preview-card{border:1px solid #e0e0e0;transition:all .3s}.preview-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1)}.info-item{border-bottom:1px solid #f5f5f5;padding:.75rem 0}.info-item:last-child{border-bottom:none}.detail-section{padding:3rem 0}.detail-title{color:#333;font-size:2rem}.detail-description{color:#666;font-size:1.1rem;line-height:1.7}.feature-item{transition:all .3s}.feature-item:hover{transform:translate(5px)}.inspection-visual,.warranty-visual,.era-visual{transition:all .3s}.inspection-visual:hover,.warranty-visual:hover,.era-visual:hover{transform:scale(1.05)}.cta-section{padding:4rem 2rem}.cta-title{margin-bottom:1rem;font-size:2.5rem}.cta-subtitle{opacity:.9;max-width:600px;margin:0 auto 2rem;font-size:1.2rem}.cta-buttons .btn{border-radius:50px;padding:12px 30px;font-weight:600;transition:all .3s}.cta-buttons .btn:hover{transform:translateY(-2px)}.alert-info{border:1px solid var(--primary-color);color:var(--text-dark);background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:15px}.accordion-button{background:var(--primary-color);color:#fff;border:none;padding:.8rem 1rem;font-size:.9rem;font-weight:600}.accordion-button:not(.collapsed){background:var(--primary-dark);color:#fff;box-shadow:none}.accordion-button:focus{box-shadow:0 0 0 .2rem rgba(245,130,24,.25)}.accordion-button:after{filter:brightness(0)invert();font-size:.8rem}.accordion-body{background:#f8f9fa;border-top:1px solid #dee2e6;padding:1rem;font-size:.9rem;line-height:1.5}.accordion-item{border:1px solid #dee2e6;border-radius:8px;margin-bottom:.5rem;overflow:hidden}.accordion-item:last-child{margin-bottom:0}@media (max-width:576px){.container{padding:0 1rem}.hero-section{min-height:40vh;padding:1.5rem 0}.hero-title{margin-bottom:.8rem;font-size:1.8rem}.hero-subtitle{margin-bottom:1.2rem;font-size:.9rem}.hero-buttons .btn{padding:8px 16px;font-size:.85rem}.stats-section{margin-top:-30px;padding:1rem 0}.stat-card{padding:.8rem!important}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.stat-item{padding:1.2rem .8rem}.service-card{margin-bottom:2rem;padding:1.2rem!important}.service-title{font-size:1.2rem}.service-description{font-size:.85rem}.step-card{margin-bottom:2rem;padding:1.2rem!important}.step-title{font-size:1rem}.step-description{font-size:.85rem}.detail-title{font-size:1.3rem}.cta-title{font-size:1.8rem}.accordion-button{padding:.7rem .8rem;font-size:.85rem}.accordion-body{padding:.8rem;font-size:.85rem}.hero-buttons .btn,.cta-buttons .btn{width:100%;margin:10px 0;display:block}}@media (min-width:577px) and (max-width:768px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.stat-number{font-size:2rem}.service-title{font-size:1.4rem}.detail-title{font-size:1.5rem}.cta-title{font-size:2rem}.hero-buttons .btn,.cta-buttons .btn{width:100%;margin:10px 0;display:block}}@media (min-width:769px){.hero-section{min-height:60vh;padding:3rem 0}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.2rem}.hero-buttons .btn{width:auto;margin:0 10px 10px 0}.stats-section{padding:2rem 0}.service-card,.step-card{padding:2rem!important}.cta-buttons .btn{width:auto;margin:0 10px}}.fade-in{animation:.6s ease-in fadeIn}.slide-up{animation:.6s ease-out slideUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
