:root{--orange:#ed4823;--orange-d:#c33a1b;--orange-t:#fef3f0;--orange-glow:#ed48232e;--dark:#0f0f0f;--dark2:#1a1a1a;--mid:#555;--light:#f7f7f5;--border:#e8e8e8;--white:#fff;--ivory:#fafaf8;--serif:"DM Serif Display", Georgia, serif;--sans:"DM Sans", system-ui, sans-serif;--max:1100px;--max-wide:1280px;--gutter:2rem;--ease-out:cubic-bezier(.22, .68, 0, 1.2);--ease-std:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--white);color:var(--dark2);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg{max-width:100%;display:block}ul,ol{list-style:none}a{color:inherit;text-decoration:none}.page-wrap{max-width:var(--max);padding:0 var(--gutter);margin:0 auto}.page-wrap--wide{max-width:var(--max-wide);padding:0 var(--gutter);margin:0 auto}.section{padding:7rem 0}.section--sm{padding:5rem 0}.section--xs{padding:3.5rem 0}.label{letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:.9rem;font-size:.65rem;font-weight:700;display:inline-block}.display{font-family:var(--serif);letter-spacing:-.01em;font-weight:400;line-height:1.08}.title{font-family:var(--serif);font-weight:400;line-height:1.15}.body-text{color:var(--mid);font-size:.97rem;line-height:1.85}.orange{color:var(--orange)}.white{color:var(--white)}hr.accent{background:var(--orange);border:none;width:40px;height:3px;margin-bottom:1.4rem}.btn{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-fill{background:var(--orange);color:var(--white)}.btn-fill:hover{background:var(--orange-d);transform:translateY(-2px);box-shadow:0 8px 24px #ed48234d}.btn-outline{color:var(--dark);border:1.5px solid var(--dark);background:0 0}.btn-outline:hover{background:var(--dark);color:var(--white)}.btn-outline-white{color:var(--white);background:0 0;border:1.5px solid #ffffff59}.btn-outline-white:hover{border-color:var(--white);background:#ffffff14}.btn-white{background:var(--white);color:var(--orange)}.btn-white:hover{background:var(--dark);color:var(--white)}#nav{z-index:999;background:0 0;border-bottom:1px solid #0000;width:100%;transition:all .3s;position:fixed;top:0;left:0}#nav.scrolled{-webkit-backdrop-filter:blur(12px);background:#f7f3efd9;border-bottom:1px solid #11111114;box-shadow:0 4px 20px #00000005}.nav-wrap{max-width:var(--max);padding:0 var(--gutter);justify-content:space-between;align-items:center;height:66px;margin:0 auto;display:flex}.nav-logo{align-items:center;gap:10px;display:flex}.nav-logo img{width:auto;height:36px}.nav-links{align-items:center;gap:.1rem;display:flex}.nav-links a{letter-spacing:.06em;text-transform:uppercase;color:#000000bf;padding:.45rem .85rem;font-size:.72rem;font-weight:600;transition:color .15s}.nav-links a:hover{color:#000}.nav-right{align-items:center;display:flex}@keyframes nav-btn-shimmer-gpu{0%{transform:translate(-150%)skew(-25deg)translateZ(0)}60%,to{transform:translate(250%)skew(-25deg)translateZ(0)}}.nav-cta{letter-spacing:.07em;text-transform:uppercase;background-color:var(--orange);color:var(--white);white-space:nowrap;will-change:transform;border:none;border-radius:4px;padding:.55rem 1.4rem;font-size:.68rem;font-weight:700;transition:all .2s;position:relative;overflow:hidden}.nav-cta:before{content:"";will-change:transform;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff73 50%,#0000 100%);width:100%;height:100%;animation:3.2s cubic-bezier(.4,0,.2,1) infinite nav-btn-shimmer-gpu;position:absolute;top:0;left:0;transform:translate(-150%)skew(-25deg)translateZ(0)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{background:#000;width:24px;height:2px;transition:all .3s;display:block}#hero{background:#080808;flex-direction:column;min-height:100vh;padding-top:66px;display:flex;position:relative;overflow:hidden}.hero-grid-lines{z-index:0;pointer-events:none;background-image:linear-gradient(#ed48230d 1px,#0000 1px),linear-gradient(90deg,#ed48230d 1px,#0000 1px);background-size:80px 80px;animation:28s linear infinite gridMove;position:absolute;inset:0}@keyframes gridMove{0%{background-position:0 0}to{background-position:80px 80px}}.hero-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#ed48232e 0%,#0000 65%);width:800px;height:800px;animation:10s ease-in-out infinite glowPulse;position:absolute;top:-200px;right:-150px}@keyframes glowPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)translate(-20px,20px)}}.hero-orange-line{z-index:3;background:var(--orange);width:0;height:2px;animation:1s 1.9s forwards lineGrow;position:absolute;bottom:0;left:0}@keyframes lineGrow{to{width:45%}}.hero-body{z-index:2;max-width:var(--max);padding:5rem var(--gutter) 4rem;flex:1;grid-template-columns:55% 45%;align-items:center;gap:3rem;width:100%;margin:0 auto;display:grid;position:relative}.hero-tag{letter-spacing:.26em;text-transform:uppercase;color:var(--orange);opacity:0;animation:tagIn .7s var(--ease-out) forwards .5s;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.62rem;font-weight:700;display:inline-flex}.hero-tag:before{content:"";background:var(--orange);width:28px;height:1px}@keyframes tagIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.hero-h1{color:var(--white);margin-bottom:2rem;font-size:clamp(3rem,5.5vw,6rem);line-height:1.04}.hero-h1 .line{opacity:0;animation:lineRise .85s var(--ease-out) forwards;display:block;transform:translateY(48px)}.hero-h1 .line-1{animation-delay:.55s}.hero-h1 .line-2{animation-delay:.72s}.hero-h1 .line-3{color:var(--orange);animation-delay:.89s;display:inline-block;position:relative}.hero-h1 .line-3:after{content:"";background:var(--orange);width:0;height:3px;animation:.55s 1.55s forwards underlineDraw;position:absolute;bottom:-3px;left:0}@keyframes lineRise{to{opacity:1;transform:translateY(0)}}@keyframes underlineDraw{to{width:100%}}.hero-sub{color:#ffffff80;opacity:0;border-left:2px solid #ed482380;max-width:480px;margin-bottom:2.8rem;padding-left:1.2rem;font-size:1.05rem;font-weight:300;line-height:1.85;animation:.7s 1.1s forwards fadeRise}.hero-btns{opacity:0;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;animation:.7s 1.3s forwards fadeRise;display:flex}.hero-stats-preview{opacity:0;flex-wrap:wrap;gap:2.5rem;animation:.7s 1.5s forwards fadeRise;display:flex}.hero-stat-num{font-family:var(--serif);color:var(--white);margin-bottom:.2rem;font-size:2rem;line-height:1}.hero-stat-lbl{letter-spacing:.18em;text-transform:uppercase;color:#fff6;font-size:.6rem;font-weight:700}@keyframes fadeRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-right{opacity:0;justify-content:center;align-items:center;animation:1s .8s forwards fadeRise;display:flex;position:relative}.hero-visual-container{aspect-ratio:1;background:#ffffff08;border:1px solid #ed482326;border-radius:2px;justify-content:center;align-items:center;width:100%;max-width:480px;display:flex;position:relative;overflow:hidden}.hero-visual-ring{border:1px solid #ed48231f;border-radius:50%;animation:6s ease-in-out infinite ringPulse;position:absolute}.hero-visual-ring:first-child{width:65%;height:65%;animation-delay:0s}.hero-visual-ring:nth-child(2){border-color:#ed482312;width:80%;height:80%;animation-delay:.8s}.hero-visual-ring:nth-child(3){border-color:#ed48230a;width:95%;height:95%;animation-delay:1.6s}@keyframes ringPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.04)}}.hero-visual-orb{z-index:2;background:var(--orange);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;animation:4s ease-in-out infinite orbGlow;display:flex;position:relative;box-shadow:0 0 60px #ed482373,0 0 120px #ed482326}@keyframes orbGlow{0%,to{box-shadow:0 0 60px #ed482373,0 0 120px #ed482326}50%{box-shadow:0 0 80px #ed4823a6,0 0 150px #ed482340}}.hero-visual-orb-label{font-family:var(--serif);color:var(--white);text-align:center;font-size:1.1rem;line-height:1.2}.hero-visual-orb-sub{letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;text-align:center;margin-top:.25rem;font-size:.52rem;font-weight:700}.service-label{backdrop-filter:blur(12px);letter-spacing:.14em;text-transform:uppercase;color:var(--white);white-space:nowrap;opacity:0;background:#0f0f0fd9;border:1px solid #ed48234d;padding:.45rem .9rem;font-size:.6rem;font-weight:700;animation:.6s forwards fadeRise;position:absolute}.service-label:before{content:"";background:var(--orange);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-right:.5rem;display:inline-block}.service-label--tl{animation-delay:1.4s;top:18%;left:5%}.service-label--tr{animation-delay:1.6s;top:12%;right:5%}.service-label--ml{animation-delay:1.8s;top:50%;left:0%;transform:translateY(-50%)}.service-label--br{animation-delay:2s;bottom:20%;right:3%}.service-label--bl{animation-delay:2.2s;bottom:14%;left:5%}.hero-orbit-svg{pointer-events:none;width:78%;height:78%;animation:30s linear infinite orbitSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orbitSpin{to{transform:translate(-50%,-50%)rotate(360deg)}}.hero-visual-placeholder-text{letter-spacing:.16em;text-transform:uppercase;color:#ffffff26;white-space:nowrap;font-size:.55rem;font-weight:600;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.hero-ticker{z-index:2;opacity:0;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1rem 2.5rem;animation:.5s 1.8s forwards fadeRise;display:flex;position:relative}.hero-ticker-track{flex-wrap:wrap;align-items:center;gap:2.2rem;display:flex}.hero-ticker-item{letter-spacing:.2em;text-transform:uppercase;color:#ffffff2e;white-space:nowrap;font-size:.58rem;font-weight:700;transition:color .4s}.hero-ticker-item.lit{color:var(--orange)}.hero-ticker-sep{background:#ffffff1a;flex-shrink:0;width:1px;height:10px}.hero-ticker-url{letter-spacing:.1em;color:#ffffff1f;white-space:nowrap;font-size:.58rem;font-weight:600}.hero-scroll-cue{z-index:3;opacity:0;align-items:center;gap:.65rem;animation:.5s 2s forwards fadeRise;display:flex;position:absolute;bottom:4rem;left:2.5rem}.scroll-mouse{border:1.5px solid #ffffff2e;border-radius:12px;width:24px;height:38px;position:relative}.scroll-mouse:after{content:"";background:var(--orange);border-radius:2px;width:3px;height:7px;animation:1.8s infinite mouseBounce;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes mouseBounce{0%,to{opacity:1;top:6px}50%{opacity:.3;top:17px}}.scroll-cue-text{letter-spacing:.2em;text-transform:uppercase;color:#ffffff2e;font-size:.55rem;font-weight:700}#numbers{background:var(--orange);padding:3.5rem 0}.numbers-row{flex-wrap:wrap;justify-content:space-around;gap:2rem;display:flex}.num-item{text-align:center}.num-big{font-family:var(--serif);color:var(--white);margin-bottom:.3rem;font-size:3.5rem;line-height:1;display:block}.num-lbl{letter-spacing:.2em;text-transform:uppercase;color:#ffffffa6;font-size:.63rem;font-weight:700}#why{background:var(--white)}.why-intro{max-width:640px;margin-bottom:4rem}.why-intro .title{margin-bottom:1.1rem;font-size:clamp(2rem,3.5vw,2.8rem)}.pillars{border-top:1px solid var(--border);flex-direction:column;display:flex}.pillar{border-bottom:1px solid var(--border);align-items:flex-start;gap:2.5rem;padding:2.2rem 0;transition:background .2s,padding-left .2s,padding-right .2s;display:flex}.pillar:hover{background:var(--orange-t);margin:0 -1rem;padding-left:1rem;padding-right:1rem}.pillar-num{font-family:var(--serif);color:var(--orange);flex-shrink:0;min-width:2.5rem;padding-top:.15rem;font-size:1.1rem}.pillar-body{flex:1}.pillar-title{letter-spacing:.04em;color:var(--dark);margin-bottom:.45rem;font-size:.9rem;font-weight:700}.pillar-text{color:var(--mid);font-size:.9rem;line-height:1.75}#ecosystem{background:var(--dark);padding:7rem 0}.eco-wrap{flex-direction:column;align-items:center;gap:5rem;display:flex}.eco-header{text-align:center;max-width:640px}.eco-header .title{color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3rem)}.eco-header .body-text{color:#ffffff73;font-size:1rem}.eco-diagram{grid-template-rows:auto auto auto;grid-template-columns:1fr 260px 1fr;place-items:center;gap:0;width:100%;max-width:860px;display:grid;position:relative}.eco-center{z-index:10;background:var(--orange);border-radius:50%;flex-direction:column;grid-area:2/2;justify-content:center;align-items:center;width:160px;height:160px;animation:4s ease-in-out infinite ecoGlow;display:flex;position:relative;box-shadow:0 0 60px #ed482373,0 0 120px #ed482326}@keyframes ecoGlow{0%,to{box-shadow:0 0 60px #ed482373,0 0 120px #ed482326}50%{box-shadow:0 0 80px #ed4823a6,0 0 150px #ed482340}}.eco-center-label{font-family:var(--serif);color:var(--white);text-align:center;font-size:1.35rem;line-height:1.2}.eco-center-sub{letter-spacing:.18em;text-transform:uppercase;color:#ffffffb3;margin-top:.3rem;font-size:.58rem;font-weight:700}.eco-orbit-svg{pointer-events:none;z-index:5;width:320px;height:320px;animation:30s linear infinite orbitSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.eco-node{z-index:10;cursor:default;background:#ffffff0a;border:1px solid #ffffff17;width:100%;max-width:230px;padding:1.4rem 1.5rem;transition:background .25s,border-color .25s,transform .25s;position:relative}.eco-node:hover{background:#ed48231a;border-color:#ed482380;transform:scale(1.03)}.eco-node-num{font-family:var(--serif);color:#ed482340;margin-bottom:.5rem;font-size:2rem;line-height:1;transition:color .25s}.eco-node:hover .eco-node-num{color:var(--orange)}.eco-node-title{color:var(--white);margin-bottom:.5rem;font-size:.88rem;font-weight:700;line-height:1.3}.eco-node-desc{color:#ffffff61;font-size:.78rem;line-height:1.6}.eco-node-tag{letter-spacing:.16em;text-transform:uppercase;color:var(--orange);border-left:2px solid var(--orange);margin-top:.7rem;padding-left:.5rem;font-size:.55rem;font-weight:700;display:inline-block}.eco-node-1{grid-area:1/1;justify-self:end}.eco-node-2{grid-area:1/3;justify-self:start}.eco-node-3{grid-area:3/3;justify-self:start}.eco-node-4{grid-area:3/2;justify-self:center;margin-top:2rem}.eco-node-5{grid-area:3/1;justify-self:end}#partners{background:var(--dark);position:relative;overflow:hidden}#partners:before{content:"";pointer-events:none;background-image:linear-gradient(#ed48230a 1px,#0000 1px),linear-gradient(90deg,#ed48230a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.partners-header{max-width:680px;margin-bottom:3.5rem}.partners-header .title{color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,3.2vw,2.7rem)}.partners-header .body-text{color:#ffffff73}.partners-carousel-wrap{position:relative}.carousel-btn{z-index:10;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;justify-content:center;align-items:center;width:48px;height:48px;transition:all .22s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:var(--orange);border-color:var(--orange)}.carousel-btn:hover svg{stroke:var(--white)}.carousel-btn svg{stroke:#fff9;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;transition:stroke .2s}.carousel-btn.prev{left:-24px}.carousel-btn.next{right:-24px}.partners-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;gap:1.4rem;padding:.5rem .2rem 1.8rem;display:flex;overflow-x:scroll}.partners-track:active{cursor:grabbing}.partners-track::-webkit-scrollbar{display:none}.partners-track-fade{position:relative}.partners-track-fade:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(270deg,#0f0f0f,#0000);width:80px;position:absolute;top:0;bottom:1.8rem;right:0}.pc{scroll-snap-align:start;cursor:default;background:#ffffff0a;border:1px solid #ffffff14;border-top-width:3px;flex-direction:column;flex:0 0 290px;gap:1.1rem;padding:2rem 1.8rem 1.6rem;transition:border-top-color .25s,transform .3s,box-shadow .3s,background .3s;display:flex;position:relative;overflow:hidden}.pc:before{content:"";opacity:0;background:linear-gradient(135deg,#ed48231a 0%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.pc:hover{border-top-color:var(--accent,var(--orange));background:#ffffff12;transform:translateY(-6px);box-shadow:0 20px 48px #00000059}.pc:hover:before{opacity:1}.pc-num{font-family:var(--serif);color:#ffffff0f;pointer-events:none;font-size:3.5rem;line-height:1;transition:color .3s;position:absolute;top:.8rem;right:1.2rem}.pc:hover .pc-num{color:#ed48232e}.pc-logo{align-items:center;height:90px;transition:transform .3s;display:flex}.pc:hover .pc-logo{transform:scale(1.05)}.pc-logo img{object-fit:contain;width:auto;max-width:200px;max-height:80px}.pc-logo.on-dark{background:#111;max-width:210px;padding:12px 16px}.pc-logo.on-dark img{max-height:64px}.pc-brand{letter-spacing:.18em;text-transform:uppercase;color:var(--accent,var(--orange));margin-bottom:.25rem;font-size:.72rem;font-weight:700}.pc-name{font-family:var(--serif);color:var(--white);font-size:1.08rem;line-height:1.3}.pc-desc{color:#ffffff73;flex:1;font-size:.82rem;line-height:1.7}.pc-arrow{color:#fff3;align-self:flex-end;font-size:1.1rem;transition:color .25s,transform .25s}.pc:hover .pc-arrow{color:var(--accent,var(--orange));transform:translate(5px)}.carousel-dots{justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}.carousel-dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .22s}.carousel-dot.active{background:var(--orange);border-radius:4px;width:24px}#cta{background:var(--dark);padding:0;position:relative;overflow:hidden}#cta:before{content:"";pointer-events:none;background-image:linear-gradient(#ed48230a 1px,#0000 1px),linear-gradient(90deg,#ed48230a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}#cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#ed48231f 0%,#0000 65%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-wrap{z-index:2;max-width:760px;padding:7rem var(--gutter) 5rem;text-align:center;margin:0 auto;position:relative}.cta-tag{letter-spacing:.26em;text-transform:uppercase;color:var(--orange);align-items:center;gap:.7rem;margin-bottom:2rem;font-size:.62rem;font-weight:700;display:inline-flex}.cta-tag:before,.cta-tag:after{content:"";background:var(--orange);width:24px;height:1px}.cta-headline{font-family:var(--serif);color:var(--white);letter-spacing:-.01em;margin-bottom:1.6rem;font-size:clamp(2.8rem,5.5vw,5rem);font-weight:400;line-height:1.08}.cta-headline em{color:var(--orange);font-style:normal}.cta-sub{color:#ffffff73;max-width:720px;margin:0 auto 3rem;font-size:1rem;line-height:1.85}.cta-main-btn{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;background:var(--orange);color:var(--white);border:2px solid var(--orange);justify-content:center;align-items:center;gap:.8rem;margin-bottom:1rem;padding:1.2rem 3.2rem;font-size:.85rem;font-weight:700;transition:all .22s;display:inline-flex}.cta-main-btn:hover{color:var(--orange);background:0 0;transform:translateY(-3px);box-shadow:0 12px 40px #ed48234d}.cta-sec-btn{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#fff9;background:0 0;border:1.5px solid #ffffff2e;justify-content:center;align-items:center;gap:.6rem;margin-bottom:3.5rem;margin-left:1rem;padding:.9rem 2rem;font-size:.78rem;font-weight:700;transition:all .22s;display:inline-flex}.cta-sec-btn:hover{color:var(--white);border-color:#ffffff80}.cta-rule{background:#ffffff14;width:100%;max-width:560px;height:1px;margin:0 auto 2.8rem}.cta-contacts{flex-wrap:wrap;justify-content:center;gap:2.4rem;display:flex}.cta-contact{align-items:center;gap:.6rem;transition:opacity .18s;display:flex}.cta-contact:hover{opacity:.7}.cta-contact-icon{border:1px solid #ed482359;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.cta-contact-icon svg{width:13px;height:13px;stroke:var(--orange);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.cta-contact-label{letter-spacing:.16em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.1rem;font-size:.58rem;font-weight:700;display:block}.cta-contact-value{color:#ffffffbf;font-size:.82rem;font-weight:500}.site-footer{z-index:2;background:#080808;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.8rem 3rem;display:flex;position:relative}.footer-brand{align-items:center;gap:.7rem;display:flex}.footer-mark{background:var(--orange);width:30px;height:30px;font-family:var(--serif);color:var(--white);justify-content:center;align-items:center;font-size:.95rem;display:flex}.footer-mark-img{width:auto;height:32px}.footer-name{font-family:var(--serif);color:#ffffff47;letter-spacing:.04em;font-size:.92rem}.footer-copy{color:#ffffff29;letter-spacing:.06em;font-size:.62rem}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(22px)}.reveal.in{opacity:1;transform:none}.reveal-stagger>*{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(18px)}.reveal-stagger.in>:first-child{opacity:1;transition-delay:0s;transform:none}.reveal-stagger.in>:nth-child(2){opacity:1;transition-delay:80ms;transform:none}.reveal-stagger.in>:nth-child(3){opacity:1;transition-delay:.16s;transform:none}.reveal-stagger.in>:nth-child(4){opacity:1;transition-delay:.24s;transform:none}.reveal-stagger.in>:nth-child(5){opacity:1;transition-delay:.32s;transform:none}@media (width<=900px){.hero-body{padding:4rem var(--gutter) 3rem;grid-template-columns:1fr}.hero-right{display:none}.eco-diagram{grid-template-columns:1fr;gap:1rem}.eco-center{width:120px;height:120px;margin:1.5rem auto}.eco-orbit-svg{display:none}.eco-node{max-width:100%}.eco-node-1,.eco-node-2,.eco-node-3,.eco-node-4,.eco-node-5{grid-area:auto/1;justify-self:stretch}}@media (width<=960px){.nav-links,.nav-right{display:none}.nav-hamburger{display:flex}}@media (width<=768px){.section{padding:5rem 0}.hero-h1{font-size:clamp(2.8rem,8vw,4rem)}.hero-ticker{display:none}.hero-stats-preview{gap:1.5rem}.pc{flex:0 0 260px}.carousel-btn{display:none}.cta-sec-btn{margin-left:0}.cta-contacts{gap:1.4rem}.site-footer{padding:1.4rem 1.5rem}.pillar{flex-direction:column;gap:1rem}}@media (width<=480px){.pc{flex:0 0 82vw}.hero-stats-preview{gap:1rem}}html.lenis,html.lenis body{height:auto}.lenis-smooth{scroll-behavior:auto!important}.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis-stopped{overflow:hidden}.lenis-scrolling iframe{pointer-events:none}.nav-right[data-astro-cid-nen7h5rs]{align-items:center;gap:.85rem;display:flex}@media (width<=960px){.nav-links[data-astro-cid-nen7h5rs],.nav-right[data-astro-cid-nen7h5rs]{display:none!important}.nav-hamburger[data-astro-cid-nen7h5rs]{display:flex!important}}.lang-pill-toggle[data-astro-cid-nen7h5rs]{cursor:pointer;user-select:none;background:#0000000a;border:1px solid #0000001a;border-radius:999px;flex-shrink:0;align-items:center;width:108px;height:34px;margin-left:.25rem;padding:3px;transition:background-color .2s,border-color .2s,box-shadow .2s;display:inline-flex;position:relative;box-shadow:inset 0 1px 2px #0000000d}.lang-pill-toggle[data-astro-cid-nen7h5rs]:hover{background:#ed48230a;border-color:#ed48234d}.lang-pill-slider[data-astro-cid-nen7h5rs]{z-index:1;pointer-events:none;background:#fff;border-radius:999px;width:calc(50% - 2px);height:calc(100% - 4px);transition:transform .28s cubic-bezier(.34,1.2,.64,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026,0 1px 1px #0000000f}.lang-pill-toggle[data-astro-cid-nen7h5rs][data-locale=zh] .lang-pill-slider[data-astro-cid-nen7h5rs]{transform:translate(100%)}.lang-option[data-astro-cid-nen7h5rs]{z-index:2;text-align:center;font-family:var(--sans);letter-spacing:.03em;color:#0000006b;flex:1;font-size:.72rem;font-weight:600;line-height:1;transition:color .2s,font-weight .2s;position:relative}.lang-option[data-astro-cid-nen7h5rs].lang-active{font-weight:800;color:#ed4823!important}.nav-hamburger[data-astro-cid-nen7h5rs]{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;padding:0;display:none}.nav-hamburger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{transform-origin:50%;background:#111;border-radius:2px;width:22px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .25s;display:block}.nav-hamburger[data-astro-cid-nen7h5rs].open span[data-astro-cid-nen7h5rs]:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger[data-astro-cid-nen7h5rs].open span[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.nav-hamburger[data-astro-cid-nen7h5rs].open span[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile[data-astro-cid-nen7h5rs]{-webkit-backdrop-filter:blur(16px);padding:1.25rem var(--gutter) 1.5rem;background:#f7f3effa;border-top:1px solid #11111114;border-bottom:1px solid #11111114;display:none;box-shadow:0 12px 32px #00000014}.nav-mobile[data-astro-cid-nen7h5rs].open{animation:.22s ease-out forwards fadeInDown;display:block}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-mobile-links[data-astro-cid-nen7h5rs]{flex-direction:column;gap:.2rem;display:flex}.nav-mobile-links[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{letter-spacing:.06em;text-transform:uppercase;color:#111;border-bottom:1px solid #0000000f;padding:.75rem .5rem;font-size:.85rem;font-weight:700;transition:color .15s,padding-left .15s;display:block}.nav-mobile-links[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:#ed4823;padding-left:.85rem}.mobile-lang-wrap[data-astro-cid-nen7h5rs]{border-bottom:1px solid #0000000f;justify-content:flex-start;align-items:center;padding:.85rem .5rem;display:flex}.lang-pill-toggle-mobile[data-astro-cid-nen7h5rs]{background:#0000000f;border:1px solid #0000001f;width:140px;height:38px;margin:0}.lang-pill-toggle-mobile[data-astro-cid-nen7h5rs] .lang-option[data-astro-cid-nen7h5rs]{font-size:.78rem}.nav-mobile-cta[data-astro-cid-nen7h5rs]{text-align:center;border-radius:4px;margin-top:.85rem;box-shadow:0 4px 14px #ed482340;background:var(--orange)!important;color:var(--white)!important;letter-spacing:.08em!important;border-bottom:none!important;padding:.85rem 1rem!important;font-weight:800!important}.nav-mobile-cta[data-astro-cid-nen7h5rs]:hover{background:var(--orange-d)!important;padding-left:1rem!important}.spline-wrapper[data-astro-cid-i3xutpoc]{border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.spline-scene[data-astro-cid-i3xutpoc]{border:none;width:100%;height:100%}.growth-path-line[data-astro-cid-i3xutpoc]{stroke-dasharray:600;stroke-dashoffset:600px;animation:4s cubic-bezier(.22,.68,0,1.2) 1.2s forwards drawPath}@keyframes drawPath{to{stroke-dashoffset:0}}#hero-premium{min-height:95vh;padding:100px var(--gutter) 60px;color:#111;z-index:1;background-color:#f7f3ef;align-items:center;display:flex;position:relative;overflow:hidden}.hero-premium-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-premium-grid{opacity:.85;background-image:linear-gradient(#ed482308 1px,#0000 1px),linear-gradient(90deg,#ed482308 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-premium-glow{filter:blur(40px);background:radial-gradient(circle,#ed482314 0%,#f7f3ef00 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:10%;right:-10%}.hero-premium-container{width:100%;max-width:var(--max-wide);z-index:2;grid-template-columns:44% 56%;align-items:center;gap:40px;margin:0 auto;display:grid;position:relative}.hero-premium-content{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero-premium-title{font-family:var(--serif);color:#111;letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(2.3rem,3.8vw,3.8rem);font-weight:400;line-height:1.15}.hero-premium-title span.orange-highlight{color:var(--orange);display:inline;position:relative}.hero-premium-subtitle{color:#252525;margin-bottom:16px;font-size:clamp(1.05rem,1.3vw,1.3rem);font-weight:500;line-height:1.5}.hero-premium-desc{color:#6f6f6f;max-width:480px;margin-bottom:32px;font-size:.95rem;font-weight:400;line-height:1.7}.hero-premium-ctas{flex-direction:column;gap:12px;width:100%;margin-bottom:48px;display:flex}.hero-premium-buttons{flex-wrap:nowrap;gap:16px;display:flex}@keyframes btn-shimmer-gpu{0%{transform:translate(-150%)skew(-25deg)translateZ(0)}60%,to{transform:translate(250%)skew(-25deg)translateZ(0)}}.btn-premium-fill{background-color:var(--orange);color:var(--white);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;will-change:transform;border:2px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:15px 28px;font-size:.82rem;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #ed482359,0 1px 4px #ed482333}.btn-premium-fill:before{content:"";will-change:transform;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff73 50%,#0000 100%);width:100%;height:100%;animation:3.2s cubic-bezier(.4,0,.2,1) infinite btn-shimmer-gpu;position:absolute;top:0;left:0;transform:translate(-150%)skew(-25deg)translateZ(0)}.btn-premium-fill:after{content:"→";font-size:1rem;transition:transform .25s;display:inline-block}.btn-premium-fill:hover{transform:translateY(-3px);box-shadow:0 8px 28px #ed482373}.btn-premium-fill:hover:after{transform:translate(4px)}.btn-premium-fill:active{transform:translateY(-1px)}.btn-premium-outline{color:#252525;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;z-index:0;background-color:#0000;border:2px solid #11111140;border-radius:4px;justify-content:center;align-items:center;padding:15px 24px;font-size:.82rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn-premium-outline:before{content:"";transform-origin:0;z-index:-1;background-color:#111;transition:transform .3s;position:absolute;inset:0;transform:scaleX(0)}.btn-premium-outline:hover{color:var(--white);border-color:#111;transform:translateY(-2px)}.btn-premium-outline:hover:before{transform:scaleX(1)}.hero-premium-cta-note{color:#6f6f6f;align-items:center;gap:6px;margin-top:4px;padding-left:2px;font-size:.72rem;font-weight:500;display:flex}.hero-premium-cta-note:before{content:"✦";color:var(--orange);font-size:.8rem}.hero-premium-stats{border-top:1px solid #11111114;grid-template-columns:repeat(2,1fr);gap:24px 32px;width:100%;max-width:480px;padding-top:32px;display:grid}.hero-premium-stat-item{flex-direction:column;display:flex}.hero-premium-stat-num{font-family:var(--serif);color:#111;margin-bottom:6px;font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:400;line-height:1}.hero-premium-stat-lbl{letter-spacing:.12em;text-transform:uppercase;color:#6f6f6f;font-size:.65rem;font-weight:700;line-height:1.3}.hero-premium-visual{justify-content:center;align-self:flex-start;align-items:center;width:100%;height:600px;margin-top:-20px;padding-top:0;display:flex;position:relative}.hero-premium-stage{justify-content:center;align-items:center;width:100%;max-width:580px;height:100%;max-height:580px;display:flex;position:relative}.iso-container{width:360px;height:360px;transform-style:preserve-3d;z-index:1;transition:transform .1s ease-out;position:relative;transform:rotateX(60deg)rotate(-45deg)}.iso-map-bg{transform-style:preserve-3d;background:#fff6;border:1.5px solid #ed48231f;border-radius:12px;position:absolute;inset:0;box-shadow:0 0 40px #00000005,inset 0 0 20px #ed482305}.iso-svg-grid{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.iso-object{transform-style:preserve-3d;pointer-events:auto;position:absolute}.iso-shadow{filter:blur(8px);pointer-events:none;background:#00000014;border-radius:50%;position:absolute;transform:translateZ(-1px)}.tower-obj{width:60px;height:60px;bottom:50px;right:50px}.tower-shadow{background:#ed48231f;width:70px;height:70px;bottom:-5px;right:-5px}.tower-plate{background:#fff9;border:1.5px solid #ed48234d;border-radius:6px;width:100%;height:100%;transition:transform .3s;position:absolute;box-shadow:inset 0 0 10px #ed48230d}.ai-cube-obj{width:48px;height:48px;top:60px;left:60px}.cube-shadow{background:#ed482326;width:50px;height:50px;top:-2px;left:-2px}.css-cube{width:100%;height:100%;transform-style:preserve-3d;position:relative;transform:translateZ(25px)}.cube-face{background:#ed482314;border:1px solid #ed482366;width:100%;height:100%;position:absolute;box-shadow:0 0 8px #ed482333}.cube-face-front{transform:rotateY(0)translateZ(24px)}.cube-face-back{transform:rotateY(180deg)translateZ(24px)}.cube-face-left{transform:rotateY(-90deg)translateZ(24px)}.cube-face-right{transform:rotateY(90deg)translateZ(24px)}.cube-face-top{background:#fff3;transform:rotateX(90deg)translateZ(24px);box-shadow:inset 0 0 10px #ed482333}.cube-face-bottom{transform:rotateX(-90deg)translateZ(24px)}.dashboard-obj{width:80px;height:100px;top:70px;right:50px}.dashboard-shadow{width:90px;height:110px;top:-5px;right:-5px}.dashboard-panel{background:#ffffffb3;border:1px solid #1111111a;border-radius:8px;flex-direction:column;gap:6px;width:100%;height:100%;padding:8px;display:flex;position:absolute;transform:translateZ(40px);box-shadow:0 10px 30px #0000000d,inset 0 0 15px #fff9}.db-bar{background:#11111114;border-radius:3px;width:60%;height:6px}.db-bar.long{width:85%}.db-bar.orange{background:var(--orange);width:45%}.db-grid{border-top:1px dashed #1111111a;border-left:1px dashed #1111111a;flex:1;margin-top:4px;position:relative}.db-line{border-bottom:2px solid var(--orange);border-right:2px solid var(--orange);width:100%;height:60%;position:absolute;bottom:10px;left:0;transform:skewY(-15deg)}.ecosystem-nodes{transform-style:preserve-3d;position:absolute;inset:0}.node-pulse{background-color:var(--orange);width:12px;height:12px;transform-style:preserve-3d;box-shadow:0 0 10px var(--orange);border-radius:50%;position:absolute}.node-pulse:after{content:"";border:1px solid var(--orange);border-radius:50%;animation:2.5s linear infinite nodeGlowPulse;position:absolute;inset:-6px}@keyframes nodeGlowPulse{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(2.2)}}.floating-sphere{background:radial-gradient(circle at 35% 35%, #ffd2a8 0%, var(--orange) 50%, #b42b0d 100%);z-index:5;border-radius:50%;position:absolute;box-shadow:0 10px 25px #ed482340,inset -5px -5px 12px #00000026}.hero-pill-label{-webkit-backdrop-filter:blur(12px);letter-spacing:.05em;text-transform:uppercase;color:#111;white-space:nowrap;z-index:10;cursor:pointer;background:#ffffffd9;border:1px solid #11111114;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.72rem;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;box-shadow:0 10px 20px #00000008,0 2px 6px #00000005}.hero-pill-label:before{content:"";background-color:var(--orange);border-radius:50%;width:6px;height:6px;transition:background-color .3s}.hero-pill-label:hover{background:linear-gradient(110deg, var(--orange) 0%, #f86240 40%, #ffd0b0 50%, #f86240 60%, var(--orange) 100%);color:var(--white);background-size:200%;border-color:#0000;animation:3s linear infinite btn-shimmer;transform:translateY(-5px);box-shadow:0 8px 24px #ed482373}.hero-pill-label:hover:before{background-color:var(--white)}.pill-accelerator:hover{transform:translate(-50%,-5px)}.pill-incubator{top:8%;left:-4%}.pill-doctor{top:8%;right:-4%}.pill-accelerator{bottom:10%;left:50%;transform:translate(-50%)}.hero-premium-mobile-pills{display:none}.visual-ambient-glow{pointer-events:none;z-index:0;filter:blur(10px);background:radial-gradient(#ed48230f 0%,#f7f3ef00 70%);width:450px;height:120px;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}@media (width>=1440px){.hero-premium-container{gap:80px}}@media (width<=1200px){.hero-premium-container{grid-template-columns:46% 54%;gap:30px}.hero-premium-visual{height:520px}.hero-premium-stage{max-width:480px;max-height:480px}.iso-container{width:300px;height:300px}}@media (width<=1023px){#hero-premium{min-height:auto;padding:120px var(--gutter) 80px}.hero-premium-container{text-align:center;grid-template-columns:1fr;gap:60px}.hero-premium-content{text-align:center;align-items:center;z-index:2!important;pointer-events:auto!important;position:relative!important}.hero-premium-desc{margin-left:auto;margin-right:auto}.hero-premium-buttons,.hero-premium-cta-note{justify-content:center}.hero-premium-stats{justify-content:center;margin-left:auto;margin-right:auto}.hero-premium-visual{pointer-events:none!important;z-index:1!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:600px!important;height:100%!important;min-height:500px!important;margin:0!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.hero-premium-stage{max-width:440px;max-height:440px;opacity:.12!important;pointer-events:none!important}.iso-container{width:260px;height:260px}.hero-premium-stage .hero-pill-label{display:none!important}.hero-premium-mobile-pills{z-index:3;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin-top:24px;position:relative;display:flex!important}}@media (width<=767px){#hero-premium{padding:100px var(--gutter) 60px}.hero-premium-container{gap:40px}.hero-premium-title{font-size:2.3rem;line-height:1.2}.hero-premium-desc{margin-bottom:24px}.hero-premium-ctas{margin-bottom:32px}.hero-premium-buttons{flex-direction:row;align-items:center;gap:10px;width:100%}.btn-premium-fill,.btn-premium-outline{text-align:center;letter-spacing:.04em;flex:1;width:auto;padding:14px 10px;font-size:.72rem}.hero-premium-stats{grid-template-columns:repeat(2,1fr);gap:16px 20px;padding-top:24px}.hero-premium-visual{pointer-events:none!important;z-index:1!important;width:100%!important;max-width:480px!important;height:100%!important;max-height:480px!important;margin:0!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.hero-premium-stage{max-width:320px;max-height:320px;opacity:.08!important}.iso-container{width:200px;height:200px}.hero-premium-stage .hero-pill-label{display:none!important}.hero-premium-mobile-pills{z-index:3;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin-top:20px;position:relative;display:flex!important}.mobile-pill{letter-spacing:.04em;text-transform:uppercase;color:#111;cursor:pointer;background:#ffffffb3;border:1px solid #11111114;border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:.65rem;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex}.mobile-pill:before{content:"";background-color:var(--orange);border-radius:50%;width:4px;height:4px;transition:background-color .3s}.mobile-pill:hover{background:linear-gradient(110deg, var(--orange) 0%, #f86240 40%, #ffd0b0 50%, #f86240 60%, var(--orange) 100%);color:var(--white);background-size:200%;border-color:#0000;animation:3s linear infinite btn-shimmer;transform:translateY(-3px);box-shadow:0 6px 20px #ed482359}.mobile-pill:hover:before{background-color:var(--white)}}@media (prefers-reduced-motion:reduce){.floating-sphere,.dashboard-panel,.css-cube,.tower-plate,.node-pulse:after{transition:none!important;animation:none!important;transform:none!important}.iso-container{transform:rotateX(60deg)rotate(-45deg)!important}.btn-premium-fill{animation:none!important}}#hero-stats-banner{border-top:3px solid var(--orange);z-index:10;background-color:#1a1a1a;position:relative;box-shadow:0 -2px #ed482326,0 8px 40px #0000002e}#hero-stats-banner:before{content:"";pointer-events:none;background:radial-gradient(at 50% -30%,#ed482314 0%,#0000 65%);position:absolute;inset:0}.hsb-inner{max-width:var(--max-wide);padding:0 var(--gutter);justify-content:space-around;align-items:stretch;margin:0 auto;display:flex}.hsb-item{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:36px 32px;display:flex}.hsb-divider{background:#ffffff14;flex-shrink:0;width:1px;margin:24px 0}.hsb-num{font-family:var(--serif);color:var(--orange);letter-spacing:-.01em;font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1}.hsb-num--text{font-family:var(--sans);letter-spacing:.08em;font-size:1.5rem;font-weight:700}.hsb-lbl{letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;font-size:.62rem;font-weight:700;line-height:1.4}@media (width<=1023px){.hsb-inner{grid-template-rows:auto 1px auto;grid-template-columns:1fr 1px 1fr;display:grid}.hsb-divider:nth-child(2){grid-area:1/2;width:1px;height:auto;margin:0}.hsb-divider:nth-child(4){grid-area:2/1/auto/-1;width:auto;height:1px;margin:0}.hsb-divider:nth-child(6){display:none}.hsb-item{padding:28px 20px}}@media (width<=767px){.hsb-inner{grid-template-columns:1fr 1fr;gap:0;display:grid}.hsb-divider{display:none}.hsb-item{border-bottom:1px solid #ffffff0f;padding:24px 16px}.hsb-item:nth-child(odd){border-right:1px solid #ffffff0f}}#stats-row[data-astro-cid-2tnuzipc]{border-top:3px solid var(--orange);background:#111;position:relative;overflow:hidden}.stats-glow-top[data-astro-cid-2tnuzipc]{pointer-events:none;background:radial-gradient(#ed48231f 0%,#0000 70%);width:700px;height:260px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.stats-inner[data-astro-cid-2tnuzipc]{max-width:var(--max-wide);padding:0 var(--gutter);justify-content:space-around;align-items:stretch;margin:0 auto;display:flex;position:relative}.stat-card[data-astro-cid-2tnuzipc]{text-align:center;cursor:default;opacity:0;background-image:radial-gradient(#ffffff08 1px,#0000 1px);background-size:16px 16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:44px 40px;transition:opacity .55s cubic-bezier(.22,.68,0,1.2),transform .55s cubic-bezier(.22,.68,0,1.2),background-color .3s,background-image .3s;display:flex;position:relative;overflow:hidden;transform:translateY(18px)}.stat-card[data-astro-cid-2tnuzipc].visible{opacity:1;transform:translateY(0)}.stat-card[data-astro-cid-2tnuzipc]:hover{background-color:#ed482308;background-image:radial-gradient(#ed482314 1.5px,#0000 1.5px)}.stat-divider[data-astro-cid-2tnuzipc]{background:#ffffff14;width:1px;height:60%;position:absolute;top:20%;left:0}.stat-canvas[data-astro-cid-2tnuzipc]{pointer-events:none;user-select:none;z-index:1;opacity:.22;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.stat-card[data-astro-cid-2tnuzipc]:hover .stat-canvas[data-astro-cid-2tnuzipc]{opacity:.85}.stat-num[data-astro-cid-2tnuzipc]{z-index:2;font-family:var(--serif);color:var(--orange);letter-spacing:-.01em;text-shadow:0 0 32px #ed482366;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:400;line-height:1;position:relative}.stat-label[data-astro-cid-2tnuzipc]{z-index:2;letter-spacing:.2em;text-transform:uppercase;color:#ffffff6b;margin-top:2px;font-size:.62rem;font-weight:700;line-height:1.4;position:relative}@media (width<=1023px){.stats-inner[data-astro-cid-2tnuzipc]{grid-template-columns:1fr 1fr;gap:0;display:grid}.stat-card[data-astro-cid-2tnuzipc]{padding:36px 28px}.stat-divider[data-astro-cid-2tnuzipc]{display:none}.stat-card[data-astro-cid-2tnuzipc]:nth-child(odd){border-right:1px solid #ffffff12}.stat-card[data-astro-cid-2tnuzipc]:nth-child(-n+2){border-bottom:1px solid #ffffff12}}@media (width<=599px){.stats-inner[data-astro-cid-2tnuzipc]{grid-template-columns:1fr 1fr}.stat-card[data-astro-cid-2tnuzipc]{padding:28px 16px}.stat-num[data-astro-cid-2tnuzipc]{font-size:2.2rem}.stat-label[data-astro-cid-2tnuzipc]{letter-spacing:.14em;font-size:.58rem}}@media (prefers-reduced-motion:reduce){.stat-card[data-astro-cid-2tnuzipc]{opacity:1;transition:none;transform:none}}#what-we-are[data-astro-cid-fuef34gn]{padding:120px var(--gutter) 80px;z-index:1;background:#fafaf8;position:relative;overflow:hidden}#what-we-are[data-astro-cid-fuef34gn]:before{content:"";pointer-events:none;background-image:linear-gradient(#ed482306 1px,#0000 1px),linear-gradient(90deg,#ed482306 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0}.wwa-header[data-astro-cid-fuef34gn]{text-align:center;max-width:680px;margin:0 auto 72px}.wwa-eyebrow[data-astro-cid-fuef34gn]{letter-spacing:.24em;text-transform:uppercase;color:#ed4823;margin-bottom:16px;padding:0 20px;font-size:.65rem;font-weight:700;display:inline-block;position:relative}.wwa-eyebrow[data-astro-cid-fuef34gn]:before,.wwa-eyebrow[data-astro-cid-fuef34gn]:after{content:"";background:#ed4823;width:14px;height:1px;position:absolute;top:50%}.wwa-eyebrow[data-astro-cid-fuef34gn]:before{margin-right:-18px;right:100%}.wwa-eyebrow[data-astro-cid-fuef34gn]:after{margin-left:-18px;left:100%}.wwa-title[data-astro-cid-fuef34gn]{font-family:var(--serif);color:#111;letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(2rem,3.6vw,3.4rem);font-weight:400;line-height:1.18}.wwa-title-accent[data-astro-cid-fuef34gn]{color:#ed4823}.wwa-sub[data-astro-cid-fuef34gn]{color:#555;max-width:540px;margin:0 auto;font-size:.98rem;line-height:1.7}.wwa-sub[data-astro-cid-fuef34gn] strong[data-astro-cid-fuef34gn]{color:#111;font-weight:600}.wwa-waterfall[data-astro-cid-fuef34gn]{max-width:var(--max-wide);z-index:1;flex-direction:column;gap:0;margin:0 auto;display:flex;position:relative}.wwa-step[data-astro-cid-fuef34gn]{opacity:0;border-bottom:1px solid #11111112;width:60%;padding:52px 0;position:relative;transform:translateY(28px)}.wwa-step[data-astro-cid-fuef34gn]:last-child{border-bottom:none}.wwa-step[data-astro-cid-fuef34gn]:first-child{align-self:flex-start;margin-left:0}.wwa-step[data-astro-cid-fuef34gn]:nth-child(2){align-self:center}.wwa-step[data-astro-cid-fuef34gn]:nth-child(3){align-self:flex-end;margin-right:0}.reveal-stagger[data-astro-cid-fuef34gn].in{animation:fadeUp .65s cubic-bezier(.22, .68, 0, 1.2) var(--delay,0s) both}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.wwa-step-line[data-astro-cid-fuef34gn]{background:linear-gradient(#ed48234d,#ed48230d);width:1px;height:52px;position:absolute;top:0;left:28px;transform:translateY(-100%)}.wwa-step-inner[data-astro-cid-fuef34gn]{align-items:flex-start;gap:36px;display:flex}.wwa-step-icon-wrap[data-astro-cid-fuef34gn]{flex-direction:column;flex-shrink:0;align-items:center;gap:10px;padding-top:6px;display:flex}.wwa-step-icon[data-astro-cid-fuef34gn]{width:56px;height:56px;font-family:var(--sans);color:#ed4823;background:#ed48230d;border:1px solid #ed482326;border-radius:50%;justify-content:center;align-items:center;font-size:1.15rem;font-weight:800;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex}.wwa-step[data-astro-cid-fuef34gn]:hover .wwa-step-icon[data-astro-cid-fuef34gn]{color:#fff;background:#ed4823;border-color:#ed4823;transform:translateY(-2px);box-shadow:0 4px 12px #ed482340}.wwa-step-content[data-astro-cid-fuef34gn]{flex:1}.wwa-step-tag[data-astro-cid-fuef34gn]{letter-spacing:.22em;text-transform:uppercase;color:#11111161;margin-bottom:10px;font-size:.6rem;font-weight:700;display:inline-block}.wwa-step-title[data-astro-cid-fuef34gn]{font-family:var(--serif);color:#111;letter-spacing:-.01em;margin-bottom:16px;font-size:clamp(1.9rem,3.2vw,3rem);font-weight:400;line-height:1.12}.wwa-step-copy[data-astro-cid-fuef34gn]{color:#666;max-width:480px;margin-bottom:24px;font-size:.93rem;line-height:1.72}.wwa-card-btn[data-astro-cid-fuef34gn]{letter-spacing:.1em;text-transform:uppercase;color:#111;cursor:pointer;background:0 0;border:1.5px solid #ed4823;border-radius:4px;align-items:center;gap:8px;padding:10px 20px;font-size:.76rem;font-weight:700;transition:color .3s,border-color .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #ed48234d}.wwa-card-btn[data-astro-cid-fuef34gn]:before{content:"";transform-origin:0;z-index:0;background:linear-gradient(110deg,#ed4823 0%,#f86240 45%,#ffd0b0 55%,#f86240 65%,#ed4823 100%) 0 0/200%;transition:transform .32s cubic-bezier(.22,.68,0,1.2);animation:3s linear infinite btn-shimmer;position:absolute;inset:0;transform:scaleX(1)}.wwa-card-btn[data-astro-cid-fuef34gn]:hover{color:#ed4823;box-shadow:none;border-color:#ed482366}.wwa-card-btn[data-astro-cid-fuef34gn]:hover:before{transform:scaleX(0)}.wwa-card-btn[data-astro-cid-fuef34gn] span[data-astro-cid-fuef34gn],.wwa-card-btn[data-astro-cid-fuef34gn] svg[data-astro-cid-fuef34gn],.wwa-btn-arrow[data-astro-cid-fuef34gn]{z-index:1;position:relative}.wwa-btn-arrow[data-astro-cid-fuef34gn]{transition:transform .25s}.wwa-card-btn[data-astro-cid-fuef34gn]:hover .wwa-btn-arrow[data-astro-cid-fuef34gn]{transform:translate(4px)}.wwa-why-bar[data-astro-cid-fuef34gn]{max-width:var(--max-wide);z-index:1;background:#111;border-radius:10px;margin:60px auto 0;padding:28px 40px;position:relative;overflow:hidden}.wwa-why-bar[data-astro-cid-fuef34gn]:before{content:"";pointer-events:none;background:radial-gradient(at 60%,#ed48231a 0%,#0000 65%);position:absolute;inset:0}.wwa-why-inner[data-astro-cid-fuef34gn]{flex-wrap:wrap;align-items:center;gap:28px;display:flex;position:relative}.wwa-why-label[data-astro-cid-fuef34gn]{letter-spacing:.2em;text-transform:uppercase;color:#fff6;white-space:nowrap;font-size:.62rem;font-weight:700}.wwa-why-steps[data-astro-cid-fuef34gn]{flex-wrap:wrap;flex:1;align-items:center;gap:12px;display:flex}.wwa-why-step[data-astro-cid-fuef34gn]{color:#ffffffd9;letter-spacing:.02em;font-size:.88rem;font-weight:600}.wwa-why-arrow[data-astro-cid-fuef34gn]{flex-shrink:0}.wwa-why-link[data-astro-cid-fuef34gn]{letter-spacing:.08em;text-transform:uppercase;color:#ed4823;white-space:nowrap;align-items:center;gap:7px;margin-left:auto;font-size:.78rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.wwa-why-link[data-astro-cid-fuef34gn]:hover{gap:11px}.wwa-backdrop[data-astro-cid-fuef34gn]{-webkit-backdrop-filter:blur(4px);z-index:900;opacity:0;pointer-events:none;background:#0a0a0a8c;transition:opacity .32s;position:fixed;inset:0}.wwa-backdrop[data-astro-cid-fuef34gn].is-visible{opacity:1;pointer-events:all}.wwa-drawer[data-astro-cid-fuef34gn]{z-index:1000;background:#fff;outline:none;flex-direction:column;width:min(520px,100vw);height:100dvh;transition:transform .38s cubic-bezier(.22,.68,0,1.2);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 60px #0000002e}.wwa-drawer[data-astro-cid-fuef34gn].is-open{transform:translate(0)}.wwa-drawer-inner[data-astro-cid-fuef34gn]{flex-direction:column;height:100%;display:flex;overflow:hidden}.wwa-drawer-head[data-astro-cid-fuef34gn]{border-bottom:1px solid #11111112;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:40px 36px 28px;display:flex}.wwa-drawer-eyebrow[data-astro-cid-fuef34gn]{letter-spacing:.2em;text-transform:uppercase;color:#ed4823;margin-bottom:8px;font-size:.62rem;font-weight:700;display:block}.wwa-drawer-title[data-astro-cid-fuef34gn]{font-family:var(--serif);color:#111;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.2}.wwa-drawer-close[data-astro-cid-fuef34gn]{cursor:pointer;color:#555;background:#1111110d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;transition:background .2s,color .2s;display:flex}.wwa-drawer-close[data-astro-cid-fuef34gn]:hover{color:#fff;background:#ed4823}.wwa-drawer-body[data-astro-cid-fuef34gn]{flex-direction:column;flex:1;gap:32px;padding:36px 36px 24px;display:flex;overflow-y:auto}.wwa-drawer-placeholder[data-astro-cid-fuef34gn]{text-align:center;background:#f7f3ef;border:1px solid #1111110f;border-radius:10px;flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.wwa-ph-photo[data-astro-cid-fuef34gn]{background:#f2ece6;flex-shrink:0;width:100%;height:210px;overflow:hidden}.wwa-ph-photo[data-astro-cid-fuef34gn] img[data-astro-cid-fuef34gn]{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.wwa-ph-caption[data-astro-cid-fuef34gn]{flex-direction:column;gap:8px;padding:18px 28px 24px;display:flex}.wwa-ph-title[data-astro-cid-fuef34gn]{font-family:var(--serif);color:#333;font-size:1.2rem;font-weight:400}.wwa-ph-sub[data-astro-cid-fuef34gn]{color:#888;max-width:360px;margin:0 auto;font-size:.86rem;line-height:1.65}.wwa-drawer-tags[data-astro-cid-fuef34gn]{flex-wrap:wrap;gap:10px;display:flex}.wwa-dtag[data-astro-cid-fuef34gn]{letter-spacing:.1em;text-transform:uppercase;color:#333;background:#1111110d;border:1px solid #1111111a;border-radius:4px;padding:7px 14px;font-size:.7rem;font-weight:700}.wwa-drawer-footer[data-astro-cid-fuef34gn]{border-top:1px solid #11111112;flex-shrink:0;padding:20px 36px 32px}.wwa-drawer-cta[data-astro-cid-fuef34gn]{text-align:center;color:#fff;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(110deg,#ed4823 0%,#f86240 45%,#ffd0b0 55%,#f86240 65%,#ed4823 100%) 0 0/200%;border-radius:6px;width:100%;padding:16px 24px;font-size:.82rem;font-weight:700;text-decoration:none;transition:box-shadow .25s,transform .25s;animation:3s linear infinite btn-shimmer;display:block}.wwa-drawer-cta[data-astro-cid-fuef34gn]:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ed482366}@keyframes btn-shimmer{0%{background-position:-200%}to{background-position:200%}}.reveal[data-astro-cid-fuef34gn]{opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.22,.68,0,1.2);transform:translateY(20px)}.reveal[data-astro-cid-fuef34gn].in{opacity:1;transform:translateY(0)}@media (width<=1023px){.wwa-step[data-astro-cid-fuef34gn]{width:72%}.wwa-why-inner[data-astro-cid-fuef34gn]{flex-wrap:wrap;gap:18px}.wwa-why-link[data-astro-cid-fuef34gn]{margin-left:0}}@media (width<=767px){#what-we-are[data-astro-cid-fuef34gn]{padding:80px var(--gutter) 60px}.wwa-header[data-astro-cid-fuef34gn]{margin-bottom:48px}.wwa-step[data-astro-cid-fuef34gn],.wwa-step[data-astro-cid-fuef34gn]:first-child,.wwa-step[data-astro-cid-fuef34gn]:nth-child(2),.wwa-step[data-astro-cid-fuef34gn]:nth-child(3){align-self:stretch;width:100%;padding-top:40px;padding-bottom:40px}.wwa-step-line[data-astro-cid-fuef34gn]{left:28px}.wwa-step-title[data-astro-cid-fuef34gn]{font-size:1.7rem}.wwa-why-bar[data-astro-cid-fuef34gn]{margin-top:40px;padding:32px 24px}.wwa-why-inner[data-astro-cid-fuef34gn]{text-align:center;flex-direction:column;align-items:center;gap:24px;width:100%}.wwa-why-label[data-astro-cid-fuef34gn]{text-align:center;margin-bottom:4px}.wwa-why-steps[data-astro-cid-fuef34gn]{flex-direction:column;flex:none;align-items:center;gap:14px;width:100%}.wwa-why-arrow[data-astro-cid-fuef34gn]{margin:4px 0;transform:rotate(90deg)}.wwa-why-link[data-astro-cid-fuef34gn]{justify-content:center;margin-top:10px;margin-left:0}.wwa-drawer[data-astro-cid-fuef34gn]{border-radius:20px 20px 0 0;width:100%;height:90dvh;inset:auto 0 0;transform:translateY(100%)}.wwa-drawer[data-astro-cid-fuef34gn].is-open{transform:translateY(0)}.wwa-drawer-inner[data-astro-cid-fuef34gn]:before{content:"";background:#11111126;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:14px auto 0;display:block}.wwa-drawer-head[data-astro-cid-fuef34gn]{padding:20px 24px}.wwa-drawer-body[data-astro-cid-fuef34gn]{padding:28px 24px 20px}.wwa-drawer-footer[data-astro-cid-fuef34gn]{padding:16px 24px 24px}}@media (prefers-reduced-motion:reduce){.wwa-step[data-astro-cid-fuef34gn],.wwa-backdrop[data-astro-cid-fuef34gn],.wwa-drawer[data-astro-cid-fuef34gn],.wwa-drawer-cta[data-astro-cid-fuef34gn],.reveal[data-astro-cid-fuef34gn],.reveal-stagger[data-astro-cid-fuef34gn]{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}#wwa-sphere-canvas[data-astro-cid-fuef34gn]{display:none!important}}#wwa-sphere-canvas[data-astro-cid-fuef34gn]{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;inset:0}@media (width<=767px){#wwa-sphere-canvas[data-astro-cid-fuef34gn]{display:none}}.wwa-step[data-astro-cid-fuef34gn]:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ed4823e6,#ed48232e);border-radius:999px;width:100%;height:3px;transition:height .3s,background .3s,box-shadow .3s;position:absolute;top:0;left:0;box-shadow:0 4px 14px #ed48231f}.wwa-step[data-astro-cid-fuef34gn].is-active:before{background:linear-gradient(90deg,#ed4823,#ff7a50,#ed482359);height:4px;box-shadow:0 6px 22px #ed482347}.wwa-step[data-astro-cid-fuef34gn]{transition:background .35s,box-shadow .35s}.wwa-step[data-astro-cid-fuef34gn].is-active{background:#ed482308;box-shadow:0 8px 32px #ed482312}.wwa-step[data-astro-cid-fuef34gn].is-active .wwa-step-icon[data-astro-cid-fuef34gn]{color:#fff;background:#ed4823;border-color:#ed4823;transition:all .35s;transform:scale(1.04);box-shadow:0 4px 12px #ed482340}.wwa-drawer-intro[data-astro-cid-fuef34gn]{border-bottom:1px solid #1111110f;flex-direction:column;gap:8px;padding-bottom:20px;display:flex}.wwa-drawer-subtitle[data-astro-cid-fuef34gn]{font-family:var(--serif);color:#111;margin:0;font-size:1.3rem;font-weight:500}.wwa-drawer-desc[data-astro-cid-fuef34gn]{color:#666;margin:0;font-size:.92rem;line-height:1.55}.wwa-services-list[data-astro-cid-fuef34gn]{flex-direction:column;gap:28px;display:flex}.wwa-service-item[data-astro-cid-fuef34gn]{align-items:flex-start;gap:16px;display:flex}.wwa-service-num[data-astro-cid-fuef34gn]{font-family:var(--serif);color:#ed4823;opacity:.85;margin-top:3px;font-size:.95rem;font-weight:600}.wwa-service-content[data-astro-cid-fuef34gn]{flex-direction:column;flex:1;gap:6px;display:flex}.wwa-service-title[data-astro-cid-fuef34gn]{font-family:var(--serif);color:#111;margin:0;font-size:1.08rem;font-weight:500;line-height:1.4}.wwa-service-text[data-astro-cid-fuef34gn]{color:#555;margin:0;font-size:.88rem;line-height:1.6}.wwa-drawer-media[data-astro-cid-fuef34gn]{aspect-ratio:16/10;background:#f0eae5;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 4px 20px #0000000d}.wwa-drawer-img[data-astro-cid-fuef34gn]{object-fit:cover;width:100%;height:100%;display:block}.framework-stepper-grid[data-astro-cid-zprqxtig]{grid-template-columns:28% 44% 28%;align-items:center;gap:32px;width:100%;display:grid}.gf-left-column[data-astro-cid-zprqxtig]{position:relative;top:auto}.accent-bar[data-astro-cid-zprqxtig]{background:#ed4823;border-radius:999px;width:68px;height:4px;margin-bottom:14px}.gf-eyebrow[data-astro-cid-zprqxtig]{letter-spacing:.24em;text-transform:uppercase;color:#ed4823;font-size:.65rem;font-weight:700;display:block}.gf-title-text[data-astro-cid-zprqxtig]{font-family:var(--serif);color:#fff;letter-spacing:-.01em;margin-top:14px;margin-bottom:20px;font-size:clamp(1.8rem,2.8vw,2.8rem);font-weight:400;line-height:1.15}.orange-text[data-astro-cid-zprqxtig]{color:#ed4823}.gf-subtitle-text[data-astro-cid-zprqxtig]{color:#ffffffeb;max-width:90%;margin-bottom:18px;font-size:18px;font-weight:600;line-height:1.35}.gf-desc-text[data-astro-cid-zprqxtig]{color:#ffffffb8;max-width:95%;margin:0;font-size:14px;font-weight:400;line-height:1.6}.gf-center-column[data-astro-cid-zprqxtig]{width:100%}.svg-visual-container[data-astro-cid-zprqxtig]{justify-content:flex-start;align-items:flex-end;width:100%;height:clamp(380px,52vh,520px);display:flex;position:relative}.gf-arc-svg[data-astro-cid-zprqxtig]{width:100%;height:100%;display:block}.arc-arrow-group[data-astro-cid-zprqxtig]{opacity:0;transition:opacity .3s,filter .3s}.arc-arrow-group[data-astro-cid-zprqxtig].is-active{filter:drop-shadow(0 0 8px var(--glow-color,#ed482399))}.arc-number-text[data-astro-cid-zprqxtig]{opacity:0;transition:opacity .3s}.arc-number-text[data-astro-cid-zprqxtig].is-active{opacity:1}.gf-right-column[data-astro-cid-zprqxtig]{flex-direction:column;justify-content:center;gap:16px;min-height:auto;padding-left:12px;display:flex}.stage-list-item[data-astro-cid-zprqxtig]{text-align:left;cursor:default;opacity:.55;background:0 0;border:none;align-items:center;gap:16px;width:100%;transition:opacity .35s,transform .35s cubic-bezier(.25,1,.5,1);display:flex;transform:translate(8px)}.stage-list-item[data-astro-cid-zprqxtig].is-active{opacity:1;transform:translate(0)}.stage-badge[data-astro-cid-zprqxtig]{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .35s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 8px 30px #00000026}.stage-badge[data-astro-cid-zprqxtig] svg[data-astro-cid-zprqxtig]{width:26px;height:26px}#item-diagnose[data-astro-cid-zprqxtig] .stage-badge[data-astro-cid-zprqxtig],#item-strategise[data-astro-cid-zprqxtig] .stage-badge[data-astro-cid-zprqxtig]{color:#0b0b0b}#item-build[data-astro-cid-zprqxtig] .stage-badge[data-astro-cid-zprqxtig],#item-accelerate[data-astro-cid-zprqxtig] .stage-badge[data-astro-cid-zprqxtig],#item-capitalise[data-astro-cid-zprqxtig] .stage-badge[data-astro-cid-zprqxtig]{color:#fff}.stage-badge[data-astro-cid-zprqxtig] svg[data-astro-cid-zprqxtig]{transition:transform .3s}.stage-list-item[data-astro-cid-zprqxtig].is-active .stage-badge[data-astro-cid-zprqxtig]{transform:scale(1.05)}.stage-list-item[data-astro-cid-zprqxtig].is-active .stage-badge[data-astro-cid-zprqxtig] svg[data-astro-cid-zprqxtig]{transform:scale(1.06)}.stage-list-content[data-astro-cid-zprqxtig]{flex-direction:column;gap:2px;display:flex}.stage-list-title[data-astro-cid-zprqxtig]{color:#fff;margin:0;font-size:20px;font-weight:800;line-height:1.1}.stage-list-desc[data-astro-cid-zprqxtig]{color:#ffffffdb;margin:0;font-size:14px;font-weight:500;line-height:1.35}@media (width<=1024px){.framework-stepper-grid[data-astro-cid-zprqxtig]{grid-template-columns:100%;gap:36px}.gf-left-column[data-astro-cid-zprqxtig]{max-width:100%;position:static}.gf-title-text[data-astro-cid-zprqxtig]{font-size:44px}.svg-visual-container[data-astro-cid-zprqxtig]{justify-content:center;height:480px}.gf-right-column[data-astro-cid-zprqxtig]{gap:20px;min-height:auto;padding-left:0}.stage-badge[data-astro-cid-zprqxtig]{width:60px;height:60px}.stage-badge[data-astro-cid-zprqxtig] svg[data-astro-cid-zprqxtig]{width:24px;height:24px}.stage-list-title[data-astro-cid-zprqxtig]{font-size:22px}}@media (width<=767px){.svg-visual-container[data-astro-cid-zprqxtig]{height:280px}.gf-title-text[data-astro-cid-zprqxtig]{font-size:48px}.stage-badge[data-astro-cid-zprqxtig]{width:56px;height:56px}.stage-badge[data-astro-cid-zprqxtig] svg[data-astro-cid-zprqxtig]{width:24px;height:24px}.stage-list-title[data-astro-cid-zprqxtig]{font-size:22px}.stage-list-desc[data-astro-cid-zprqxtig]{font-size:14px}.stage-list-item[data-astro-cid-zprqxtig]{gap:16px;transform:none!important}.gf-right-column[data-astro-cid-zprqxtig]{display:none}.mobile-stage-display[data-astro-cid-zprqxtig]{width:100%;min-height:90px;margin-top:-80px;position:relative}.mobile-stage-slide[data-astro-cid-zprqxtig]{opacity:0;pointer-events:none;align-items:center;gap:16px;width:100%;transition:opacity .4s,transform .4s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;top:0;left:0;transform:translateY(10px)}.mobile-stage-slide[data-astro-cid-zprqxtig].is-active{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-stage-slide[data-astro-cid-zprqxtig] .stage-badge[data-astro-cid-zprqxtig]{flex-shrink:0;width:64px;height:64px}.mobile-stage-slide[data-astro-cid-zprqxtig] .stage-badge[data-astro-cid-zprqxtig] svg[data-astro-cid-zprqxtig]{width:28px;height:28px}.mobile-stage-slide[data-astro-cid-zprqxtig] .stage-list-title[data-astro-cid-zprqxtig]{font-size:22px}.mobile-stage-slide[data-astro-cid-zprqxtig] .stage-list-desc[data-astro-cid-zprqxtig]{font-size:14px}}@media (width>=768px){.mobile-stage-display[data-astro-cid-zprqxtig]{display:none}}@media (prefers-reduced-motion:reduce){.arc-arrow-group[data-astro-cid-zprqxtig],.arc-number-text[data-astro-cid-zprqxtig],.stage-list-item[data-astro-cid-zprqxtig],.stage-badge[data-astro-cid-zprqxtig],.stage-badge[data-astro-cid-zprqxtig] svg[data-astro-cid-zprqxtig]{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}}.gf-section[data-astro-cid-lxzyu7rk]{z-index:2;background:#0b0b0b;justify-content:center;align-items:center;min-height:calc(100vh - 66px);padding:60px 48px;display:flex;position:relative;overflow:hidden}.page-wrap[data-astro-cid-lxzyu7rk]{width:100%;max-width:var(--max-wide)}@media (width<=1024px){.gf-section[data-astro-cid-lxzyu7rk]{min-height:auto;padding:60px 32px}}@media (width<=767px){.gf-section[data-astro-cid-lxzyu7rk]{padding:60px 16px}}#portfolio[data-astro-cid-5o7phum7]{background:#fff;overflow:hidden}.port-header[data-astro-cid-5o7phum7]{max-width:720px;margin-bottom:4rem}.port-header[data-astro-cid-5o7phum7] .title[data-astro-cid-5o7phum7]{margin-bottom:1rem;font-size:clamp(2rem,3.2vw,2.7rem)}.port-header-top[data-astro-cid-5o7phum7]{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.port-controls[data-astro-cid-5o7phum7]{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.port-btn[data-astro-cid-5o7phum7]{border:1px solid var(--border);width:44px;height:44px;color:var(--dark);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.port-btn[data-astro-cid-5o7phum7]:hover:not(.disabled){background:var(--dark);border-color:var(--dark);color:#fff}.port-btn[data-astro-cid-5o7phum7].disabled{opacity:.35;cursor:not-allowed}.port-btn[data-astro-cid-5o7phum7] svg[data-astro-cid-5o7phum7]{width:18px;height:18px}.port-cards-wrapper[data-astro-cid-5o7phum7]{width:auto;margin:-2.5rem -1.5rem;padding:2.5rem 1.5rem;overflow:hidden}.port-cards[data-astro-cid-5o7phum7]{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;perspective:1000px;gap:1.5rem;margin-top:-1rem;margin-bottom:-2.5rem;padding:1rem 1.5rem 2.5rem;display:flex;overflow-x:auto}.port-cards[data-astro-cid-5o7phum7]::-webkit-scrollbar{display:none}.port-card[data-astro-cid-5o7phum7]{scroll-snap-align:start;transform-style:preserve-3d;cursor:default;background:#fff;border:1px solid #dce0e6b3;border-radius:12px;flex-direction:column;flex:0 0 calc(33.333% - 1rem);transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1),border-color .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 8px 30px #0000000a,inset 0 1px #fffc,0 0 0 1px #00000003}.port-card[data-astro-cid-5o7phum7]:hover{border-color:#ed482366;transform:translateY(-12px)rotateX(6deg)rotateY(-4deg)translateZ(10px);box-shadow:-8px 30px 60px -15px #00000026,0 15px 30px -10px #ed482340,inset 0 1px #fff,0 0 0 1px #ed482359}.port-card-img[data-astro-cid-5o7phum7]{aspect-ratio:4/3;background:var(--dark);width:100%;position:relative;overflow:hidden}.port-card-img[data-astro-cid-5o7phum7] img[data-astro-cid-5o7phum7]{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.port-card[data-astro-cid-5o7phum7]:hover .port-card-img[data-astro-cid-5o7phum7] img[data-astro-cid-5o7phum7]{transform:scale(1.06)}.port-card-flag[data-astro-cid-5o7phum7]{z-index:2;backdrop-filter:blur(6px);background:#080808bf;border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .7rem;display:flex;position:absolute;top:.8rem;left:.8rem}.port-card-flag[data-astro-cid-5o7phum7] img[data-astro-cid-5o7phum7]{object-fit:cover;border-radius:2px;flex-shrink:0;width:18px;height:12px;transition:none!important;transform:none!important}.port-card-flag[data-astro-cid-5o7phum7] span[data-astro-cid-5o7phum7]{letter-spacing:.14em;text-transform:uppercase;color:#fffc;font-size:.58rem;font-weight:700}.port-card-stat[data-astro-cid-5o7phum7]{z-index:2;background:var(--orange);letter-spacing:.06em;color:#fff;text-align:center;padding:.28rem .65rem;font-size:.6rem;font-weight:700;line-height:1.3;position:absolute;top:.8rem;right:.8rem}.port-card-body[data-astro-cid-5o7phum7]{flex-direction:column;flex:1;gap:.55rem;padding:1.4rem 1.4rem 1.6rem;display:flex}.port-card-cat[data-astro-cid-5o7phum7]{letter-spacing:.16em;text-transform:uppercase;color:var(--orange);font-size:.6rem;font-weight:700}.port-card-name[data-astro-cid-5o7phum7]{font-family:var(--serif);color:var(--dark);font-size:1.05rem;line-height:1.25}.port-card-desc[data-astro-cid-5o7phum7]{color:var(--mid);flex:1;font-size:.82rem;line-height:1.65}.port-card-result[data-astro-cid-5o7phum7]{color:var(--dark);border-top:1px solid var(--border);align-items:center;gap:.4rem;padding-top:.6rem;font-size:.78rem;font-weight:600;display:flex}.port-card-result[data-astro-cid-5o7phum7]:before{content:"↑";color:var(--orange);font-weight:700}@media (width<=900px){.port-card[data-astro-cid-5o7phum7]{flex:0 0 calc(50% - .75rem)}}@media (width<=600px){.port-header-top[data-astro-cid-5o7phum7]{flex-direction:column;align-items:flex-start;gap:1rem}.port-controls[data-astro-cid-5o7phum7]{margin-top:1.5rem}.port-card[data-astro-cid-5o7phum7]{flex:0 0 100%}}.cl-grid-container[data-astro-cid-ibc254dw]{z-index:8;padding:6rem var(--gutter,2rem) 8rem;background:#fafaf8;flex-direction:column;align-items:center;gap:3.5rem;width:100%;display:flex;position:relative}.cl-grid-header[data-astro-cid-ibc254dw]{text-align:center;margin-bottom:1rem}.cl-grid-title[data-astro-cid-ibc254dw]{font-family:var(--serif,"DM Serif Display", Georgia, serif);color:#111;letter-spacing:-.01em;font-size:clamp(1.8rem,3.2vw,3rem);font-weight:400;line-height:1.2}.cl-eyebrow[data-astro-cid-ibc254dw]{font-family:var(--sans,"DM Sans", system-ui, sans-serif);letter-spacing:.18em;text-transform:uppercase;color:#ed4823;margin-bottom:1.2rem;font-size:.72rem;font-weight:700}.cl-accent[data-astro-cid-ibc254dw],.cl-accent{color:#ed4823}.cl-grid-group[data-astro-cid-ibc254dw]{text-align:center;width:100%;max-width:1100px}.cl-grid-label[data-astro-cid-ibc254dw]{font-family:var(--sans,"DM Sans", system-ui, sans-serif);letter-spacing:.18em;text-transform:uppercase;color:#ed4823;margin-bottom:1.2rem;font-size:.72rem;font-weight:700}.cl-marquee[data-astro-cid-ibc254dw]{width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.cl-marquee-track[data-astro-cid-ibc254dw]{width:max-content;animation:cl-marquee var(--marquee-dur,60s) linear infinite;display:flex}.cl-marquee-reverse[data-astro-cid-ibc254dw] .cl-marquee-track[data-astro-cid-ibc254dw]{animation-direction:reverse}.cl-marquee[data-astro-cid-ibc254dw]:hover .cl-marquee-track[data-astro-cid-ibc254dw]{animation-play-state:paused}@keyframes cl-marquee{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.cl-marquee-track[data-astro-cid-ibc254dw]{animation:none}}.cl-grid-item[data-astro-cid-ibc254dw]{aspect-ratio:3/2;background:#fff;border:1px solid #1111110f;border-radius:10px;flex:none;justify-content:center;align-items:center;width:clamp(120px,13vw,165px);margin-right:1rem;padding:.8rem;transition:transform .25s,box-shadow .25s;display:flex}.cl-grid-item[data-astro-cid-ibc254dw]:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000014}.cl-grid-item[data-astro-cid-ibc254dw] img[data-astro-cid-ibc254dw]{object-fit:contain;max-width:100%;max-height:100%}@media (width<=767px){.cl-grid-item[data-astro-cid-ibc254dw]{width:110px;margin-right:.6rem;padding:.5rem}.cl-grid-container[data-astro-cid-ibc254dw]{gap:2rem;padding:4rem 1rem 6rem}}.cl-section[data-astro-cid-6uufqrtv]{position:relative;overflow:clip}.cl-scroll-spacer[data-astro-cid-6uufqrtv]{height:300vh;position:relative}.cl-sticky[data-astro-cid-6uufqrtv]{background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.cl-header[data-astro-cid-6uufqrtv]{text-align:center;z-index:10;transition:opacity .5s,transform .5s;position:absolute;top:12vh;left:50%;transform:translate(-50%)}.cl-section[data-astro-cid-6uufqrtv].phase-zoom .cl-header[data-astro-cid-6uufqrtv],.cl-section[data-astro-cid-6uufqrtv].phase-advisory .cl-header[data-astro-cid-6uufqrtv]{opacity:0;pointer-events:none;transform:translate(-50%)translateY(-30px)}.cl-eyebrow[data-astro-cid-6uufqrtv]{letter-spacing:.24em;text-transform:uppercase;color:#ed4823;margin-bottom:16px;padding:0 20px;font-size:.65rem;font-weight:700;display:inline-block;position:relative}.cl-eyebrow[data-astro-cid-6uufqrtv]:before,.cl-eyebrow[data-astro-cid-6uufqrtv]:after{content:"";background:#ed4823;width:14px;height:1.5px;position:absolute;top:50%;transform:translateY(-50%)}.cl-eyebrow[data-astro-cid-6uufqrtv]:before{margin-right:-18px;right:100%}.cl-eyebrow[data-astro-cid-6uufqrtv]:after{margin-left:-18px;left:100%}.cl-title[data-astro-cid-6uufqrtv]{font-family:var(--serif,"DM Serif Display", Georgia, serif);color:#111;letter-spacing:-.01em;white-space:nowrap;font-size:clamp(1.6rem,3vw,2.8rem);font-weight:400;line-height:1.2}.cl-accent[data-astro-cid-6uufqrtv]{color:#ed4823}.cl-o-ring[data-astro-cid-6uufqrtv]{z-index:5;transform-origin:84% 38%;width:420px;transition:opacity .4s,visibility .4s;position:absolute;top:calc(50% - 89px);left:calc(50% - 210px)}.cl-o-logo[data-astro-cid-6uufqrtv]{user-select:none;pointer-events:none;width:100%;height:auto;display:block}.cl-section[data-astro-cid-6uufqrtv].phase-advisory .cl-o-ring[data-astro-cid-6uufqrtv]{opacity:0;visibility:hidden;pointer-events:none}.cl-advisory[data-astro-cid-6uufqrtv]{opacity:0;visibility:hidden;pointer-events:none;z-index:6;flex-direction:column;justify-content:center;align-items:center;gap:clamp(1.5rem,4vh,2.8rem);padding:0 5vw;transition:opacity .6s,visibility .6s;display:flex;position:absolute;inset:0}.cl-section[data-astro-cid-6uufqrtv].phase-advisory .cl-advisory[data-astro-cid-6uufqrtv]{opacity:1;visibility:visible;pointer-events:auto}.cl-adv-head[data-astro-cid-6uufqrtv]{text-align:center;max-width:720px}.cl-adv-quote[data-astro-cid-6uufqrtv]{font-family:var(--serif,"DM Serif Display", Georgia, serif);color:#555;font-size:clamp(.98rem,1.5vw,1.25rem);font-style:italic;line-height:1.55}.cl-adv-row[data-astro-cid-6uufqrtv]{flex-wrap:wrap;justify-content:center;gap:clamp(1rem,2.2vw,2rem);display:flex}.cl-adv-card[data-astro-cid-6uufqrtv]{cursor:pointer;text-align:center;opacity:0;width:clamp(140px,15vw,200px);transition:opacity .5s ease var(--d,0s), transform .5s ease var(--d,0s);background:0 0;border:0;flex-direction:column;align-items:center;padding:0;display:flex;transform:translateY(24px)}.cl-section[data-astro-cid-6uufqrtv].phase-advisory .cl-adv-card[data-astro-cid-6uufqrtv]{opacity:1;transform:none}.cl-adv-photo[data-astro-cid-6uufqrtv]{aspect-ratio:3/4;background:#f4f3f0;border-radius:12px;justify-content:center;align-items:flex-end;width:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.cl-adv-photo[data-astro-cid-6uufqrtv] img[data-astro-cid-6uufqrtv]{object-fit:contain;object-position:bottom;width:auto;max-width:94%;height:96%}.cl-adv-card[data-astro-cid-6uufqrtv]:hover .cl-adv-photo[data-astro-cid-6uufqrtv],.cl-adv-card[data-astro-cid-6uufqrtv]:focus-visible .cl-adv-photo[data-astro-cid-6uufqrtv]{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}.cl-adv-name[data-astro-cid-6uufqrtv]{font-family:var(--sans,"DM Sans", system-ui, sans-serif);color:#111;margin-top:.85rem;font-size:.95rem;font-weight:700;line-height:1.3}.cl-adv-role[data-astro-cid-6uufqrtv]{letter-spacing:.12em;text-transform:uppercase;color:#ed4823;margin-top:.2rem;font-size:.62rem;font-style:normal;font-weight:700;line-height:1.4}.cl-adv-view[data-astro-cid-6uufqrtv]{letter-spacing:.1em;text-transform:uppercase;color:#999;margin-top:.5rem;font-size:.6rem;font-weight:700;transition:color .25s}.cl-adv-card[data-astro-cid-6uufqrtv]:hover .cl-adv-view[data-astro-cid-6uufqrtv],.cl-adv-card[data-astro-cid-6uufqrtv]:focus-visible .cl-adv-view[data-astro-cid-6uufqrtv]{color:#ed4823}.cl-adv-modal[data-astro-cid-6uufqrtv]{z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.cl-adv-modal[data-astro-cid-6uufqrtv].open{opacity:1;visibility:visible}.cl-adv-modal-backdrop[data-astro-cid-6uufqrtv]{-webkit-backdrop-filter:blur(6px);background:#14141473;position:absolute;inset:0}.cl-adv-modal-panel[data-astro-cid-6uufqrtv]{overscroll-behavior:contain;background:#fff;border:1px solid #00000014;border-radius:16px;width:min(880px,92vw);max-height:86vh;position:absolute;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 40px 120px #0000004d}.cl-adv-modal-close[data-astro-cid-6uufqrtv]{color:#111;cursor:pointer;z-index:2;background:#fff;border:1px solid #00000026;border-radius:50%;width:2.2rem;height:2.2rem;margin-left:calc(100% - 3rem);margin-right:.8rem;font-size:1.2rem;line-height:1;position:sticky;top:.8rem}.cl-adv-detail[data-astro-cid-6uufqrtv]{gap:2rem;padding:0 2.2rem 2.2rem;display:flex}.cl-adv-detail[data-astro-cid-6uufqrtv][hidden]{display:none}.cl-adv-detail-media[data-astro-cid-6uufqrtv]{flex:0 0 240px}.cl-adv-detail-media[data-astro-cid-6uufqrtv] img[data-astro-cid-6uufqrtv]{background:#f4f3f0;border-radius:12px;width:100%;display:block}.cl-adv-detail-body[data-astro-cid-6uufqrtv] h3[data-astro-cid-6uufqrtv]{font-family:var(--serif,"DM Serif Display", Georgia, serif);color:#111;margin-bottom:.3rem;font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:400}.cl-adv-detail-role[data-astro-cid-6uufqrtv]{letter-spacing:.14em;text-transform:uppercase;color:#ed4823;margin-bottom:.7rem;font-size:.72rem;font-weight:700}.cl-adv-detail-tag[data-astro-cid-6uufqrtv]{font-family:var(--serif,"DM Serif Display", Georgia, serif);color:#555;margin-bottom:1.1rem;font-size:1rem;font-style:italic}.cl-adv-detail-body[data-astro-cid-6uufqrtv] ul[data-astro-cid-6uufqrtv]{flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.cl-adv-detail-body[data-astro-cid-6uufqrtv] li[data-astro-cid-6uufqrtv]{color:#444;padding-left:1.1rem;font-size:.85rem;line-height:1.65;position:relative}.cl-adv-detail-body[data-astro-cid-6uufqrtv] li[data-astro-cid-6uufqrtv]:before{content:"";background:#ed4823;border-radius:50%;width:6px;height:6px;position:absolute;top:.62em;left:0}@media (width<=767px){.cl-scroll-spacer[data-astro-cid-6uufqrtv]{height:240vh}.cl-o-ring[data-astro-cid-6uufqrtv]{width:280px;top:calc(50% - 59px);left:calc(50% - 140px)}.cl-header[data-astro-cid-6uufqrtv]{top:8vh}.cl-title[data-astro-cid-6uufqrtv]{white-space:normal;padding:0 1rem}.cl-advisory[data-astro-cid-6uufqrtv]{gap:1.2rem}.cl-adv-quote[data-astro-cid-6uufqrtv]{font-size:.9rem}.cl-adv-row[data-astro-cid-6uufqrtv]{gap:.9rem}.cl-adv-card[data-astro-cid-6uufqrtv]{width:27vw}.cl-adv-name[data-astro-cid-6uufqrtv]{font-size:.78rem}.cl-adv-role[data-astro-cid-6uufqrtv]{font-size:.55rem}.cl-adv-detail[data-astro-cid-6uufqrtv]{flex-direction:column;gap:1.2rem;padding:0 1.2rem 1.4rem}.cl-adv-detail-media[data-astro-cid-6uufqrtv]{flex:none;width:55%;margin:0 auto}}.rf-section[data-astro-cid-724juu66]{--col-hub:#ed4823;--col-asean:#2e5b88;--col-east-asia:#5c3db3;--col-oceania:#2d7a57;--glow-hub:#ed482338;--glow-asean:#2e5b8838;--glow-east-asia:#5c3db338;--glow-oceania:#2d7a5738;background:#f8f6f1;padding:96px 2rem 176px;overflow:hidden}@media (width<=900px){.rf-section[data-astro-cid-724juu66]{padding:64px 1.5rem 176px}}@media (width<=767px){.rf-section[data-astro-cid-724juu66]{padding-bottom:128px}}@media (width<=600px){.rf-section[data-astro-cid-724juu66]{padding:48px 1.25rem 128px}}.rf-wrap[data-astro-cid-724juu66]{max-width:1280px;margin:0 auto}.rf-header[data-astro-cid-724juu66]{max-width:700px;margin-bottom:2.75rem}.rf-eyebrow[data-astro-cid-724juu66]{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--col-hub);margin-bottom:.85rem;font-size:.72rem;font-weight:800;display:inline-block}.rf-title[data-astro-cid-724juu66]{font-family:var(--serif);color:#111;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.5rem,4vw,3.2rem);font-weight:400;line-height:1.1}.rf-desc[data-astro-cid-724juu66]{color:#555;max-width:600px;margin:0;font-size:1.05rem;line-height:1.7}.rf-content[data-astro-cid-724juu66]{grid-template-columns:58% 1fr;align-items:start;gap:36px;display:grid}@media (width<=1024px){.rf-content[data-astro-cid-724juu66]{grid-template-columns:1fr}}.rf-map-card[data-astro-cid-724juu66]{aspect-ratio:800/550;background:#eef2f6;border:1px solid #1111110f;border-radius:20px;height:auto;position:relative;overflow:hidden;box-shadow:0 6px 28px #0000000d}.rf-svg[data-astro-cid-724juu66]{width:100%;height:100%;display:block}.rf-land[data-astro-cid-724juu66],.rf-pin[data-astro-cid-724juu66],.rf-lbl[data-astro-cid-724juu66],.rf-conn[data-astro-cid-724juu66]{transition:opacity .35s,fill-opacity .35s,fill .35s,stroke .35s,stroke-width .35s}.rf-land[data-astro-cid-724juu66]{cursor:pointer}.rf-land[data-astro-cid-724juu66]:hover{fill-opacity:.75}.rf-land[data-astro-cid-724juu66].active{fill-opacity:.9!important;stroke:#fff!important;stroke-width:1.8px!important}.rf-conn[data-astro-cid-724juu66]{pointer-events:none}.rf-conn[data-astro-cid-724juu66].active{stroke-width:2.2px;stroke-dasharray:6 4;animation:1.5s linear infinite rfDash;opacity:.95!important;stroke:var(--col-hub)!important}@keyframes rfDash{to{stroke-dashoffset:-20px}}.rf-pin-dot[data-astro-cid-724juu66]{transition:r .25s cubic-bezier(.2,.8,.2,1),stroke-width .25s,fill .25s}.rf-pin[data-astro-cid-724juu66]:hover .rf-pin-dot[data-astro-cid-724juu66],.rf-pin[data-astro-cid-724juu66].active .rf-pin-dot[data-astro-cid-724juu66]{r:7px;stroke-width:2.5px;stroke:#fff;filter:drop-shadow(0 2px 6px #00000040)}.rf-pin[data-astro-cid-724juu66][data-region=hub]:hover .rf-pin-dot[data-astro-cid-724juu66],.rf-pin[data-astro-cid-724juu66][data-region=hub].active .rf-pin-dot[data-astro-cid-724juu66]{r:10px;stroke-width:3px}.rf-hub-p1[data-astro-cid-724juu66]{transform-box:fill-box;transform-origin:50%;animation:3s ease-out infinite rfHubP}.rf-hub-p2[data-astro-cid-724juu66]{transform-box:fill-box;transform-origin:50%;animation:3s ease-out 1.2s infinite rfHubP}@keyframes rfHubP{0%{opacity:.7;transform:scale(.6)}to{opacity:0;transform:scale(1.8)}}.rf-lbl[data-astro-cid-724juu66]{font-family:var(--sans);user-select:none;pointer-events:none;transition:opacity .3s,font-size .25s,fill .25s,font-weight .25s}.rf-lbl[data-astro-cid-724juu66].active{fill:#000!important;font-size:13.5px!important;font-weight:800!important}.rf-panel[data-astro-cid-724juu66]{flex-direction:column;gap:1.2rem;display:flex}.rf-panel-top[data-astro-cid-724juu66]{border-bottom:1.5px solid #11111117;padding-bottom:.75rem}.rf-panel-title[data-astro-cid-724juu66]{font-family:var(--sans);color:#111;letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:800}.rf-filters[data-astro-cid-724juu66]{flex-wrap:wrap;gap:.45rem;display:flex}.rf-filter[data-astro-cid-724juu66]{font-family:var(--sans);letter-spacing:.03em;color:#555;cursor:pointer;white-space:nowrap;--rc:var(--col-hub);--rc-glow:var(--glow-hub);background:#fff;border:1.5px solid #11111121;border-radius:4px;padding:7px 13px;font-size:.82rem;font-weight:700;transition:all .2s}.rf-filter[data-astro-cid-724juu66]:hover{border-color:var(--rc);color:var(--rc)}.rf-filter[data-astro-cid-724juu66].active{background:var(--rc);border-color:var(--rc);color:#fff;box-shadow:0 4px 12px var(--rc-glow)}.rf-card[data-astro-cid-724juu66]{flex-direction:column;gap:.65rem;margin-bottom:1.8rem;display:flex}.rf-card-hdr[data-astro-cid-724juu66]{align-items:center;gap:8px;margin-bottom:4px;display:flex}.rf-card-flag[data-astro-cid-724juu66]{object-fit:cover;border-radius:2px;width:20px;height:13px;box-shadow:0 1px 3px #00000026}.rf-card[data-astro-cid-724juu66] strong[data-astro-cid-724juu66]{font-family:var(--sans);color:#111;font-size:1rem;font-weight:800}.rf-card-role[data-astro-cid-724juu66]{color:#555;margin:0;font-size:.93rem;line-height:1.4}.rf-dir[data-astro-cid-724juu66]{flex-direction:column;gap:.85rem;max-height:282px;padding-right:3px;display:flex;overflow-y:auto}.rf-dir[data-astro-cid-724juu66]::-webkit-scrollbar{width:3px}.rf-dir[data-astro-cid-724juu66]::-webkit-scrollbar-track{background:0 0}.rf-dir[data-astro-cid-724juu66]::-webkit-scrollbar-thumb{background:#11111126;border-radius:2px}.rf-dir-grp[data-astro-cid-724juu66]{transition:opacity .3s}.rf-dir-grp-label[data-astro-cid-724juu66]{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--rc,#888);align-items:center;gap:6px;margin-bottom:.45rem;font-size:.68rem;font-weight:800;display:flex}.rf-dir-grp-label[data-astro-cid-724juu66]:before{content:"";background:var(--rc,#888);border-radius:50%;flex-shrink:0;width:7px;height:7px}.rf-dir-list[data-astro-cid-724juu66]{flex-wrap:wrap;gap:.35rem;display:flex}.rf-dir-btn[data-astro-cid-724juu66]{cursor:pointer;font-family:var(--sans);color:#333;white-space:nowrap;background:#f5f4f2;border:1.5px solid #0000;border-radius:5px;align-items:center;gap:5px;padding:5px 9px;font-size:.86rem;font-weight:600;transition:all .2s;display:flex}.rf-dir-btn[data-astro-cid-724juu66]:hover,.rf-dir-btn[data-astro-cid-724juu66].active{color:#111;background:#fff;border-color:#11111126;box-shadow:0 2px 8px #0000000f}.rf-dir-flag[data-astro-cid-724juu66]{object-fit:cover;border-radius:1px;width:15px;height:10px}.rf-mobile[data-astro-cid-724juu66]{display:none}@media (width<=767px){.rf-content[data-astro-cid-724juu66]{flex-direction:column;align-items:stretch;gap:24px;width:100%;display:flex}.rf-map-card[data-astro-cid-724juu66]{border-radius:14px;width:100%;box-shadow:0 4px 20px #00000012}.rf-panel[data-astro-cid-724juu66]{gap:1.2rem;width:100%}.rf-dir[data-astro-cid-724juu66]{max-height:none;padding-right:0;overflow-y:visible}}@media (prefers-reduced-motion:reduce){.rf-hub-p1[data-astro-cid-724juu66],.rf-hub-p2[data-astro-cid-724juu66]{opacity:0!important;animation:none!important}.rf-land[data-astro-cid-724juu66],.rf-pin[data-astro-cid-724juu66],.rf-lbl[data-astro-cid-724juu66],.rf-conn[data-astro-cid-724juu66]{transition:none!important}.rf-conn[data-astro-cid-724juu66].active{animation:none!important}}.rf-tour-btn[data-astro-cid-724juu66]{color:#fff;font-family:var(--sans);cursor:pointer;will-change:transform;background-color:#ed4823;border:none;border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;margin-top:.4rem;padding:9px 16px;font-size:.82rem;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #ed482340,inset 0 1px #ffffff26}.rf-tour-btn[data-astro-cid-724juu66]:before{content:"";will-change:transform;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff73 50%,#0000 100%);width:100%;height:100%;animation:3.5s cubic-bezier(.4,0,.2,1) infinite rf-shimmer-gpu;position:absolute;top:0;left:0;transform:translate(-150%)skew(-25deg)translateZ(0)}.rf-tour-btn[data-astro-cid-724juu66]:hover{filter:brightness(1.06);transform:translateY(-2.5px);box-shadow:0 8px 20px #ed482359,inset 0 1px #ffffff40}.rf-tour-btn[data-astro-cid-724juu66]:active{transform:translateY(-.5px);box-shadow:0 4px 10px #ed482340}.rf-tour-icon[data-astro-cid-724juu66]{z-index:2;width:16px;height:16px;position:relative}@keyframes rf-shimmer-gpu{0%{transform:translate(-150%)skew(-25deg)translateZ(0)}60%,to{transform:translate(250%)skew(-25deg)translateZ(0)}}.rf-modal[data-astro-cid-724juu66]{z-index:10000;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.rf-modal[data-astro-cid-724juu66].open{opacity:1;pointer-events:auto}.rf-modal-backdrop[data-astro-cid-724juu66]{-webkit-backdrop-filter:blur(8px);background:#0f0f0f80;position:absolute;inset:0}.rf-modal-content[data-astro-cid-724juu66]{z-index:2;background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:900px;max-height:85vh;padding:1.5rem;transition:transform .3s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden;transform:scale(.96);box-shadow:0 24px 64px #0000002e}.rf-modal[data-astro-cid-724juu66].open .rf-modal-content[data-astro-cid-724juu66]{transform:scale(1)}.rf-modal-close[data-astro-cid-724juu66]{cursor:pointer;color:#555;z-index:5;background:#f1efeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.3rem;font-weight:300;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.rf-modal-close[data-astro-cid-724juu66]:hover{background:var(--col-hub);color:#fff}.rf-modal-tabs[data-astro-cid-724juu66]{border-bottom:1.5px solid #11111114;gap:8px;margin-bottom:1rem;padding-bottom:.8rem;padding-right:40px;display:flex}.rf-modal-tab[data-astro-cid-724juu66]{font-family:var(--sans);color:#555;cursor:pointer;background:#f3f1eb;border:none;border-radius:6px;padding:7px 14px;font-size:.85rem;font-weight:700;transition:all .2s}.rf-modal-tab[data-astro-cid-724juu66].active{background:var(--col-hub);color:#fff}.rf-modal-tab[data-astro-cid-724juu66]:hover:not(.active){color:#111;background:#e7e5df}.rf-modal-body[data-astro-cid-724juu66]{flex:1;padding-right:4px;overflow-y:auto}.rf-modal-pane[data-astro-cid-724juu66]{display:none}.rf-modal-pane[data-astro-cid-724juu66].active{animation:.3s ease-out rfFadeIn;display:block}@keyframes rfFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.rf-modal-img[data-astro-cid-724juu66]{border-radius:8px;width:100%;height:auto;display:block;box-shadow:0 4px 16px #00000014}.rf-gallery-masonry[data-astro-cid-724juu66]{column-count:2;column-gap:1rem;width:100%;margin-top:.5rem}@media (width<=768px){.rf-gallery-masonry[data-astro-cid-724juu66]{column-count:1}}.rf-gallery-item[data-astro-cid-724juu66]{break-inside:avoid;border-radius:8px;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.rf-gallery-item[data-astro-cid-724juu66] img[data-astro-cid-724juu66]{width:100%;height:auto;transition:transform .3s;display:block}.rf-gallery-item[data-astro-cid-724juu66]:hover img[data-astro-cid-724juu66]{transform:scale(1.03)}.rf-modal-address[data-astro-cid-724juu66]{background:#fdfcf9;border:1px solid #11111114;border-radius:8px;align-items:center;gap:8px;margin-bottom:1.2rem;padding:.8rem 1rem;display:flex}.rf-address-icon[data-astro-cid-724juu66]{width:16px;height:16px;color:var(--col-hub);flex-shrink:0}.rf-address-link[data-astro-cid-724juu66]{font-family:var(--sans);color:#444;font-size:.88rem;font-weight:500;line-height:1.4;text-decoration:none;transition:color .2s}.rf-address-link[data-astro-cid-724juu66]:hover{color:var(--col-hub);text-decoration:underline}#seven-partners[data-astro-cid-pm3mpyxf]{background-color:#fff;padding:5rem 1.5rem 9rem;overflow:hidden}@media (width>=1024px){#seven-partners[data-astro-cid-pm3mpyxf]{padding:7rem 3rem 13rem}}.seven-partners-container[data-astro-cid-pm3mpyxf]{max-width:1400px;margin:0 auto}.seven-partners-header[data-astro-cid-pm3mpyxf]{text-align:center;margin-bottom:4rem}.seven-partners-title[data-astro-cid-pm3mpyxf]{color:#111;letter-spacing:-.025em;margin-bottom:1rem;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.875rem,4vw,3.375rem);font-weight:800;line-height:1.06}.seven-partners-desc[data-astro-cid-pm3mpyxf]{color:#6f6f6f;max-width:760px;margin:0 auto;font-family:DM Sans,sans-serif;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.75}.click-hint-wrapper[data-astro-cid-pm3mpyxf]{justify-content:center;margin-top:1.5rem;display:flex}.click-hint[data-astro-cid-pm3mpyxf]{text-transform:uppercase;letter-spacing:.08em;color:#ed4823;background:#ed48230d;border:1px solid #ed482326;border-radius:100px;align-items:center;gap:.5rem;margin:0;padding:.45rem 1.1rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite pillPulse;display:inline-flex;position:relative}@keyframes pillPulse{0%,to{box-shadow:0 0 #ed482300}50%{box-shadow:0 0 10px 2px #ed48231f}}.mouse-icon[data-astro-cid-pm3mpyxf]{color:#ed4823;flex-shrink:0;animation:1.8s ease-in-out infinite mouseFloat;display:inline-block;width:14px!important;height:14px!important}.mouse-icon[data-astro-cid-pm3mpyxf] .wheel[data-astro-cid-pm3mpyxf]{animation:1.6s ease-in-out infinite mouseWheelMove}@keyframes mouseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes mouseWheelMove{0%{opacity:0;transform:translateY(-2px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(4px)}to{opacity:0;transform:translateY(6px)}}.seven-partners-diagram-wrap[data-astro-cid-pm3mpyxf]{-webkit-overflow-scrolling:touch;width:100%;transition:overflow .3s;position:relative;overflow-x:auto}.seven-partners-diagram-wrap[data-astro-cid-pm3mpyxf].zoomed-state{overflow:visible!important}@media (width>=1024px){.seven-partners-diagram-wrap[data-astro-cid-pm3mpyxf]{overflow-x:visible}}.seven-partners-diagram-inner[data-astro-cid-pm3mpyxf]{min-width:1500px;transition:transform 1.3s cubic-bezier(.16,1,.3,1),transform-origin 1.3s cubic-bezier(.16,1,.3,1);position:relative}@media (width>=1024px){.seven-partners-diagram-inner[data-astro-cid-pm3mpyxf]{min-width:0}}.seven-partners-diagram-inner[data-astro-cid-pm3mpyxf].zoomed{transform:scale(1.6)}#seven-partners[data-astro-cid-pm3mpyxf] svg[data-astro-cid-pm3mpyxf]{width:100%;height:auto;display:block}#seven-partners[data-astro-cid-pm3mpyxf] text[data-astro-cid-pm3mpyxf]{font-family:DM Sans,sans-serif!important}.seven-partners-caption-wrap[data-astro-cid-pm3mpyxf]{text-align:center;margin-top:3rem}.seven-partners-caption-text[data-astro-cid-pm3mpyxf]{color:#6f6f6f;max-width:700px;margin:0 auto;font-family:DM Sans,sans-serif;font-size:clamp(.875rem,1.5vw,.9375rem);line-height:1.75}@keyframes draw-timeline{0%{stroke-dashoffset:3000px}to{stroke-dashoffset:0}}.timeline-path[data-astro-cid-pm3mpyxf]{stroke-dasharray:3000;stroke-dashoffset:3000px}#seven-partners[data-astro-cid-pm3mpyxf].visible .timeline-path[data-astro-cid-pm3mpyxf],#seven-partners[data-astro-cid-pm3mpyxf].in .timeline-path[data-astro-cid-pm3mpyxf]{animation:3.8s linear forwards draw-timeline,2.5s ease-in-out 3.8s infinite timeline-glow}@keyframes pop-card{0%{opacity:0;transform:scale(.85)translateY(18px)}to{opacity:1;transform:scale(1)translate(0)}}.pop-card[data-astro-cid-pm3mpyxf]{opacity:0;transform-box:fill-box;transform-origin:50%}#seven-partners[data-astro-cid-pm3mpyxf].visible .pop-card[data-astro-cid-pm3mpyxf],#seven-partners[data-astro-cid-pm3mpyxf].in .pop-card[data-astro-cid-pm3mpyxf]{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards pop-card}.delay-p1[data-astro-cid-pm3mpyxf]{animation-delay:.15s}.delay-c1[data-astro-cid-pm3mpyxf]{animation-delay:.3s}.delay-p2[data-astro-cid-pm3mpyxf]{animation-delay:.42s}.delay-c2[data-astro-cid-pm3mpyxf]{animation-delay:.65s}.delay-p3[data-astro-cid-pm3mpyxf]{animation-delay:1.28s}.delay-c3[data-astro-cid-pm3mpyxf]{animation-delay:1.6s}.delay-p4[data-astro-cid-pm3mpyxf]{animation-delay:2.02s}.delay-c4[data-astro-cid-pm3mpyxf]{animation-delay:2.3s}.delay-p5[data-astro-cid-pm3mpyxf]{animation-delay:3.01s}.delay-c5[data-astro-cid-pm3mpyxf]{animation-delay:3.15s}.delay-p6[data-astro-cid-pm3mpyxf]{animation-delay:3.31s}.delay-c6[data-astro-cid-pm3mpyxf]{animation-delay:3.45s}.delay-p7[data-astro-cid-pm3mpyxf]{animation-delay:3.61s}@keyframes timeline-glow{0%,to{filter:drop-shadow(0 0 3px #ef444433)drop-shadow(0 0 8px #ef444433);opacity:.9}50%{filter:drop-shadow(0 0 6px #ef444473)drop-shadow(0 0 15px #ef444459);opacity:1}}@keyframes pop-chevron{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes chevron-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}.ebt[data-astro-cid-pm3mpyxf]{opacity:0;transform-box:fill-box;transform-origin:50%}#seven-partners[data-astro-cid-pm3mpyxf].visible .ebt[data-astro-cid-pm3mpyxf],#seven-partners[data-astro-cid-pm3mpyxf].in .ebt[data-astro-cid-pm3mpyxf]{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards pop-chevron,2s ease-in-out .5s infinite chevron-pulse}.connector-line[data-astro-cid-pm3mpyxf]{opacity:0;stroke-dasharray:150;stroke-dashoffset:150px}#seven-partners[data-astro-cid-pm3mpyxf].visible .connector-line[data-astro-cid-pm3mpyxf],#seven-partners[data-astro-cid-pm3mpyxf].in .connector-line[data-astro-cid-pm3mpyxf]{opacity:1;animation:.4s cubic-bezier(.25,.46,.45,.94) forwards draw-connector}@keyframes draw-connector{0%{stroke-dashoffset:150px}to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.timeline-path[data-astro-cid-pm3mpyxf]{stroke-dashoffset:0;animation:none}.pop-card[data-astro-cid-pm3mpyxf],.ebt[data-astro-cid-pm3mpyxf]{opacity:1;animation:none;transform:none}}.partner-trigger[data-astro-cid-pm3mpyxf]{cursor:pointer}.partner-trigger[data-astro-cid-pm3mpyxf]:hover polygon[data-astro-cid-pm3mpyxf]{filter:drop-shadow(0 0 10px #0000004d);transition:stroke-width .25s,filter .25s;stroke-width:4.5px!important}.partner-trigger[data-astro-cid-pm3mpyxf]:hover image[data-astro-cid-pm3mpyxf]{filter:drop-shadow(0 0 8px #0000004d);transition:filter .25s}.partner-trigger[data-astro-cid-pm3mpyxf]:hover text[data-astro-cid-pm3mpyxf]{transition:fill .25s;fill:#ef4444!important}.partner-card[data-astro-cid-pm3mpyxf]{z-index:50;box-sizing:border-box;width:270px;box-shadow:0 15px 35px #0006, 0 0 20px var(--card-accent,#ef444426);color:#fff;opacity:0;pointer-events:none;background:#121212f2;border:1px solid #ffffff1f;border-radius:18px;padding:1.25rem;transition:opacity .3s,transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;transform:scale(.9)translateY(10px)}.partner-card[data-astro-cid-pm3mpyxf].active{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.partner-card-close[data-astro-cid-pm3mpyxf]{cursor:pointer;color:#fff9;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .25s;display:flex;position:absolute;top:.75rem;right:.75rem}.partner-card-close[data-astro-cid-pm3mpyxf]:hover{color:#fff;background:#ef444440;transform:rotate(90deg)}.partner-card-header[data-astro-cid-pm3mpyxf]{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.partner-card-logo-wrap[data-astro-cid-pm3mpyxf]{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;padding:6px;transition:all .3s;display:flex}.partner-card-logo-wrap[data-astro-cid-pm3mpyxf].logo-dark-bg{background:#fff!important}.partner-card-logo[data-astro-cid-pm3mpyxf]{object-fit:contain;max-width:100%;max-height:100%}.partner-card-logo-placeholder[data-astro-cid-pm3mpyxf]{color:#fff;font-family:DM Serif Display,Georgia,serif;font-size:1.4rem;font-weight:800;line-height:1;display:none}.partner-card-title-wrap[data-astro-cid-pm3mpyxf]{flex-grow:1}.partner-card-num[data-astro-cid-pm3mpyxf]{color:var(--card-accent-label,#ef4444);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.15rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:800;display:block}.partner-card-brand[data-astro-cid-pm3mpyxf]{color:#fff;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:1.25rem;font-weight:800;line-height:1.2}.partner-card-name[data-astro-cid-pm3mpyxf]{color:#ffffffb3;margin:0 0 .75rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;line-height:1.35}.partner-card-desc[data-astro-cid-pm3mpyxf]{color:#ffffffd9;margin:0;font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.5}.partner-card-link-btn[data-astro-cid-pm3mpyxf]{color:var(--card-accent-label,#ed4823);align-items:center;gap:.3rem;margin-top:1.25rem;font-family:DM Sans,sans-serif;font-size:.92rem;text-decoration:none;transition:color .25s;display:inline-flex}.partner-card-link-btn[data-astro-cid-pm3mpyxf] em[data-astro-cid-pm3mpyxf]{font-style:italic;font-weight:500}.partner-card-link-btn[data-astro-cid-pm3mpyxf] .arrow-symbol[data-astro-cid-pm3mpyxf]{font-family:system-ui,-apple-system,sans-serif;font-size:.95rem;font-style:normal;transition:transform .25s;display:inline-block}.partner-card-link-btn[data-astro-cid-pm3mpyxf]:hover{color:#fff}.partner-card-link-btn[data-astro-cid-pm3mpyxf]:hover .arrow-symbol[data-astro-cid-pm3mpyxf]{transform:translate(4px)}.rolling-sphere-group[data-astro-cid-pm3mpyxf]{offset-path:path("M 0 380 H 420 C 540 380, 840 330, 840 210 C 840 -10, 520 -10, 520 210 C 520 330, 820 380, 940 380 H 1600");transform-box:fill-box;transform-origin:50%;animation:10s linear infinite roll-along}@keyframes roll-along{0%{offset-distance:0%}to{offset-distance:100%}}.rolling-sphere-glow[data-astro-cid-pm3mpyxf]{filter:drop-shadow(0 0 10px #ef4444f2)drop-shadow(0 0 20px #ef444499)}@media (width<=1023px){.partner-card-backdrop[data-astro-cid-pm3mpyxf]{-webkit-backdrop-filter:blur(8px);z-index:10000;opacity:0;pointer-events:none;background:#0a0a0a73;transition:opacity .3s;position:fixed;inset:0}.partner-card-backdrop[data-astro-cid-pm3mpyxf].active{opacity:1;pointer-events:auto}.partner-card[data-astro-cid-pm3mpyxf]{z-index:10001!important;opacity:0!important;pointer-events:none!important;width:90%!important;max-width:440px!important;box-shadow:0 20px 50px #00000080, 0 0 30px var(--card-accent,#ef444440)!important;margin:0!important;padding:2rem!important;transition:opacity .3s,transform .3s cubic-bezier(.16,1,.3,1)!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)scale(.9)!important}.partner-card[data-astro-cid-pm3mpyxf].active{opacity:1!important;pointer-events:auto!important;transform:translate(-50%,-50%)scale(1)!important}.partner-card-close[data-astro-cid-pm3mpyxf]{width:38px!important;height:38px!important;top:1.1rem!important;right:1.1rem!important}.partner-card-logo-wrap[data-astro-cid-pm3mpyxf]{border-radius:14px!important;width:60px!important;height:60px!important;padding:8px!important}.partner-card-num[data-astro-cid-pm3mpyxf]{font-size:.95rem!important}.partner-card-brand[data-astro-cid-pm3mpyxf]{font-size:1.75rem!important}.partner-card-name[data-astro-cid-pm3mpyxf]{margin:0 0 1.1rem!important;font-size:1.18rem!important;line-height:1.45!important}.partner-card-desc[data-astro-cid-pm3mpyxf]{font-size:1.18rem!important;line-height:1.65!important}.partner-card-link-btn[data-astro-cid-pm3mpyxf]{margin-top:1.65rem!important;font-size:1.15rem!important}}@media (prefers-reduced-motion:reduce){.rolling-sphere-group[data-astro-cid-pm3mpyxf]{animation:none;display:none}}#how-we-work[data-astro-cid-2whukpv5]{z-index:10;background:#fff;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-5rem;padding:5rem 1.5rem 6rem;position:relative;overflow-x:hidden;box-shadow:0 -20px 40px #0000000a,0 -2px 10px #00000005}#how-we-work[data-astro-cid-2whukpv5] .page-wrap[data-astro-cid-2whukpv5]{max-width:var(--max-wide);margin:0 auto;position:relative}@media (width>=768px){#how-we-work[data-astro-cid-2whukpv5]{border-top-left-radius:56px;border-top-right-radius:56px;margin-top:-7rem;padding:7rem 2rem 8rem}}.www-title[data-astro-cid-2whukpv5]{font-family:var(--serif);color:#111;text-align:center;letter-spacing:-.01em;margin-top:0;margin-bottom:.5rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.www-subtitle[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#ed4823;text-align:center;margin-top:0;margin-bottom:1rem;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:600}.www-supporting-desc[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#666;text-align:center;max-width:780px;margin:0 auto 4rem;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.6}.how-we-work-grid[data-astro-cid-2whukpv5]{display:none}@media (width>=768px){.how-we-work-grid[data-astro-cid-2whukpv5]{grid-template-columns:370px 1fr;align-items:stretch;gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}}.pyramid-wrapper[data-astro-cid-2whukpv5]{aspect-ratio:370/440;justify-content:center;align-items:center;width:100%;max-width:370px;height:440px;margin:0 auto;display:flex}.steps-wrapper[data-astro-cid-2whukpv5]{box-sizing:border-box;background:#f8f9fa;border-radius:24px;grid-template-rows:repeat(4,1fr);height:440px;padding:.75rem 1.25rem;display:grid}.step-pill[data-astro-cid-2whukpv5]{box-sizing:border-box;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;width:100%;padding:.6rem 1.1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.step-label[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#ed4823;background:#ed48231a;border-radius:9999px;padding:3px 10px;font-size:.75rem;font-weight:800;transition:all .3s;display:inline-block}.step-title[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#111;margin:0;font-size:1rem;font-weight:700}.step-desc[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#555;opacity:0;margin:0;font-size:.82rem;font-weight:400;line-height:1.35;transition:opacity .3s;display:none}.step-pill[data-astro-cid-2whukpv5].active .step-desc[data-astro-cid-2whukpv5]{opacity:1;margin-top:.25rem;display:block}.mobile-pyramid-layout[data-astro-cid-2whukpv5]{grid-template-columns:140px 1fr;align-items:stretch;gap:.5rem;width:calc(100% + 1rem);margin-left:-1rem;display:grid;position:relative}@media (width>=768px){.mobile-pyramid-layout[data-astro-cid-2whukpv5]{display:none}}.mobile-pyramid-col[data-astro-cid-2whukpv5]{aspect-ratio:260/440;align-items:center;width:100%;max-width:140px;height:440px;display:flex}.mobile-pyramid-svg[data-astro-cid-2whukpv5]{width:100%;height:100%;display:block;overflow:visible}.mobile-steps-col[data-astro-cid-2whukpv5]{box-sizing:border-box;background:#f8f9fa;border-radius:24px;grid-template-rows:repeat(4,1fr);height:440px;padding:.5rem .65rem;display:grid}.mobile-card-close[data-astro-cid-2whukpv5]{display:none}.mobile-step-item[data-astro-cid-2whukpv5]{box-sizing:border-box;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:.2rem;width:100%;height:100%;padding:.5rem .65rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.mobile-step-item[data-astro-cid-2whukpv5].active{background-color:#fff;border:1px solid #ed482324;border-left:4px solid #ed4823;box-shadow:0 8px 24px #0000000d}.mobile-step-label[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#ed4823;background:#ed48231a;border-radius:9999px;padding:2px 9px;font-size:.72rem;font-weight:800;transition:all .3s;display:inline-block}.mobile-step-item[data-astro-cid-2whukpv5].active .mobile-step-label[data-astro-cid-2whukpv5]{color:#fff;background:#ed4823}.mobile-step-title[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#111;margin:0;font-size:.9rem;font-weight:700}.mobile-step-desc[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#555;opacity:0;margin:0;font-size:.78rem;line-height:1.35;transition:opacity .3s;display:none}.mobile-step-item[data-astro-cid-2whukpv5].active .mobile-step-desc[data-astro-cid-2whukpv5]{opacity:1;margin-top:.2rem;display:block}@media (width<=767px){.mobile-pyramid-svg[data-astro-cid-2whukpv5] .pyramid-slice[data-astro-cid-2whukpv5]{opacity:.7!important;transform:none!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .pyramid-slice[data-astro-cid-2whukpv5].active,.mobile-pyramid-svg[data-astro-cid-2whukpv5] .pyramid-slice[data-astro-cid-2whukpv5]:hover{filter:drop-shadow(0 0 10px #ed482366);fill:#ed4823!important;opacity:1!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .pyramid-icon[data-astro-cid-2whukpv5]{opacity:1!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .connector-line[data-astro-cid-2whukpv5]{stroke-dashoffset:0!important;display:block!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .connector-line[data-astro-cid-2whukpv5].active{stroke:#ed4823!important;stroke-width:2.2px!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .connector-dot[data-astro-cid-2whukpv5]{opacity:1!important;display:block!important;transform:scale(1)!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .connector-dot[data-astro-cid-2whukpv5].active circle[data-astro-cid-2whukpv5]:first-child{r:16px!important;stroke:#ed4823!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .connector-dot[data-astro-cid-2whukpv5].active circle[data-astro-cid-2whukpv5]:nth-child(2){r:7px!important}}.pyramid-wrapper[data-astro-cid-2whukpv5]{justify-content:center;align-items:center;width:100%;max-width:370px;height:440px;margin:0 auto;display:flex}.pyramid-svg[data-astro-cid-2whukpv5]{width:100%;height:100%;display:block;overflow:visible}.pyramid-slice[data-astro-cid-2whukpv5]{cursor:pointer;opacity:.7;transition:fill .3s,filter .3s,opacity .3s}.pyramid-slice[data-astro-cid-2whukpv5].active,.pyramid-slice[data-astro-cid-2whukpv5]:hover{fill:#ed4823;opacity:1;filter:drop-shadow(0 0 12px #ed482366)}.connector-line[data-astro-cid-2whukpv5]{transition:stroke .3s,stroke-width .3s}.connector-line[data-astro-cid-2whukpv5].active{stroke:#ed4823;stroke-width:2.2px}.connector-dot[data-astro-cid-2whukpv5]{cursor:pointer}.connector-dot[data-astro-cid-2whukpv5] circle[data-astro-cid-2whukpv5]:first-child{r:14px;transition:r .3s cubic-bezier(.34,1.56,.64,1),fill .3s,stroke .3s}.connector-dot[data-astro-cid-2whukpv5].active circle[data-astro-cid-2whukpv5]:first-child{r:17px;stroke:#ed4823}.connector-dot[data-astro-cid-2whukpv5] circle[data-astro-cid-2whukpv5]:nth-child(2){r:6px;transition:r .3s cubic-bezier(.34,1.56,.64,1),fill .3s}.connector-dot[data-astro-cid-2whukpv5].active circle[data-astro-cid-2whukpv5]:nth-child(2){r:7.5px}.steps-wrapper[data-astro-cid-2whukpv5]{box-sizing:border-box;background:#f8f9fa;border-radius:24px;grid-template-rows:repeat(4,110px);align-items:center;height:440px;padding:0 1.75rem;display:grid}@media (width<=767px){.steps-wrapper[data-astro-cid-2whukpv5]{grid-template-rows:auto;gap:1rem;height:auto;padding:1.5rem}.connector-line[data-astro-cid-2whukpv5],.connector-dot[data-astro-cid-2whukpv5]{display:none}.pyramid-svg[data-astro-cid-2whukpv5]{transform:translate(18px)}}.step-row[data-astro-cid-2whukpv5]{align-items:center;height:110px;display:flex}@media (width<=767px){.step-row[data-astro-cid-2whukpv5]{height:auto}.step-pill[data-astro-cid-2whukpv5]{flex-direction:column;align-items:flex-start;gap:.75rem}}.step-pill[data-astro-cid-2whukpv5]{cursor:pointer;box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:16px;align-items:flex-start;gap:1.5rem;width:100%;max-width:100%;padding:1rem 1.5rem;transition:background-color .3s,transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s;display:flex}.step-pill[data-astro-cid-2whukpv5].active{background-color:#fff;border:1px solid #ed48231f;border-left:4px solid #ed4823;transform:translate(8px);box-shadow:0 10px 30px #0000000a}.step-label[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#ed4823;background:#ed48231a;border-radius:9999px;flex-shrink:0;padding:4px 12px;font-size:.8rem;font-weight:800;transition:all .3s}.step-pill[data-astro-cid-2whukpv5].active .step-label[data-astro-cid-2whukpv5]{color:#fff;background:#ed4823}.step-content[data-astro-cid-2whukpv5]{flex-direction:column;display:flex}.step-title[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#111;margin:0 0 .35rem;font-size:1.05rem;font-weight:700;transition:color .3s}.step-pill[data-astro-cid-2whukpv5].active .step-title[data-astro-cid-2whukpv5]{color:#111}.step-desc[data-astro-cid-2whukpv5]{font-family:var(--sans);color:#555;margin:0;font-size:.9rem;font-weight:400;line-height:1.5;transition:color .3s}.step-pill[data-astro-cid-2whukpv5].active .step-desc[data-astro-cid-2whukpv5]{color:#555}.pyramid-slice[data-astro-cid-2whukpv5]{opacity:0;transform-origin:bottom;transition:opacity .6s cubic-bezier(.34,1.56,.64,1),transform .6s cubic-bezier(.34,1.56,.64,1);transform:scaleY(.85)translateY(20px)}@media (width<=767px){.mobile-pyramid-svg[data-astro-cid-2whukpv5] .pyramid-slice[data-astro-cid-2whukpv5]{opacity:.85!important;transition:opacity .3s,filter .3s!important;transform:none!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .pyramid-slice[data-astro-cid-2whukpv5].active{filter:drop-shadow(0 0 10px #ed482366);opacity:1!important}.mobile-pyramid-svg[data-astro-cid-2whukpv5] .pyramid-icon[data-astro-cid-2whukpv5]{opacity:1!important;transition:none!important}}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-slice[data-astro-cid-2whukpv5]{opacity:.7;transform:scaleY(1)translateY(0)}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-slice[data-astro-cid-2whukpv5].active{opacity:1}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-slice[data-astro-cid-2whukpv5][data-step="1"]{transition-delay:.1s}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-slice[data-astro-cid-2whukpv5][data-step="2"]{transition-delay:.2s}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-slice[data-astro-cid-2whukpv5][data-step="3"]{transition-delay:.3s}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-slice[data-astro-cid-2whukpv5][data-step="4"]{transition-delay:.4s}.connector-line[data-astro-cid-2whukpv5]{stroke-dasharray:150;stroke-dashoffset:150px;transition:stroke-dashoffset .6s ease-out}#how-we-work[data-astro-cid-2whukpv5].in .connector-line[data-astro-cid-2whukpv5]{stroke-dashoffset:0}#how-we-work[data-astro-cid-2whukpv5].in .connector-line[data-astro-cid-2whukpv5][data-step="1"]{transition-delay:.3s}#how-we-work[data-astro-cid-2whukpv5].in .connector-line[data-astro-cid-2whukpv5][data-step="2"]{transition-delay:.4s}#how-we-work[data-astro-cid-2whukpv5].in .connector-line[data-astro-cid-2whukpv5][data-step="3"]{transition-delay:.5s}#how-we-work[data-astro-cid-2whukpv5].in .connector-line[data-astro-cid-2whukpv5][data-step="4"]{transition-delay:.6s}.connector-dot[data-astro-cid-2whukpv5]{opacity:0;transform-box:fill-box;transform-origin:50%;transition:opacity .5s cubic-bezier(.34,1.56,.64,1),transform .5s cubic-bezier(.34,1.56,.64,1);transform:scale(.5)}#how-we-work[data-astro-cid-2whukpv5].in .connector-dot[data-astro-cid-2whukpv5]{opacity:1;transform:scale(1)}#how-we-work[data-astro-cid-2whukpv5].in .connector-dot[data-astro-cid-2whukpv5][data-step="1"]{transition-delay:.4s}#how-we-work[data-astro-cid-2whukpv5].in .connector-dot[data-astro-cid-2whukpv5][data-step="2"]{transition-delay:.5s}#how-we-work[data-astro-cid-2whukpv5].in .connector-dot[data-astro-cid-2whukpv5][data-step="3"]{transition-delay:.6s}#how-we-work[data-astro-cid-2whukpv5].in .connector-dot[data-astro-cid-2whukpv5][data-step="4"]{transition-delay:.7s}.pyramid-icon[data-astro-cid-2whukpv5]{opacity:0;transition:opacity .5s ease-out}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-icon[data-astro-cid-2whukpv5]{opacity:1}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-icon[data-astro-cid-2whukpv5]:first-of-type{transition-delay:.25s}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-icon[data-astro-cid-2whukpv5]:nth-of-type(2){transition-delay:.35s}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-icon[data-astro-cid-2whukpv5]:nth-of-type(3){transition-delay:.45s}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-icon[data-astro-cid-2whukpv5]:nth-of-type(4){transition-delay:.55s}.step-row[data-astro-cid-2whukpv5]{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}#how-we-work[data-astro-cid-2whukpv5].in .step-row[data-astro-cid-2whukpv5]{opacity:1;transform:translateY(0)}#how-we-work[data-astro-cid-2whukpv5].in .step-row[data-astro-cid-2whukpv5][data-step="1"]{transition-delay:.25s}#how-we-work[data-astro-cid-2whukpv5].in .step-row[data-astro-cid-2whukpv5][data-step="2"]{transition-delay:.35s}#how-we-work[data-astro-cid-2whukpv5].in .step-row[data-astro-cid-2whukpv5][data-step="3"]{transition-delay:.45s}#how-we-work[data-astro-cid-2whukpv5].in .step-row[data-astro-cid-2whukpv5][data-step="4"]{transition-delay:.55s}@media (prefers-reduced-motion:reduce){.pyramid-slice[data-astro-cid-2whukpv5],.connector-line[data-astro-cid-2whukpv5],.connector-dot[data-astro-cid-2whukpv5],.pyramid-icon[data-astro-cid-2whukpv5],.step-row[data-astro-cid-2whukpv5]{opacity:1!important;stroke-dashoffset:0!important;transition:none!important;transform:none!important}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-slice[data-astro-cid-2whukpv5]{opacity:.7!important}#how-we-work[data-astro-cid-2whukpv5].in .pyramid-slice[data-astro-cid-2whukpv5].active{opacity:1!important}}#programs[data-astro-cid-6riocnf6]{border-top:1px solid var(--border);background:#fafaf8}.prog-header[data-astro-cid-6riocnf6]{max-width:680px;margin-bottom:4rem}.prog-header[data-astro-cid-6riocnf6] .title[data-astro-cid-6riocnf6]{font-size:clamp(2.2rem,3.8vw,3.2rem);font-family:var(--serif);color:var(--dark);margin-top:.5rem;margin-bottom:1rem;font-weight:400}.prog-header[data-astro-cid-6riocnf6] .subtitle[data-astro-cid-6riocnf6]{font-family:var(--sans);color:var(--mid);margin-bottom:1.5rem;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:500;line-height:1.5}.prog-header[data-astro-cid-6riocnf6] .body[data-astro-cid-6riocnf6]{color:var(--mid);font-size:1rem;line-height:1.6}.prog-cards[data-astro-cid-6riocnf6]{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}@keyframes aurora-drift{0%{opacity:.18;transform:translate(-4%)scaleX(.9)rotate(-1.5deg)translateY(2%)}50%{opacity:.55;transform:translate(8%)scaleX(1.15)rotate(2deg)translateY(-2%)}to{opacity:.18;transform:translate(-4%)scaleX(.9)rotate(-1.5deg)translateY(2%)}}@keyframes aurora-pulse{0%,to{opacity:.12}50%{opacity:.55}}.prog-card[data-astro-cid-6riocnf6]{background:#0d0d10;border:1px solid #ed48232e;border-radius:20px;flex-direction:column;justify-content:space-between;padding:3rem 2.5rem;transition:border-color .4s,transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ed48230f,0 20px 60px #00000073}.prog-card[data-astro-cid-6riocnf6]:hover{border-color:#ed482373;transform:translateY(-6px);box-shadow:0 0 0 1px #ed482333,0 30px 80px #0000008c,0 0 60px #ed48231f}.prog-aurora-bg[data-astro-cid-6riocnf6]{z-index:0;pointer-events:none;filter:blur(35px);will-change:transform;position:absolute;inset:-30px;overflow:hidden}.prog-aurora-bg[data-astro-cid-6riocnf6]:before{content:"";background:radial-gradient(80% 60% at 50% 110%,#ed482338 0%,#0000 70%),radial-gradient(40% 30% at 20% 90%,#ff783c1f 0%,#0000 60%),radial-gradient(50% 40% at 80% 95%,#b4280a1a 0%,#0000 60%);animation:8s ease-in-out infinite aurora-pulse;position:absolute;inset:0}.aurora-beam[data-astro-cid-6riocnf6]{width:28%;height:130%;animation:aurora-drift var(--beam-dur,9s) var(--delay,0s) ease-in-out infinite;transform-origin:bottom;will-change:transform, opacity;border-radius:50% 50% 0 0/20% 20% 0 0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-10%}.aurora-beam-1[data-astro-cid-6riocnf6]{--beam-dur:6s;--delay:0s;background:linear-gradient(#0000 0%,#ffb46e38 50%,#ff783c73 100%);left:12%}.aurora-beam-2[data-astro-cid-6riocnf6]{--beam-dur:8s;--delay:3s;background:linear-gradient(#0000 0%,#ffeb962e 50%,#ffcd4b66 100%);width:22%;left:42%}.aurora-beam-3[data-astro-cid-6riocnf6]{--beam-dur:10s;--delay:5s;background:linear-gradient(#0000 0%,#ffaa782e 50%,#ff5f3c61 100%);width:30%;right:8%}.prog-card[data-astro-cid-6riocnf6]:hover .aurora-beam-1[data-astro-cid-6riocnf6]{opacity:.85}.prog-card[data-astro-cid-6riocnf6]:hover .aurora-beam-2[data-astro-cid-6riocnf6]{opacity:.75}.prog-card[data-astro-cid-6riocnf6]:hover .aurora-beam-3[data-astro-cid-6riocnf6]{opacity:.8}.prog-card-inner[data-astro-cid-6riocnf6]{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.prog-card-label[data-astro-cid-6riocnf6]{text-transform:uppercase;letter-spacing:.12em;color:#ff8c50f2;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:inline-block}.prog-card-title[data-astro-cid-6riocnf6]{font-family:var(--serif);color:#fffffff2;margin-bottom:1rem;font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:400}.prog-card-desc[data-astro-cid-6riocnf6]{color:#ffffff8c;flex-grow:1;margin-bottom:2.5rem;font-size:.98rem;line-height:1.6}@keyframes prog-shimmer{0%{background-position:-200%}to{background-position:200%}}.prog-cta-btn[data-astro-cid-6riocnf6]{background:linear-gradient(110deg, var(--orange) 0%, #f86240 40%, #ffd0b0 50%, #f86240 60%, var(--orange) 100%);font-family:var(--sans);color:var(--white);cursor:pointer;background-size:200%;border:1.5px solid #0000;border-radius:100px;align-self:flex-start;align-items:center;gap:.75rem;padding:.8rem 1.6rem;font-size:.9rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);animation:3s linear infinite prog-shimmer;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #ed482333}.prog-cta-btn[data-astro-cid-6riocnf6] svg[data-astro-cid-6riocnf6].arrow{width:16px;height:16px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.btn-text-wrapper[data-astro-cid-6riocnf6]{height:1.25em;line-height:1.25;display:inline-flex;position:relative;overflow:hidden}.char-wrapper[data-astro-cid-6riocnf6]{transition:transform .45s cubic-bezier(.76,0,.24,1);transition-delay:calc(var(--char-index) * 18ms);flex-direction:column;height:100%;display:inline-flex;position:relative}.char[data-astro-cid-6riocnf6]{display:inline-block}.char-secondary[data-astro-cid-6riocnf6]{color:#fff;position:absolute;top:100%;left:0}.prog-card[data-astro-cid-6riocnf6]:hover .prog-cta-btn[data-astro-cid-6riocnf6],.prog-cta-btn[data-astro-cid-6riocnf6]:hover{background:linear-gradient(110deg, var(--orange) 0%, #f86240 40%, #ffd0b0 50%, #f86240 60%, var(--orange) 100%);color:#fff;background-size:200%;border-color:#0000;transform:scale(1.04);box-shadow:0 12px 28px -6px #ed482366,0 4px 12px -4px #ed482340}.prog-card[data-astro-cid-6riocnf6]:hover .char-wrapper[data-astro-cid-6riocnf6],.prog-cta-btn[data-astro-cid-6riocnf6]:hover .char-wrapper[data-astro-cid-6riocnf6]{transform:translateY(-100%)}.prog-card[data-astro-cid-6riocnf6]:hover .prog-cta-btn[data-astro-cid-6riocnf6] svg[data-astro-cid-6riocnf6].arrow,.prog-cta-btn[data-astro-cid-6riocnf6]:hover svg[data-astro-cid-6riocnf6].arrow{transform:translate(5px)}.prog-modal[data-astro-cid-6riocnf6]{z-index:10000;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.prog-modal[data-astro-cid-6riocnf6].open{opacity:1;pointer-events:auto}.prog-modal-backdrop[data-astro-cid-6riocnf6]{-webkit-backdrop-filter:blur(10px);background:#0f0f0f73;position:absolute;inset:0}.prog-modal-content[data-astro-cid-6riocnf6]{z-index:2;background:#fff;border-radius:20px;flex-direction:column;width:92%;max-width:1180px;height:90vh;padding:2.2rem;transition:transform .3s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden;transform:scale(.96);box-shadow:0 32px 72px #00000038}.prog-modal[data-astro-cid-6riocnf6].open .prog-modal-content[data-astro-cid-6riocnf6]{transform:scale(1)}.prog-modal-close[data-astro-cid-6riocnf6]{cursor:pointer;color:#444;z-index:5;background:#f1efeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.5rem;font-weight:300;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.prog-modal-close[data-astro-cid-6riocnf6]:hover{background:var(--orange);color:#fff}.prog-modal-header[data-astro-cid-6riocnf6]{border-bottom:1px solid #11111114;margin-bottom:1.8rem;padding-bottom:1rem;padding-right:50px}.prog-modal-header[data-astro-cid-6riocnf6] .modal-title[data-astro-cid-6riocnf6]{font-family:var(--serif);color:var(--dark);margin-top:.3rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400}.prog-modal-body[data-astro-cid-6riocnf6]{flex:1;padding-right:6px;overflow-y:auto}.prog-modal-body[data-astro-cid-6riocnf6]::-webkit-scrollbar{width:6px}.prog-modal-body[data-astro-cid-6riocnf6]::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.advisory-grid[data-astro-cid-6riocnf6]{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-bottom:1rem;display:grid}.adv-plan-card[data-astro-cid-6riocnf6]{background:#fff;border:1px solid #dce0e6cc;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000005}.adv-plan-hdr[data-astro-cid-6riocnf6]{background:var(--plan-color);color:#fff;text-align:center;padding:1.8rem 1.25rem}.adv-plan-hdr[data-astro-cid-6riocnf6] h4[data-astro-cid-6riocnf6]{font-family:var(--sans);letter-spacing:-.01em;margin-bottom:.8rem;font-size:1.15rem;font-weight:700}.price-row[data-astro-cid-6riocnf6]{justify-content:center;align-items:baseline;display:flex}.price-row[data-astro-cid-6riocnf6] .currency[data-astro-cid-6riocnf6]{margin-right:.15rem;font-size:.85rem;font-weight:700}.price-row[data-astro-cid-6riocnf6] .amount[data-astro-cid-6riocnf6]{letter-spacing:-.03em;font-size:2.1rem;font-weight:800}.price-row[data-astro-cid-6riocnf6] .period[data-astro-cid-6riocnf6]{opacity:.85;margin-left:.2rem;font-size:.72rem}.adv-plan-body[data-astro-cid-6riocnf6]{flex-direction:column;gap:1.4rem;padding:1.6rem 1.4rem;font-size:.88rem;display:flex}.adv-section[data-astro-cid-6riocnf6] h5[data-astro-cid-6riocnf6]{color:var(--dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;font-size:.82rem;font-weight:700}.adv-section[data-astro-cid-6riocnf6] ul[data-astro-cid-6riocnf6]{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.adv-section[data-astro-cid-6riocnf6] ul[data-astro-cid-6riocnf6] li[data-astro-cid-6riocnf6]{color:var(--mid);padding-left:.85rem;line-height:1.4;position:relative}.adv-section[data-astro-cid-6riocnf6] ul[data-astro-cid-6riocnf6] li[data-astro-cid-6riocnf6]:before{content:"•";color:var(--plan-color);font-weight:700;position:absolute;left:0}.card-divider[data-astro-cid-6riocnf6]{border:none;border-top:1px solid #0000000f;margin:0}.modal-segment-tabs[data-astro-cid-6riocnf6]{border-bottom:1px solid #11111114;gap:6px;margin-bottom:1.8rem;padding-bottom:.8rem;display:flex}.segment-tab[data-astro-cid-6riocnf6]{font-family:var(--sans);color:#555;cursor:pointer;background:#f1efeb;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s}.segment-tab[data-astro-cid-6riocnf6].active{background:var(--dark);color:#fff}.segment-tab[data-astro-cid-6riocnf6]:hover:not(.active){background:#e7e5df}.inc-tab-pane[data-astro-cid-6riocnf6]{display:none}.inc-tab-pane[data-astro-cid-6riocnf6].active{animation:.3s ease-out accFade;display:block}.inc-pane-grid[data-astro-cid-6riocnf6]{grid-template-columns:4fr 7fr;gap:2.2rem;display:grid}.inc-details-col[data-astro-cid-6riocnf6]{flex-direction:column;gap:1.5rem;display:flex}.inc-track-card[data-astro-cid-6riocnf6]{color:#fff;background:#0f0f0f;border-radius:12px;padding:2rem 1.8rem}.inc-track-card[data-astro-cid-6riocnf6] h3[data-astro-cid-6riocnf6]{font-family:var(--sans);margin-bottom:.5rem;font-size:1.45rem;font-weight:700}.duration-badge[data-astro-cid-6riocnf6]{background:#ffffff26;border-radius:4px;margin-bottom:1.6rem;padding:.25rem .6rem;font-size:.78rem;font-weight:700;display:inline-block}.investment-box[data-astro-cid-6riocnf6]{border-top:1px solid #ffffff1f;margin-bottom:1.4rem;padding-top:1.2rem}.investment-box[data-astro-cid-6riocnf6] .inv-label[data-astro-cid-6riocnf6]{opacity:.7;text-transform:uppercase;margin-bottom:.3rem;font-size:.78rem;display:block}.investment-box[data-astro-cid-6riocnf6] .inv-price[data-astro-cid-6riocnf6]{letter-spacing:-.02em;color:#fff;font-size:2.2rem;font-weight:800}.net-cost-row[data-astro-cid-6riocnf6]{border-top:1px solid #ffffff1f;gap:1.25rem;padding-top:1.2rem;display:flex}.net-cost-item[data-astro-cid-6riocnf6]{flex:1}.net-cost-item[data-astro-cid-6riocnf6] span[data-astro-cid-6riocnf6]{opacity:.7;margin-bottom:.25rem;font-size:.72rem;display:block}.net-cost-item[data-astro-cid-6riocnf6] strong[data-astro-cid-6riocnf6]{color:var(--orange);font-size:1.05rem;font-weight:700}.inc-bullets-card[data-astro-cid-6riocnf6]{background:#fff;border:1px solid #dce0e6cc;border-radius:12px;padding:1.8rem 1.6rem}.inc-bullets-card[data-astro-cid-6riocnf6] h4[data-astro-cid-6riocnf6]{font-family:var(--sans);color:var(--dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.95rem;font-weight:700}.checkmark-list[data-astro-cid-6riocnf6]{flex-direction:column;gap:.75rem;margin:0;padding:0;font-size:.88rem;list-style:none;display:flex}.checkmark-list[data-astro-cid-6riocnf6] li[data-astro-cid-6riocnf6]{color:var(--mid);padding-left:1.45rem;line-height:1.4;position:relative}.checkmark-list[data-astro-cid-6riocnf6] li[data-astro-cid-6riocnf6]:before{content:"✓";color:var(--orange);font-size:1.05rem;font-weight:800;position:absolute;left:0}.inc-phases-col[data-astro-cid-6riocnf6] h4[data-astro-cid-6riocnf6]{font-family:var(--sans);color:var(--dark);margin-bottom:1.25rem;font-size:1.05rem;font-weight:700}.phases-stack[data-astro-cid-6riocnf6]{flex-direction:column;gap:.8rem;display:flex}.phase-accordion[data-astro-cid-6riocnf6]{background:#fff;border:1px solid #dce0e6cc;border-radius:10px;transition:all .3s;overflow:hidden}.phase-acc-header[data-astro-cid-6riocnf6]{cursor:pointer;user-select:none;justify-content:space-between;align-items:center;padding:1.2rem 1.4rem;transition:background .2s;display:flex}.phase-acc-header[data-astro-cid-6riocnf6]:hover{background:#f8f7f5}.phase-num[data-astro-cid-6riocnf6]{background:var(--dark);color:#fff;text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.72rem;font-weight:700}.phase-acc-header[data-astro-cid-6riocnf6] strong[data-astro-cid-6riocnf6]{color:var(--dark);flex:1;margin-left:1rem;font-size:.95rem}.phase-rebate[data-astro-cid-6riocnf6]{color:var(--orange);font-size:.85rem;font-weight:700}.phase-acc-body[data-astro-cid-6riocnf6]{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.phase-accordion[data-astro-cid-6riocnf6].open .phase-acc-body[data-astro-cid-6riocnf6]{max-height:500px}.phase-accordion[data-astro-cid-6riocnf6].open{border-color:#ed48234d;box-shadow:0 4px 16px #00000008}.phase-acc-inner[data-astro-cid-6riocnf6]{background:#fafaf8;border-top:1px solid #0000000d;flex-direction:column;gap:1.25rem;padding:1.4rem;font-size:.88rem;display:flex}.pane-sec[data-astro-cid-6riocnf6] h5[data-astro-cid-6riocnf6]{text-transform:uppercase;color:var(--dark);letter-spacing:.03em;margin-bottom:.5rem;font-size:.78rem;font-weight:700}.pane-sec[data-astro-cid-6riocnf6] ul[data-astro-cid-6riocnf6]{color:var(--mid);flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.pane-sec[data-astro-cid-6riocnf6] ul[data-astro-cid-6riocnf6] li[data-astro-cid-6riocnf6]{padding-left:.95rem;line-height:1.45;position:relative}.pane-sec[data-astro-cid-6riocnf6] ul[data-astro-cid-6riocnf6] li[data-astro-cid-6riocnf6]:before{content:"•";color:var(--orange);font-size:.9rem;font-weight:700;line-height:1.45;position:absolute;left:0}.milestone-txt[data-astro-cid-6riocnf6]{color:var(--mid);margin:0;line-height:1.5}.services-intro[data-astro-cid-6riocnf6]{text-align:center;max-width:600px;margin:.5rem auto 2.2rem}.services-intro[data-astro-cid-6riocnf6] h3[data-astro-cid-6riocnf6]{font-family:var(--serif);color:var(--dark);margin-bottom:.5rem;font-size:1.8rem;font-weight:400}.services-intro[data-astro-cid-6riocnf6] p[data-astro-cid-6riocnf6]{color:var(--mid);font-size:.95rem;line-height:1.5}.services-grid[data-astro-cid-6riocnf6]{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-bottom:1rem;display:grid}.service-card[data-astro-cid-6riocnf6]{background:#fff;border:1px solid #dce0e6b3;border-radius:12px;padding:2rem 1.6rem;position:relative;box-shadow:0 4px 16px #00000005}.service-num[data-astro-cid-6riocnf6]{background:var(--orange-t);width:32px;height:32px;color:var(--orange);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:.95rem;font-weight:800;display:flex}.service-card[data-astro-cid-6riocnf6] h4[data-astro-cid-6riocnf6]{font-family:var(--sans);color:var(--dark);margin-bottom:1rem;font-size:1.05rem;font-weight:700;line-height:1.35}.service-card[data-astro-cid-6riocnf6] ul[data-astro-cid-6riocnf6]{color:var(--mid);flex-direction:column;gap:.45rem;margin:0;padding-left:1.1rem;font-size:.85rem;display:flex}@keyframes accFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.advisory-grid[data-astro-cid-6riocnf6],.services-grid[data-astro-cid-6riocnf6]{grid-template-columns:repeat(2,1fr)}.inc-pane-grid[data-astro-cid-6riocnf6]{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.prog-cards[data-astro-cid-6riocnf6]{grid-template-columns:1fr;gap:1.8rem}.prog-card[data-astro-cid-6riocnf6]{padding:2.2rem 1.8rem}.prog-card-desc[data-astro-cid-6riocnf6]{margin-bottom:2rem}.prog-header[data-astro-cid-6riocnf6]{margin-bottom:2.5rem}}@media (width<=600px){.advisory-grid[data-astro-cid-6riocnf6],.services-grid[data-astro-cid-6riocnf6]{grid-template-columns:1fr}.prog-modal-content[data-astro-cid-6riocnf6]{border-radius:0;width:100%;height:100%;padding:1.5rem}.prog-modal-close[data-astro-cid-6riocnf6]{top:1rem;right:1rem}.modal-segment-tabs[data-astro-cid-6riocnf6]{flex-direction:column;gap:4px;margin-bottom:1.25rem}.segment-tab[data-astro-cid-6riocnf6]{text-align:center;width:100%}.inc-track-card[data-astro-cid-6riocnf6]{padding:1.5rem 1.25rem}.investment-box[data-astro-cid-6riocnf6] .inv-price[data-astro-cid-6riocnf6]{font-size:1.85rem}}.cta-form-wrapper[data-astro-cid-dybu6lt7]{max-width:680px;margin:3.5rem auto 0;position:relative}.cta-glow-bg[data-astro-cid-dybu6lt7]{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(circle,#ed482329 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute}.cta-glow-1[data-astro-cid-dybu6lt7]{top:-60px;left:-60px}.cta-glow-2[data-astro-cid-dybu6lt7]{bottom:-80px;right:-80px}.cta-form-container[data-astro-cid-dybu6lt7]{z-index:2;-webkit-backdrop-filter:blur(24px);background:#121212a6;border:1px solid #ffffff14;border-radius:20px;padding:3.5rem 3rem;position:relative;overflow:hidden;box-shadow:0 30px 60px #0006,inset 0 1px #ffffff14}.cta-form-container[data-astro-cid-dybu6lt7]:before{content:"";background:linear-gradient(90deg,#0000,#ed4823 50%,#0000);width:100%;height:2px;position:absolute;top:0;left:0}.cta-form[data-astro-cid-dybu6lt7]{flex-direction:column;gap:2.2rem;display:flex}.cta-form-grid[data-astro-cid-dybu6lt7]{text-align:left;grid-template-columns:repeat(2,1fr);gap:1.75rem 1.5rem;display:grid}.cta-form-group[data-astro-cid-dybu6lt7]{flex-direction:column;align-items:flex-start;gap:.65rem;display:flex}.cta-full-width[data-astro-cid-dybu6lt7]{grid-column:span 2}.cta-label[data-astro-cid-dybu6lt7]{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:6px;font-size:.68rem;font-weight:700;transition:color .3s;display:flex}.cta-form-group[data-astro-cid-dybu6lt7]:focus-within .cta-label[data-astro-cid-dybu6lt7]{color:#ed4823}.cta-label[data-astro-cid-dybu6lt7]:after{content:"";background:#fff3;border-radius:50%;width:4px;height:4px;transition:all .3s;display:inline-block}.cta-form-group[data-astro-cid-dybu6lt7]:focus-within .cta-label[data-astro-cid-dybu6lt7]:after{background:#ed4823;transform:scale(1.3)}.cta-input[data-astro-cid-dybu6lt7],.cta-select[data-astro-cid-dybu6lt7]{color:#fff;width:100%;font-family:var(--sans);box-sizing:border-box;background:#ffffff08;border:1.5px solid #ffffff1a;border-radius:8px;padding:1.05rem 1.25rem;font-size:.95rem;transition:all .3s cubic-bezier(.2,.8,.2,1)}.cta-input[data-astro-cid-dybu6lt7]::placeholder{color:#ffffff40}.cta-input[data-astro-cid-dybu6lt7]:hover,.cta-select[data-astro-cid-dybu6lt7]:hover{background:#ffffff0d;border-color:#fff3}.cta-input[data-astro-cid-dybu6lt7]:focus,.cta-select[data-astro-cid-dybu6lt7]:focus{background:#ffffff0f;border-color:#ed4823;outline:none;box-shadow:0 0 16px #ed482326,inset 0 1px #ffffff03}.cta-select-wrapper[data-astro-cid-dybu6lt7]{width:100%;position:relative}.cta-select[data-astro-cid-dybu6lt7]{appearance:none;cursor:pointer;padding-right:3rem}.cta-select-wrapper[data-astro-cid-dybu6lt7]:after{content:"";pointer-events:none;border-bottom:2px solid #ffffff80;border-right:2px solid #ffffff80;width:7px;height:7px;transition:all .3s;position:absolute;top:50%;right:1.25rem;transform:translateY(-70%)rotate(45deg)}.cta-select-wrapper[data-astro-cid-dybu6lt7]:focus-within:after{border-color:#ed4823;transform:translateY(-30%)rotate(-135deg)}.cta-submit-btn[data-astro-cid-dybu6lt7]{font-family:var(--sans);letter-spacing:.06em;text-transform:uppercase;color:#fff;cursor:pointer;background:linear-gradient(110deg,#ed4823 0%,#f86240 35%,#ffe1cc 48%,#f86240 60%,#ed4823 100%) 0 0/200%;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-top:.5rem;padding:1.25rem 2.5rem;font-size:1.02rem;font-weight:800;transition:all .35s cubic-bezier(.2,.8,.2,1);animation:3.5s linear infinite cta-shimmer;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #ed482359,inset 0 1px #fff3}.cta-submit-btn[data-astro-cid-dybu6lt7]:after{content:"→";font-size:1.15rem;line-height:1;transition:transform .3s cubic-bezier(.2,.8,.2,1);display:inline-block}.cta-submit-btn[data-astro-cid-dybu6lt7]:hover{filter:brightness(1.08);transform:translateY(-4px);box-shadow:0 16px 40px #ed482373,inset 0 1px #ffffff4d}.cta-submit-btn[data-astro-cid-dybu6lt7]:hover:after{transform:translate(5px)}.cta-submit-btn[data-astro-cid-dybu6lt7]:active{transform:translateY(-1px);box-shadow:0 8px 20px #ed482359}@keyframes cta-shimmer{0%{background-position:-200%}to{background-position:200%}}.cta-select[data-astro-cid-dybu6lt7] option[data-astro-cid-dybu6lt7]{color:#fff;background:#151515;padding:12px}@media (width<=768px){.cta-form-grid[data-astro-cid-dybu6lt7]{grid-template-columns:1fr;gap:1.5rem}.cta-full-width[data-astro-cid-dybu6lt7]{grid-column:span 1}.cta-form-container[data-astro-cid-dybu6lt7]{padding:2.5rem 1.75rem}.cta-submit-btn[data-astro-cid-dybu6lt7]{width:100%}}.cta-form-status[data-astro-cid-dybu6lt7]{text-align:center;color:#ffb4a3;min-height:1.2em;margin-top:.9rem;font-size:.82rem}.cta-toast[data-astro-cid-dybu6lt7]{z-index:1200;-webkit-backdrop-filter:blur(12px);background:#151515eb;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:.9rem;max-width:340px;padding:1rem 1.25rem;transition:opacity .35s,transform .35s;animation:.45s cubic-bezier(.2,1.2,.35,1) both cta-toast-pop;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 20px 50px #00000080}.cta-toast[data-astro-cid-dybu6lt7][hidden]{display:none}.cta-toast[data-astro-cid-dybu6lt7].cta-toast-out{opacity:0;transform:translateY(12px)}@keyframes cta-toast-pop{0%{opacity:0;transform:translateY(20px)scale(.85)}to{opacity:1;transform:none}}@media (width<=767px){.cta-toast[data-astro-cid-dybu6lt7]{max-width:none;bottom:16px;left:16px;right:16px}}.cta-toast-icon[data-astro-cid-dybu6lt7]{color:#ed4823;text-align:center;background:#ed482326;border:1.5px solid #ed4823;border-radius:50%;flex:0 0 38px;height:38px;font-size:1rem;line-height:35px}.cta-toast[data-astro-cid-dybu6lt7] strong[data-astro-cid-dybu6lt7]{color:#fff;margin-bottom:2px;font-size:.9rem;display:block}.cta-toast[data-astro-cid-dybu6lt7] p[data-astro-cid-dybu6lt7]{color:#fff9;font-size:.78rem;line-height:1.45}.footer-contacts[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}@media (width<=1024px){.site-footer[data-astro-cid-jo6i4kqk]{text-align:center;flex-direction:column;align-items:center;gap:1.8rem;padding:2.5rem 1.5rem}}
