.home-view .hero-clean{margin-top:var(--header-height);aspect-ratio:1920/600;width:100%;padding:0;overflow:hidden}.home-view .carousel{width:100%;height:100%;position:relative}.home-view .slide{opacity:0;width:100%;height:100%;transition:all 1.2s;position:absolute;top:0;left:0}.home-view .slide.active{opacity:1}.home-view .slide img{object-fit:cover;width:100%;height:100%}.home-view section{padding:100px 0}.home-view .hero-info-section .grid-2{grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;display:grid}.home-view .hero-copy h1{letter-spacing:-1px;margin-bottom:30px;font-size:3.5rem;font-weight:700;line-height:1.1}.home-view .hero-copy p{color:#aaa;margin-bottom:25px;font-size:1.25rem}.home-view .hero-highlight{border-left:3px solid var(--accent-orange);margin:40px 0;padding-left:20px}.home-view .stock-highlight-container{background:var(--surface-color);border:1px solid var(--border-color);border-radius:30px;padding:30px;position:relative}.home-view .stock-label{background:var(--accent-orange);color:#000;border-radius:20px;padding:5px 15px;font-size:.75rem;font-weight:700;position:absolute;top:-15px;left:30px}.home-view .stock-carousel{height:400px;position:relative;overflow:hidden}.home-view .stock-item img{object-fit:cover;border-radius:20px;width:100%;height:250px;margin-bottom:20px}.home-view .section-title{letter-spacing:-1px;margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.1}.home-view .section-title span{color:var(--accent-orange)}.home-view .about{border-top:1px solid var(--border-color)}.home-view .grid-about{grid-template-columns:1fr 1fr;align-items:flex-start;gap:100px;display:grid}.home-view .description-text{color:#aaa;margin-bottom:30px;font-size:1.2rem;line-height:1.6}.home-view .about-list{padding:0;list-style:none}.home-view .about-list li{color:#ccc;align-items:center;gap:15px;margin-bottom:20px;font-size:1.1rem;display:flex}.home-view .about-list .check{color:var(--accent-orange);font-size:1.2rem;font-weight:700}.home-view .differential-box{background:var(--surface-color);border:1px solid var(--border-color);text-align:center;border-radius:30px;margin-top:60px;padding:60px}.home-view .differential-box h2{letter-spacing:-1.5px;margin-bottom:30px;font-size:3.2rem;line-height:1.1}.home-view .differential-box h2 span{color:var(--accent-orange)}.home-view .differential-box p{color:#aaa;font-size:1.5rem;line-height:1.5}.home-view .cards-container{grid-template-columns:1fr 1fr;gap:30px;display:grid}.home-view .info-card{background:var(--surface-accent);border:1px solid var(--border-color);border-radius:25px;padding:50px}.home-view .closing{text-align:center}.home-view .closing h2{margin-bottom:40px;font-size:3.5rem;line-height:1.1}.fade-in{animation:.8s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (width<=1024px){.home-view .hero-info-section .grid-2,.home-view .grid-about{grid-template-columns:1fr;gap:40px}.home-view .hero-copy h1{font-size:2.5rem}}@media (width<=768px){.home-view .hero-clean{aspect-ratio:1}.home-view .grid-about{gap:40px}.home-view .differential-box{margin-top:40px;padding:40px 20px}.home-view .differential-box h2{letter-spacing:-.5px;font-size:1.8rem}.home-view .differential-box p{font-size:1rem}.home-view .cards-container{grid-template-columns:1fr}.home-view .closing h2{font-size:2rem}}
