:root{--bg-color:#050808;--bg-color-lighter:#111413;--highlight-color:#05f;--highlight-rgb:0, 85, 255;--text-primary:#fff;--text-secondary:#fff6}.typography-hero{letter-spacing:-.02em;margin-bottom:40px;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(3.5rem,7vw,6.5rem);font-weight:600;line-height:1.1}.typography-section{letter-spacing:-.02em;margin-bottom:32px;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:600;line-height:1.2}.typography-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6}.typography-body-lg{font-size:1.35rem;font-weight:300;line-height:1.6}.typography-body{font-size:1.1rem;line-height:1.6}.text-gradient-primary{background:linear-gradient(90deg, #fff 0%, var(--highlight-color) 80%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;display:inline-block}.text-gradient-vertical{background:linear-gradient(#fff 0%,#fff6 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;display:inline-block}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-primary);overflow-wrap:break-word;word-wrap:break-word;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}::selection{background-color:var(--highlight-color);color:#fff}.hero{text-align:center;background:radial-gradient(circle at top,#0055ff26,#0000 50%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 20px;display:flex}.scroll-section{background:linear-gradient(180deg, var(--bg-color) 0%, var(--bg-color-lighter) 50%, var(--bg-color) 100%);min-height:300vh;position:relative}.sticky-container{flex-direction:column;justify-content:center;width:100%;height:120vh;display:flex;position:sticky;top:0}.scroll-text{letter-spacing:-.02em;margin-bottom:32px;font-size:clamp(2rem,4.5vw,4rem);font-weight:600;line-height:1.2}.text-line{display:block}.final-cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 20px;display:flex}.highlight{color:var(--highlight-color)}.nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05080859;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:24px 48px;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:10px;font-size:1.5rem;font-weight:700;display:flex}.nav-logo-image,.nav-wordmark-image{object-fit:contain;width:150px;height:auto;display:block}.nav-wordmark-image{width:176px}.brand-wordmark{background:linear-gradient(90deg, #fff 0%, #fff 42%, var(--highlight-color) 100%);-webkit-text-fill-color:transparent;color:#0000;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;font-weight:700;line-height:1}.nav-logo-mark{object-fit:contain;border-radius:6px;width:30px;height:30px}.nav-links{gap:32px;display:flex}.nav-link{color:var(--text-primary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.btn{color:var(--text-primary);letter-spacing:.05em;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn:hover{background:#ffffff0d;border-color:#fff3}.btn-primary,.btn-primary:hover{background:var(--highlight-color);border-color:var(--highlight-color);color:#000}.btn-glow{color:#000;z-index:1;background:0 0;border:none;border-radius:4px;font-weight:500;position:relative;overflow:hidden}.btn-glow:before{content:"";background:conic-gradient(transparent 0deg, transparent 270deg, var(--highlight-color) 360deg);z-index:-2;width:200%;height:400%;animation:4s linear infinite rotateGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-glow:after{content:"";z-index:-1;background:#fff;border-radius:3px;transition:background .3s;position:absolute;inset:1.5px}.btn-glow:hover:after{background:#f8f8f8}@keyframes rotateGlow{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.btn-lg{letter-spacing:.1em;padding:14px 32px;font-size:.95rem}.btn-grey{color:#000;text-transform:uppercase;background:#aab2b0;border-color:#aab2b0;border-radius:4px;font-weight:600}.btn-grey:hover{color:#000;background:#c0c7c5;border-color:#c0c7c5}.grainy-global-overlay{pointer-events:none;opacity:.25;mix-blend-mode:overlay;z-index:9999;background-image:url(https://cdn.prod.website-files.com/6952b3e7e5e2ef612d8856a2/69703791356f55ee7a0af076_grainy.png);background-repeat:repeat;background-size:200px;position:fixed;inset:0}.nav-mobile-toggle{cursor:pointer;z-index:101;background:0 0;border:none;padding:8px;display:none}.nav-mobile-menu{display:none}@media (width<=768px){.nav{padding:16px 24px}.nav-desktop{display:none}.nav-mobile-toggle{justify-content:center;align-items:center;display:flex}.nav-mobile-menu{z-index:99;background-color:#050808;border-bottom:1px solid #ffffff0d;flex-direction:column;height:auto;padding:80px 20px 30px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 10px 30px #00000080}.nav-mobile-links{flex-direction:column;gap:20px;margin-bottom:30px;display:flex}.nav-mobile-link{color:var(--text-primary);font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-mobile-link:hover{color:var(--highlight-color)}.nav-mobile-footer{justify-content:flex-start;width:100%;display:flex}.nav-logo{font-size:1.2rem}.nav-logo-image{width:126px}.nav-wordmark-image{width:148px}.nav-logo-mark{width:26px;height:26px}.btn-glow{padding:12px 24px;font-size:.95rem}.btn-lg{padding:12px 24px;font-size:.9rem}}:root{--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:40px;--space-6:64px;--space-7:96px;--space-8:128px;--section-py:clamp(96px, 12vw, 176px);--container:1240px;--container-pad:clamp(20px, 4vw, 32px);--radius-card:20px;--radius-card-inner:14px;--radius-pill:999px;--hairline-color:#ffffff14;--hairline:1px solid var(--hairline-color);--hairline-strong:#ffffff29;--surface-shell:#ffffff0a;--surface-card:#0b0b0e;--surface-raised:#0a0a0c;--surface-accent-tint:#0055ff14;--text-1:#fff;--text-2:#ffffffbd;--text-3:#ffffff8f;--font-display:"Space Grotesk", "Inter", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--ease-system:cubic-bezier(.32, .72, 0, 1);--dur-fast:.25s;--dur-med:.45s;--dur-slow:.8s}html{scroll-behavior:smooth}.section{padding-top:var(--section-py);padding-bottom:var(--section-py)}.container{max-width:var(--container);padding-left:var(--container-pad);padding-right:var(--container-pad);margin-left:auto;margin-right:auto}.display-hero{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-1);margin:0;font-size:clamp(3rem,7vw,5.5rem);font-weight:600;line-height:1.04}.display-section{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);margin:0;font-size:clamp(1.9rem,3.8vw,3rem);font-weight:600;line-height:1.12}.display-card{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);margin:0;font-size:clamp(1.35rem,2.2vw,1.9rem);font-weight:600;line-height:1.18}.text-lead{font-family:var(--font-body);color:var(--text-2);margin:0;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.65}.text-body{font-family:var(--font-body);color:var(--text-2);margin:0;font-size:1rem;line-height:1.65}.pill-cta{white-space:nowrap;font-family:var(--font-body);letter-spacing:.04em;border-radius:var(--radius-pill);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-system), border-color var(--dur-fast) var(--ease-system), transform var(--dur-fast) var(--ease-system);border:1px solid #0000;align-items:center;gap:14px;padding:9px 9px 9px 26px;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.pill-cta:active{transform:scale(.98)}.pill-cta:focus-visible{outline:2px solid var(--text-1);outline-offset:3px}.pill-cta-icon{border-radius:var(--radius-pill);width:34px;height:34px;transition:transform var(--dur-fast) var(--ease-system);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pill-cta-icon svg{width:14px;height:14px;display:block}.pill-cta:hover .pill-cta-icon{transform:translate(2px,-2px)}.pill-cta-primary{background:var(--highlight-color);color:#fff}.pill-cta-primary:hover{background:#1a64ff}.pill-cta-primary .pill-cta-icon{color:#fff;background:#ffffff2e}.pill-cta-ghost{color:var(--text-1);border-color:var(--hairline-strong);background:0 0}.pill-cta-ghost:hover{background:#ffffff0a;border-color:#ffffff57}.pill-cta-ghost .pill-cta-icon{color:var(--text-1);background:#ffffff14}.bezel-card{background:var(--surface-shell);border:var(--hairline);border-radius:var(--radius-card);padding:6px}.bezel-card-inner{background:var(--surface-card);border-radius:var(--radius-card-inner);height:100%;overflow:hidden;box-shadow:inset 0 1px #ffffff12}.bezel-hover{transition:transform .3s var(--ease-system), border-color .3s var(--ease-system)}.bezel-hover:hover{border-color:var(--hairline-strong);transform:translateY(-4px)}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--highlight-color);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.nav-root{z-index:100;padding:14px var(--container-pad) 0;pointer-events:none;position:fixed;top:0;left:0;right:0}.nav-pill{pointer-events:auto;max-width:var(--container);justify-content:space-between;align-items:center;gap:var(--space-4);-webkit-backdrop-filter:blur(18px);border:var(--hairline);border-radius:var(--radius-pill);background:#0a0a0e9e;margin:0 auto;padding:8px 8px 8px 22px;display:flex}.nav-logo{flex-shrink:0;align-items:center;display:inline-flex}.nav-logo img{width:148px;height:auto;display:block}.nav-desktop,.nav-links{align-items:center;gap:var(--space-5);display:flex}.nav-link{font-family:var(--font-body);color:var(--text-2);white-space:nowrap;transition:color var(--dur-fast) var(--ease-system);font-size:.92rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--text-1)}.nav-pill .pill-cta{padding:6px 6px 6px 20px;font-size:.85rem}.nav-pill .pill-cta-icon{width:30px;height:30px}.nav-burger{border:var(--hairline);border-radius:var(--radius-pill);cursor:pointer;background:#ffffff0f;flex-shrink:0;width:44px;height:44px;padding:0;display:none;position:relative}.nav-burger span{background:var(--text-1);width:18px;height:1.5px;transition:transform .4s var(--ease-system);border-radius:1px;position:absolute;top:50%;left:50%}.nav-burger span:first-child{transform:translate(-50%,calc(-50% - 4px))}.nav-burger span:nth-child(2){transform:translate(-50%,calc(4px - 50%))}.nav-burger.is-open span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.nav-burger.is-open span:nth-child(2){transform:translate(-50%,-50%)rotate(-45deg)}.nav-overlay{z-index:90;-webkit-backdrop-filter:blur(28px);padding:0 var(--container-pad);background:#050608db;flex-direction:column;justify-content:center;display:flex;position:fixed;inset:0}.nav-overlay-links{gap:var(--space-4);margin-bottom:var(--space-6);flex-direction:column;display:flex}.nav-overlay-mask{overflow:hidden}.nav-overlay-link{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);font-size:clamp(1.8rem,7.5vw,2.6rem);font-weight:600;line-height:1.15;text-decoration:none;display:inline-block}.nav-overlay-link:hover{color:var(--highlight-color)}@media (width<=900px){.nav-desktop{display:none}.nav-burger{display:block}.nav-logo img{width:126px}}.home-root{background:var(--bg-color);color:var(--text-1);overflow-x:hidden}.hh-section{min-height:100dvh;padding-top:clamp(120px,14vh,160px);padding-bottom:var(--space-7);align-items:center;display:flex}.hh-title-mask{display:block;overflow:hidden}.hh-title-line{will-change:transform;display:block}.hh-title .highlight{color:var(--highlight-color)}.hh-grid{gap:var(--space-6);margin-top:var(--space-6);grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;display:grid}.hh-sub{max-width:46ch;margin-bottom:var(--space-5)}.hh-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.hh-visual{aspect-ratio:16/11;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(6,1fr);display:grid;position:relative}.hh-cell{border:var(--hairline);border-radius:var(--radius-card-inner);background:var(--surface-raised)}.hh-cell-a{grid-area:1/1/4/4}.hh-cell-b{background:var(--surface-accent-tint);border-color:#05f6;grid-area:2/3/5/7}.hh-cell-c{grid-area:4/2/6/5}.hh-cell-accent{border-radius:var(--radius-card-inner);background:var(--highlight-color);animation:hh-pulse 4.5s var(--ease-system) infinite;grid-area:1/5/2/6}@keyframes hh-pulse{0%,to{opacity:1}50%{opacity:.45}}.hh-cell-line{background:linear-gradient(90deg,#0000,#0055ffa6,#0000);grid-area:3/1/4/7;align-self:center;height:1px}.hl-section{padding-top:var(--space-6);padding-bottom:var(--space-7)}.hl-heading{color:var(--text-3);margin-bottom:var(--space-5);font-size:.95rem}.hl-viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.hl-track{align-items:center;gap:clamp(48px,7vw,96px);width:max-content;animation:42s linear infinite hl-marquee;display:flex}@keyframes hl-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.hl-track{justify-content:flex-start;gap:var(--space-5);flex-wrap:wrap;width:100%;animation:none}.hl-track .hl-dup{display:none}}.hl-logo{opacity:.55;filter:grayscale();width:auto;height:32px;transition:opacity var(--dur-fast) var(--ease-system)}.hl-logo:hover{opacity:.9}.hl-logo-nsh{height:46px}.hpov-inner{max-width:720px}.hpov-inner .display-section{margin-bottom:var(--space-5);max-width:20ch}.hpov-statement{color:var(--text-2);margin:0 0 var(--space-4);font-size:clamp(1.08rem,1.6vw,1.28rem);line-height:1.7}.hpov-statement:last-child{margin-bottom:0}.hof-heading{margin-bottom:var(--space-6);max-width:18ch}.hof-grid{gap:var(--space-4);grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:stretch;display:grid}.hof-card{color:inherit;text-decoration:none;display:block}.hof-card .bezel-card-inner{flex-direction:column;padding:clamp(28px,3.5vw,48px);display:flex}.hof-card-primary{border-color:#05f6}.hof-card-primary .bezel-card-inner{background:linear-gradient(160deg, #0055ff24, var(--surface-card) 55%)}.hof-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--highlight-color);border-radius:var(--radius-pill);margin-bottom:var(--space-4);border:1px solid #0055ff73;align-self:flex-start;padding:6px 14px;font-size:.78rem;font-weight:600}.hof-title{margin-bottom:var(--space-3);max-width:16ch}.hof-intro{color:var(--text-2);margin-bottom:var(--space-5);max-width:46ch}.hof-list{margin:0 0 var(--space-5);gap:var(--space-3);padding:0;list-style:none;display:grid}.hof-list li{color:var(--text-2);padding-left:24px;line-height:1.55;position:relative}.hof-list li:before{content:"";background:var(--highlight-color);width:12px;height:1px;position:absolute;top:.65em;left:0}.hof-link{color:var(--text-1);align-items:center;gap:8px;margin-top:auto;font-size:.95rem;font-weight:600;display:inline-flex}.hof-link svg{width:14px;height:14px;color:var(--highlight-color);transition:transform var(--dur-fast) var(--ease-system)}.hof-card:hover .hof-link svg{transform:translate(2px,-2px)}.hdi-section{border-top:var(--hairline)}.hdi-heading{max-width:18ch;margin-bottom:var(--space-4)}.hdi-accent{color:var(--highlight-color)}.hdi-lead{max-width:52ch;margin-bottom:var(--space-7)}.hdi-flow{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hdi-beat-track{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.hdi-num{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-3);font-size:clamp(2rem,3.4vw,2.8rem);font-weight:600;line-height:1}.hdi-beat:nth-child(2) .hdi-num{color:var(--highlight-color)}.hdi-connector{background:var(--hairline-color);flex:1;height:1px}.hdi-beat:last-child .hdi-connector{background:linear-gradient(90deg,#0055ff8c,#0000)}.hdi-beat-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-2);font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.3}.hdi-beat-body{color:var(--text-2);max-width:34ch;margin:0;line-height:1.6}.hdi-actions{margin-top:var(--space-7)}.hps-heading{margin-bottom:var(--space-6)}.hps-steps{gap:var(--space-5);max-width:880px;display:grid}.hps-step{gap:var(--space-4);padding-top:var(--space-4);border-top:var(--hairline);grid-template-columns:72px minmax(0,1fr);display:grid}.hps-step:nth-child(2){margin-left:clamp(0px,5vw,80px)}.hps-step:nth-child(3){margin-left:clamp(0px,10vw,160px)}.hps-num{font-family:var(--font-display);color:var(--highlight-color);font-size:1rem;font-weight:600}.hps-name{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-2);font-size:clamp(1.3rem,2vw,1.7rem);font-weight:600}.hps-text{color:var(--text-2);max-width:56ch;margin:0;line-height:1.65}.hpr-heading{margin-bottom:var(--space-6)}.hpr-grid{gap:var(--space-4);grid-template-rows:auto auto;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hpr-cell{min-width:0}.hpr-cell-featured{grid-area:1/1/3/2}.hpr-card{height:100%;color:inherit;text-decoration:none;display:block}.hpr-card .bezel-card-inner{flex-direction:column;display:flex}.hpr-img{aspect-ratio:16/10;overflow:hidden}.hpr-card-featured .hpr-img{aspect-ratio:16/12}.hpr-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-system);display:block}.hpr-card:hover .hpr-img img{transform:scale(1.03)}.hpr-body{padding:var(--space-4)}.hpr-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-2);font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:600;line-height:1.3}.hpr-card-featured .hpr-title{font-size:clamp(1.3rem,2vw,1.7rem)}.hpr-desc{color:var(--text-3);margin:0;font-size:.98rem;line-height:1.6}.hpr-stats{gap:var(--space-7);margin-top:var(--space-7);flex-wrap:wrap;display:flex}.hpr-stat-num{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:600;line-height:1}.hpr-stat-label{margin:var(--space-2) 0 0;color:var(--text-3);max-width:18ch;font-size:.95rem}.hpr-callout{color:inherit;margin-top:var(--space-7);text-decoration:none;display:block}.hpr-callout .bezel-card-inner{background:linear-gradient(150deg, #0055ff1f, var(--surface-card) 60%);padding:clamp(28px,3.5vw,48px)}.hpr-callout-text{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-4);max-width:32ch;font-size:clamp(1.3rem,2.4vw,1.9rem);font-weight:500;line-height:1.35}.hpr-callout-text strong{color:var(--highlight-color);font-weight:600}.hcm-section{border-top:var(--hairline);border-bottom:var(--hairline);padding-top:var(--space-6);padding-bottom:var(--space-6)}.hcm-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hcm-item{padding:0 var(--space-5);font-family:var(--font-display);color:var(--text-1);margin:0;font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:500;line-height:1.45}.hcm-item:first-child{padding-left:0}.hcm-item+.hcm-item{border-left:var(--hairline)}.htm-quote{font-family:var(--font-display);letter-spacing:-.01em;max-width:30ch;margin:0 0 var(--space-4);font-size:clamp(1.4rem,2.6vw,2.1rem);font-weight:500;line-height:1.4}.htm-attribution{color:var(--text-3);margin:0;font-size:1rem}.htm-attribution strong{color:var(--text-1);font-weight:600}.hfq-heading{margin-bottom:var(--space-5)}.hfq-list{max-width:820px}.hfq-item{border-bottom:var(--hairline)}.hfq-question{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;color:var(--text-1);text-align:left;font-family:var(--font-body);padding:var(--space-4) 0;cursor:pointer;background:0 0;border:none;font-size:clamp(1.05rem,1.5vw,1.2rem);font-weight:500;display:flex}.hfq-icon{transition:transform var(--dur-fast) var(--ease-system);color:var(--text-3);flex-shrink:0}.hfq-icon.is-open{color:var(--highlight-color);transform:rotate(45deg)}.hfq-answer{overflow:hidden}.hfq-answer p{padding:0 0 var(--space-4);color:var(--text-2);max-width:65ch;margin:0;line-height:1.65}.hfc-inner{padding-bottom:var(--section-py)}.hfc-statement{max-width:22ch;margin-bottom:var(--space-6)}.hfc-statement .highlight{color:var(--highlight-color)}@media (width<=768px){.hh-section{min-height:auto;padding-top:120px}.hh-grid{gap:var(--space-5);margin-top:var(--space-5);grid-template-columns:1fr}.hh-visual{aspect-ratio:4/3}.hof-grid{grid-template-columns:1fr}.hdi-flow{gap:var(--space-5);grid-template-columns:1fr}.hdi-beat-track{margin-bottom:var(--space-3)}.hpr-grid{grid-template-rows:none;grid-template-columns:1fr}.hpr-cell-featured{grid-area:auto}.hpr-stats{gap:var(--space-5)}.hps-step{gap:var(--space-2);grid-template-columns:1fr}.hps-step:nth-child(2),.hps-step:nth-child(3){margin-left:0}.hcm-grid{gap:var(--space-4);grid-template-columns:1fr}.hcm-item{padding:0}.hcm-item+.hcm-item{border-left:none;border-top:var(--hairline);padding-top:var(--space-4)}}.section-footer{padding:40px 20px calc(40px + env(safe-area-inset-bottom));z-index:10;background:0 0;width:100%}.footer-container{max-width:1200px;margin:0 auto}.footer-row{align-items:center;gap:30px;width:100%;display:flex}.footer-logo{flex-shrink:0;align-items:center;display:flex}.footer-brand-wordmark{font-size:1.35rem}.footer-wordmark-image{object-fit:contain;width:194px;height:auto;display:block}.footer-line{background:linear-gradient(90deg, var(--highlight-color) 0%, #000 100%);opacity:.5;flex-grow:1;height:1px}.footer-links{flex-shrink:0;align-items:center;gap:24px;display:flex}.footer-link{color:#fff;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--highlight-color)}@media (width<=768px){.section-footer{padding:20px 20px calc(20px + env(safe-area-inset-bottom))}.footer-row{flex-direction:column;align-items:flex-start;gap:16px}.footer-brand-wordmark{font-size:1.2rem}.footer-wordmark-image{width:160px}.footer-line{flex-grow:0;width:100%}.footer-links{flex-wrap:wrap;justify-content:flex-start;gap:12px;width:100%}}.negocio2-root{background:var(--bg-color);color:var(--text-1);overflow-x:hidden}.n2h-section{min-height:100dvh;padding-top:clamp(120px,14vh,160px);padding-bottom:var(--space-7);align-items:center;display:flex}.n2h-title-mask{display:block;overflow:hidden}.n2h-title-line{will-change:transform;display:block}.n2h-highlight{color:var(--highlight-color)}.n2h-sub{max-width:52ch;margin-top:var(--space-5);margin-bottom:var(--space-5)}.n2h-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.n2t-section{padding-top:var(--space-6);padding-bottom:var(--space-7)}.n2t-heading{color:var(--text-3);margin:0 0 var(--space-5);font-size:.95rem}.n2t-row{padding:var(--space-4) 0;border-top:var(--hairline);border-bottom:var(--hairline);align-items:center;gap:var(--space-4) clamp(32px, 5vw, 72px);flex-wrap:wrap;margin:0;list-style:none;display:flex}.n2t-viewport{border-top:var(--hairline);border-bottom:var(--hairline);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.n2t-track{padding:var(--space-4) 0;align-items:center;gap:clamp(32px,5vw,72px);width:max-content;margin:0;list-style:none;animation:60s linear infinite n2t-marquee;display:flex}.n2t-track .n2t-item{white-space:nowrap}@keyframes n2t-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.n2t-track{justify-content:flex-start;gap:var(--space-4) clamp(32px, 5vw, 72px);flex-wrap:wrap;width:100%;animation:none}.n2t-track .n2t-dup{display:none}}.n2t-item{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-3);transition:color var(--dur-fast) var(--ease-system);font-size:clamp(1rem,1.4vw,1.2rem);font-weight:500}.n2t-item:hover{color:var(--text-2)}.n2l-heading{margin-bottom:var(--space-6);max-width:20ch}.n2l-grid{gap:var(--space-4);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:stretch;display:grid}.n2l-card-inner{flex-direction:column;height:100%;padding:clamp(24px,3vw,40px);display:flex}.n2l-inner-featured{background:linear-gradient(160deg, #0055ff29, var(--surface-card) 55%);padding:clamp(32px,4vw,56px)}.n2l-card-featured{border-color:#05f6}.n2l-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--highlight-color);border-radius:var(--radius-pill);margin-bottom:var(--space-4);border:1px solid #0055ff73;align-self:flex-start;padding:6px 14px;font-size:.78rem;font-weight:600}.n2l-name{margin-bottom:var(--space-3)}.n2l-name-featured{font-size:clamp(1.7rem,2.8vw,2.4rem)}.n2l-subtitle{color:var(--text-1);margin:0 0 var(--space-3);max-width:40ch;font-weight:600}.n2l-body{color:var(--text-2);margin:0 0 var(--space-4);max-width:52ch;line-height:1.65}.n2l-details{gap:var(--space-3);margin:auto 0 0;padding:0;list-style:none;display:grid}.n2l-details li{color:var(--text-2);padding-left:24px;line-height:1.55;position:relative}.n2l-details li:before{content:"";background:var(--highlight-color);width:12px;height:1px;position:absolute;top:.65em;left:0}.n2l-link{margin-top:var(--space-4);color:var(--text-2);white-space:nowrap;transition:color var(--dur-fast) var(--ease-system);align-self:flex-start;align-items:center;gap:8px;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.n2l-link svg{width:14px;height:14px;color:var(--highlight-color);transition:transform var(--dur-fast) var(--ease-system)}.n2l-link:hover{color:var(--text-1)}.n2l-link:hover svg{transform:translate(2px,-2px)}.n2l-closing{margin:var(--space-5) auto 0;text-align:center;color:var(--text-2);max-width:60ch;font-size:.95rem}.n2os-section{border-top:var(--hairline)}.n2os-header{margin-bottom:var(--space-7)}.n2os-tag{margin-bottom:var(--space-4);align-self:auto;display:inline-block}.n2os-heading{max-width:22ch;margin-bottom:var(--space-4)}.n2os-lead{max-width:56ch}.n2os-principle{margin-bottom:var(--space-7)}.n2os-principle-inner{gap:var(--space-5);background:linear-gradient(150deg, #0055ff2e, var(--surface-card) 60%);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;padding:clamp(32px,5vw,64px);display:grid}.n2os-principle-title{max-width:14ch}.n2os-principle-body{color:var(--text-2);max-width:54ch;margin:0;line-height:1.7}.n2os-group-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin:0 0 var(--space-5);font-size:.82rem;font-weight:600}.n2os-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid}.n2os-item{display:block}.n2os-item-inner{flex-direction:column;height:100%;padding:clamp(28px,3.5vw,40px);display:flex}.n2os-item-featured{border-color:#05f6}.n2os-item-featured .n2os-item-inner{background:linear-gradient(160deg, #0055ff24, var(--surface-card) 55%)}.n2os-status{letter-spacing:.08em;text-transform:uppercase;color:var(--highlight-color);border-radius:var(--radius-pill);margin-bottom:var(--space-4);border:1px solid #0055ff73;align-self:flex-start;padding:6px 14px;font-size:.78rem;font-weight:600}.n2os-item-name{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-1);margin:0 0 var(--space-3);font-size:clamp(1.15rem,1.6vw,1.4rem);font-weight:600}.n2os-item-text{color:var(--text-2);margin:0;line-height:1.65}.n2os-contrast{gap:var(--space-5);margin-top:var(--space-7);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:stretch;display:grid}.n2os-col-sin{border-top:var(--hairline);padding-top:clamp(24px,3vw,40px)}.n2os-col-heading{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-3);margin:0 0 var(--space-4);font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:600}.n2os-col-heading-con{color:var(--text-1)}.n2os-col-con{border-color:#05f6}.n2os-col-con-inner{background:linear-gradient(160deg, #0055ff29, var(--surface-card) 55%);padding:clamp(24px,3vw,40px)}.n2os-list{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.n2os-list li{color:var(--text-3);padding-left:24px;line-height:1.6;position:relative}.n2os-list li:before{content:"";background:var(--hairline-strong);width:12px;height:1px;position:absolute;top:.65em;left:0}.n2os-list-con li{color:var(--text-2)}.n2os-list-con li:before{background:var(--highlight-color)}.n2os-closing{margin:var(--space-7) auto 0;text-align:center;color:var(--text-2);max-width:60ch;font-size:.95rem}.n2m-heading{margin-bottom:var(--space-6);max-width:18ch}.n2m-steps{gap:var(--space-5);max-width:880px;display:grid}.n2m-step{gap:var(--space-4);padding-top:var(--space-4);border-top:var(--hairline);grid-template-columns:72px minmax(0,1fr);display:grid}.n2m-step:nth-child(2){margin-left:clamp(0px,5vw,80px)}.n2m-step:nth-child(3){margin-left:clamp(0px,10vw,160px)}.n2m-num{font-family:var(--font-display);color:var(--highlight-color);font-size:1rem;font-weight:600}.n2m-name{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-2);font-size:clamp(1.3rem,2vw,1.7rem);font-weight:600}.n2m-text{color:var(--text-2);margin:0 0 var(--space-3);max-width:56ch;line-height:1.65}.n2m-receives{color:var(--text-3);max-width:56ch;margin:0;line-height:1.6}.n2m-receives span{color:var(--text-1);font-weight:600}.n2p-heading{margin-bottom:var(--space-6);max-width:20ch}.n2p-grid{gap:var(--space-5);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:stretch;display:grid}.n2p-left{justify-content:space-between;gap:var(--space-5);flex-direction:column;display:flex}.n2p-quote{border-left:2px solid var(--highlight-color);padding-left:var(--space-4);margin:0}.n2p-quote-text{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-2);margin:0 0 var(--space-3);font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:500;line-height:1.55}.n2p-quote-author{color:var(--text-1);font-size:.95rem;font-weight:600}.n2p-stats{gap:var(--space-6);flex-wrap:wrap;display:flex}.n2p-stat-num{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:600;line-height:1}.n2p-stat-label{margin:var(--space-2) 0 0;color:var(--text-3);max-width:16ch;font-size:.95rem}.n2p-photos{gap:var(--space-1);border:var(--hairline);border-radius:var(--radius-card);padding:var(--space-1);background:var(--surface-shell);grid-template-rows:1fr 1fr;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.n2p-photo{background:var(--surface-raised);border-radius:6px;min-height:160px;position:relative;overflow:hidden}.n2p-photo-placeholder{border:1px dashed #ffffff1f;justify-content:center;align-items:center;display:flex}.n2p-photo-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);text-align:center;padding:8px;font-size:.72rem}.n2f-dual{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.n2f-panel-inner{height:100%;padding:clamp(24px,3vw,36px)}.n2f-panel-title{font-family:var(--font-display);margin:0 0 var(--space-5);font-size:1.15rem;font-weight:600}.n2f-panel-title-yes{color:var(--highlight-color)}.n2f-panel-title-no{color:var(--text-2)}.n2f-checklist{gap:var(--space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.n2f-checklist li{gap:var(--space-3);color:var(--text-2);align-items:flex-start;padding-left:0;font-size:.98rem;line-height:1.55;display:flex}.n2f-checklist li:before{content:none}.n2f-check{flex-shrink:0;width:1.25rem;font-weight:600;line-height:1.55}.n2f-check-yes{color:var(--highlight-color)}.n2f-check-no{color:var(--text-3)}.n2p-photo:after{content:"";background:linear-gradient(135deg,#0055ff1a,#0000);position:absolute;inset:0}.n2p-cases{margin-top:var(--space-6);border-top:var(--hairline)}.n2p-case{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:var(--hairline);color:inherit;text-decoration:none;display:flex}.n2p-case-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-1);font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:500}.n2p-case-link{color:var(--text-2);white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;font-size:.92rem;font-weight:600;display:inline-flex}.n2p-case-link svg{width:14px;height:14px;color:var(--highlight-color);transition:transform var(--dur-fast) var(--ease-system)}.n2p-case:hover .n2p-case-link svg{transform:translate(2px,-2px)}.n2p-case:hover .n2p-case-title{color:var(--highlight-color)}.n2f-section{border-top:var(--hairline)}.n2f-heading{margin-bottom:var(--space-4);max-width:18ch}.n2f-lead{margin-bottom:var(--space-6);max-width:52ch}.n2f-list{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.n2f-list-row{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr))}.n2f-list li{color:var(--text-2);padding-left:24px;line-height:1.6;position:relative}.n2f-list-row li{border-top:2px solid var(--highlight-color);padding-top:var(--space-4);padding-left:0}.n2f-list li:before{content:"";background:var(--hairline-strong);width:12px;height:1px;position:absolute;top:.65em;left:0}.n2f-list-row li:before{content:none}.n2f-closing{margin:var(--space-6) 0 0;color:var(--text-1);font-family:var(--font-display);letter-spacing:-.01em;max-width:44ch;font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:500;line-height:1.5}.n2q-heading{margin-bottom:var(--space-5)}.n2q-list{max-width:820px}.n2q-item{border-bottom:var(--hairline)}.n2q-question{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;color:var(--text-1);text-align:left;font-family:var(--font-body);padding:var(--space-4) 0;cursor:pointer;background:0 0;border:none;font-size:clamp(1.05rem,1.5vw,1.2rem);font-weight:500;display:flex}.n2q-icon{transition:transform var(--dur-fast) var(--ease-system);color:var(--text-3);flex-shrink:0}.n2q-icon.is-open{color:var(--highlight-color);transform:rotate(45deg)}.n2q-answer{overflow:hidden}.n2q-answer p{padding:0 0 var(--space-4);color:var(--text-2);max-width:65ch;margin:0;line-height:1.65}.n2c-inner{padding-bottom:var(--section-py)}.n2c-statement{max-width:24ch;margin-bottom:var(--space-6)}.n2c-highlight{color:var(--highlight-color)}@media (width<=768px){.n2h-section{min-height:auto;padding-top:120px}.n2l-grid{grid-template-columns:1fr}.n2os-header,.n2os-principle{margin-bottom:var(--space-6)}.n2os-principle-inner,.n2os-grid{gap:var(--space-4);grid-template-columns:1fr}.n2os-contrast{gap:var(--space-4);margin-top:var(--space-6);grid-template-columns:1fr}.n2os-closing{margin-top:var(--space-6)}.n2m-step{gap:var(--space-2);grid-template-columns:1fr}.n2m-step:nth-child(2),.n2m-step:nth-child(3){margin-left:0}.n2p-grid{grid-template-columns:1fr}.n2p-photos{grid-template-rows:none;grid-template-columns:repeat(2,1fr)}.n2p-photo{min-height:120px}.n2p-stats{gap:var(--space-5)}.n2p-case{align-items:flex-start;gap:var(--space-2);flex-direction:column}.n2f-list-row{gap:var(--space-4);grid-template-columns:1fr}.n2f-dual{grid-template-columns:1fr}}.desarrollo-page{background:var(--bg-color);color:var(--text-1);overflow-x:hidden}.dsh-section{min-height:100dvh;padding-top:clamp(120px,14vh,160px);padding-bottom:var(--space-7);align-items:center;display:flex}.dsh-grid{gap:var(--space-6);grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;display:grid}.dsh-title-mask{display:block;overflow:hidden}.dsh-title-line{will-change:transform;display:block}.dsh-highlight{color:var(--highlight-color)}.dsh-sub{max-width:52ch;margin-top:var(--space-5);margin-bottom:var(--space-5)}.dsh-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.dsh-proof-body{padding:clamp(24px,3vw,40px)}.dsh-proof-title{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--highlight-color);margin:0 0 var(--space-4);font-size:.78rem;font-weight:600}.dsh-proof-list{gap:var(--space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dsh-proof-list li{color:var(--text-2);padding-left:24px;font-size:.98rem;line-height:1.55;position:relative}.dsh-proof-list li:before{content:"";background:var(--highlight-color);width:12px;height:1px;position:absolute;top:.65em;left:0}.dsh-proof-list li+li{padding-top:var(--space-4);border-top:var(--hairline)}.dsh-proof-list li+li:before{top:calc(.65em + var(--space-4))}.dss-nav{z-index:50;padding:0 var(--container-pad);pointer-events:none;justify-content:center;display:flex;position:sticky;top:96px}.dss-pill{pointer-events:auto;scrollbar-width:none;border:var(--hairline);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(14px);background:#0a0a0cb8;gap:2px;max-width:100%;margin:0;padding:6px;list-style:none;display:flex;overflow-x:auto}.dss-pill::-webkit-scrollbar{display:none}.dss-pill a{border-radius:var(--radius-pill);color:var(--text-3);font-family:var(--font-body);white-space:nowrap;transition:color var(--dur-fast) var(--ease-system), background-color var(--dur-fast) var(--ease-system);padding:8px 16px;font-size:.88rem;font-weight:500;text-decoration:none;display:block}.dss-pill a:hover{color:var(--text-1)}.dss-pill a.active{color:var(--text-1);background:#ffffff14}.dpv-inner{max-width:calc(760px + 2 * var(--container-pad))}.dpv-kicker{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--highlight-color);margin-bottom:var(--space-4);font-size:.78rem;font-weight:600;display:inline-block}.dpv-title{max-width:22ch;margin-bottom:var(--space-6)}.dpv-body{gap:var(--space-5);flex-direction:column;display:flex}.dpv-statement{color:var(--text-2);padding-left:var(--space-4);border-left:1px solid var(--hairline-strong);margin:0;font-size:clamp(1.08rem,1.7vw,1.35rem);line-height:1.65}.dpv-statement strong{color:var(--text-1);font-weight:600}.dpv-closing-inner{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-2);background:linear-gradient(150deg, var(--surface-accent-tint), var(--surface-card) 60%);margin:0;padding:clamp(24px,3vw,40px);font-size:clamp(1.15rem,1.9vw,1.5rem);font-weight:500;line-height:1.5}.dpv-closing-inner strong{color:var(--text-1);font-weight:600}.dpq-title{max-width:24ch;margin-bottom:var(--space-6)}.dpq-grid{gap:var(--space-3);grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:stretch;display:grid}.dpq-card-a .bezel-card-inner{background:linear-gradient(150deg, var(--surface-accent-tint), var(--surface-card) 60%)}.dpq-card-inner{flex-direction:column;justify-content:flex-end;height:100%;padding:clamp(28px,3.4vw,48px);display:flex}.dpq-card-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-3);max-width:22ch;font-size:clamp(1.25rem,2vw,1.7rem);font-weight:600;line-height:1.25}.dpq-card-body{color:var(--text-2);max-width:52ch;margin:0;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.65}.dqb-header{margin-bottom:var(--space-6)}.dqb-lead{margin-top:var(--space-3);max-width:54ch}.dqb-grid{gap:var(--space-3);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.dqb-cell-a{grid-column:span 4}.dqb-cell-b{grid-column:span 2}.dqb-cell-c,.dqb-cell-d{grid-column:span 3}.dqb-cell-e{grid-column:span 2}.dqb-cell-f{grid-column:span 4}.dqb-cell-third{grid-column:span 2}.dqb-cell-inner{flex-direction:column;padding:clamp(24px,3vw,40px);display:flex}.dqb-tint .bezel-card-inner{background:linear-gradient(160deg, #0055ff1f, var(--surface-card) 55%)}.dqb-icon{color:var(--highlight-color);margin-bottom:var(--space-4)}.dqb-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-3);max-width:24ch;font-size:clamp(1.15rem,1.7vw,1.4rem);font-weight:600;line-height:1.25}.dqb-body{color:var(--text-3);max-width:58ch;margin:0;font-size:.98rem;line-height:1.6}.dpr-header{margin-bottom:var(--space-6)}.dpr-lead{margin-top:var(--space-3);max-width:60ch}.dpr-steps{gap:var(--space-6);flex-direction:column;max-width:960px;margin:0;padding:0;list-style:none;display:flex}.dpr-step{gap:var(--space-4);padding-top:var(--space-5);border-top:var(--hairline);grid-template-columns:clamp(72px,9vw,120px) minmax(0,1fr);align-items:start;display:grid}.dpr-step:nth-child(2n){margin-left:clamp(0px,8vw,120px)}.dpr-number{font-family:var(--font-display);letter-spacing:-.03em;color:var(--highlight-color);font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1}.dpr-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-3);font-size:clamp(1.2rem,1.9vw,1.6rem);font-weight:600;line-height:1.25}.dpr-body{color:var(--text-2);margin:0 0 var(--space-3);max-width:56ch;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.65}.dpr-output{gap:var(--space-1);color:var(--text-2);flex-direction:column;max-width:56ch;margin:0;line-height:1.6;display:flex}.dpr-output-label{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--highlight-color);font-size:.72rem;font-weight:600}.dag-header{margin-bottom:var(--space-6)}.dag-lead{margin-top:var(--space-3);max-width:54ch}.dag-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.dag-card-lead .bezel-card-inner{background:linear-gradient(150deg, var(--surface-accent-tint), var(--surface-card) 60%)}.dag-card-inner{padding:clamp(24px,3vw,36px)}.dag-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-2);font-size:clamp(1.1rem,1.6vw,1.3rem);font-weight:600}.dag-body{color:var(--text-3);max-width:52ch;margin:0;font-size:.98rem;line-height:1.6}.dcs-section{padding-top:0}.dcs-heading{margin-bottom:var(--space-6);max-width:22ch}.dcs-grid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.dcs-card{color:inherit;text-decoration:none;display:block}.dcs-card-inner{flex-direction:column;display:flex}.dcs-img{aspect-ratio:16/10;overflow:hidden}.dcs-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-system);display:block}.dcs-card:hover .dcs-img img{transform:scale(1.03)}.dcs-title{font-family:var(--font-display);letter-spacing:-.01em;padding:var(--space-4);margin:0;font-size:clamp(1rem,1.4vw,1.15rem);font-weight:600;line-height:1.35}.dfit-heading{margin-bottom:var(--space-4);max-width:18ch}.dfit-lead{margin-bottom:var(--space-6);max-width:52ch}.dfit-grid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.dfit-col-inner{height:100%;padding:clamp(24px,3vw,36px)}.dfit-col-title{font-family:var(--font-display);margin:0 0 var(--space-5);font-size:1.15rem;font-weight:600}.dfit-col-title-yes{color:var(--highlight-color)}.dfit-col-title-no{color:var(--text-2)}.dfit-list{gap:var(--space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dfit-list li{gap:var(--space-3);color:var(--text-2);align-items:flex-start;font-size:.98rem;line-height:1.55;display:flex}.dfit-mark{flex-shrink:0;width:1.25rem;font-weight:600;line-height:1.55}.dfit-mark-yes{color:var(--highlight-color)}.dfit-mark-no{color:var(--text-3)}.dcl-section{padding-bottom:0}.dcl-inner{padding-bottom:var(--section-py)}.dcl-statement{max-width:26ch;margin-bottom:var(--space-6)}@media (width<=768px){.dsh-section{min-height:auto;padding-top:120px}.dsh-grid{gap:var(--space-5);grid-template-columns:1fr}.dss-nav{padding:0 var(--space-3);top:80px}.dqb-grid{grid-template-columns:1fr}.dqb-cell-a,.dqb-cell-b,.dqb-cell-c,.dqb-cell-d,.dqb-cell-e,.dqb-cell-f,.dqb-cell-third{grid-column:auto}.dpq-grid{grid-template-columns:1fr}.dpr-step{gap:var(--space-3);grid-template-columns:1fr}.dpr-step:nth-child(2n){margin-left:0}.dag-grid,.dcs-grid,.dfit-grid{grid-template-columns:1fr}}.cs-page{background-color:var(--bg-color);color:var(--text-1);min-height:100vh}.cs-hero-section{padding-top:clamp(140px,18vh,190px);padding-bottom:var(--space-7)}.cs-hero-container{max-width:1000px;padding-left:var(--container-pad);padding-right:var(--container-pad);gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.cs-h1-main{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);text-wrap:balance;margin:0;font-size:clamp(2.1rem,4.4vw,3.4rem);font-weight:600;line-height:1.08}.cs-subtitle-main{font-family:var(--font-body);color:var(--text-2);margin:var(--space-3) 0 var(--space-5);max-width:800px;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.65}.cs-metrics-grid{gap:var(--space-3);grid-template-columns:repeat(4,1fr);display:grid}.cs-metric-card{background:var(--surface-shell);border:var(--hairline);border-radius:var(--radius-card);padding:6px}.cs-metric-inner{background:var(--surface-card);border-radius:var(--radius-card-inner);height:100%;padding:var(--space-4);gap:var(--space-2);flex-direction:column;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff12}.cs-metric-header{font-family:var(--font-body);color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600}.cs-metric-value{font-family:var(--font-body);color:var(--text-1);font-size:.98rem;font-weight:400;line-height:1.5}.cs-content-section{padding-top:var(--space-6);padding-bottom:var(--section-py)}.cs-content-container{max-width:800px;padding-left:var(--container-pad);padding-right:var(--container-pad);margin:0 auto}.cs-content-container h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);margin:var(--space-6) 0 var(--space-4);font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:600;line-height:1.12}.cs-content-container h2:first-child{margin-top:0}.cs-content-container p{font-family:var(--font-body);color:var(--text-2);margin:0 0 var(--space-4);font-size:1.075rem;line-height:1.7}.cs-content-container p strong{color:var(--text-1);font-weight:600}.cs-quote{border-left:2px solid var(--highlight-color);padding-left:var(--space-4);font-style:italic;color:var(--text-1)!important;margin:var(--space-5) 0!important;font-size:1.2rem!important}.cs-cierre-inner{padding-bottom:var(--section-py)}.cs-cierre-statement{max-width:22ch;margin-bottom:var(--space-6)}.cs-cierre-statement .highlight{color:var(--highlight-color)}@media (width<=768px){.cs-hero-section{padding-top:130px}.cs-metrics-grid{grid-template-columns:1fr}}@media (width>=769px) and (width<=1024px){.cs-metrics-grid{grid-template-columns:repeat(2,1fr)}}
