.hero{background:var(--gradient-primary);padding:7rem 0 5rem;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#10b9811f 0%,#0000 40%);position:absolute;inset:0}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-badge{color:#fff;border-radius:var(--radius-full);background:#ffffff1a;border:1px solid #fff3;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;display:inline-block}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.1}.hero-subtitle{color:#ffffffd1;max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.home-btn-outline{color:#fff!important;background:0 0!important;border:2px solid #ffffff59!important}.home-btn-outline:hover{color:#fff!important;background:#ffffff1a!important;border-color:#fff9!important}.hero-dashboard-mockup{background:var(--color-surface);border-radius:var(--radius-lg);transition:transform .5s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 25px 60px -10px #00000080,0 0 0 1px #ffffff14}.hero-dashboard-mockup:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.mockup-header-mac{background:#1e293b;align-items:center;gap:6px;height:28px;padding:0 .75rem;display:flex}.mockup-header-mac i{border-radius:50%;width:10px;height:10px}.mockup-header-mac i:first-child{background:#ef4444}.mockup-header-mac i:nth-child(2){background:#f59e0b}.mockup-header-mac i:nth-child(3){background:#22c55e}.hero-img-actual{width:100%;height:auto;display:block}.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:left;padding:2rem 1.75rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient-accent);transform-origin:0;height:3px;transition:all .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-6px)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon-wrapper{border-radius:var(--radius-md);width:56px;height:56px;color:var(--color-accent);background:#10b9811a;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .3s;display:flex}.feature-card:hover .feature-icon-wrapper{background:var(--gradient-accent);color:#fff}.feature-card h3{color:var(--color-heading);margin-bottom:.6rem;font-size:1.1rem}.feature-card p{color:var(--color-text-muted);font-size:.92rem;line-height:1.6}.pb-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.section-title{color:var(--color-heading);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.4rem)}.section-desc{color:var(--color-text-muted);max-width:600px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.pb-list{flex-direction:column;gap:.9rem;list-style:none;display:flex}.pb-list li{color:var(--color-text);align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:500;line-height:1.5;display:flex}.pb-icon{color:var(--color-accent);flex-shrink:0;margin-top:1px;font-weight:700}.pb-stats-box{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.5rem}.testimonial-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border);grid-template-columns:1fr 1fr;min-height:420px;display:grid;overflow:hidden}.testimonial-content{flex-direction:column;justify-content:center;padding:3rem;display:flex}.testimonial-content h3{color:var(--color-heading);margin-bottom:1rem;font-size:1.4rem}.testimonial-quote{color:var(--color-text-muted);margin-bottom:1.25rem;font-style:italic;line-height:1.7}.testimonial-image-placeholder{background:var(--color-bg-alt);min-height:400px;text-decoration:none;display:block;position:relative;overflow:hidden}.iframe-wrapper{pointer-events:none;width:200%;height:200%;position:absolute;top:0;left:0;overflow:hidden}.la-sila-iframe{transform-origin:0 0;border:none;width:100%;height:100%;display:block;transform:scale(.5)}.iframe-overlay-label{z-index:2;background:var(--color-accent);color:#fff;border-radius:var(--radius-full);padding:.4rem 1rem;font-size:.8rem;font-weight:700;position:absolute;bottom:1rem;right:1rem}.cta-section{background:var(--gradient-primary);padding:6rem 0}.cta-section h2{margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem);color:#fff!important}.cta-section p{max-width:520px;margin:0 auto;font-size:1.05rem;color:#ffffffd1!important}@media (max-width:900px){.hero-container,.pb-container,.testimonial-card{grid-template-columns:1fr}.testimonial-image-placeholder{min-height:280px}.hero-title{font-size:2rem}}
