.fvh-page{width:100%;overflow:hidden;background:var(--page-bg);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.fvh-container{width:100%;max-width:1540px;margin-inline:auto;padding-inline:var(--page-gutter)}.fvh-wide-container{max-width:1500px}.fvh-section{position:relative;padding:clamp(5.5rem,7vw,8rem) 0}.fvh-section-label{display:inline-flex;align-items:center;gap:.45rem;color:var(--green);font-size:clamp(.73rem,.8vw,.82rem);font-weight:900;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}.fvh-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:0 1.25rem;border-radius:999px;font-size:.87rem;font-weight:850;text-decoration:none;transition:transform .3s ease,background-color .25s ease,box-shadow .25s ease}.fvh-button-primary{border:1px solid var(--action);background:var(--action);color:var(--action-text);box-shadow:0 12px 28px color-mix(in srgb,var(--action) 18%,transparent)}.fvh-button-primary:hover{transform:translateY(-3px);background:var(--action-hover);box-shadow:0 18px 34px color-mix(in srgb,var(--action) 24%,transparent)}.fvh-hero{position:relative;min-height:clamp(760px,calc(100vh - 76px),980px);display:flex;align-items:center;overflow:hidden;isolation:isolate;background:#071a0d;padding-block:clamp(5rem,8vh,8rem)}.fvh-hero-background{position:absolute;inset:0;z-index:-1}.fvh-hero-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:brightness(.72) saturate(.92);transform:scale(1.02);animation:fvhHeroDrift 18s ease-in-out infinite alternate}@keyframes fvhHeroDrift{0%{transform:scale(1.02)}to{transform:scale(1.07)}}.fvh-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#04180ae6,#04180aad 48%,#04180a2e)}.fvh-hero-grid{position:absolute;inset:0;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px);background-size:75px 75px;mask-image:linear-gradient(90deg,black,transparent 80%);-webkit-mask-image:linear-gradient(90deg,black,transparent 80%)}.fvh-hero-container{position:relative;z-index:2}.fvh-hero-content{width:min(100%,850px)}.fvh-eyebrow{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .8rem;border:1px solid rgba(128,237,153,.2);border-radius:999px;background:#0c2b1285;color:#8ce76d;font-size:.72rem;font-weight:850;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fvh-hero h1{margin:1.5rem 0 0;color:#fff;font-size:clamp(3.7rem,6.5vw,7.2rem);font-weight:900;line-height:.92;letter-spacing:-.07em;text-wrap:balance}.fvh-hero h1 span{display:block;margin-top:.08em;color:#7bdf57}.fvh-hero-content>p{max-width:720px;margin:1.6rem 0 0;color:#f5faf4c2;font-size:clamp(1rem,1.2vw,1.16rem);line-height:1.8}.fvh-hero-content .fvh-button{margin-top:2.2rem}.fvh-introduction{background:var(--page-bg)}.fvh-introduction-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr);align-items:center;gap:clamp(3rem,6vw,7rem)}.fvh-introduction-copy h2{max-width:700px;margin:1rem 0 0;color:var(--text-primary);font-size:clamp(2.8rem,4.5vw,5rem);font-weight:900;line-height:.98;letter-spacing:-.06em}.fvh-introduction-lead{max-width:660px;margin:1.5rem 0 0;color:var(--text-primary);font-size:1.08rem;font-weight:700;line-height:1.7}.fvh-introduction-copy>p:not(.fvh-introduction-lead){max-width:650px;margin:1rem 0 0;color:var(--text-secondary);font-size:.97rem;line-height:1.75}.fvh-process-explorer{margin-top:2rem;display:grid;gap:.65rem}.fvh-process-item{overflow:hidden;border:1px solid var(--border);border-radius:1rem;background:var(--surface);transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.fvh-process-item.is-open{border-color:var(--green-border);background:var(--green-soft);box-shadow:0 12px 30px color-mix(in srgb,var(--green) 7%,transparent)}.fvh-process-trigger{width:100%;min-height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.9rem 1rem;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.fvh-process-step{width:38px;height:38px;display:grid;place-items:center;border-radius:.75rem;background:var(--green-soft);color:var(--green);font-size:.68rem;font-weight:900;transition:background-color .3s ease,color .3s ease,transform .3s ease}.fvh-process-item.is-open .fvh-process-step{background:var(--green);color:#fff;transform:scale(1.04)}.fvh-process-trigger-copy strong{display:block;color:var(--text-primary);font-size:.9rem}.fvh-process-trigger-copy small{display:block;margin-top:.2rem;color:var(--text-muted);font-size:.7rem}.fvh-process-trigger>svg{color:var(--text-muted);transition:transform .35s cubic-bezier(.2,.8,.2,1)}.fvh-process-item.is-open .fvh-process-trigger>svg{transform:rotate(180deg)}.fvh-process-panel{height:0;overflow:hidden;transition:height .38s cubic-bezier(.2,.8,.2,1)}.fvh-process-panel-inner{overflow:hidden}.fvh-process-panel p{margin:0;padding:0 1rem 1rem calc(38px + 2rem);color:var(--text-secondary);font-size:.84rem;line-height:1.7;opacity:0;transform:translateY(-5px);transition:opacity .25s ease,transform .3s ease}.fvh-process-item.is-open .fvh-process-panel p{opacity:1;transform:translateY(0)}.fvh-introduction-visual{position:relative;min-height:650px;overflow:hidden;border-radius:2rem;background:var(--forest);box-shadow:var(--shadow-md);isolation:isolate}.fvh-introduction-visual img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(.88) saturate(.94)}.fvh-introduction-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(4,26,10,.78) 100%)}.fvh-introduction-visual-copy{position:absolute;z-index:3;left:1.6rem;right:1.6rem;bottom:1.6rem;color:#fff}.fvh-introduction-visual-copy>span{display:flex;align-items:center;gap:.5rem;color:#84e264;font-size:.74rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.fvh-introduction-visual-copy strong{display:block;max-width:540px;margin-top:.8rem;font-size:clamp(1.6rem,2.5vw,2.7rem);font-weight:900;line-height:1.05;letter-spacing:-.04em}.fvh-cycle-orbit{position:absolute;z-index:3;top:1.4rem;right:1.4rem;display:flex;gap:.4rem}.fvh-cycle-orbit span{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:#041a0a8a;color:#fff;font-size:.65rem;font-weight:850;backdrop-filter:blur(8px)}.fvh-production-section{background:linear-gradient(180deg,var(--surface-soft),var(--page-bg));border-top:1px solid var(--border)}.fvh-centered-heading{width:min(100%,900px);margin-inline:auto;text-align:center}.fvh-centered-heading h2{margin:1rem 0 0;color:var(--text-primary);font-size:clamp(2.8rem,4.5vw,5rem);font-weight:900;line-height:.97;letter-spacing:-.06em;text-wrap:balance}.fvh-centered-heading p{max-width:720px;margin:1.2rem auto 0;color:var(--text-secondary);font-size:1rem;line-height:1.75}.fvh-production-flow{margin-top:clamp(2.4rem,4vw,3.5rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.fvh-production-card{position:relative;min-height:285px;overflow:hidden;padding:1.35rem;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:1.35rem;background:var(--surface);box-shadow:var(--shadow-xs);isolation:isolate;transition:transform .38s cubic-bezier(.2,.8,.2,1),border-color .3s ease,box-shadow .3s ease}.fvh-production-card:before{content:"";position:absolute;top:-100px;right:-100px;z-index:-1;width:220px;height:220px;border-radius:50%;background:color-mix(in srgb,var(--green) 8%,transparent);opacity:0;transition:opacity .35s ease}.fvh-production-card:hover{transform:translateY(-7px);border-color:var(--green-border);box-shadow:var(--shadow-md)}.fvh-production-card:hover:before{opacity:1}.fvh-production-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid var(--green-border);border-radius:.95rem;background:var(--green-soft);color:var(--green);transition:transform .35s ease,background-color .3s ease,color .3s ease}.fvh-production-card:hover .fvh-production-icon{transform:rotate(-5deg) scale(1.07);background:var(--green);color:#fff}.fvh-production-value{margin-top:1.6rem;color:var(--green);font-size:clamp(2.2rem,3vw,3.45rem);font-weight:900;line-height:1;letter-spacing:-.055em}.fvh-production-card h3{margin:.65rem 0 0;color:var(--text-primary);font-size:1.1rem;font-weight:850}.fvh-production-card p{margin:.6rem 0 0;color:var(--text-secondary);font-size:.84rem;line-height:1.62}.fvh-production-card-line{width:40px;height:3px;margin-top:auto;border-radius:999px;background:var(--green);transition:width .35s ease}.fvh-production-card:hover .fvh-production-card-line{width:80px}.fvh-feeding-panel{margin-top:clamp(4rem,6vw,6rem);padding:clamp(1.8rem,3vw,3rem);border:1px solid var(--border);border-radius:1.8rem;background:var(--surface);box-shadow:var(--shadow-sm)}.fvh-feeding-heading{display:flex;align-items:center;gap:1.1rem}.fvh-feeding-icon{width:60px;height:60px;flex-shrink:0;display:grid;place-items:center;border-radius:1rem;background:var(--green-soft);color:var(--green)}.fvh-feeding-heading h3{margin:.7rem 0 0;color:var(--text-primary);font-size:clamp(1.6rem,2.4vw,2.5rem);font-weight:900;line-height:1.08;letter-spacing:-.04em}.fvh-feeding-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:1.3rem}.fvh-feeding-grid article{min-height:215px;padding:1.4rem;background:var(--surface-soft)}.fvh-feeding-grid article+article{border-left:1px solid var(--border)}.fvh-feeding-grid strong{display:block;margin-top:.5rem;color:var(--green);font-size:clamp(2rem,3vw,3.1rem);font-weight:900;letter-spacing:-.05em}.fvh-feeding-grid h4{margin:.75rem 0 0;color:var(--text-primary);font-size:1rem;font-weight:850}.fvh-feeding-grid p{margin:.65rem 0 0;color:var(--text-secondary);font-size:.84rem;line-height:1.65}.fvh-feeding-warning{margin-top:1.4rem;padding:1.2rem 1.3rem;display:flex;align-items:flex-start;gap:1rem;border:1px solid var(--green-border);border-radius:1rem;background:var(--green-soft)}.fvh-feeding-warning-icon{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center;border-radius:.8rem;background:color-mix(in srgb,var(--green) 11%,var(--surface));color:var(--green)}.fvh-feeding-warning strong{display:block;color:var(--text-primary);font-size:.95rem;font-weight:850;line-height:1.4}.fvh-feeding-warning p{margin:.5rem 0 0;color:var(--text-secondary);font-size:.84rem;line-height:1.65}.fvh-automation-section{background:var(--page-bg);border-top:1px solid var(--border)}.fvh-automation-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);align-items:end;gap:3rem}.fvh-automation-heading h2{max-width:800px;margin:1rem 0 0;color:var(--text-primary);font-size:clamp(3rem,4.8vw,5.5rem);font-weight:900;line-height:.95;letter-spacing:-.065em}.fvh-automation-heading h2 span{display:block;color:var(--green)}.fvh-automation-heading>p{color:var(--text-secondary);font-size:.98rem;line-height:1.75}.fvh-app-experience{margin-top:4rem;display:grid;grid-template-columns:minmax(440px,.9fr) minmax(0,1.1fr);align-items:stretch;gap:1.3rem}.fvh-app-stage{position:relative;min-width:0;min-height:720px;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:1.8rem;background:linear-gradient(145deg,var(--forest),#102f16);box-shadow:var(--shadow-sm);isolation:isolate}.fvh-app-stage-background{position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 24%,rgba(128,237,153,.13),transparent 36%),linear-gradient(180deg,transparent 42%,rgba(2,20,7,.26) 100%)}.fvh-app-stage-label{position:relative;z-index:5;min-height:62px;display:flex;align-items:center;gap:.55rem;padding:1.15rem 1.3rem 0;color:#ffffffc2;font-size:.72rem;font-weight:750}.fvh-app-stage-label svg{color:#80ed99}.fvh-app-stage-main{position:relative;min-height:505px;flex:1 1 auto;display:grid;place-items:center;padding:.8rem 4.8rem 1rem}.fvh-phone-stage{position:relative;width:min(62%,285px);aspect-ratio:9 / 18;overflow:hidden;border:8px solid rgba(7,15,9,.96);border-radius:2.3rem;background:#000;box-shadow:0 26px 62px #0000005c}.fvh-phone-track{width:100%;height:100%;display:flex;will-change:transform;transition:transform .68s cubic-bezier(.22,.9,.28,1)}.fvh-app-stage-slide{min-width:100%;height:100%;margin:0;flex:0 0 100%}.fvh-app-stage-slide img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.fvh-stage-arrow{position:absolute;z-index:7;top:50%;width:46px;height:46px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#ffffff14;color:#fff;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:translateY(-50%);transition:transform .25s ease,background-color .25s ease,border-color .25s ease}.fvh-stage-arrow:hover{border-color:#80ed994d;background:var(--green)}.fvh-stage-arrow-left{left:1rem}.fvh-stage-arrow-right{right:1rem}.fvh-stage-arrow-left:hover{transform:translateY(-50%) translate(-3px)}.fvh-stage-arrow-right:hover{transform:translateY(-50%) translate(3px)}.fvh-stage-caption-viewport{position:relative;z-index:5;margin:0 1.25rem;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:#03180985;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fvh-stage-caption-track{display:flex;width:100%;will-change:transform;transition:transform .68s cubic-bezier(.22,.9,.28,1)}.fvh-stage-caption{min-width:100%;flex:0 0 100%;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.9rem;padding:1rem 1.1rem}.fvh-stage-caption-number{padding-top:.15rem;color:#80ed99;font-size:.7rem;font-weight:900;letter-spacing:.07em}.fvh-stage-caption h3{margin:0;color:#fff;font-size:1.05rem;font-weight:850;line-height:1.25}.fvh-stage-caption p{margin:.42rem 0 0;color:#ffffffad;font-size:.78rem;line-height:1.58}.fvh-app-stage-footer{position:relative;z-index:5;min-height:56px;padding:.8rem 1.3rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.fvh-app-stage-counter{min-width:58px;display:flex;gap:.3rem;color:#ffffff73;font-size:.64rem;font-weight:800}.fvh-app-stage-counter strong{color:#80ed99}.fvh-app-stage-dots{display:flex;align-items:center;gap:.4rem}.fvh-app-stage-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#ffffff57;cursor:pointer;transition:width .28s ease,background-color .28s ease}.fvh-app-stage-dot.is-active{width:25px;background:#80ed99}.fvh-capabilities-panel{min-height:720px;padding:clamp(1.7rem,3vw,2.7rem);display:flex;flex-direction:column;border:1px solid var(--border);border-radius:1.8rem;background:var(--surface);box-shadow:var(--shadow-xs)}.fvh-capabilities-heading>span{color:var(--green);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.fvh-capabilities-heading h3{max-width:620px;margin:.8rem 0 0;color:var(--text-primary);font-size:clamp(1.8rem,2.6vw,2.8rem);font-weight:900;line-height:1.05;letter-spacing:-.04em}.fvh-capabilities-heading p{margin:.8rem 0 0;color:var(--text-secondary);font-size:.9rem;line-height:1.7}.fvh-capabilities-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.fvh-capability-card{min-height:130px;padding:1rem;display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:.8rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface-soft);transition:transform .3s ease,border-color .3s ease,background-color .3s ease}.fvh-capability-card:hover{transform:translateY(-4px);border-color:var(--green-border);background:var(--green-soft)}.fvh-capability-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:.7rem;background:var(--green-soft);color:var(--green)}.fvh-capability-card h4{margin:0;color:var(--text-primary);font-size:.86rem;font-weight:850}.fvh-capability-card p{margin:.4rem 0 0;color:var(--text-secondary);font-size:.74rem;line-height:1.55}.fvh-investment-section{background:linear-gradient(180deg,var(--surface-soft),var(--page-bg));border-top:1px solid var(--border)}.fvh-pricing-grid{margin-top:4rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.fvh-price-card{position:relative;min-height:650px;padding:1.7rem;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:1.6rem;background:var(--surface);box-shadow:var(--shadow-xs);transition:transform .42s cubic-bezier(.2,.8,.2,1),border-color .3s ease,box-shadow .35s ease}.fvh-price-card:hover{transform:translateY(-9px) scale(1.008);border-color:var(--green-border);box-shadow:0 28px 70px color-mix(in srgb,var(--forest) 15%,transparent)}.fvh-price-card.is-featured{border-color:var(--green-border);background:linear-gradient(155deg,var(--surface),var(--green-soft))}.fvh-price-card.is-featured:before{content:"Recomendado";position:absolute;top:-.7rem;right:1.5rem;padding:.42rem .7rem;border-radius:999px;background:var(--green);color:#fff;font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.fvh-price-top{display:flex;align-items:center;justify-content:space-between}.fvh-price-label{padding:.43rem .65rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);font-size:.66rem;font-weight:800}.fvh-price-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:.9rem;background:var(--green-soft);color:var(--green)}.fvh-price-card h3{margin:1.6rem 0 0;color:var(--text-primary);font-size:1.35rem;font-weight:900}.fvh-price-value{display:block;margin-top:.8rem;color:var(--green);font-size:clamp(2.2rem,3vw,3.3rem);font-weight:900;line-height:1;letter-spacing:-.055em}.fvh-price-description{margin:1rem 0 0;color:var(--text-secondary);font-size:.87rem;line-height:1.65}.fvh-price-capacity{margin-top:1.4rem;overflow:hidden;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--border);border-radius:1rem;background:var(--surface-soft)}.fvh-price-capacity>div{min-height:122px;padding:.85rem;display:flex;flex-direction:column;justify-content:center}.fvh-price-capacity>div+div{border-left:1px solid var(--border)}.fvh-price-capacity svg{color:var(--green)}.fvh-price-capacity span{margin-top:.6rem;color:var(--text-muted);font-size:.61rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.fvh-price-capacity strong{margin-top:.3rem;color:var(--text-primary);font-size:.77rem;line-height:1.4}.fvh-price-card ul{margin:1.5rem 0 0;padding:0;display:grid;gap:.7rem;list-style:none}.fvh-price-card li{display:flex;align-items:flex-start;gap:.55rem;color:var(--text-secondary);font-size:.82rem;line-height:1.5}.fvh-price-card li svg{margin-top:.05rem;flex-shrink:0;color:var(--green)}.fvh-price-action{margin-top:auto;padding-top:2.2rem}.fvh-price-button{min-height:46px;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem;border:1px solid var(--green-border);border-radius:999px;background:var(--green-soft);color:var(--green-hover);font-size:.8rem;font-weight:850;text-decoration:none;transition:transform .3s ease,background-color .25s ease,color .25s ease,box-shadow .25s ease}.fvh-price-button:hover{transform:translateY(-2px);background:var(--green);color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--green) 22%,transparent)}.fvh-investment-note{max-width:900px;margin:1.5rem auto 0;padding:1rem 1.2rem;display:flex;align-items:center;gap:.8rem;border:1px solid var(--green-border);border-radius:1rem;background:var(--green-soft);color:var(--green)}.fvh-investment-note p{margin:0;color:var(--text-secondary);font-size:.84rem;line-height:1.6}.fvh-media-section{padding:clamp(4rem,5.5vw,5.5rem) 0;background:var(--page-bg);border-top:1px solid var(--border)}.fvh-media-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);align-items:end;gap:2.5rem}.fvh-media-heading h2{margin:.85rem 0 0;color:var(--text-primary);font-size:clamp(2.7rem,4.2vw,4.8rem);font-weight:900;line-height:.95;letter-spacing:-.06em}.fvh-media-heading h2 span{display:block;color:var(--green)}.fvh-media-heading>p{color:var(--text-secondary);font-size:.94rem;line-height:1.7}.fvh-video-theater{margin-top:2.5rem;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);overflow:hidden;border:1px solid var(--border);border-radius:1.6rem;background:var(--surface);box-shadow:var(--shadow-sm)}.fvh-video-stage{position:relative;min-height:500px;background:#07120a;overflow:hidden}.fvh-video-panel{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease}.fvh-video-panel.is-active{opacity:1;visibility:visible;pointer-events:auto}.fvh-video-player{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;background:#050b06}.fvh-video-stage-gradient{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#030d0508,#030d057a)}.fvh-video-stage-label{position:absolute;left:1rem;top:1rem;display:flex;align-items:center;gap:.55rem;padding:.45rem .65rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#0516088c;color:#fff;backdrop-filter:blur(10px)}.fvh-video-stage-label span{color:#80ed99;font-size:.62rem;font-weight:900}.fvh-video-stage-label p{margin:0;font-size:.66rem;font-weight:750}.fvh-video-custom-play{position:absolute;left:50%;top:50%;display:flex;flex-direction:column;align-items:center;gap:.65rem;border:0;background:transparent;color:#fff;cursor:pointer;transform:translate(-50%,-50%);transition:opacity .25s ease}.fvh-video-custom-play>span{width:62px;height:62px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#2e9203cc;backdrop-filter:blur(10px);transition:transform .25s ease,background-color .25s ease}.fvh-video-custom-play:hover>span{transform:scale(1.08);background:var(--green-hover)}.fvh-video-custom-play strong{font-size:.75rem}.fvh-video-panel.is-playing .fvh-video-custom-play{opacity:0;pointer-events:none}.fvh-video-selector{padding:.85rem;display:grid;align-content:center;gap:.65rem;background:var(--surface)}.fvh-video-option{width:100%;min-height:140px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.9rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface-soft);color:var(--text-primary);text-align:left;cursor:pointer;transition:transform .3s ease,border-color .3s ease,background-color .3s ease}.fvh-video-option:hover{transform:translate(-4px);border-color:var(--green-border)}.fvh-video-option.is-active{border-color:var(--green-border);background:var(--green-soft)}.fvh-video-option-number{color:var(--green);font-size:.68rem;font-weight:900}.fvh-video-option-copy small{display:block;color:var(--green);font-size:.57rem;font-weight:850;text-transform:uppercase}.fvh-video-option-copy strong{display:block;margin-top:.3rem;color:var(--text-primary);font-size:.86rem;font-weight:850}.fvh-video-option-copy>span{display:block;margin-top:.35rem;color:var(--text-secondary);font-size:.7rem;line-height:1.45}.fvh-video-option-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green)}.fvh-gallery-section{background:linear-gradient(180deg,var(--surface-soft),var(--page-bg));border-top:1px solid var(--border)}.fvh-gallery-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.52fr);align-items:end;gap:3rem}.fvh-gallery-heading h2{margin:1rem 0 0;color:var(--text-primary);font-size:clamp(3rem,4.8vw,5.5rem);font-weight:900;line-height:.95;letter-spacing:-.065em;text-wrap:balance}.fvh-gallery-heading>p{color:var(--text-secondary);font-size:.98rem;line-height:1.75}.fvh-gallery-grid{margin-top:4rem;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:240px;gap:1rem}.fvh-gallery-card{position:relative;grid-column:span 4;overflow:hidden;border-radius:1.3rem;background:var(--forest);isolation:isolate;box-shadow:var(--shadow-xs)}.fvh-gallery-card-featured{grid-column:span 8;grid-row:span 2}.fvh-gallery-card:nth-child(2),.fvh-gallery-card:nth-child(3),.fvh-gallery-card:nth-child(4),.fvh-gallery-card:nth-child(5),.fvh-gallery-card:nth-child(6){grid-column:span 4}.fvh-gallery-card img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(.86) saturate(.92);transform:scale(1.01);transition:transform .65s ease,filter .4s ease}.fvh-gallery-card:hover img{transform:scale(1.06);filter:brightness(.92) saturate(1)}.fvh-gallery-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(4,22,8,.78) 100%)}.fvh-gallery-card-number{position:absolute;top:1rem;right:1rem;z-index:3;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#05170980;color:#fff;font-size:.64rem;font-weight:850;backdrop-filter:blur(8px)}.fvh-gallery-card-content{position:absolute;z-index:3;left:1.2rem;right:1.2rem;bottom:1.2rem;color:#fff}.fvh-gallery-card-content>span{color:#80ed99;font-size:.62rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.fvh-gallery-card-content h3{margin:.45rem 0 0;color:#fff;font-size:1.2rem;font-weight:900}.fvh-gallery-card-content p{max-width:520px;margin:.45rem 0 0;color:#ffffffad;font-size:.78rem;line-height:1.5}.fvh-document-section{padding:0 0 clamp(5rem,7vw,7rem);background:var(--page-bg)}.fvh-document-card{padding:clamp(1.7rem,3vw,2.7rem);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.5rem;border:1px solid var(--border);border-radius:1.5rem;background:var(--surface);box-shadow:var(--shadow-xs)}.fvh-document-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:1rem;background:var(--green-soft);color:var(--green)}.fvh-document-card>div>span{color:var(--green);font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.fvh-document-card h2{margin:.5rem 0 0;color:var(--text-primary);font-size:clamp(1.4rem,2vw,2rem);font-weight:900;letter-spacing:-.035em}.fvh-document-card p{margin:.5rem 0 0;color:var(--text-secondary);font-size:.85rem;line-height:1.6}html[data-theme=dark] .fvh-page{--green: var(--action);--green-hover: var(--action-hover);--green-active: var(--action-active);--green-soft: var(--action-soft);--green-border: var(--action-border)}html[data-theme=dark] .fvh-production-card,html[data-theme=dark] .fvh-feeding-panel,html[data-theme=dark] .fvh-capabilities-panel,html[data-theme=dark] .fvh-price-card,html[data-theme=dark] .fvh-video-theater,html[data-theme=dark] .fvh-video-selector,html[data-theme=dark] .fvh-document-card,html[data-theme=dark] .fvh-process-item{background:var(--surface-elevated)}html[data-theme=dark] .fvh-price-card.is-featured{background:linear-gradient(155deg,var(--surface-elevated),var(--green-soft))}html[data-theme=dark] .fvh-video-option{background:var(--surface-soft)}html[data-theme=dark] .fvh-feeding-warning,html[data-theme=dark] .fvh-investment-note{background:var(--action-soft);border-color:var(--action-border)}html[data-theme=dark] .fvh-feeding-warning strong,html[data-theme=dark] .fvh-feeding-warning p,html[data-theme=dark] .fvh-investment-note p{color:var(--text-primary)}html[data-theme=dark] .fvh-feeding-warning p,html[data-theme=dark] .fvh-investment-note p{color:var(--text-secondary)}html[data-theme=dark] .fvh-capability-card:hover,html[data-theme=dark] .fvh-video-option.is-active{background:var(--action-soft);border-color:var(--action-border)}html[data-theme=dark] .fvh-price-card.is-featured{background:linear-gradient(155deg,var(--surface-elevated),var(--action-soft));border-color:var(--action-border)}html[data-theme=dark] .fvh-price-button{background:var(--action-soft);border-color:var(--action-border);color:var(--action)}html[data-theme=dark] .fvh-price-button:hover{background:var(--action);border-color:var(--action);color:#07120a}@media(max-width:1150px){.fvh-introduction-layout{grid-template-columns:1fr 1fr;gap:3rem}.fvh-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fvh-price-card:last-child{grid-column:1 / -1;min-height:auto}.fvh-video-theater{grid-template-columns:1fr}.fvh-video-stage{min-height:520px}.fvh-video-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.fvh-video-option{min-height:128px}}@media(max-width:1020px){.fvh-app-experience{grid-template-columns:1fr}.fvh-app-stage,.fvh-capabilities-panel{min-height:auto}.fvh-app-stage-main{min-height:520px}.fvh-phone-stage{width:min(52%,285px)}}@media(max-width:900px){.fvh-introduction-layout{grid-template-columns:1fr}.fvh-introduction-copy{max-width:760px}.fvh-introduction-visual{min-height:560px}.fvh-production-flow{grid-template-columns:1fr}.fvh-production-card{min-height:235px}.fvh-feeding-grid{grid-template-columns:1fr}.fvh-feeding-grid article{min-height:auto}.fvh-feeding-grid article+article{border-left:0;border-top:1px solid var(--border)}.fvh-automation-heading,.fvh-media-heading,.fvh-gallery-heading{grid-template-columns:1fr;gap:1.2rem}.fvh-app-experience{grid-template-columns:1fr}.fvh-app-stage,.fvh-capabilities-panel{min-height:auto}.fvh-app-stage-main{min-height:520px}.fvh-phone-stage{width:min(58%,285px)}.fvh-capabilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fvh-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:310px}.fvh-gallery-card,.fvh-gallery-card-featured,.fvh-gallery-card:nth-child(2),.fvh-gallery-card:nth-child(3),.fvh-gallery-card:nth-child(4),.fvh-gallery-card:nth-child(5),.fvh-gallery-card:nth-child(6){grid-column:auto;grid-row:auto}.fvh-gallery-card-featured{grid-column:1 / -1;min-height:480px}}@media(max-width:700px){.fvh-section{padding:4.5rem 0}.fvh-hero{min-height:calc(100svh - 70px);padding-block:clamp(5.2rem,10vh,7rem)}.fvh-hero-overlay{background:linear-gradient(180deg,#04180a7a,#04180ae0)}.fvh-hero-content{text-align:center}.fvh-eyebrow{margin-inline:auto}.fvh-hero h1{font-size:clamp(3rem,13vw,4.7rem)}.fvh-hero-content>p{margin-left:auto;margin-right:auto}.fvh-introduction-copy h2,.fvh-centered-heading h2,.fvh-automation-heading h2,.fvh-media-heading h2,.fvh-gallery-heading h2{font-size:clamp(2.55rem,10vw,3.7rem)}.fvh-app-stage-main{min-height:485px;padding-inline:4rem}.fvh-phone-stage{width:min(64%,270px)}.fvh-stage-caption-viewport{margin-inline:1rem}.fvh-app-stage-footer{padding-inline:1rem}.fvh-capabilities-grid,.fvh-pricing-grid{grid-template-columns:1fr}.fvh-price-card,.fvh-price-card:last-child{grid-column:auto;min-height:auto}.fvh-video-stage{min-height:430px}.fvh-video-selector{grid-template-columns:1fr}.fvh-video-option{min-height:auto}.fvh-gallery-grid{grid-template-columns:1fr;grid-auto-rows:350px}.fvh-gallery-card-featured{grid-column:auto;min-height:430px}.fvh-document-card{grid-template-columns:1fr;text-align:center}.fvh-document-icon{margin-inline:auto}.fvh-document-card .fvh-button{width:100%}}@media(max-width:520px){.fvh-container{padding-inline:1rem}.fvh-introduction-visual{min-height:440px;border-radius:1.4rem}.fvh-process-trigger{gap:.75rem;padding:.85rem}.fvh-process-panel p{padding:0 .85rem .9rem calc(38px + 1.6rem)}.fvh-production-card,.fvh-feeding-panel,.fvh-capabilities-panel,.fvh-price-card{border-radius:1.25rem}.fvh-feeding-heading{align-items:flex-start;flex-direction:column}.fvh-feeding-warning{flex-direction:column}.fvh-app-experience{margin-top:2.8rem}.fvh-app-stage,.fvh-capabilities-panel{border-radius:1.35rem}.fvh-app-stage-label{padding:1rem 1rem 0}.fvh-app-stage-main{min-height:430px;padding:.5rem 3.2rem .8rem}.fvh-phone-stage{width:min(72%,235px);border-width:7px;border-radius:1.9rem}.fvh-stage-arrow{width:40px;height:40px}.fvh-stage-arrow-left{left:.65rem}.fvh-stage-arrow-right{right:.65rem}.fvh-stage-caption{gap:.7rem;padding:.9rem}.fvh-stage-caption h3{font-size:.98rem}.fvh-stage-caption p{font-size:.75rem}.fvh-price-capacity{grid-template-columns:1fr}.fvh-price-capacity>div+div{border-left:0;border-top:1px solid var(--border)}.fvh-video-theater{border-radius:1.35rem}.fvh-video-stage{min-height:350px}.fvh-video-stage-label{top:.75rem;left:.75rem}.fvh-video-custom-play>span{width:56px;height:56px}.fvh-gallery-grid{grid-auto-rows:310px}.fvh-gallery-card-featured{min-height:360px}}@media(prefers-reduced-motion:reduce){.fvh-hero-background img{animation:none}.fvh-button,.fvh-process-item,.fvh-process-panel,.fvh-process-panel p,.fvh-production-card,.fvh-production-icon,.fvh-production-card-line,.fvh-phone-track,.fvh-stage-caption-track,.fvh-app-stage-dot,.fvh-capability-card,.fvh-price-card,.fvh-price-button,.fvh-video-option,.fvh-gallery-card img{transition:none}}
