@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Share+Tech+Mono&display=swap";:root{--accent-orange:#d33d0f;--accent-turquoise:#269c8a;--base-dark:#1b2207;--surface-light:#f6f5ef;--surface-alt:#eae8df;--font-main:"Montserrat", sans-serif;--font-mono:"Share Tech Mono", monospace;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-subtle:0 4px 12px #232b0a0d;--shadow-float:0 12px 32px #232b0a14}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--surface-light);color:var(--base-dark);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:clip}.headline-1{font-family:var(--font-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.text-orange{color:var(--accent-orange);font-family:var(--font-mono);font-weight:400}.text-teal{color:var(--accent-turquoise);font-family:var(--font-mono);font-weight:400}.chromatic{color:var(--accent-turquoise);text-shadow:3px 3px 0 var(--accent-orange), -1px -1px 0 #d33d0f40;font-style:italic}.chromatic-inv{color:var(--accent-orange);text-shadow:3px 3px 0 var(--accent-turquoise);font-style:italic}.tagline{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.18em;color:var(--accent-orange);font-size:.85rem;font-weight:400}.subhead-1{color:#232b0ab3;max-width:650px;font-size:1.125rem;line-height:1.6}.subhead-2{font-size:1.125rem;font-weight:600}.label-1{text-transform:uppercase;letter-spacing:.05em;color:#232b0a99;font-size:.875rem;font-weight:500}.measure-1{color:#232b0a99;font-size:.875rem;font-weight:500;display:block}.value-1{font-family:var(--font-mono);font-size:2.5rem;font-weight:400;line-height:1;display:block}.glass-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-lg);box-shadow:var(--shadow-float);background:#ffffffb3;border:1px solid #fffc;padding:1.5rem}.btn{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--accent-turquoise);color:#fff;padding:.75rem 1.5rem}.btn-accent{background:var(--accent-orange);color:#fff;padding:.75rem 1.5rem}.btn-secondary{color:var(--base-dark);box-shadow:var(--shadow-subtle);background:#fff;border:1px solid #1b22071a;padding:.75rem 1.5rem}.btn-outline{color:var(--base-dark);background:0 0;border:1px solid #1b220733;padding:.75rem 1.5rem}.btn-icon{border-radius:var(--radius-full);background:#fff;border:1px solid #1b22071a;width:40px;height:40px}.btn:hover{transform:translateY(-2px)}.btn:active{transform:scale(.96)}.app-container{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid #1b22070d;flex-direction:column;padding:2rem;display:flex}.logo-container{margin-bottom:2rem}.mission-text{color:#232b0a99;margin-bottom:3rem;font-size:.875rem;line-height:1.5}.nav-links{flex-direction:column;flex-grow:1;gap:.5rem;list-style:none;display:flex}.nav-item{border-radius:var(--radius-md);cursor:pointer;color:#232b0ab3;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.nav-item:hover,.nav-item.active{color:var(--base-dark);box-shadow:var(--shadow-subtle);background:#fff}.nav-item svg{color:var(--accent-orange);font-size:1.25rem}.user-control{border-top:1px solid #1b22070d;margin-top:auto;padding-top:2rem}.main-content{max-width:1400px;padding:2rem 3rem}.top-header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.search-container{border-radius:var(--radius-full);width:300px;box-shadow:var(--shadow-subtle);background:#fff;border:1px solid #1b22070d;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.search-input{background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.95rem}.header-actions{align-items:center;gap:1rem;display:flex}.content-wrapper{flex-direction:column;gap:4rem;display:flex}.hero-section{max-width:800px}.components-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.span-2{grid-column:span 2}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.controls-list{flex-direction:column;gap:1rem;display:flex}.control-row{border-bottom:1px solid #1b22070d;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.switch{width:44px;height:24px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ccc;border-radius:34px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:var(--accent-turquoise)}input:checked+.slider:before{transform:translate(20px)}.actions-group{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.chips-list{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border-radius:var(--radius-full);cursor:pointer;background:#fff;border:1px solid #1b22071a;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.chip:hover{background:var(--surface-alt)}.chip.active{background:var(--base-dark);color:#fff;border-color:var(--base-dark)}.tab-list{border-radius:var(--radius-md);background:#ffffff80;padding:.25rem;display:flex}.tab{cursor:pointer;border-radius:calc(var(--radius-md) - 2px);background:0 0;border:none;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s}.tab.active{box-shadow:var(--shadow-subtle);color:var(--accent-turquoise);background:#fff}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}:root{--content-max:1080px;--section-v:8rem;--section-h:max(2rem, calc(50vw - 540px))}.landing{background:var(--surface-light);width:100%;overflow-x:clip}.landing-hero{background:#e2dacf;justify-content:center;align-items:center;min-height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.landing-nav{z-index:100;width:100%;padding:2.5rem var(--section-h);pointer-events:none;align-items:center;display:flex;position:absolute;top:0;left:0}.landing-nav>*{pointer-events:auto}.hero-bg-noise{z-index:0;pointer-events:none;background-image:radial-gradient(50% 40% at 15% 35%,#269c8a17 0%,#0000 70%),radial-gradient(40% 50% at 85% 65%,#d33d0f14 0%,#0000 70%);position:absolute;inset:-20%}.hero-content{z-index:2;grid-template-columns:55% 45%;align-items:stretch;gap:0;width:100%;min-height:100vh;display:grid;position:relative}.hero-text-col{padding:0 var(--section-h);flex-direction:column;justify-content:center;align-items:flex-start;padding-right:2rem;display:flex}.hero-text-wrapper{text-align:left;flex-direction:column;align-items:flex-start;width:100%;max-width:650px;display:flex}.hero-img-col{position:relative;overflow:hidden}.hero-img-col img{object-fit:cover;width:100%;height:100%;display:block}.hero-headline{font-family:var(--font-heading,"Inter", sans-serif);letter-spacing:-.03em;color:var(--base-dark);cursor:default;margin-bottom:2rem;font-size:clamp(3rem,7vw,6.5rem);font-weight:800;line-height:1.05}.hero-sub{font-family:var(--font-heading,"Inter", sans-serif);color:var(--base-dark);opacity:.85;letter-spacing:-.01em;max-width:95%;font-size:clamp(1.2rem,1.4vw,1.5rem);font-weight:500;line-height:1.55}.hero-sub .hl-mono{font-family:var(--font-mono,"Share Tech Mono", monospace);color:#d44d22;letter-spacing:-.01em;text-transform:uppercase;font-size:.95em;font-weight:600}.hl{transition:filter .45s,opacity .45s;display:inline}.hl-orange{color:var(--accent-orange)}.hl-teal{color:var(--accent-turquoise)}.riso-word{font-family:var(--font-mono,"Share Tech Mono", monospace);color:#269c8a;white-space:nowrap;text-shadow:0 -1.5px #081e19,0 -3px #d44d22;font-weight:400;line-height:1}@media (width>=1024px){.riso-word{text-shadow:0 -2px #081e19,0 -4px #d44d22}}.hl-mono{font-family:var(--font-mono);letter-spacing:.02em;font-size:.9em;font-weight:400}.hero-headline:hover .hl,.section-headline:hover .hl{filter:blur(3px);opacity:.35}.hero-headline .hl:hover,.section-headline .hl:hover{filter:blur()!important;opacity:1!important}.hero-sub{color:#1b22078c;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.5}.hero-sub strong{color:var(--base-dark)}.video-placeholder{aspect-ratio:16/9;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1b22070f;border:1px solid #1b22071f;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex;position:relative;overflow:hidden}.video-placeholder:before{content:"";z-index:0;background:repeating-linear-gradient(-45deg,#0000,#0000 12px,#ffffff03 12px 13px);position:absolute;inset:0}.video-placeholder__inner{z-index:1;flex-direction:column;align-items:center;gap:1.25rem;display:flex;position:relative}.video-play-btn{cursor:pointer;background:#269c8a2e;border:1.5px solid #269c8a73;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;display:flex}.video-play-btn:hover{border-color:var(--accent-turquoise);background:#269c8a52}.video-play-icon{color:var(--accent-turquoise);margin-left:5px;font-size:1.75rem}.video-placeholder__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:#f6f5ef4d;font-size:.75rem}.video-corner{border-color:var(--accent-turquoise);opacity:.5;border-style:solid;width:18px;height:18px;position:absolute}.video-corner--tl{border-width:1.5px 0 0 1.5px;top:1rem;left:1rem}.video-corner--tr{border-width:1.5px 1.5px 0 0;top:1rem;right:1rem}.video-corner--bl{border-width:0 0 1.5px 1.5px;bottom:1rem;left:1rem}.video-corner--br{border-width:0 1.5px 1.5px 0;bottom:1rem;right:1rem}.hero-decor{pointer-events:none;z-index:1;position:absolute;inset:0}.hero-orb{filter:blur(80px);opacity:.3;border-radius:50%;position:absolute}.hero-orb--1{background:#d33d0f40;width:480px;height:480px;top:-80px;right:-80px}.hero-orb--2{background:#269c8a33;width:360px;height:360px;bottom:-60px;left:-40px}.ticker-wrapper{background:var(--accent-orange);white-space:nowrap;width:100%;padding:.8rem 0;overflow:hidden}.ticker-track{align-items:center;display:inline-flex}.ticker-item{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:#fff;white-space:nowrap;padding:0 2.5rem;font-size:.75rem}.ticker-dot{opacity:.5;margin-left:2.5rem}.section{width:100%;padding:var(--section-v) var(--section-h);box-sizing:border-box;width:100%;padding:var(--section-v) var(--section-h)}.section--dark{background:var(--base-dark)}.section--textured{background:var(--base-dark);background-image:radial-gradient(70% 55% at 10%,#269c8a24 0%,#0000 65%),radial-gradient(55% 70% at 90%,#d33d0f1a 0%,#0000 65%),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.045'/%3E%3C/svg%3E");background-color:var(--base-dark);background-size:auto,auto,200px 200px;position:relative}.section--textured .section-headline{color:var(--surface-light)}.section--textured .pain-text{color:#f6f5ef99}.section--textured .pain-coda{color:#f6f5ef80}.section--textured .pain-coda strong{color:var(--surface-light)}.section--textured .pain-item{border-radius:var(--radius-md);background:#f6f5ef0a;border:1px solid #f6f5ef14;transition:background-color .4s,border-color .4s}.section--textured .pain-icon{color:#f6f5ef4d;transition:color .4s,transform .4s,filter .4s}.section--textured .pain-item:hover{background:#f6f5ef0f;border-color:#f6f5ef26}.section--textured .pain-item:hover .pain-icon{color:#f6f5efd9;filter:drop-shadow(0 0 6px #f6f5ef33)}.section--cream{background:var(--surface-alt)}.section-inner{max-width:var(--content-max);margin:0 auto}@keyframes hero-rise{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-content--anim{animation:1s cubic-bezier(.22,1,.36,1) .3s both hero-rise}@keyframes reveal-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(28px)}.reveal--in{animation:reveal-in .65s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay,0s) both}.rubro-body{opacity:0;max-height:0;transition:max-height .48s cubic-bezier(.22,1,.36,1),opacity .32s;overflow:hidden}.rubro-card.is-open .rubro-body{opacity:1;max-height:900px}.rubro-chevron{color:var(--accent-orange);flex-shrink:0;font-size:1.25rem;transition:transform .28s;display:inline-block}.rubro-chevron.is-open{transform:rotate(90deg)}.section-headline{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--base-dark);cursor:default;margin-bottom:3rem;font-size:clamp(1.9rem,4vw,3.25rem);font-weight:800;line-height:1.15}.section-headline--light{color:var(--surface-light)}.pain-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3.5rem;display:grid}.pain-item{align-items:flex-start;gap:1.25rem;padding:2.25rem;display:flex}.pain-icon{flex-shrink:0;font-size:1.25rem}.pain-text{color:#1b2207b3;font-size:.9rem;line-height:1.55}.pain-coda{color:#1b220799;max-width:480px;font-size:1.2rem;line-height:1.6}.pain-coda strong{color:var(--base-dark);font-weight:700}.section:not(.section--textured) .differentiators{background:#1b22070a}.section:not(.section--textured) .diff-pre{color:#1b220747}.section:not(.section--textured) .diff-post{color:var(--base-dark)}.section:not(.section--textured) .diff-item:hover{background:#1b220708}.section--textured .rubros-list{background:#f6f5ef0f;box-shadow:0 4px 32px #0003}.section--textured .rubro-card{background:#f6f5eff5}.section--textured .rubro-card:hover{background:#fff}.differentiators{background:#1b22070f;grid-template-columns:1fr 1fr;gap:1px;display:grid}.diff-item{background:0 0;padding:3rem;transition:background .25s}.diff-item:hover{background:#ffffff0a}.diff-pre{font-family:var(--font-mono);color:#f6f5ef73;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;font-size:.78rem;font-weight:600;text-decoration:line-through}.diff-post{color:var(--surface-light);font-size:1rem;line-height:1.6}.rubros-list{border-radius:var(--radius-lg);background:#1b22070f;flex-direction:column;gap:1px;display:flex;overflow:hidden;box-shadow:0 4px 24px #1b22070f}.rubro-card{background:#fff;transition:background .2s;position:relative}.rubro-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;background:var(--accent-turquoise);color:#fff;border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.65rem;position:absolute;top:1.25rem;right:1.25rem}.rubro-card__header{cursor:pointer;align-items:center;gap:1.75rem;padding:2.5rem 3rem;display:flex}.rubro-icon{flex-shrink:0;font-size:1.75rem}.rubro-card__meta{flex:1}.rubro-tagline{color:var(--base-dark);margin-top:.2rem;font-size:clamp(1rem,2.2vw,1.35rem);font-weight:700;line-height:1.2}.rubro-chevron{color:var(--accent-orange);flex-shrink:0;font-size:1.25rem}.rubro-body__inner{flex-direction:column;gap:2rem;padding:0 3rem 3rem;display:flex}.rubro-transform{grid-template-columns:1fr auto 1fr;align-items:start;gap:2.5rem;display:grid}.transform-col{flex-direction:column;gap:.6rem;display:flex}.transform-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;border-radius:var(--radius-full);width:fit-content;padding:.2rem .55rem;font-size:.65rem;font-weight:600}.transform-label--antes{color:var(--accent-orange);background:#d33d0f14}.transform-label--despues{color:var(--accent-turquoise);background:#269c8a14}.transform-text{color:#1b2207ad;font-size:.88rem;line-height:1.6}.transform-arrow{color:#1b220726;padding-top:1.5rem;font-size:1.5rem}.rubro-tools{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.tool-item{background:var(--surface-light);border-radius:var(--radius-md);border:1px solid #1b22070d;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.tool-name{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--accent-orange);font-size:.72rem}.tool-desc{color:#1b220799;font-size:.83rem;line-height:1.5}.rubro-integraciones{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.philosophy-layout{max-width:var(--content-max);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.philosophy-body{color:#1b220799;max-width:420px;margin-top:1.25rem;font-size:1rem;line-height:1.75}.philosophy-quotes{flex-direction:column;gap:2.75rem;display:flex}.philo-quote{color:var(--base-dark);border-left:3px solid var(--accent-orange);cursor:default;padding-left:1.75rem;font-size:1.1rem;font-weight:500;line-height:1.75}.section--cta{text-align:center;flex-direction:column;align-items:center;padding-top:10rem;padding-bottom:10rem;display:flex}.cta-logo{margin-bottom:2rem}.cta-headline{letter-spacing:-.025em;color:var(--surface-light);max-width:620px;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:700;line-height:1.15}.cta-sub{color:#f6f5ef80;margin-bottom:2.5rem;font-size:1.05rem}.cta-btn{background:var(--accent-turquoise);color:#fff;border-radius:var(--radius-full);font-size:1rem;font-weight:700;font-family:var(--font-main);align-items:center;gap:.65rem;margin-bottom:1.5rem;padding:1rem 2.25rem;text-decoration:none;display:inline-flex}.cta-btn:hover{background:#1f8576}.cta-btn__arrow{transition:transform .2s}.cta-btn:hover .cta-btn__arrow{transform:translate(4px)}.cta-fine{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:#f6f5ef40;font-size:.75rem}.landing-footer{background:var(--base-dark);padding:2.5rem var(--section-h) 2rem;border-top:1px solid #f6f5ef08;justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.footer-left,.footer-right{align-items:flex-end;gap:1.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex}.footer-data{flex-direction:column;justify-content:flex-end;display:flex}.footer-data--right{text-align:right}.footer-data-line{font-family:var(--font-mono);color:var(--surface-light);opacity:.25;letter-spacing:.08em;white-space:nowrap;font-size:.65rem;line-height:1.5;text-decoration:none;transition:all .3s}a.footer-data-line:hover{opacity:.85;color:var(--accent-turquoise)}.footer-data-line--hitl{opacity:.12;text-transform:uppercase;letter-spacing:.2em;margin-top:.4rem;padding:0;font-size:.55rem;background:0 0!important;border:none!important}.footer-mark-link{justify-content:center;align-items:center;text-decoration:none;display:flex}.footer-mark{opacity:.25;color:var(--surface-light);transition:all .5s cubic-bezier(.19,1,.22,1)}.footer-mark--alien{width:32px;height:32px}.footer-mark--gobekli{width:34px;height:38px}.footer-left:hover .footer-mark--alien{color:var(--accent-turquoise);opacity:.9;filter:drop-shadow(0 0 10px #64ffda33);transform:translateY(-4px)scale(1.05)}.footer-left:hover .footer-data-line{opacity:.6}.footer-right:hover .footer-mark--gobekli{color:var(--accent-turquoise);opacity:.9;filter:drop-shadow(0 0 10px #64ffda33);transform:translateY(-4px)scale(1.05)}.footer-right:hover .footer-data-line{opacity:.6}.footer-left .footer-mark{margin-bottom:-1px}.footer-right .footer-mark{margin-bottom:-3px}@media (width<=900px){:root{--section-v:5.5rem;--section-h:1.5rem}.landing-nav{z-index:100;box-sizing:border-box;width:100%;position:absolute;top:0;left:0;padding:1.5rem 1.25rem!important}.pain-grid{grid-template-columns:1fr 1fr}.differentiators,.rubro-tools{grid-template-columns:1fr}.hero-content{grid-template-columns:1fr;min-height:auto}.hero-text-col{min-height:auto;padding:8rem 1.5rem 4rem}.hero-img-col{order:2;height:50vh}.hero-headline{text-align:center;width:100%;margin-bottom:2rem;line-height:1.15;display:block;font-size:2.25rem!important}.hero-text-wrapper{text-align:center;align-items:center}.hero-sub{text-align:center;max-width:100%;font-size:1.05rem;line-height:1.5}.rubro-transform{grid-template-columns:1fr;gap:1.5rem}.transform-arrow{display:none}.philosophy-layout{grid-template-columns:1fr;gap:2.5rem}.landing-footer{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:2.5rem!important;padding:4rem 1.5rem 2rem!important}.footer-left{order:2;flex-direction:column!important;align-items:center!important;gap:2rem!important}.footer-right{order:1;flex-direction:column-reverse!important;align-items:center!important;gap:1.5rem!important}.footer-data--right{order:2;text-align:center!important;align-items:center!important}.footer-left .footer-mark-link{order:10;margin-top:1rem}.footer-data{text-align:center!important;align-items:center!important}.footer-data-line{opacity:.4;white-space:normal}}@media (width<=600px){:root{--section-v:3rem;--section-h:1.25rem}.pain-grid{grid-template-columns:1fr}.rubro-card__header{gap:.875rem;padding:1.25rem}.rubro-body__inner{padding:0 1.25rem 1.5rem}.rubro-badge{display:none}}.rubros-section{background:var(--base-dark,#1b2207);position:relative}.sc-card-inner{backface-visibility:hidden;transform-style:preserve-3d;border-radius:36px;box-shadow:0 4px 16px #0000000a,0 24px 64px #0000001f,0 64px 120px #00000014}.wow-stack-inner,.wow-stack-inner[data-index="0"]{background:#f6f5ef}.wow-stack-inner[data-index="1"]{background:#eef3ef}.wow-stack-inner[data-index="2"]{background:#f4ebe6}.wow-stack-inner[data-index="3"]{background:#e9eef4}.sc-card-text-col{overflow:hidden}.sc-card-text{box-sizing:border-box;flex-direction:column;justify-content:center;gap:1.75rem;height:100%;padding:5rem 4rem;display:flex}.sc-card-title{font-family:var(--font-heading,"Inter", sans-serif);letter-spacing:-.04em;color:var(--base-dark,#1b2207);margin:0;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:800;line-height:1.05}.sc-card-body{color:#1b2207a6;max-width:42ch;margin:0;font-size:1.1rem;line-height:1.65}.sc-card-video-col{overflow:hidden}.sc-card-video{border-radius:inherit;background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.sc-card-img{object-fit:cover;opacity:.85;width:100%;height:100%;transition:opacity .5s}.sc-card-inner:hover .sc-card-img{opacity:1}.sc-card-video:before{content:"";z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}.wow-stack-inner[data-index="0"] .sc-card-video:after{content:"";z-index:2;background:radial-gradient(65% 55%,#269c8a26,#0000 65%);position:absolute;inset:0}.wow-stack-inner[data-index="1"] .sc-card-video:after{content:"";z-index:2;background:radial-gradient(65% 55%,#269c8a1f,#0000 65%);position:absolute;inset:0}.wow-stack-inner[data-index="2"] .sc-card-video:after{content:"";z-index:2;background:radial-gradient(65% 55%,#d34d2229,#0000 65%);position:absolute;inset:0}.wow-stack-inner[data-index="3"] .sc-card-video:after{content:"";z-index:2;background:radial-gradient(65% 55%,#269c8a1f,#0000 65%);position:absolute;inset:0}@media (width<=900px){.wow-stack-inner{flex-direction:column!important}.sc-card-video-col{background:#00000008;flex:none!important;min-height:180px!important}.sc-card-text{flex-direction:column;justify-content:center;display:flex;flex:auto!important;padding:1.5rem 1.25rem .75rem!important}.sc-card-title{margin-bottom:.5rem!important;font-size:1.4rem!important;line-height:1.2!important}.sc-card-body{margin-bottom:.5rem!important;font-size:.88rem!important;line-height:1.4!important}.sc-layout-box{min-height:82vh!important}}
