.features-hero{position:relative;background:var(--gradient-hero);padding:8rem 0 5rem;overflow:hidden;min-height:80vh;display:flex;align-items:center}.features-hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to top,#002939 0%,rgba(0,41,57,.5) 40%,transparent 100%);pointer-events:none}.features-hero .container{position:relative;z-index:3}.fh-orb{position:absolute;border-radius:50%;pointer-events:none}.fh-orb--1{width:600px;height:600px;background:radial-gradient(circle,rgba(76,105,116,.14) 0%,transparent 70%);top:-20%;right:-10%;filter:blur(60px)}.fh-orb--2{width:400px;height:400px;background:radial-gradient(circle,rgba(234,118,38,.08) 0%,transparent 70%);bottom:10%;left:-5%;filter:blur(50px)}.fh-orb--3{width:300px;height:300px;background:radial-gradient(circle,rgba(0,60,80,.2) 0%,transparent 70%);top:40%;left:30%;filter:blur(40px)}.fh-inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16);align-items:center}.fh-content{max-width:520px}.fh-content .eyebrow{color:var(--color-orange-light)}.fh-content .eyebrow:before{background:var(--color-orange-light)}.fh-content h1{color:var(--color-white);font-size:clamp(2rem,4vw,3rem);margin-bottom:var(--space-4);line-height:1.1;font-weight:var(--weight-bold);letter-spacing:-.02em}.fh-content .fh-subtitle{color:#ffffffbf;font-size:var(--text-lg);line-height:var(--leading-relaxed);margin-bottom:var(--space-8)}.fh-content .hero-actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.fh-visual{position:relative;z-index:3}.fh-scene{position:relative;perspective:1000px}.fh-app{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:rotateY(-5deg) rotateX(3deg);transform-style:preserve-3d;box-shadow:0 25px 60px #00000059,0 0 0 1px #ffffff0f inset;animation:fh-breathe 8s ease-in-out infinite}.fh-app-bar{display:flex;align-items:center;gap:var(--space-3);padding:10px var(--space-4);border-bottom:1px solid rgba(255,255,255,.07);background:#ffffff08}.fh-app-dots{display:flex;gap:5px}.fh-app-dots span{width:7px;height:7px;border-radius:50%;background:#ffffff1f}.fh-app-dots span:first-child{background:#ea762699}.fh-app-dots span:nth-child(2){background:#4c697480}.fh-app-title{font-family:var(--font-heading);font-size:11px;font-weight:var(--weight-semibold);color:#fff6;letter-spacing:.1em;text-transform:uppercase}.fh-app-body{display:flex;min-height:270px}.fh-app-nav{width:44px;border-right:1px solid rgba(255,255,255,.05);padding:var(--space-3) 6px;display:flex;flex-direction:column;gap:6px}.fh-nav-item{width:32px;height:32px;border-radius:8px;background:#ffffff08}.fh-nav-item--on{background:#ea76262e;box-shadow:0 0 12px #ea762626 inset}.fh-app-main{flex:1;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.fh-kpi-row{display:flex;gap:10px}.fh-kpi{flex:1;padding:10px;background:#ffffff0a;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.fh-kpi-val{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-white);line-height:1.1}.fh-kpi-lbl{font-size:10px;color:#ffffff59;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.fh-chart-area{flex:1;min-height:70px;background:#ffffff05;border-radius:10px;border:1px solid rgba(255,255,255,.04);padding:var(--space-2);overflow:hidden}.fh-chart-svg{width:100%;height:100%;display:block}.fh-tbl{display:flex;flex-direction:column;gap:5px}.fh-trow{display:flex;align-items:center;gap:8px;padding:7px 10px;background:#ffffff06;border-radius:6px}.fh-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.fh-dot--green{background:var(--color-success);box-shadow:0 0 6px #16a34a66}.fh-dot--orange{background:var(--color-orange);box-shadow:0 0 6px #ea762666}.fh-trow-bar{height:6px;background:#ffffff14;border-radius:3px}.fh-trow-val{width:36px;height:6px;background:#ea76261f;border-radius:3px;flex-shrink:0}.fh-notif{position:absolute;display:flex;align-items:center;gap:var(--space-3);padding:10px 14px;background:#00141eb3;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 12px 40px #0000004d;z-index:10;white-space:nowrap}.fh-notif-ico{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ea762626;border-radius:8px}.fh-notif-ico svg{width:16px;height:16px;stroke:var(--color-orange-light);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.fh-notif-body{display:flex;flex-direction:column;gap:1px}.fh-notif-body strong{font-family:var(--font-heading);font-size:13px;font-weight:var(--weight-semibold);color:var(--color-white)}.fh-notif-body span{font-size:11px;color:#fff6}.fh-notif--1{top:-20px;right:-35px;animation:fh-float-a 5s ease-in-out infinite}.fh-notif--2{bottom:80px;left:-50px;animation:fh-float-b 6s ease-in-out infinite}.fh-notif--3{bottom:-15px;right:-25px;animation:fh-float-c 4.5s ease-in-out infinite}@keyframes fh-breathe{0%,to{transform:rotateY(-5deg) rotateX(3deg)}50%{transform:rotateY(-5deg) rotateX(3deg) scale(1.008)}}@keyframes fh-float-a{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fh-float-b{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-10px) translate(6px)}}@keyframes fh-float-c{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(prefers-reduced-motion:reduce){.fh-app,.fh-notif--1,.fh-notif--2,.fh-notif--3{animation:none}}.feature-card-icon{width:44px;height:44px;border-radius:var(--radius-md);background:#0029390f;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4);color:var(--color-orange);transition:background var(--transition-base),color var(--transition-base)}.feature-card:hover .feature-card-icon{background:var(--color-orange);color:var(--color-white)}.feature-card-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:var(--text-xl);font-weight:var(--weight-semibold);margin-bottom:var(--space-2);color:var(--color-navy)}.feature-card--addon{cursor:default}.feature-addon-badge{display:inline-block;font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-orange);background:#ea76261a;border:1px solid rgba(234,118,38,.2);border-radius:var(--radius-full);padding:.125rem .625rem;margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:.04em}@media(max-width:1024px){.fh-inner{grid-template-columns:1fr;gap:var(--space-10)}.fh-visual{display:none}.features-hero{min-height:auto;padding:7rem 0 4rem}}@media(max-width:768px){.fh-content h1{font-size:var(--text-4xl)}}
