.hero{width:100%;height:100vh;color:var(--color-white);background-image:url(/hero-bg.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;margin-top:-80px;padding-top:80px;display:flex;position:relative}.hero-overlay{z-index:1;background:linear-gradient(#1a1a1ab3,#1a1a1a80);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;text-align:center;padding-bottom:5vh;position:relative}.hero-title{margin-bottom:var(--spacing-md);color:var(--color-white);letter-spacing:-1px;font-size:4rem;font-weight:700;animation:.8s ease-out fadeInUp}.hero-title span{color:var(--color-accent)}.hero-subtitle{margin-bottom:var(--spacing-lg);color:#e2e8f0;max-width:700px;margin-left:auto;margin-right:auto;font-size:1.25rem;animation:1s ease-out fadeInUp}.hero-actions{gap:var(--spacing-sm);justify-content:center;animation:1.2s ease-out fadeInUp;display:flex}.mobile-break{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{padding:0 1rem;font-size:1rem}.hero-actions{flex-direction:column;align-items:center;width:100%}.hero-actions .btn{text-align:center;width:80%}.mobile-break{display:block}}
.bg-light{background-color:var(--color-white)}.section-header{margin-bottom:var(--spacing-lg)}.section-title{color:var(--color-primary);margin-bottom:var(--spacing-xs);font-size:2.5rem;display:inline-block;position:relative}.section-title:after{content:"";background-color:var(--color-accent);width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-subtitle{color:var(--color-secondary);margin-top:1rem;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background:var(--color-light);transition:transform var(--transition-medium),box-shadow var(--transition-medium);border-bottom:4px solid #0000;border-radius:8px;padding:2.5rem}.service-card:hover{border-bottom-color:var(--color-accent);transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.icon-wrapper{color:var(--color-accent);background:#ff6b001a;border-radius:50%;margin-bottom:1.5rem;padding:1rem;display:inline-block}.service-card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--color-secondary);line-height:1.7}
.bg-white{background-color:var(--color-white)}.comparison-container{-webkit-user-select:none;user-select:none;border-radius:8px;width:100%;max-width:900px;height:500px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.image-before,.image-after{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.image-after{z-index:2;border-right:2px solid var(--color-white)}.image-before img,.image-after img{object-fit:cover;width:900px;height:100%;position:absolute;top:0;left:0}.comparison-container img{object-fit:cover;width:100%;min-width:100%;height:100%}.label{color:#fff;text-transform:uppercase;pointer-events:none;z-index:3;background:#0009;border-radius:4px;padding:5px 15px;font-size:.8rem;font-weight:700;position:absolute;top:20px}.image-after .label{left:20px}.image-before .label{right:20px}.slider-handle{cursor:col-resize;z-index:3;justify-content:center;align-items:center;width:4px;display:flex;position:absolute;top:0;bottom:0}.slider-button{background:var(--color-accent);border:2px solid var(--color-white);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 0 10px #0000004d}.slider-range-input{opacity:0;cursor:col-resize;z-index:4;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}@media (max-width:768px){.comparison-container{height:300px}}
.trust-section{background-color:var(--color-primary);color:var(--color-white);padding:var(--spacing-lg)0}.trust-grid{text-align:center;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;display:flex}.trust-item{border-right:1px solid #ffffff1a;flex:1;min-width:250px;padding:1rem}.trust-item:last-child{border-right:none}.trust-icon{justify-content:center;gap:4px;margin-bottom:1rem;display:flex}.trust-item h3{color:var(--color-white);margin-bottom:.5rem;font-size:1.2rem}.trust-item p{color:var(--color-text-light);font-size:.95rem}@media (max-width:768px){.trust-grid{flex-direction:column}.trust-item{border-bottom:1px solid #ffffff1a;border-right:none;width:100%;padding-bottom:2rem}.trust-item:last-child{border-bottom:none;padding-bottom:0}}
