.isisa-hero{--isisa-hero-pad-top:clamp(0.75rem,1.8vw,1.25rem);--isisa-hero-pad-bottom:clamp(0.75rem,2vw,1.5rem);position:relative;width:100%;min-height:100svh;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;background:var(--isisa-primary-deep)}.isisa-hero__bg{position:absolute;inset:0;z-index:0;display:grid;grid-template-columns:1fr 1fr}.isisa-hero__bg-half{position:relative;overflow:hidden}.isisa-hero__bg-half img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04);transition:transform 1800ms var(--isisa-ease-soft);will-change:transform}.isisa-hero__bg-half--industrial img{object-position:center right}.isisa-hero__bg-half--cultivo img{object-position:center left}.isisa-hero:hover .isisa-hero__bg-half img{transform:scale(1.0)}@media (max-width:720px){.isisa-hero__bg{grid-template-columns:1fr}.isisa-hero__bg-half--cultivo{display:none}}.isisa-hero__split{position:absolute;inset:0;z-index:1;display:grid;grid-template-columns:1fr 1fr;pointer-events:none}.isisa-hero__split-left{background:linear-gradient(135deg,rgba(32,60,123,0.92) 0%,rgba(32,60,123,0.78) 100%);mix-blend-mode:multiply}.isisa-hero__split-right{background:linear-gradient(135deg,rgba(154,201,125,0.42) 0%,rgba(118,182,47,0.62) 100%);mix-blend-mode:multiply}.isisa-hero::before{content:"";position:absolute;inset:0;z-index:2;background:radial-gradient(60% 50% at 50% 50%,rgba(0,0,0,0.18) 0%,transparent 70%);pointer-events:none}.isisa-hero__inner{position:relative;z-index:3;width:100%;max-width:1440px;margin-inline:auto;padding:calc(var(--isisa-header-h) + var(--isisa-hero-pad-top) + clamp(1rem,3vw,3rem)) clamp(2rem,8vw,7rem) calc(var(--isisa-hero-pad-bottom) + clamp(1rem,3vw,3rem));display:flex;align-items:center;justify-content:center}.isisa-hero__panel{width:100%;max-width:920px;background:rgba(255,255,255,0.85);backdrop-filter:saturate(170%) blur(28px);-webkit-backdrop-filter:saturate(170%) blur(28px);border:1px solid rgba(255,255,255,0.6);border-radius:clamp(18px,2vw,32px);box-shadow:0 50px 100px -28px rgba(0,23,60,0.5),0 8px 24px -8px rgba(0,23,60,0.25);padding:clamp(3.5rem,6vw,6rem) clamp(1.25rem,3.5vw,3rem);text-align:center;display:flex;flex-direction:column;align-items:center;gap:clamp(0.85rem,1.8vw,1.5rem);animation:isisa-hero-rise 1100ms var(--isisa-ease-soft) both}@keyframes isisa-hero-rise{0%{opacity:0;transform:translateY(28px) scale(0.985)}100%{opacity:1;transform:translateY(0) scale(1)}}.isisa-hero__title{font-family:var(--isisa-font-headline);font-weight:900;letter-spacing:-0.025em;text-transform:uppercase;font-size:clamp(1.3rem,3.4vw,3rem);line-height:1.08;color:var(--isisa-primary);margin:0;max-width:28ch;hyphens:manual;overflow-wrap:break-word}.isisa-hero__title em{font-style:normal;font-weight:500;color:var(--isisa-primary)}.isisa-hero__sub{font-family:var(--isisa-font-body);font-weight:400;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.55;color:var(--isisa-ink-soft);max-width:64ch;margin:0}.isisa-hero__ctas{display:flex;flex-direction:column;gap:0.85rem;width:100%;max-width:800px;margin-top:0.5rem}@media (min-width:720px){.isisa-hero__ctas{flex-direction:row;justify-content:center;gap:1.25rem}}.isisa-hero__cta{width:100%;display:inline-flex;align-items:center;justify-content:center;font-family:var(--isisa-font-headline);font-weight:800;font-size:0.78rem;letter-spacing:0.18em;text-transform:uppercase;padding:1.15rem 1.85rem;border-radius:999px;color:#fff;border:1.5px solid transparent;transition:transform 220ms var(--isisa-ease),background-color 220ms var(--isisa-ease),box-shadow 220ms var(--isisa-ease);text-align:center}@media (min-width:720px){.isisa-hero__cta{width:auto;flex:1 1 320px;max-width:380px}}.isisa-hero__cta--industrial{background:var(--isisa-primary);box-shadow:0 22px 44px -16px rgba(0,37,100,0.45)}.isisa-hero__cta--industrial:hover{background:var(--isisa-primary-deep);transform:translateY(-3px);box-shadow:0 32px 60px -18px rgba(0,37,100,0.6)}.isisa-hero__cta--cultivo{background:var(--isisa-secondary);box-shadow:0 22px 44px -16px rgba(118,182,47,0.45)}.isisa-hero__cta--cultivo:hover{background:var(--isisa-secondary-deep);transform:translateY(-3px);box-shadow:0 32px 60px -18px rgba(118,182,47,0.6)}.isisa-hero__cue{position:absolute;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:4;color:rgba(255,255,255,0.6);font-family:var(--isisa-font-headline);font-weight:700;letter-spacing:0.42em;text-transform:uppercase;font-size:0.62rem;display:inline-flex;flex-direction:column;align-items:center;gap:0.5rem;pointer-events:none}.isisa-hero__cue::after{content:"";width:1px;height:36px;background:currentColor;animation:isisa-cue 2.4s ease-in-out infinite;transform-origin:top}@keyframes isisa-cue{0%,100%{transform:scaleY(0.2);opacity:0.4}50%{transform:scaleY(1);opacity:1}}@media (max-width:640px){.isisa-hero__cue{display:none}}