:root{--header-height:80px;--header-bg:#ffffffb8;--header-border:#00000012;--header-shadow:0 2px 20px #0000000f;--nav-link-color:#2d2d2d;--nav-link-hover-color:var(--primary,#ff6a3a);--nav-link-active-color:var(--primary,#ff6a3a);--nav-link-font-size:.875rem;--nav-link-font-weight:600;--dropdown-bg:#fff;--dropdown-border:#00000014;--dropdown-shadow:0 8px 32px #0000001f;--dropdown-radius:14px;--dropdown-min-width:240px;--mega-bg:#fff;--mega-border:#00000012;--mega-shadow:0 12px 40px #0000001a;--btn-primary-bg:var(--primary,#ff6a3a);--btn-primary-color:#fff;--btn-primary-radius:10px;--transition-fast:.18s cubic-bezier(.4, 0, .2, 1);--transition-menu:.22s cubic-bezier(.4, 0, .2, 1)}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.header-topbar{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#0b2138;border-bottom:1px solid #ff6a3a4d;align-items:center;padding:7px 0;font-size:.75rem;font-weight:700;display:flex;position:relative;overflow:hidden}.marquee-track{white-space:nowrap;will-change:transform;width:max-content;animation:22s linear infinite marqueeScroll;display:flex}.header-topbar:hover .marquee-track{animation-play-state:paused}.marquee-content{align-items:center;gap:1.8rem;padding-right:1.8rem;display:flex}.marquee-separator{color:#ff6a3a;font-size:.9rem;display:inline-block}.marquee-star{color:#ffe066;font-size:.9rem}@keyframes marqueeScroll{0%{transform:translate(0%)}to{transform:translate(-50%)}}.site-header{z-index:1000;background:var(--header-bg);width:100%;box-shadow:var(--header-shadow);-webkit-backdrop-filter:blur(16px);position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:2rem;max-width:100%;margin:0 auto;padding:10px 2rem;display:flex}.site-header__logo{flex-shrink:0;text-decoration:none}.site-header__logo-text{letter-spacing:-.03em;background:linear-gradient(135deg, #1a1a1a 0%, var(--primary,#ff6a3a) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:900}.site-header__nav{flex:1;justify-content:center;display:flex}.site-header__menu{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{position:relative}.nav-item--has-megamenu{position:static}.nav-link{font-size:var(--nav-link-font-size);font-weight:var(--nav-link-font-weight);color:var(--nav-link-color);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:.3rem;padding:.45rem .9rem;text-decoration:none;display:inline-flex}.nav-link:hover{color:var(--nav-link-hover-color);background:#ff6a3a0f}.nav-link--active,.nav-link--trigger[aria-expanded=true]{color:var(--nav-link-active-color);background:#ff6a3a14}.nav-link--page-active{color:var(--nav-link-active-color);isolation:isolate;background:0 0;position:relative}.nav-link--page-active:before{content:"";background:conic-gradient(from var(--angle), transparent 10%, var(--primary,#ff6a3a) 30%, #ffb347 50%, var(--primary,#ff6a3a) 70%, transparent 90%);z-index:-1;-webkit-mask-composite:xor;border-radius:10px;padding:2px;animation:2.8s linear infinite nav-active-spin;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.nav-link--page-active:after{content:"";background:conic-gradient(from var(--angle), transparent 10%, var(--primary,#ff6a3a) 30%, #ffb347 50%, var(--primary,#ff6a3a) 70%, transparent 90%);filter:blur(7px);opacity:.55;z-index:-2;border-radius:12px;animation:2.8s linear infinite nav-active-spin;position:absolute;inset:-4px}@keyframes nav-active-spin{to{--angle:360deg}}.nav-link--page-active.nav-link--active{color:var(--nav-link-active-color)}.nav-link--page-active:hover:after{opacity:.75;filter:blur(9px)}.nav-chevron{width:10px;height:10px;transition:transform var(--transition-fast);border-bottom:2px solid;border-right:2px solid;display:inline-block;transform:rotate(45deg)translateY(-2px)}.nav-chevron--up{transform:rotate(-135deg)translateY(-2px)}.dropdown-menu{min-width:var(--dropdown-min-width);background:var(--dropdown-bg);border:1px solid var(--dropdown-border);border-radius:var(--dropdown-radius);box-shadow:var(--dropdown-shadow);z-index:1100;opacity:0;pointer-events:none;transition:opacity var(--transition-menu), transform var(--transition-menu);padding:.5rem;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(-6px)}.dropdown-menu--open{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.dropdown-item{color:var(--nav-link-color);transition:background var(--transition-fast), color var(--transition-fast);border-radius:8px;flex-direction:column;gap:2px;padding:.6rem .85rem;text-decoration:none;display:flex}.dropdown-item:hover{color:var(--nav-link-hover-color);background:#ff6a3a0f}.dropdown-item__icon{align-items:center;display:flex}.dropdown-item__label{font-size:.875rem;font-weight:600;line-height:1.3}.dropdown-item__desc{color:#888;font-size:.75rem;font-weight:400;line-height:1.4}.mega-menu-panel{background:var(--mega-bg);border-top:1px solid var(--mega-border);border-bottom:1px solid var(--mega-border);width:100%;box-shadow:var(--mega-shadow);z-index:1050;opacity:0;pointer-events:none;transition:opacity var(--transition-menu), transform var(--transition-menu);position:absolute;top:100%;left:0;right:0;overflow:hidden;transform:translateY(-8px)}.mega-menu-panel--open{opacity:1;pointer-events:auto;transform:translateY(0)}.mega-menu-inner{max-width:1400px;margin:0 auto;padding:2rem}.mega-menu-backdrop{z-index:1040;cursor:default;background:0 0;position:fixed;inset:0}.site-header__actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.btn{border-radius:var(--btn-primary-radius);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex}.btn--ghost{color:var(--nav-link-color);background:0 0;border:1.5px solid #0000001f}.btn--ghost:hover{background:#0000000a;border-color:#00000038}.btn--primary{background:var(--btn-primary-bg);color:var(--btn-primary-color);box-shadow:0 2px 12px #ff6a3a4d}.btn--primary:hover{background:#e8541e;transform:translateY(-1px);box-shadow:0 4px 18px #ff6a3a73}.btn--primary:active{transform:translateY(0)}.mega-demo{justify-content:center;align-items:center;min-height:140px;display:flex}.mega-demo__hint{color:#888;text-align:center;font-size:.9rem;line-height:1.7}.mega-demo__hint code{color:var(--primary,#ff6a3a);background:#ff6a3a1a;border-radius:4px;padding:.1em .4em;font-size:.85em}.mobile-menu-btn,.mobile-overlay{display:none}@media (max-width:992px){.site-header__inner{padding:10px 1.5rem}.site-header__nav,.site-header__actions{display:none}.mobile-menu-btn{cursor:pointer;z-index:1001;touch-action:manipulation;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:flex}.mobile-menu-btn span{background-color:var(--nav-link-color,#2d2d2d);width:22px;height:2px;transition:transform var(--transition-fast), opacity var(--transition-fast);border-radius:2px;display:block}.mobile-overlay{-webkit-backdrop-filter:blur(20px);z-index:9999;box-sizing:border-box;background:#fffffffa;flex-direction:column;width:100vw;height:100vh;padding:1.5rem 2rem 3rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.mobile-overlay__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:3.5rem;display:flex}.mobile-close-btn{cursor:pointer;color:var(--nav-link-color,#2d2d2d);transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.mobile-close-btn:hover{color:var(--primary,#ff6a3a)}.mobile-overlay__nav{flex-grow:1;align-items:flex-start;width:100%;margin-bottom:3rem;display:flex}.mobile-overlay__menu{text-align:left;flex-direction:column;gap:2.25rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.mobile-overlay__item{width:100%}.mobile-overlay__link,.mobile-overlay__link-heading{font-family:var(--font-unbounded), sans-serif;color:#111;text-transform:uppercase;letter-spacing:-.04em;transition:color var(--transition-fast);font-size:clamp(1.8rem,5vw,2.5rem);font-weight:900;line-height:1.1;text-decoration:none;display:block}.mobile-overlay__link:hover{color:var(--primary,#ff6a3a)}.mobile-overlay__sub{flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:.8rem;padding-left:.2rem;display:flex}.mobile-overlay__sub-link{font-family:var(--font-geist-sans), sans-serif;color:#0000008c;transition:color var(--transition-fast);font-size:1rem;font-weight:600;text-decoration:none}.mobile-overlay__sub-link:hover{color:var(--primary,#ff6a3a)}.mobile-overlay__actions{flex-direction:column;gap:1rem;width:100%;margin-top:auto;display:flex}.mobile-overlay__actions .btn{box-sizing:border-box;justify-content:center;width:100%;padding:1.1rem;font-size:1rem}}.call-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background-color:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.call-modal-container{color:#fff;text-align:center;background-color:#121212;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:480px;padding:3rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.call-modal__close{color:#8c8c8c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.call-modal__close:hover{color:#fff;background-color:#ffffff0d}.call-modal__badge{color:var(--primary,#ff6a3a);font-family:var(--font-unbounded), sans-serif;letter-spacing:.05em;text-transform:uppercase;background-color:#ff6a3a26;border-radius:20px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 14px;font-size:.65rem;font-weight:800;display:inline-flex}.call-modal__title{font-family:var(--font-unbounded), sans-serif;letter-spacing:-.02em;margin:0 0 1rem;font-size:1.8rem;font-weight:900}.call-modal__desc{font-family:var(--font-geist-sans), sans-serif;color:#a0a0a0;margin:0 0 2.25rem;font-size:.95rem;line-height:1.6}.call-modal__details{text-align:left;background-color:#ffffff08;border:1px solid #ffffff0a;border-radius:16px;flex-direction:column;gap:1.25rem;margin-bottom:2.25rem;padding:1.75rem;display:flex}.call-modal__detail-item{flex-direction:column;gap:4px;display:flex}.call-modal__detail-label{font-family:var(--font-geist-sans), sans-serif;color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.call-modal__detail-val{font-family:var(--font-unbounded), sans-serif;color:#fff;font-size:1.05rem;font-weight:800}.call-modal__detail-val-sub{font-family:var(--font-geist-sans), sans-serif;color:#a0a0a0;font-size:.88rem}.call-modal__dial-btn{background-color:var(--primary,#ff6a3a);color:#fff;width:100%;font-family:var(--font-geist-sans), sans-serif;border:none;border-radius:40px;justify-content:center;align-items:center;gap:10px;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #ff6a3a33}.call-modal__dial-btn:hover{color:#0c0c0c;background-color:#fff;transform:translateY(-2px);box-shadow:0 15px 30px #fff3}.call-modal__dial-btn svg{fill:currentColor;width:18px;height:18px}
.CtaBanner-module__yyNStG__section{text-align:center;background-color:#000;flex-direction:column;justify-content:center;align-items:center;padding:clamp(5rem,10vw,8rem) clamp(2rem,5vw,5rem);display:flex;position:relative;overflow:hidden}.CtaBanner-module__yyNStG__heading{font-family:var(--font-unbounded), "Arial Black", sans-serif;letter-spacing:-.04em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.2rem;margin:0 0 3.5rem;font-size:clamp(2.6rem,7.5vw,6.8rem);font-weight:900;line-height:1.1;display:flex}.CtaBanner-module__yyNStG__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem clamp(1rem,2vw,2.5rem);display:flex}.CtaBanner-module__yyNStG__textWhite{color:#fff}.CtaBanner-module__yyNStG__textPurple{color:#d7c9ff}.CtaBanner-module__yyNStG__badgeContainer{vertical-align:middle;justify-content:center;align-items:center;width:clamp(75px,9.5vw,130px);height:clamp(75px,9.5vw,130px);margin:0 .2rem;display:inline-flex;position:relative}.CtaBanner-module__yyNStG__badge{width:100%;height:100%;animation:16s linear infinite CtaBanner-module__yyNStG__spin}@keyframes CtaBanner-module__yyNStG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CtaBanner-module__yyNStG__ctaBtn{color:#000;font-family:var(--font-geist-sans), sans-serif;cursor:pointer;background-color:#fff;border:none;border-radius:40px;align-items:center;gap:1.25rem;padding:.65rem .65rem .65rem 2.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s cubic-bezier(.25,1,.5,1);display:inline-flex;box-shadow:0 10px 25px #00000026}.CtaBanner-module__yyNStG__ctaBtn:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00000040}.CtaBanner-module__yyNStG__arrowCircle{color:#fff;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .3s;display:flex}.CtaBanner-module__yyNStG__ctaBtn:hover .CtaBanner-module__yyNStG__arrowCircle{transform:rotate(45deg)}.CtaBanner-module__yyNStG__arrowSvg{fill:none;stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}@media (max-width:768px){.CtaBanner-module__yyNStG__heading{margin-bottom:2.5rem}.CtaBanner-module__yyNStG__ctaBtn{padding:.55rem .55rem .55rem 1.75rem}.CtaBanner-module__yyNStG__arrowCircle{width:32px;height:32px}}
.AgencyStatsSection-module__fiGAQa__section{color:#fff;box-sizing:border-box;background-color:#0c0c0c;width:100%;padding:8rem 2rem}.AgencyStatsSection-module__fiGAQa__container{flex-direction:column;gap:7rem;max-width:1400px;margin:0 auto;display:flex}.AgencyStatsSection-module__fiGAQa__topRow{justify-content:space-between;gap:3rem;width:100%;display:flex}.AgencyStatsSection-module__fiGAQa__tagCol{flex:.35}.AgencyStatsSection-module__fiGAQa__tagline{font-family:var(--font-unbounded), sans-serif;color:#888;letter-spacing:.05em;font-size:.78rem;font-weight:700;display:inline-block}.AgencyStatsSection-module__fiGAQa__titleCol{flex:1.65}.AgencyStatsSection-module__fiGAQa__title{font-family:var(--font-unbounded), sans-serif;color:#fff;letter-spacing:-.025em;text-align:left;margin:0;font-size:clamp(2rem,3.8vw,3.4rem);font-weight:900;line-height:1.25}.AgencyStatsSection-module__fiGAQa__italicText{font-family:var(--font-playfair), serif;text-transform:none;font-style:italic;font-weight:500}.AgencyStatsSection-module__fiGAQa__getStartedBtn{color:#fff;font-family:var(--font-geist-sans), sans-serif;vertical-align:middle;background-color:#0000;border:1px solid #ffffff40;border-radius:30px;justify-content:center;align-items:center;gap:12px;margin-left:1.5rem;padding:10px 24px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,1,.5,1);display:inline-flex}.AgencyStatsSection-module__fiGAQa__getStartedBtn:hover{color:#0c0c0c;background-color:#fff;border-color:#fff}.AgencyStatsSection-module__fiGAQa__btnArrowWrapper{background-color:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .3s;display:flex}.AgencyStatsSection-module__fiGAQa__getStartedBtn:hover .AgencyStatsSection-module__fiGAQa__btnArrowWrapper{background-color:#00000014}.AgencyStatsSection-module__fiGAQa__btnArrow{stroke:currentColor;width:14px;height:14px}.AgencyStatsSection-module__fiGAQa__middleRow{justify-content:space-between;align-items:flex-start;gap:4rem;width:100%;display:flex}.AgencyStatsSection-module__fiGAQa__midLeftCol{flex-direction:column;flex:1;align-items:flex-start;gap:1.5rem;display:flex}.AgencyStatsSection-module__fiGAQa__numContainer{align-items:flex-start;line-height:1;display:flex}.AgencyStatsSection-module__fiGAQa__giantNum{font-family:var(--font-unbounded), sans-serif;color:#fff;letter-spacing:-.04em;font-size:clamp(6rem,11vw,11rem);font-weight:900;line-height:.9}.AgencyStatsSection-module__fiGAQa__superscript{font-family:var(--font-unbounded), sans-serif;color:#fff;vertical-align:super;margin-left:.5rem;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:900;line-height:1}.AgencyStatsSection-module__fiGAQa__midLabel{font-family:var(--font-geist-sans), sans-serif;color:#a0a0a0;text-align:left;max-width:320px;margin:0;font-size:clamp(.9rem,1.1vw,1.1rem);font-weight:600;line-height:1.5}.AgencyStatsSection-module__fiGAQa__midDivider{background-color:#ffffff14;align-self:center;width:1px;height:180px}.AgencyStatsSection-module__fiGAQa__midRightCol{flex-direction:column;flex:1;align-items:flex-start;gap:3.5rem;display:flex}.AgencyStatsSection-module__fiGAQa__midDesc{font-family:var(--font-geist-sans), sans-serif;color:#8c8c8c;text-align:left;max-width:520px;margin:0;font-size:clamp(.95rem,1.2vw,1.15rem);line-height:1.7}.AgencyStatsSection-module__fiGAQa__arrowWrapper{color:#ffffff59;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex}.AgencyStatsSection-module__fiGAQa__arrowWrapper:hover{border-color:var(--primary,#ff6a3a);color:var(--primary,#ff6a3a);transform:rotate(45deg)scale(1.05)}.AgencyStatsSection-module__fiGAQa__diagonalArrow{width:38px;height:38px}.AgencyStatsSection-module__fiGAQa__bottomRow{border-top:1px solid #ffffff14;justify-content:space-between;gap:2rem;width:100%;padding-top:5rem;display:flex}.AgencyStatsSection-module__fiGAQa__statBlock{flex-direction:column;align-items:flex-start;display:flex}.AgencyStatsSection-module__fiGAQa__bottomNum{font-family:var(--font-unbounded), sans-serif;color:#fff;letter-spacing:-.04em;text-shadow:0 0 45px #ffffff24;font-size:clamp(3.5rem,6.2vw,6.2rem);font-weight:900;line-height:1}.AgencyStatsSection-module__fiGAQa__bottomLabel{font-family:var(--font-geist-sans), sans-serif;color:#555;text-transform:uppercase;letter-spacing:.08em;margin-top:.85rem;font-size:.76rem;font-weight:700}@media (max-width:992px){.AgencyStatsSection-module__fiGAQa__section{padding:6rem 1.5rem}.AgencyStatsSection-module__fiGAQa__topRow{flex-direction:column;gap:1.5rem}.AgencyStatsSection-module__fiGAQa__middleRow{flex-direction:column;gap:3rem}.AgencyStatsSection-module__fiGAQa__midDivider{display:none}.AgencyStatsSection-module__fiGAQa__bottomRow{flex-wrap:wrap;gap:3rem}.AgencyStatsSection-module__fiGAQa__statBlock{width:calc(50% - 1.5rem)}}@media (max-width:576px){.AgencyStatsSection-module__fiGAQa__statBlock{width:100%}.AgencyStatsSection-module__fiGAQa__getStartedBtn{max-width:180px;margin-top:1.5rem;margin-left:0;display:flex}}
.DualToneHeading-module__oFaYYG__heading{font-family:var(--font-unbounded), "Arial Black", sans-serif;letter-spacing:-.03em;margin:0;font-size:clamp(2rem,5.5vw,6rem);font-weight:800;line-height:1.05;display:block}.DualToneHeading-module__oFaYYG__segment{transition:color .3s;display:inline}
.StepCard-module__ctjU1G__card{background:#fff;border:1px solid #e4e4e4;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:240px;padding:1.5rem 1.75rem 1.75rem;transition:box-shadow .3s,transform .3s;display:flex}.StepCard-module__ctjU1G__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014}.StepCard-module__ctjU1G__top{justify-content:space-between;align-items:flex-start;display:flex}.StepCard-module__ctjU1G__label{font-family:var(--font-geist-sans), sans-serif;letter-spacing:.06em;color:#999;padding-top:.2rem;font-size:.68rem;font-weight:500}.StepCard-module__ctjU1G__ghost{font-family:var(--font-unbounded), "Arial Black", sans-serif;letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1.5px #ccc;text-stroke:1.5px #ccc;-webkit-user-select:none;user-select:none;font-size:clamp(3.5rem,7vw,5.5rem);font-weight:900;line-height:1;transition:color .3s,-webkit-text-stroke-color .3s,text-stroke-color .3s}.StepCard-module__ctjU1G__card:hover .StepCard-module__ctjU1G__ghost{color:var(--color-primary);-webkit-text-stroke-color:var(--color-primary);text-stroke-color:var(--color-primary)}.StepCard-module__ctjU1G__body{flex-direction:column;gap:.55rem;display:flex}.StepCard-module__ctjU1G__title{font-family:var(--font-unbounded), "Arial Black", sans-serif;color:#111;letter-spacing:-.02em;margin:0;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:800;line-height:1.2}.StepCard-module__ctjU1G__desc{font-family:var(--font-geist-sans), sans-serif;color:#777;margin:0;font-size:.8rem;font-weight:400;line-height:1.7}
.contact-module__swMWYG__submitBtn{background-color:var(--primary,#ff6a3a);color:#fff;width:100%;min-height:60px;font-family:var(--font-geist-sans), sans-serif;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;transition:background-color .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.contact-module__swMWYG__submitBtnDisabled{cursor:not-allowed;background-color:#1e1e1e;border:1px solid #ffffff14}.contact-module__swMWYG__btnText{transition:all .3s;display:inline-block}.contact-module__swMWYG__textOut{animation:.4s cubic-bezier(.25,1,.5,1) forwards contact-module__swMWYG__slideUpOut}.contact-module__swMWYG__textIn{animation:.4s cubic-bezier(.25,1,.5,1) forwards contact-module__swMWYG__slideUpIn}.contact-module__swMWYG__shake{animation:.45s cubic-bezier(.36,.07,.19,.97) both contact-module__swMWYG__wiggle}.contact-module__swMWYG__circleContainer{pointer-events:none;position:absolute;inset:0;overflow:hidden}.contact-module__swMWYG__circle{opacity:0;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.contact-module__swMWYG__circle1{background-color:#ffe066;width:40px;height:40px;animation:.8s cubic-bezier(.25,1,.5,1) infinite contact-module__swMWYG__scaleInCircle}.contact-module__swMWYG__circle2{background-color:#d7c9ff;width:50px;height:50px;animation:.8s cubic-bezier(.25,1,.5,1) .25s infinite contact-module__swMWYG__scaleInCircle}.contact-module__swMWYG__circle3{background-color:#ff6a3a;width:60px;height:60px;animation:.8s cubic-bezier(.25,1,.5,1) .45s infinite contact-module__swMWYG__scaleInCircle}.contact-module__swMWYG__tickContainer{justify-content:center;align-items:center;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards contact-module__swMWYG__popInTick;display:flex;position:absolute}.contact-module__swMWYG__tickSvg{fill:none;stroke:#4ade80;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}@keyframes contact-module__swMWYG__slideUpOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes contact-module__swMWYG__slideUpIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-module__swMWYG__wiggle{10%,90%{transform:translate(-2px)}20%,80%{transform:translate(3px)}30%,50%,70%{transform:translate(-5px)}40%,60%{transform:translate(5px)}}@keyframes contact-module__swMWYG__scaleInCircle{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}20%{opacity:.85}to{opacity:0;transform:translate(-50%,-50%)scale(4.5)}}@keyframes contact-module__swMWYG__popInTick{0%{opacity:0;transform:scale(0)rotate(-15deg)}to{opacity:1;transform:scale(1)rotate(0)}}
.portfolio-detail-module__83FGNW__container{width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem 5rem}.portfolio-detail-module__83FGNW__hero{margin-bottom:3rem}.portfolio-detail-module__83FGNW__tagline{font-family:var(--font-unbounded), sans-serif;color:var(--primary,#ff6a3a);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;font-size:clamp(.75rem,1vw,.88rem);font-weight:800;display:block}.portfolio-detail-module__83FGNW__imageHero{aspect-ratio:16/9;background-position:50%;background-size:cover;border-radius:24px;width:100%;margin-bottom:5rem;position:relative;overflow:hidden;box-shadow:0 15px 45px #0000001f}.portfolio-detail-module__83FGNW__imageOverlay{background:linear-gradient(#0000 0%,#0006 100%);position:absolute;inset:0}.portfolio-detail-module__83FGNW__splitSection{grid-template-columns:32% 1fr;align-items:flex-start;gap:5rem;margin-bottom:6rem;display:grid}.portfolio-detail-module__83FGNW__sidebar{border-top:2px solid #e4e4e4;flex-direction:column;gap:2rem;padding-top:2rem;display:flex}.portfolio-detail-module__83FGNW__metaItem{flex-direction:column;gap:.5rem;display:flex}.portfolio-detail-module__83FGNW__sidebarTitle{font-family:var(--font-unbounded), sans-serif;color:#999;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:800}.portfolio-detail-module__83FGNW__sidebarValue{font-family:var(--font-geist-sans), sans-serif;color:#111;font-size:1rem;font-weight:600}.portfolio-detail-module__83FGNW__deliverableList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.portfolio-detail-module__83FGNW__deliverableItem{font-family:var(--font-geist-sans), sans-serif;color:#555;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.portfolio-detail-module__83FGNW__deliverableItem:before{content:"•";color:var(--primary,#ff6a3a);font-weight:700}.portfolio-detail-module__83FGNW__mainContent{flex-direction:column;gap:3.5rem;display:flex}.portfolio-detail-module__83FGNW__contentBlock{flex-direction:column;gap:1rem;display:flex}.portfolio-detail-module__83FGNW__contentLabel{font-family:var(--font-unbounded), sans-serif;color:var(--primary,#ff6a3a);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:800}.portfolio-detail-module__83FGNW__contentText{font-family:var(--font-geist-sans), sans-serif;color:#222;margin:0;font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.75}.portfolio-detail-module__83FGNW__resultsSection{background-color:#f5f5f5;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;padding:6rem 2rem}.portfolio-detail-module__83FGNW__resultsGrid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1400px;margin:0 auto;display:grid}.portfolio-detail-module__83FGNW__resultCard{text-align:center;flex-direction:column;gap:.5rem;display:flex}.portfolio-detail-module__83FGNW__resultNumber{font-family:var(--font-unbounded), sans-serif;color:#111;letter-spacing:-.04em;margin:0;font-size:clamp(2.5rem,5vw,5rem);font-weight:900;line-height:1}.portfolio-detail-module__83FGNW__resultLabel{font-family:var(--font-geist-sans), sans-serif;text-transform:uppercase;color:#666;letter-spacing:.05em;font-size:.88rem;font-weight:700}.portfolio-detail-module__83FGNW__nextProjectSection{text-align:center;background-color:#fff;padding:8rem 2rem}.portfolio-detail-module__83FGNW__nextTag{font-family:var(--font-unbounded), sans-serif;color:#999;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.8rem;font-weight:800;display:block}.portfolio-detail-module__83FGNW__nextLink{font-family:var(--font-unbounded), sans-serif;color:#111;letter-spacing:-.03em;align-items:center;gap:1.5rem;font-size:clamp(2rem,4.5vw,4.5rem);font-weight:900;text-decoration:none;transition:color .3s,transform .3s;display:inline-flex}.portfolio-detail-module__83FGNW__nextLink:hover{color:var(--primary,#ff6a3a);transform:translateY(-4px)}.portfolio-detail-module__83FGNW__nextArrow{transition:transform .3s}.portfolio-detail-module__83FGNW__nextLink:hover .portfolio-detail-module__83FGNW__nextArrow{transform:translate(12px)}@media (max-width:992px){.portfolio-detail-module__83FGNW__splitSection{grid-template-columns:1fr;gap:3.5rem}.portfolio-detail-module__83FGNW__sidebar{flex-flow:wrap;gap:3rem}}@media (max-width:768px){.portfolio-detail-module__83FGNW__resultsGrid{grid-template-columns:1fr;gap:3rem}.portfolio-detail-module__83FGNW__sidebar{flex-direction:column;gap:2rem}.portfolio-detail-module__83FGNW__nextProjectSection{padding:5rem 1.5rem}.portfolio-detail-module__83FGNW__resultsSection{padding:4rem 1.5rem}}
.astral-code-dynamics-module__Ujepsa__mainWrapper{color:#f3f4f6;background-color:#040209;min-height:100vh;font-family:inherit;overflow-x:hidden}.astral-code-dynamics-module__Ujepsa__heroSection{max-width:1280px;margin:0 auto;padding:8rem 2rem 4rem;position:relative}.astral-code-dynamics-module__Ujepsa__heroTagline{letter-spacing:.12em;text-transform:uppercase;color:#c084fc;background:#a855f71a;border:1px solid #a855f740;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.875rem;font-weight:700;display:inline-block}.astral-code-dynamics-module__Ujepsa__heroSubtitle{color:#9ca3af;max-width:820px;margin-top:1.25rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6}.astral-code-dynamics-module__Ujepsa__heroMetaGrid{border-top:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3.5rem;padding-top:2.5rem;display:grid}.astral-code-dynamics-module__Ujepsa__heroMetaItem{flex-direction:column;gap:.35rem;display:flex}.astral-code-dynamics-module__Ujepsa__heroMetaTitle{letter-spacing:.1em;text-transform:uppercase;color:#6b7280;font-size:.75rem;font-weight:700}.astral-code-dynamics-module__Ujepsa__heroMetaValue{color:#f9fafb;font-size:1.05rem;font-weight:600}.astral-code-dynamics-module__Ujepsa__deliverablesList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.astral-code-dynamics-module__Ujepsa__deliverableBadge{color:#d1d5db;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.25rem .65rem;font-size:.8rem;font-weight:500}.astral-code-dynamics-module__Ujepsa__architectureSection{max-width:1280px;margin:2rem auto 5rem;padding:0 2rem}.astral-code-dynamics-module__Ujepsa__architectureCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0a21bf;border:1px solid #a855f740;border-radius:20px;padding:1.5rem;overflow:hidden;box-shadow:0 20px 50px #000000a6}.astral-code-dynamics-module__Ujepsa__architectureImg{border-radius:12px;width:100%;height:auto;display:block}.astral-code-dynamics-module__Ujepsa__metricsSection{background:linear-gradient(#0f0a21b3 0%,#040209f2 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:4rem 2rem}.astral-code-dynamics-module__Ujepsa__metricsContainer{max-width:1280px;margin:0 auto}.astral-code-dynamics-module__Ujepsa__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.astral-code-dynamics-module__Ujepsa__metricCard{text-align:center;background:#150e2e99;border:1px solid #a855f740;border-radius:16px;padding:2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.astral-code-dynamics-module__Ujepsa__metricCard:hover{border-color:#a855f780;transform:translateY(-4px)}.astral-code-dynamics-module__Ujepsa__metricNumber{background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.astral-code-dynamics-module__Ujepsa__metricLabel{color:#f3f4f6;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.astral-code-dynamics-module__Ujepsa__metricSubtext{color:#9ca3af;font-size:.875rem}.astral-code-dynamics-module__Ujepsa__sectionHeader{text-align:center;max-width:800px;margin:0 auto 3.5rem}.astral-code-dynamics-module__Ujepsa__sectionBadge{letter-spacing:.12em;text-transform:uppercase;color:#c084fc;background:#a855f71f;border:1px solid #a855f740;border-radius:9999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.astral-code-dynamics-module__Ujepsa__sectionTitle{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800}.astral-code-dynamics-module__Ujepsa__sectionSubtitle{color:#9ca3af;font-size:1.05rem;line-height:1.6}.astral-code-dynamics-module__Ujepsa__csSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.astral-code-dynamics-module__Ujepsa__csGrid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;display:grid}.astral-code-dynamics-module__Ujepsa__csCard{background:#150e2e80;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.astral-code-dynamics-module__Ujepsa__csCardChallenge{border-left:4px solid #ef4444}.astral-code-dynamics-module__Ujepsa__csCardSolution{border-left:4px solid #a855f7}.astral-code-dynamics-module__Ujepsa__csBadge{letter-spacing:.1em;text-transform:uppercase;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.astral-code-dynamics-module__Ujepsa__badgeChallenge{color:#f87171;background:#ef444426}.astral-code-dynamics-module__Ujepsa__badgeSolution{color:#c084fc;background:#a855f726}.astral-code-dynamics-module__Ujepsa__csTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.astral-code-dynamics-module__Ujepsa__csDesc{color:#9ca3af;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.astral-code-dynamics-module__Ujepsa__csPointsList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.astral-code-dynamics-module__Ujepsa__csPointItem{color:#d1d5db;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.astral-code-dynamics-module__Ujepsa__csPointIcon{flex-shrink:0;margin-top:.15rem}.astral-code-dynamics-module__Ujepsa__modulesSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.astral-code-dynamics-module__Ujepsa__modulesGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;display:grid}.astral-code-dynamics-module__Ujepsa__moduleCard{background:#150e2e80;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;transition:all .3s}.astral-code-dynamics-module__Ujepsa__moduleCard:hover{background:#231748b3;border-color:#a855f759;transform:translateY(-3px)}.astral-code-dynamics-module__Ujepsa__moduleHeader{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.astral-code-dynamics-module__Ujepsa__moduleIconWrapper{color:#c084fc;background:#a855f71f;border:1px solid #a855f740;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.astral-code-dynamics-module__Ujepsa__moduleTitle{color:#fff;font-size:1.05rem;font-weight:700;line-height:1.3}.astral-code-dynamics-module__Ujepsa__moduleDesc{color:#9ca3af;font-size:.875rem;line-height:1.55}.astral-code-dynamics-module__Ujepsa__deepDiveSection{background:linear-gradient(#040209cc 0%,#0f0a21b3 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:6rem 2rem}.astral-code-dynamics-module__Ujepsa__deepDiveContainer{max-width:1280px;margin:0 auto}.astral-code-dynamics-module__Ujepsa__tabNav{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.astral-code-dynamics-module__Ujepsa__tabBtn{color:#9ca3af;cursor:pointer;background:#150e2ecc;border:1px solid #ffffff1a;border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .25s}.astral-code-dynamics-module__Ujepsa__tabBtn:hover{color:#fff;border-color:#ffffff40}.astral-code-dynamics-module__Ujepsa__tabBtnActive{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%);border-color:#0000;box-shadow:0 4px 20px #a855f759}.astral-code-dynamics-module__Ujepsa__featureDetailCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#150e2ebf;border:1px solid #a855f733;border-radius:24px;padding:3rem;box-shadow:0 20px 40px #00000080}.astral-code-dynamics-module__Ujepsa__featureBadge{letter-spacing:.1em;text-transform:uppercase;color:#c084fc;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.astral-code-dynamics-module__Ujepsa__featureTitle{color:#fff;margin-bottom:1.25rem;font-size:clamp(1.6rem,2.5vw,2.25rem);font-weight:800}.astral-code-dynamics-module__Ujepsa__featureDesc{color:#d1d5db;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.astral-code-dynamics-module__Ujepsa__featurePointGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.astral-code-dynamics-module__Ujepsa__featurePointItem{color:#e5e7eb;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:.85rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.astral-code-dynamics-module__Ujepsa__techSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.astral-code-dynamics-module__Ujepsa__techGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.astral-code-dynamics-module__Ujepsa__techCard{background:#150e2e80;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:transform .3s}.astral-code-dynamics-module__Ujepsa__techCard:hover{border-color:#a855f74d;transform:translateY(-4px)}.astral-code-dynamics-module__Ujepsa__techCategory{letter-spacing:.1em;text-transform:uppercase;color:#c084fc;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.astral-code-dynamics-module__Ujepsa__techName{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.astral-code-dynamics-module__Ujepsa__techItemsList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.astral-code-dynamics-module__Ujepsa__techItem{color:#9ca3af;align-items:center;gap:.5rem;font-size:.925rem;display:flex}.astral-code-dynamics-module__Ujepsa__techDot{background:#a855f7;border-radius:50%;width:6px;height:6px}.astral-code-dynamics-module__Ujepsa__faqSection{max-width:960px;margin:6rem auto;padding:0 2rem}.astral-code-dynamics-module__Ujepsa__faqList{flex-direction:column;gap:1rem;display:flex}.astral-code-dynamics-module__Ujepsa__faqItem{background:#150e2e99;border:1px solid #ffffff14;border-radius:16px;transition:border-color .25s;overflow:hidden}.astral-code-dynamics-module__Ujepsa__faqItemOpen{background:#150e2ed9;border-color:#a855f759}.astral-code-dynamics-module__Ujepsa__faqQuestion{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.75rem;font-size:1.05rem;font-weight:600;display:flex}.astral-code-dynamics-module__Ujepsa__faqIcon{color:#c084fc;flex-shrink:0;transition:transform .3s}.astral-code-dynamics-module__Ujepsa__faqIconRotated{transform:rotate(180deg)}.astral-code-dynamics-module__Ujepsa__faqAnswer{color:#9ca3af;padding:0 1.75rem 1.5rem;font-size:.975rem;line-height:1.75}.astral-code-dynamics-module__Ujepsa__nextProjectSection{text-align:center;background:#040209;border-top:1px solid #ffffff14;padding:5rem 2rem}.astral-code-dynamics-module__Ujepsa__nextTag{letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.astral-code-dynamics-module__Ujepsa__nextLink{color:#fff;align-items:center;gap:.85rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;text-decoration:none;transition:color .3s;display:inline-flex}.astral-code-dynamics-module__Ujepsa__nextLink:hover{color:#c084fc}.astral-code-dynamics-module__Ujepsa__nextArrow{transition:transform .3s}.astral-code-dynamics-module__Ujepsa__nextLink:hover .astral-code-dynamics-module__Ujepsa__nextArrow{transform:translate(10px)}@media (max-width:768px){.astral-code-dynamics-module__Ujepsa__heroSection{padding:6rem 1.25rem 3rem}.astral-code-dynamics-module__Ujepsa__featureDetailCard,.astral-code-dynamics-module__Ujepsa__csCard{padding:1.75rem}.astral-code-dynamics-module__Ujepsa__faqQuestion{padding:1.25rem;font-size:.975rem}.astral-code-dynamics-module__Ujepsa__faqAnswer{padding:0 1.25rem 1.25rem}}
.chachaji-sajjan-pos-module__HJUkeW__mainWrapper{color:#f3f4f6;background-color:#080501;min-height:100vh;font-family:inherit;overflow-x:hidden}.chachaji-sajjan-pos-module__HJUkeW__heroSection{max-width:1280px;margin:0 auto;padding:8rem 2rem 4rem;position:relative}.chachaji-sajjan-pos-module__HJUkeW__heroTagline{letter-spacing:.12em;text-transform:uppercase;color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.875rem;font-weight:700;display:inline-block}.chachaji-sajjan-pos-module__HJUkeW__heroSubtitle{color:#9ca3af;max-width:820px;margin-top:1.25rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6}.chachaji-sajjan-pos-module__HJUkeW__heroMetaGrid{border-top:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3.5rem;padding-top:2.5rem;display:grid}.chachaji-sajjan-pos-module__HJUkeW__heroMetaItem{flex-direction:column;gap:.35rem;display:flex}.chachaji-sajjan-pos-module__HJUkeW__heroMetaTitle{letter-spacing:.1em;text-transform:uppercase;color:#6b7280;font-size:.75rem;font-weight:700}.chachaji-sajjan-pos-module__HJUkeW__heroMetaValue{color:#f9fafb;font-size:1.05rem;font-weight:600}.chachaji-sajjan-pos-module__HJUkeW__deliverablesList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.chachaji-sajjan-pos-module__HJUkeW__deliverableBadge{color:#d1d5db;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.25rem .65rem;font-size:.8rem;font-weight:500}.chachaji-sajjan-pos-module__HJUkeW__architectureSection{max-width:1280px;margin:2rem auto 5rem;padding:0 2rem}.chachaji-sajjan-pos-module__HJUkeW__architectureCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#2e1e07bf;border:1px solid #f59e0b40;border-radius:20px;padding:1.5rem;overflow:hidden;box-shadow:0 20px 50px #000000a6}.chachaji-sajjan-pos-module__HJUkeW__architectureImg{border-radius:12px;width:100%;height:auto;display:block}.chachaji-sajjan-pos-module__HJUkeW__metricsSection{background:linear-gradient(#1e140ab3 0%,#0a0502f2 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:4rem 2rem}.chachaji-sajjan-pos-module__HJUkeW__metricsContainer{max-width:1280px;margin:0 auto}.chachaji-sajjan-pos-module__HJUkeW__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.chachaji-sajjan-pos-module__HJUkeW__metricCard{text-align:center;background:#38250a99;border:1px solid #f59e0b40;border-radius:16px;padding:2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.chachaji-sajjan-pos-module__HJUkeW__metricCard:hover{border-color:#f59e0b80;transform:translateY(-4px)}.chachaji-sajjan-pos-module__HJUkeW__metricNumber{background:linear-gradient(135deg,#f59e0b 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.chachaji-sajjan-pos-module__HJUkeW__metricLabel{color:#f3f4f6;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.chachaji-sajjan-pos-module__HJUkeW__metricSubtext{color:#9ca3af;font-size:.875rem}.chachaji-sajjan-pos-module__HJUkeW__sectionHeader{text-align:center;max-width:800px;margin:0 auto 3.5rem}.chachaji-sajjan-pos-module__HJUkeW__sectionBadge{letter-spacing:.12em;text-transform:uppercase;color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:9999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.chachaji-sajjan-pos-module__HJUkeW__sectionTitle{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800}.chachaji-sajjan-pos-module__HJUkeW__sectionSubtitle{color:#9ca3af;font-size:1.05rem;line-height:1.6}.chachaji-sajjan-pos-module__HJUkeW__csSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.chachaji-sajjan-pos-module__HJUkeW__csGrid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;display:grid}.chachaji-sajjan-pos-module__HJUkeW__csCard{background:#38250a80;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.chachaji-sajjan-pos-module__HJUkeW__csCardChallenge{border-left:4px solid #ef4444}.chachaji-sajjan-pos-module__HJUkeW__csCardSolution{border-left:4px solid #f59e0b}.chachaji-sajjan-pos-module__HJUkeW__csBadge{letter-spacing:.1em;text-transform:uppercase;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.chachaji-sajjan-pos-module__HJUkeW__badgeChallenge{color:#f87171;background:#ef444426}.chachaji-sajjan-pos-module__HJUkeW__badgeSolution{color:#fbbf24;background:#f59e0b26}.chachaji-sajjan-pos-module__HJUkeW__csTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.chachaji-sajjan-pos-module__HJUkeW__csDesc{color:#9ca3af;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.chachaji-sajjan-pos-module__HJUkeW__csPointsList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.chachaji-sajjan-pos-module__HJUkeW__csPointItem{color:#d1d5db;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.chachaji-sajjan-pos-module__HJUkeW__csPointIcon{flex-shrink:0;margin-top:.15rem}.chachaji-sajjan-pos-module__HJUkeW__modulesSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.chachaji-sajjan-pos-module__HJUkeW__modulesGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;display:grid}.chachaji-sajjan-pos-module__HJUkeW__moduleCard{background:#38250a80;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;transition:all .3s}.chachaji-sajjan-pos-module__HJUkeW__moduleCard:hover{background:#4c320fb3;border-color:#f59e0b59;transform:translateY(-3px)}.chachaji-sajjan-pos-module__HJUkeW__moduleHeader{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.chachaji-sajjan-pos-module__HJUkeW__moduleIconWrapper{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.chachaji-sajjan-pos-module__HJUkeW__moduleTitle{color:#fff;font-size:1.05rem;font-weight:700;line-height:1.3}.chachaji-sajjan-pos-module__HJUkeW__moduleDesc{color:#9ca3af;font-size:.875rem;line-height:1.55}.chachaji-sajjan-pos-module__HJUkeW__deepDiveSection{background:linear-gradient(#0a0502cc 0%,#1e140ab3 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:6rem 2rem}.chachaji-sajjan-pos-module__HJUkeW__deepDiveContainer{max-width:1280px;margin:0 auto}.chachaji-sajjan-pos-module__HJUkeW__tabNav{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.chachaji-sajjan-pos-module__HJUkeW__tabBtn{color:#9ca3af;cursor:pointer;background:#38250acc;border:1px solid #ffffff1a;border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .25s}.chachaji-sajjan-pos-module__HJUkeW__tabBtn:hover{color:#fff;border-color:#ffffff40}.chachaji-sajjan-pos-module__HJUkeW__tabBtnActive{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#10b981 100%);border-color:#0000;box-shadow:0 4px 20px #f59e0b59}.chachaji-sajjan-pos-module__HJUkeW__featureDetailCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#38250abf;border:1px solid #f59e0b33;border-radius:24px;padding:3rem;box-shadow:0 20px 40px #00000080}.chachaji-sajjan-pos-module__HJUkeW__featureBadge{letter-spacing:.1em;text-transform:uppercase;color:#fbbf24;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.chachaji-sajjan-pos-module__HJUkeW__featureTitle{color:#fff;margin-bottom:1.25rem;font-size:clamp(1.6rem,2.5vw,2.25rem);font-weight:800}.chachaji-sajjan-pos-module__HJUkeW__featureDesc{color:#d1d5db;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.chachaji-sajjan-pos-module__HJUkeW__featurePointGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.chachaji-sajjan-pos-module__HJUkeW__featurePointItem{color:#e5e7eb;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:.85rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.chachaji-sajjan-pos-module__HJUkeW__techSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.chachaji-sajjan-pos-module__HJUkeW__techGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.chachaji-sajjan-pos-module__HJUkeW__techCard{background:#38250a80;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:transform .3s}.chachaji-sajjan-pos-module__HJUkeW__techCard:hover{border-color:#f59e0b4d;transform:translateY(-4px)}.chachaji-sajjan-pos-module__HJUkeW__techCategory{letter-spacing:.1em;text-transform:uppercase;color:#fbbf24;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.chachaji-sajjan-pos-module__HJUkeW__techName{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.chachaji-sajjan-pos-module__HJUkeW__techItemsList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.chachaji-sajjan-pos-module__HJUkeW__techItem{color:#9ca3af;align-items:center;gap:.5rem;font-size:.925rem;display:flex}.chachaji-sajjan-pos-module__HJUkeW__techDot{background:#f59e0b;border-radius:50%;width:6px;height:6px}.chachaji-sajjan-pos-module__HJUkeW__faqSection{max-width:960px;margin:6rem auto;padding:0 2rem}.chachaji-sajjan-pos-module__HJUkeW__faqList{flex-direction:column;gap:1rem;display:flex}.chachaji-sajjan-pos-module__HJUkeW__faqItem{background:#38250a99;border:1px solid #ffffff14;border-radius:16px;transition:border-color .25s;overflow:hidden}.chachaji-sajjan-pos-module__HJUkeW__faqItemOpen{background:#38250ad9;border-color:#f59e0b59}.chachaji-sajjan-pos-module__HJUkeW__faqQuestion{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.75rem;font-size:1.05rem;font-weight:600;display:flex}.chachaji-sajjan-pos-module__HJUkeW__faqIcon{color:#fbbf24;flex-shrink:0;transition:transform .3s}.chachaji-sajjan-pos-module__HJUkeW__faqIconRotated{transform:rotate(180deg)}.chachaji-sajjan-pos-module__HJUkeW__faqAnswer{color:#9ca3af;padding:0 1.75rem 1.5rem;font-size:.975rem;line-height:1.75}.chachaji-sajjan-pos-module__HJUkeW__nextProjectSection{text-align:center;background:#080501;border-top:1px solid #ffffff14;padding:5rem 2rem}.chachaji-sajjan-pos-module__HJUkeW__nextTag{letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.chachaji-sajjan-pos-module__HJUkeW__nextLink{color:#fff;align-items:center;gap:.85rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;text-decoration:none;transition:color .3s;display:inline-flex}.chachaji-sajjan-pos-module__HJUkeW__nextLink:hover{color:#fbbf24}.chachaji-sajjan-pos-module__HJUkeW__nextArrow{transition:transform .3s}.chachaji-sajjan-pos-module__HJUkeW__nextLink:hover .chachaji-sajjan-pos-module__HJUkeW__nextArrow{transform:translate(10px)}@media (max-width:768px){.chachaji-sajjan-pos-module__HJUkeW__heroSection{padding:6rem 1.25rem 3rem}.chachaji-sajjan-pos-module__HJUkeW__featureDetailCard,.chachaji-sajjan-pos-module__HJUkeW__csCard{padding:1.75rem}.chachaji-sajjan-pos-module__HJUkeW__faqQuestion{padding:1.25rem;font-size:.975rem}.chachaji-sajjan-pos-module__HJUkeW__faqAnswer{padding:0 1.25rem 1.25rem}}
.cursive-letters-module__OUMi-a__mainWrapper{color:#111;min-height:100vh;font-family:var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;background-color:#fff;overflow-x:hidden}.cursive-letters-module__OUMi-a__heroSection{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem}.cursive-letters-module__OUMi-a__heroTagline{font-family:var(--font-unbounded), sans-serif;color:var(--primary,#ff6a3a);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;font-size:clamp(.75rem,1vw,.88rem);font-weight:800;display:inline-block}.cursive-letters-module__OUMi-a__heroSubtitle{font-family:var(--font-geist-mono), monospace;color:#4b5563;max-width:850px;margin:1.25rem auto 1.75rem;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:600;line-height:1.5}.cursive-letters-module__OUMi-a__heroIntro{color:#374151;max-width:900px;margin:0 auto 2.5rem;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.75}.cursive-letters-module__OUMi-a__metaGrid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:2.5rem auto 0;padding:1.5rem 2rem;display:grid;box-shadow:0 4px 20px #00000008}.cursive-letters-module__OUMi-a__metaItem{flex-direction:column;align-items:center;gap:.35rem;display:flex}.cursive-letters-module__OUMi-a__metaLabel{font-family:var(--font-unbounded), sans-serif;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700}.cursive-letters-module__OUMi-a__metaVal{color:#0b2138;font-size:1rem;font-weight:700}.cursive-letters-module__OUMi-a__storyContainer{flex-direction:column;gap:5rem;padding-bottom:5rem;display:flex}.cursive-letters-module__OUMi-a__scene{width:100%;max-width:1250px;margin:0 auto;padding:0 2rem}.cursive-letters-module__OUMi-a__sceneDark{color:#fff;background:linear-gradient(135deg,#0b2138 0%,#061524 100%);max-width:100%;padding:6rem 2rem;position:relative;overflow:hidden}.cursive-letters-module__OUMi-a__sceneDark:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff6a3a14 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.cursive-letters-module__OUMi-a__sceneGrid{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.cursive-letters-module__OUMi-a__sceneNum{font-family:var(--font-geist-mono), monospace;color:#ff6a3a;letter-spacing:.1em;margin-bottom:.75rem;font-size:.78rem;font-weight:800;display:block}.cursive-letters-module__OUMi-a__sceneTitle{font-family:var(--font-unbounded), sans-serif;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;line-height:1.2}.cursive-letters-module__OUMi-a__serifItalic{color:#ff6a3a;font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:350}.cursive-letters-module__OUMi-a__sceneDesc{color:#4b5563;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.cursive-letters-module__OUMi-a__sceneDark .cursive-letters-module__OUMi-a__sceneDesc{color:#cbd5e1}.cursive-letters-module__OUMi-a__syncArchitectureImage{border:1px solid #ffffff1f;border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 20px 40px #0006}.cursive-letters-module__OUMi-a__simulatorFrame{background:#0f172a;border:1px solid #ffffff1f;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.cursive-letters-module__OUMi-a__simHeader{background:#1e293b;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.cursive-letters-module__OUMi-a__simTitle{font-family:var(--font-geist-mono), monospace;color:#e2e8f0;font-size:.85rem;font-weight:600}.cursive-letters-module__OUMi-a__simStatus{font-family:var(--font-geist-mono), monospace;color:#10b981;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.cursive-letters-module__OUMi-a__pulseDot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:1.5s infinite cursive-letters-module__OUMi-a__pulse;box-shadow:0 0 10px #10b981}@keyframes cursive-letters-module__OUMi-a__pulse{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}to{opacity:.4;transform:scale(.9)}}.cursive-letters-module__OUMi-a__simBody{flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex}.cursive-letters-module__OUMi-a__simNodesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.cursive-letters-module__OUMi-a__simNodeCard{text-align:center;background:#1e293b;border:1px solid #ffffff14;border-radius:14px;padding:1.25rem;transition:all .3s;position:relative}.cursive-letters-module__OUMi-a__simNodeCardActive{border-color:#ff6a3a;box-shadow:0 0 20px #ff6a3a33}.cursive-letters-module__OUMi-a__simNodeTitle{font-family:var(--font-unbounded), sans-serif;color:#94a3b8;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem}.cursive-letters-module__OUMi-a__simNodeValue{font-family:var(--font-geist-mono), monospace;color:#fff;font-size:1.8rem;font-weight:800}.cursive-letters-module__OUMi-a__simNodeSub{color:#10b981;margin-top:.35rem;font-size:.72rem;font-weight:600}.cursive-letters-module__OUMi-a__simControls{justify-content:center;gap:1rem;display:flex}.cursive-letters-module__OUMi-a__simBtn{font-family:var(--font-geist-sans), sans-serif;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .25s;display:flex}.cursive-letters-module__OUMi-a__simBtnWeb{color:#fff;background:#ff6a3a}.cursive-letters-module__OUMi-a__simBtnWeb:hover{background:#e8541e;transform:translateY(-2px)}.cursive-letters-module__OUMi-a__simBtnTally{color:#fff;background:#0284c7}.cursive-letters-module__OUMi-a__simBtnTally:hover{background:#0369a1;transform:translateY(-2px)}.cursive-letters-module__OUMi-a__simLogBox{max-height:120px;font-family:var(--font-geist-mono), monospace;background:#090d16;border-radius:10px;padding:1rem;font-size:.75rem;overflow-y:auto}.cursive-letters-module__OUMi-a__simLogRow{color:#94a3b8;gap:.75rem;margin-bottom:.35rem;display:flex}.cursive-letters-module__OUMi-a__simLogRow:last-child{margin-bottom:0}.cursive-letters-module__OUMi-a__simLogTime{color:#ff6a3a}.cursive-letters-module__OUMi-a__challengesGrid{grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-top:2rem;display:grid}.cursive-letters-module__OUMi-a__challengeCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex}.cursive-letters-module__OUMi-a__challengeCard:hover{border-color:#ff6a3a;transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.cursive-letters-module__OUMi-a__challengeIcon{color:#ff6a3a;background:#ff6a3a1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cursive-letters-module__OUMi-a__challengeTitle{font-family:var(--font-unbounded), sans-serif;color:#0b2138;font-size:1.15rem;font-weight:700}.cursive-letters-module__OUMi-a__challengeText{color:#4b5563;font-size:.95rem;line-height:1.65}.cursive-letters-module__OUMi-a__modulesGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.cursive-letters-module__OUMi-a__moduleCard{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;padding:1.5rem;transition:all .3s}.cursive-letters-module__OUMi-a__moduleCard:hover,.cursive-letters-module__OUMi-a__moduleCardActive{background:#ff6a3a26;border-color:#ff6a3a;transform:translateY(-3px)}.cursive-letters-module__OUMi-a__moduleHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.cursive-letters-module__OUMi-a__moduleIcon{color:#ff6a3a}.cursive-letters-module__OUMi-a__moduleTitle{font-family:var(--font-unbounded), sans-serif;color:#fff;font-size:.88rem;font-weight:700}.cursive-letters-module__OUMi-a__moduleDesc{color:#cbd5e1;font-size:.82rem;line-height:1.5}.cursive-letters-module__OUMi-a__featureTabs{gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex;overflow-x:auto}.cursive-letters-module__OUMi-a__tabBtn{font-family:var(--font-geist-sans), sans-serif;color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:.75rem 1.5rem;font-size:.88rem;font-weight:700;transition:all .25s}.cursive-letters-module__OUMi-a__tabBtnActive{color:#fff;background:#0b2138;border-color:#0b2138;box-shadow:0 4px 14px #0b213833}.cursive-letters-module__OUMi-a__featureDetailCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:2.5rem;display:grid}.cursive-letters-module__OUMi-a__featureBadge{font-family:var(--font-geist-mono), monospace;color:#ff6a3a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.cursive-letters-module__OUMi-a__featureTitle{font-family:var(--font-unbounded), sans-serif;color:#0b2138;margin-bottom:1rem;font-size:1.6rem;font-weight:800}.cursive-letters-module__OUMi-a__featureText{color:#475569;font-size:1rem;line-height:1.7}.cursive-letters-module__OUMi-a__featureList{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.cursive-letters-module__OUMi-a__featureListItem{color:#0b2138;align-items:center;gap:.75rem;font-size:.92rem;font-weight:600;display:flex}.cursive-letters-module__OUMi-a__checkIcon{color:#10b981}.cursive-letters-module__OUMi-a__techGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem;display:grid}.cursive-letters-module__OUMi-a__techCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;box-shadow:0 4px 15px #00000005}.cursive-letters-module__OUMi-a__techCategory{font-family:var(--font-unbounded), sans-serif;color:#ff6a3a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.cursive-letters-module__OUMi-a__techPills{flex-wrap:wrap;gap:.5rem;display:flex}.cursive-letters-module__OUMi-a__techPill{font-family:var(--font-geist-mono), monospace;color:#0f172a;background:#f1f5f9;border-radius:8px;padding:.4rem .85rem;font-size:.8rem;font-weight:600}.cursive-letters-module__OUMi-a__compTable{border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:16px;width:100%;margin-top:2rem;overflow:hidden}.cursive-letters-module__OUMi-a__compTable th{color:#fff;font-family:var(--font-unbounded), sans-serif;text-align:left;background:#0b2138;padding:1.25rem 1.5rem;font-size:.85rem}.cursive-letters-module__OUMi-a__compTable td{color:#334155;background:#fff;border-bottom:1px solid #e2e8f0;padding:1.15rem 1.5rem;font-size:.92rem}.cursive-letters-module__OUMi-a__compTable tr:last-child td{border-bottom:none}.cursive-letters-module__OUMi-a__compHighlight{color:#10b981;font-weight:700}.cursive-letters-module__OUMi-a__faqAccordion{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.cursive-letters-module__OUMi-a__faqItem{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:all .25s;overflow:hidden}.cursive-letters-module__OUMi-a__faqItemOpen{border-color:#ff6a3a;box-shadow:0 4px 20px #ff6a3a14}.cursive-letters-module__OUMi-a__faqQuestion{text-align:left;width:100%;font-family:var(--font-unbounded), sans-serif;color:#0b2138;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.35rem 1.75rem;font-size:.98rem;font-weight:700;display:flex}.cursive-letters-module__OUMi-a__faqIcon{color:#ff6a3a;font-size:1.2rem;transition:transform .3s}.cursive-letters-module__OUMi-a__faqIconRotated{transform:rotate(180deg)}.cursive-letters-module__OUMi-a__faqAnswer{color:#475569;padding:0 1.75rem 1.5rem;font-size:.95rem;line-height:1.7}.cursive-letters-module__OUMi-a__ctaBox{text-align:center;color:#fff;background:linear-gradient(135deg,#0b2138 0%,#061524 100%);border-radius:24px;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #0b213840}.cursive-letters-module__OUMi-a__ctaBoxTitle{font-family:var(--font-unbounded), sans-serif;margin-bottom:1.25rem;font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:800}.cursive-letters-module__OUMi-a__ctaBoxText{color:#cbd5e1;max-width:750px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.cursive-letters-module__OUMi-a__ctaBtn{color:#fff;font-family:var(--font-geist-sans), sans-serif;background:#ff6a3a;border-radius:30px;align-items:center;gap:.75rem;padding:1rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 20px #ff6a3a59}.cursive-letters-module__OUMi-a__ctaBtn:hover{background:#e8541e;transform:translateY(-2px);box-shadow:0 10px 25px #ff6a3a73}.cursive-letters-module__OUMi-a__navigationFooter{text-align:center;background-color:#fafafa;border-top:1px solid #e4e4e4;padding:80px 24px}.cursive-letters-module__OUMi-a__nextTag{font-family:var(--font-unbounded), sans-serif;color:#ff6a3a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:block}.cursive-letters-module__OUMi-a__nextLink{font-family:var(--font-unbounded), sans-serif;color:#0b2138;align-items:center;gap:1rem;font-size:clamp(1.5rem,3.5vw,3rem);font-weight:800;text-decoration:none;transition:color .3s;display:inline-flex}.cursive-letters-module__OUMi-a__nextLink:hover{color:#ff6a3a}.cursive-letters-module__OUMi-a__nextArrow{transition:transform .3s}.cursive-letters-module__OUMi-a__nextLink:hover .cursive-letters-module__OUMi-a__nextArrow{transform:translate(10px)}@media (max-width:1024px){.cursive-letters-module__OUMi-a__sceneGrid{grid-template-columns:1fr;gap:2.5rem}.cursive-letters-module__OUMi-a__metaGrid,.cursive-letters-module__OUMi-a__modulesGrid,.cursive-letters-module__OUMi-a__techGrid{grid-template-columns:repeat(2,1fr)}.cursive-letters-module__OUMi-a__featureDetailCard{grid-template-columns:1fr;gap:2rem}}@media (max-width:640px){.cursive-letters-module__OUMi-a__metaGrid{grid-template-columns:1fr;gap:1rem}.cursive-letters-module__OUMi-a__challengesGrid,.cursive-letters-module__OUMi-a__modulesGrid,.cursive-letters-module__OUMi-a__techGrid,.cursive-letters-module__OUMi-a__simNodesGrid{grid-template-columns:1fr}.cursive-letters-module__OUMi-a__ctaBox{padding:3rem 1.5rem}.cursive-letters-module__OUMi-a__compTable th,.cursive-letters-module__OUMi-a__compTable td{padding:.85rem 1rem;font-size:.82rem}}
.greeninfra-module__wQ0owW__mainWrapper{color:#f3f4f6;background-color:#020d09;min-height:100vh;font-family:inherit;overflow-x:hidden}.greeninfra-module__wQ0owW__heroSection{max-width:1280px;margin:0 auto;padding:8rem 2rem 4rem;position:relative}.greeninfra-module__wQ0owW__heroTagline{letter-spacing:.12em;text-transform:uppercase;color:#34d399;background:#10b9811a;border:1px solid #10b98140;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.875rem;font-weight:700;display:inline-block}.greeninfra-module__wQ0owW__heroSubtitle{color:#9ca3af;max-width:820px;margin-top:1.25rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6}.greeninfra-module__wQ0owW__heroMetaGrid{border-top:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3.5rem;padding-top:2.5rem;display:grid}.greeninfra-module__wQ0owW__heroMetaItem{flex-direction:column;gap:.35rem;display:flex}.greeninfra-module__wQ0owW__heroMetaTitle{letter-spacing:.1em;text-transform:uppercase;color:#6b7280;font-size:.75rem;font-weight:700}.greeninfra-module__wQ0owW__heroMetaValue{color:#f9fafb;font-size:1.05rem;font-weight:600}.greeninfra-module__wQ0owW__deliverablesList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.greeninfra-module__wQ0owW__deliverableBadge{color:#d1d5db;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.25rem .65rem;font-size:.8rem;font-weight:500}.greeninfra-module__wQ0owW__architectureSection{max-width:1280px;margin:2rem auto 5rem;padding:0 2rem}.greeninfra-module__wQ0owW__architectureCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#061712bf;border:1px solid #10b98133;border-radius:20px;padding:1.5rem;overflow:hidden;box-shadow:0 20px 50px #0009}.greeninfra-module__wQ0owW__architectureImg{border-radius:12px;width:100%;height:auto;display:block}.greeninfra-module__wQ0owW__metricsSection{background:linear-gradient(#061712b3 0%,#020d09f2 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:4rem 2rem}.greeninfra-module__wQ0owW__metricsContainer{max-width:1280px;margin:0 auto}.greeninfra-module__wQ0owW__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.greeninfra-module__wQ0owW__metricCard{text-align:center;background:#0a1f1899;border:1px solid #10b98140;border-radius:16px;padding:2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.greeninfra-module__wQ0owW__metricCard:hover{border-color:#10b98180;transform:translateY(-4px)}.greeninfra-module__wQ0owW__metricNumber{background:linear-gradient(135deg,#10b981 0%,#fbbf24 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.greeninfra-module__wQ0owW__metricLabel{color:#f3f4f6;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.greeninfra-module__wQ0owW__metricSubtext{color:#9ca3af;font-size:.875rem}.greeninfra-module__wQ0owW__sectionHeader{text-align:center;max-width:800px;margin:0 auto 3.5rem}.greeninfra-module__wQ0owW__sectionBadge{letter-spacing:.12em;text-transform:uppercase;color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:9999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.greeninfra-module__wQ0owW__sectionTitle{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800}.greeninfra-module__wQ0owW__sectionSubtitle{color:#9ca3af;font-size:1.05rem;line-height:1.6}.greeninfra-module__wQ0owW__csSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.greeninfra-module__wQ0owW__csGrid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;display:grid}.greeninfra-module__wQ0owW__csCard{background:#0a1f1880;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.greeninfra-module__wQ0owW__csCardChallenge{border-left:4px solid #ef4444}.greeninfra-module__wQ0owW__csCardSolution{border-left:4px solid #10b981}.greeninfra-module__wQ0owW__csBadge{letter-spacing:.1em;text-transform:uppercase;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.greeninfra-module__wQ0owW__badgeChallenge{color:#f87171;background:#ef444426}.greeninfra-module__wQ0owW__badgeSolution{color:#34d399;background:#10b98126}.greeninfra-module__wQ0owW__csTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.greeninfra-module__wQ0owW__csDesc{color:#9ca3af;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.greeninfra-module__wQ0owW__csPointsList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.greeninfra-module__wQ0owW__csPointItem{color:#d1d5db;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.greeninfra-module__wQ0owW__csPointIcon{flex-shrink:0;margin-top:.15rem}.greeninfra-module__wQ0owW__modulesSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.greeninfra-module__wQ0owW__modulesGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;display:grid}.greeninfra-module__wQ0owW__moduleCard{background:#0a1f1880;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;transition:all .3s}.greeninfra-module__wQ0owW__moduleCard:hover{background:#102d23b3;border-color:#10b98159;transform:translateY(-3px)}.greeninfra-module__wQ0owW__moduleHeader{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.greeninfra-module__wQ0owW__moduleIconWrapper{color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.greeninfra-module__wQ0owW__moduleTitle{color:#fff;font-size:1.05rem;font-weight:700;line-height:1.3}.greeninfra-module__wQ0owW__moduleDesc{color:#9ca3af;font-size:.875rem;line-height:1.55}.greeninfra-module__wQ0owW__deepDiveSection{background:linear-gradient(#020d09cc 0%,#061712b3 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:6rem 2rem}.greeninfra-module__wQ0owW__deepDiveContainer{max-width:1280px;margin:0 auto}.greeninfra-module__wQ0owW__tabNav{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.greeninfra-module__wQ0owW__tabBtn{color:#9ca3af;cursor:pointer;background:#0a1f18cc;border:1px solid #ffffff1a;border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .25s}.greeninfra-module__wQ0owW__tabBtn:hover{color:#fff;border-color:#ffffff40}.greeninfra-module__wQ0owW__tabBtnActive{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#0000;box-shadow:0 4px 20px #10b98159}.greeninfra-module__wQ0owW__featureDetailCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1f18bf;border:1px solid #10b98133;border-radius:24px;padding:3rem;box-shadow:0 20px 40px #00000080}.greeninfra-module__wQ0owW__featureBadge{letter-spacing:.1em;text-transform:uppercase;color:#34d399;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.greeninfra-module__wQ0owW__featureTitle{color:#fff;margin-bottom:1.25rem;font-size:clamp(1.6rem,2.5vw,2.25rem);font-weight:800}.greeninfra-module__wQ0owW__featureDesc{color:#d1d5db;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.greeninfra-module__wQ0owW__featurePointGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.greeninfra-module__wQ0owW__featurePointItem{color:#e5e7eb;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:.85rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.greeninfra-module__wQ0owW__techSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.greeninfra-module__wQ0owW__techGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.greeninfra-module__wQ0owW__techCard{background:#0a1f1880;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:transform .3s}.greeninfra-module__wQ0owW__techCard:hover{border-color:#10b9814d;transform:translateY(-4px)}.greeninfra-module__wQ0owW__techCategory{letter-spacing:.1em;text-transform:uppercase;color:#34d399;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.greeninfra-module__wQ0owW__techName{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.greeninfra-module__wQ0owW__techItemsList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.greeninfra-module__wQ0owW__techItem{color:#9ca3af;align-items:center;gap:.5rem;font-size:.925rem;display:flex}.greeninfra-module__wQ0owW__techDot{background:#10b981;border-radius:50%;width:6px;height:6px}.greeninfra-module__wQ0owW__faqSection{max-width:960px;margin:6rem auto;padding:0 2rem}.greeninfra-module__wQ0owW__faqList{flex-direction:column;gap:1rem;display:flex}.greeninfra-module__wQ0owW__faqItem{background:#0a1f1899;border:1px solid #ffffff14;border-radius:16px;transition:border-color .25s;overflow:hidden}.greeninfra-module__wQ0owW__faqItemOpen{background:#0a1f18d9;border-color:#10b98159}.greeninfra-module__wQ0owW__faqQuestion{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.75rem;font-size:1.05rem;font-weight:600;display:flex}.greeninfra-module__wQ0owW__faqIcon{color:#34d399;flex-shrink:0;transition:transform .3s}.greeninfra-module__wQ0owW__faqIconRotated{transform:rotate(180deg)}.greeninfra-module__wQ0owW__faqAnswer{color:#9ca3af;padding:0 1.75rem 1.5rem;font-size:.975rem;line-height:1.75}.greeninfra-module__wQ0owW__nextProjectSection{text-align:center;background:#020d09;border-top:1px solid #ffffff14;padding:5rem 2rem}.greeninfra-module__wQ0owW__nextTag{letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.greeninfra-module__wQ0owW__nextLink{color:#fff;align-items:center;gap:.85rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;text-decoration:none;transition:color .3s;display:inline-flex}.greeninfra-module__wQ0owW__nextLink:hover{color:#34d399}.greeninfra-module__wQ0owW__nextArrow{transition:transform .3s}.greeninfra-module__wQ0owW__nextLink:hover .greeninfra-module__wQ0owW__nextArrow{transform:translate(10px)}@media (max-width:768px){.greeninfra-module__wQ0owW__heroSection{padding:6rem 1.25rem 3rem}.greeninfra-module__wQ0owW__featureDetailCard,.greeninfra-module__wQ0owW__csCard{padding:1.75rem}.greeninfra-module__wQ0owW__faqQuestion{padding:1.25rem;font-size:.975rem}.greeninfra-module__wQ0owW__faqAnswer{padding:0 1.25rem 1.25rem}}
.ithyaraa-module__IhReRG__mainWrapper{color:#111;min-height:100vh;font-family:var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;background-color:#fff;overflow-x:hidden}.ithyaraa-module__IhReRG__heroSection{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem}.ithyaraa-module__IhReRG__heroTagline{font-family:var(--font-unbounded), sans-serif;color:var(--primary,#ff6a3a);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;font-size:clamp(.75rem,1vw,.88rem);font-weight:800;display:inline-block}.ithyaraa-module__IhReRG__devBadge{color:#6366f1;font-family:var(--font-geist-mono), monospace;background:#6366f11a;border:1px solid #6366f140;border-radius:20px;align-items:center;gap:.5rem;margin-left:.75rem;padding:.4rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.ithyaraa-module__IhReRG__devDot{background:#6366f1;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #6366f1}.ithyaraa-module__IhReRG__heroSubtitle{font-family:var(--font-geist-mono), monospace;color:#4b5563;max-width:900px;margin:1.25rem auto 1.75rem;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:600;line-height:1.5}.ithyaraa-module__IhReRG__heroIntro{color:#374151;max-width:920px;margin:0 auto 2.5rem;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.75}.ithyaraa-module__IhReRG__metaGrid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1050px;margin:2.5rem auto 0;padding:1.5rem 2rem;display:grid;box-shadow:0 4px 20px #00000008}.ithyaraa-module__IhReRG__metaItem{flex-direction:column;align-items:center;gap:.35rem;display:flex}.ithyaraa-module__IhReRG__metaLabel{font-family:var(--font-unbounded), sans-serif;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700}.ithyaraa-module__IhReRG__metaVal{color:#0b2138;text-align:center;font-size:.98rem;font-weight:700}.ithyaraa-module__IhReRG__storyContainer{flex-direction:column;gap:5rem;padding-bottom:5rem;display:flex}.ithyaraa-module__IhReRG__scene{width:100%;max-width:1250px;margin:0 auto;padding:0 2rem}.ithyaraa-module__IhReRG__sceneDark{color:#fff;background:linear-gradient(135deg,#090d16 0%,#0f172a 100%);max-width:100%;padding:6rem 2rem;position:relative;overflow:hidden}.ithyaraa-module__IhReRG__sceneDark:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f114 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.ithyaraa-module__IhReRG__sceneGrid{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.ithyaraa-module__IhReRG__sceneNum{font-family:var(--font-geist-mono), monospace;color:#6366f1;letter-spacing:.1em;margin-bottom:.75rem;font-size:.78rem;font-weight:800;display:block}.ithyaraa-module__IhReRG__sceneTitle{font-family:var(--font-unbounded), sans-serif;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;line-height:1.2}.ithyaraa-module__IhReRG__serifItalic{color:#6366f1;font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:350}.ithyaraa-module__IhReRG__sceneDesc{color:#4b5563;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.ithyaraa-module__IhReRG__sceneDark .ithyaraa-module__IhReRG__sceneDesc{color:#cbd5e1}.ithyaraa-module__IhReRG__architectureImage{border:1px solid #ffffff1f;border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 20px 40px #00000080}.ithyaraa-module__IhReRG__reqsGrid{grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-top:2rem;display:grid}.ithyaraa-module__IhReRG__reqCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex}.ithyaraa-module__IhReRG__reqCard:hover{border-color:#6366f1;transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.ithyaraa-module__IhReRG__reqIcon{color:#6366f1;background:#6366f11a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ithyaraa-module__IhReRG__reqTitle{font-family:var(--font-unbounded), sans-serif;color:#0b2138;font-size:1.15rem;font-weight:700}.ithyaraa-module__IhReRG__reqText{color:#4b5563;font-size:.95rem;line-height:1.65}.ithyaraa-module__IhReRG__modulesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.ithyaraa-module__IhReRG__moduleCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:1.5rem;transition:all .3s}.ithyaraa-module__IhReRG__moduleCard:hover{background:#6366f11f;border-color:#6366f1;transform:translateY(-3px)}.ithyaraa-module__IhReRG__moduleHeader{align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.ithyaraa-module__IhReRG__moduleIcon{color:#6366f1}.ithyaraa-module__IhReRG__moduleTitle{font-family:var(--font-unbounded), sans-serif;color:#fff;font-size:.88rem;font-weight:700}.ithyaraa-module__IhReRG__moduleDesc{color:#94a3b8;font-size:.82rem;line-height:1.55}.ithyaraa-module__IhReRG__featureTabs{gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex;overflow-x:auto}.ithyaraa-module__IhReRG__tabBtn{font-family:var(--font-geist-sans), sans-serif;color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:.75rem 1.5rem;font-size:.88rem;font-weight:700;transition:all .25s}.ithyaraa-module__IhReRG__tabBtnActive{color:#fff;background:#1e1b4b;border-color:#6366f1;box-shadow:0 4px 14px #6366f140}.ithyaraa-module__IhReRG__featureDetailCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:2.5rem;display:grid}.ithyaraa-module__IhReRG__featureBadge{font-family:var(--font-geist-mono), monospace;color:#6366f1;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.ithyaraa-module__IhReRG__featureTitle{font-family:var(--font-unbounded), sans-serif;color:#0b2138;margin-bottom:1rem;font-size:1.6rem;font-weight:800}.ithyaraa-module__IhReRG__featureText{color:#475569;font-size:1rem;line-height:1.7}.ithyaraa-module__IhReRG__featureList{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.ithyaraa-module__IhReRG__featureListItem{color:#0b2138;align-items:center;gap:.75rem;font-size:.92rem;font-weight:600;display:flex}.ithyaraa-module__IhReRG__checkIcon{color:#6366f1}.ithyaraa-module__IhReRG__techGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem;display:grid}.ithyaraa-module__IhReRG__techCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;box-shadow:0 4px 15px #00000005}.ithyaraa-module__IhReRG__techCategory{font-family:var(--font-unbounded), sans-serif;color:#6366f1;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.ithyaraa-module__IhReRG__techPills{flex-wrap:wrap;gap:.5rem;display:flex}.ithyaraa-module__IhReRG__techPill{font-family:var(--font-geist-mono), monospace;color:#0f172a;background:#f1f5f9;border-radius:8px;padding:.4rem .85rem;font-size:.8rem;font-weight:600}.ithyaraa-module__IhReRG__compTable{border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:16px;width:100%;margin-top:2rem;overflow:hidden}.ithyaraa-module__IhReRG__compTable th{color:#fff;font-family:var(--font-unbounded), sans-serif;text-align:left;background:#1e1b4b;padding:1.25rem 1.5rem;font-size:.85rem}.ithyaraa-module__IhReRG__compTable td{color:#334155;background:#fff;border-bottom:1px solid #e2e8f0;padding:1.15rem 1.5rem;font-size:.92rem}.ithyaraa-module__IhReRG__compTable tr:last-child td{border-bottom:none}.ithyaraa-module__IhReRG__compHighlight{color:#6366f1;font-weight:700}.ithyaraa-module__IhReRG__faqAccordion{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.ithyaraa-module__IhReRG__faqItem{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:all .25s;overflow:hidden}.ithyaraa-module__IhReRG__faqItemOpen{border-color:#6366f1;box-shadow:0 4px 20px #6366f114}.ithyaraa-module__IhReRG__faqQuestion{text-align:left;width:100%;font-family:var(--font-unbounded), sans-serif;color:#0b2138;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.35rem 1.75rem;font-size:.98rem;font-weight:700;display:flex}.ithyaraa-module__IhReRG__faqIcon{color:#6366f1;font-size:1.2rem;transition:transform .3s}.ithyaraa-module__IhReRG__faqIconRotated{transform:rotate(180deg)}.ithyaraa-module__IhReRG__faqAnswer{color:#475569;padding:0 1.75rem 1.5rem;font-size:.95rem;line-height:1.7}.ithyaraa-module__IhReRG__ctaBox{text-align:center;color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#0f172a 100%);border-radius:24px;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #1e1b4b4d}.ithyaraa-module__IhReRG__ctaBoxTitle{font-family:var(--font-unbounded), sans-serif;margin-bottom:1.25rem;font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:800}.ithyaraa-module__IhReRG__ctaBoxText{color:#cbd5e1;max-width:780px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.ithyaraa-module__IhReRG__ctaBtn{color:#fff;font-family:var(--font-geist-sans), sans-serif;background:#6366f1;border-radius:30px;align-items:center;gap:.75rem;padding:1rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 20px #6366f159}.ithyaraa-module__IhReRG__ctaBtn:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 10px 25px #6366f173}.ithyaraa-module__IhReRG__navigationFooter{text-align:center;background-color:#fafafa;border-top:1px solid #e4e4e4;padding:80px 24px}.ithyaraa-module__IhReRG__nextTag{font-family:var(--font-unbounded), sans-serif;color:#6366f1;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:block}.ithyaraa-module__IhReRG__nextLink{font-family:var(--font-unbounded), sans-serif;color:#0b2138;align-items:center;gap:1rem;font-size:clamp(1.5rem,3.5vw,3rem);font-weight:800;text-decoration:none;transition:color .3s;display:inline-flex}.ithyaraa-module__IhReRG__nextLink:hover{color:#6366f1}.ithyaraa-module__IhReRG__nextArrow{transition:transform .3s}.ithyaraa-module__IhReRG__nextLink:hover .ithyaraa-module__IhReRG__nextArrow{transform:translate(10px)}@media (max-width:1024px){.ithyaraa-module__IhReRG__sceneGrid{grid-template-columns:1fr;gap:2.5rem}.ithyaraa-module__IhReRG__metaGrid,.ithyaraa-module__IhReRG__modulesGrid,.ithyaraa-module__IhReRG__techGrid{grid-template-columns:repeat(2,1fr)}.ithyaraa-module__IhReRG__featureDetailCard{grid-template-columns:1fr;gap:2rem}}@media (max-width:640px){.ithyaraa-module__IhReRG__metaGrid{grid-template-columns:1fr;gap:1rem}.ithyaraa-module__IhReRG__reqsGrid,.ithyaraa-module__IhReRG__modulesGrid,.ithyaraa-module__IhReRG__techGrid{grid-template-columns:1fr}.ithyaraa-module__IhReRG__ctaBox{padding:3rem 1.5rem}.ithyaraa-module__IhReRG__compTable th,.ithyaraa-module__IhReRG__compTable td{padding:.85rem 1rem;font-size:.82rem}}
.jarvan-story-module__d-TmVW__mainWrapper{color:#0b2138;background-color:#fff;font-family:Geist Sans,-apple-system,sans-serif;overflow-x:hidden}.jarvan-story-module__d-TmVW__unboundedTitle{text-transform:uppercase;font-family:Unbounded,sans-serif;font-weight:900}.jarvan-story-module__d-TmVW__serifItalic{color:#ff6a3a;font-family:Playfair Display,serif;font-style:italic;font-weight:800}.jarvan-story-module__d-TmVW__monoTag{color:#ff6a3a;letter-spacing:.15em;text-transform:uppercase;font-family:Geist Mono,monospace;font-size:.75rem}.jarvan-story-module__d-TmVW__heroSection{text-align:center;max-width:1200px;margin:0 auto;padding:140px 24px 80px;position:relative}.jarvan-story-module__d-TmVW__heroTagline{background:#ff6a3a14;border:1px solid #ff6a3a26;border-radius:4px;margin-bottom:2rem;padding:6px 14px;display:inline-block;}.jarvan-story-module__d-TmVW__heroIntro{color:#4a4a4b;max-width:800px;margin:2.5rem auto 0;font-size:1.35rem;font-weight:400;line-height:1.65}.jarvan-story-module__d-TmVW__storyContainer{flex-direction:column;gap:120px;padding:40px 0 120px;display:flex}.jarvan-story-module__d-TmVW__scene{width:100%;padding:100px 24px;position:relative}.jarvan-story-module__d-TmVW__sceneDark{color:#fff;background-color:#0b2138}.jarvan-story-module__d-TmVW__sceneGrid{grid-template-columns:48% 52%;align-items:center;gap:80px;max-width:1200px;margin:0 auto;display:grid}@media (max-width:1024px){.jarvan-story-module__d-TmVW__sceneGrid{grid-template-columns:1fr;gap:60px}}.jarvan-story-module__d-TmVW__sceneNum{align-items:center;gap:10px;margin-bottom:1.5rem;display:inline-flex;}.jarvan-story-module__d-TmVW__sceneNum:before{content:"";background-color:#ff6a3a;border-radius:50%;width:8px;height:8px;display:inline-block}.jarvan-story-module__d-TmVW__sceneTitle{color:inherit;margin-bottom:2rem;font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.15;}.jarvan-story-module__d-TmVW__sceneDesc{color:inherit;opacity:.85;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.75}.jarvan-story-module__d-TmVW__premiumBtn{color:#fff;letter-spacing:.05em;cursor:pointer;background-color:#ff6a3a;border:none;border-radius:4px;align-items:center;gap:12px;padding:16px 32px;font-size:.85rem;transition:all .3s cubic-bezier(.25,1,.5,1);display:inline-flex;box-shadow:0 10px 25px #ff6a3a40;}.jarvan-story-module__d-TmVW__premiumBtn:hover{background-color:#e65627;transform:translateY(-2px);box-shadow:0 15px 35px #ff6a3a73}.jarvan-story-module__d-TmVW__premiumBtnSecondary{color:#fff;box-shadow:none;background-color:#0000;border:1.5px solid #fff3;}.jarvan-story-module__d-TmVW__premiumBtnSecondary:hover{background-color:#ffffff0d;border-color:#fff;box-shadow:0 10px 30px #ffffff14}.jarvan-story-module__d-TmVW__chaosCanvas{background-color:#051424;border:1px solid #ff6a3a1a;border-radius:8px;height:480px;position:relative;overflow:hidden}.jarvan-story-module__d-TmVW__chaosCanvas:before{content:"";pointer-events:none;background-image:linear-gradient(#ff6a3a08 1px,#0000 1px),linear-gradient(90deg,#ff6a3a08 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.jarvan-story-module__d-TmVW__chaosNode{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;z-index:10;background:#0b2138d9;border:1px solid #ff6a3a33;border-radius:4px;flex-direction:column;gap:4px;padding:12px 18px;font-family:Geist Mono,monospace;font-size:.75rem;font-weight:700;transition:border-color .3s,box-shadow .3s;display:flex;position:absolute;box-shadow:0 10px 30px #0006}.jarvan-story-module__d-TmVW__chaosNodeSub{color:#ff6a3a;opacity:.8;font-size:.65rem;font-weight:400}.jarvan-story-module__d-TmVW__chaosNodeActive{border-color:#10b981;box-shadow:0 0 20px #10b9814d}.jarvan-story-module__d-TmVW__chaosNodeActive .jarvan-story-module__d-TmVW__chaosNodeSub{color:#10b981}.jarvan-story-module__d-TmVW__chaosLineFlow{stroke-dasharray:6 6;animation:8s linear infinite jarvan-story-module__d-TmVW__svgDash}@keyframes jarvan-story-module__d-TmVW__svgDash{to{stroke-dashoffset:-120px}}.jarvan-story-module__d-TmVW__pulseDot{animation:2.5s infinite jarvan-story-module__d-TmVW__pulseDotAnim}@keyframes jarvan-story-module__d-TmVW__pulseDotAnim{0%{r:2px;opacity:.3}50%{r:5px;opacity:1}to{r:2px;opacity:.3}}.jarvan-story-module__d-TmVW__timelineWrapper{flex-direction:column;gap:24px;display:flex}.jarvan-story-module__d-TmVW__timelineItem{cursor:pointer;background:#fff;border:1px solid #e4e4e4;border-radius:8px;grid-template-columns:50px 1fr;gap:20px;padding:24px;transition:all .4s cubic-bezier(.16,1,.3,1);display:grid}.jarvan-story-module__d-TmVW__timelineItem:hover{border-color:#ff6a3a;transform:translate(8px)}.jarvan-story-module__d-TmVW__timelineItemActive{background:#fffcfb;border-color:#ff6a3a;transform:translate(8px);box-shadow:0 20px 40px #ff6a3a0f}.jarvan-story-module__d-TmVW__itemNum{color:#e4e4e4;border:1px solid #e4e4e4;border-radius:4px;justify-content:center;align-items:center;height:50px;font-size:1.1rem;transition:all .3s;display:flex;}.jarvan-story-module__d-TmVW__timelineItemActive .jarvan-story-module__d-TmVW__itemNum{color:#fff;background-color:#ff6a3a;border-color:#ff6a3a}.jarvan-story-module__d-TmVW__itemHeader{color:#0b2138;letter-spacing:.02em;margin-bottom:8px;font-size:1rem;}.jarvan-story-module__d-TmVW__itemDesc{color:#4a4a4b;font-size:.95rem;line-height:1.6}.jarvan-story-module__d-TmVW__techDiagram{background-color:#fafafa;border:1px solid #e4e4e4;border-radius:8px;flex-direction:column;justify-content:center;height:480px;padding:40px;display:flex;position:relative;overflow:hidden}.jarvan-story-module__d-TmVW__techDiagram:before{content:"";pointer-events:none;background-image:linear-gradient(#00000004 1px,#0000 1px),linear-gradient(90deg,#00000004 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.jarvan-story-module__d-TmVW__consoleFrame{background-color:#051424;border:1px solid #ff6a3a1a;border-radius:8px;flex-direction:column;height:480px;display:flex;overflow:hidden}.jarvan-story-module__d-TmVW__consoleHeader{background:#0b2138;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.jarvan-story-module__d-TmVW__consoleTitle{color:#fff;font-size:.7rem;}.jarvan-story-module__d-TmVW__consoleStatus{align-items:center;gap:8px;font-family:Geist Mono,monospace;font-size:.7rem;display:flex}.jarvan-story-module__d-TmVW__consoleBody{flex-direction:column;flex-grow:1;justify-content:space-between;padding:24px;display:flex;position:relative}.jarvan-story-module__d-TmVW__tickerArea{color:#fff6;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:8px;max-height:120px;padding-bottom:16px;font-family:Geist Mono,monospace;font-size:.75rem;display:flex;overflow:hidden}.jarvan-story-module__d-TmVW__logRow{gap:12px;display:flex}.jarvan-story-module__d-TmVW__logTime{color:#ff6a3a}.jarvan-story-module__d-TmVW__consoleMain{flex-grow:1;justify-content:center;align-items:center;display:flex;position:relative}.jarvan-story-module__d-TmVW__gridCard{z-index:10;background:#0b2138e6;border:1px solid #ff6a3a26;border-radius:4px;flex-direction:column;gap:12px;width:100%;max-width:340px;padding:20px;display:flex;box-shadow:0 20px 50px #0000004d}.jarvan-story-module__d-TmVW__gridCardRow{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.jarvan-story-module__d-TmVW__gridCardLabel{color:#ffffff80;font-family:Geist Mono,monospace;font-size:.7rem}.jarvan-story-module__d-TmVW__gridCardVal{font-size:.85rem;font-weight:700}.jarvan-story-module__d-TmVW__glowRing{border:1px solid #10b98133;border-radius:50%;width:220px;height:220px;animation:3s ease-in-out infinite jarvan-story-module__d-TmVW__pulseScale;position:absolute}@keyframes jarvan-story-module__d-TmVW__pulseScale{0%{opacity:.2;transform:scale(.9)}50%{opacity:.7;transform:scale(1.15)}to{opacity:.2;transform:scale(.9)}}.jarvan-story-module__d-TmVW__folderTabWrapper{grid-template-columns:1fr 1fr;gap:30px;display:grid}@media (max-width:640px){.jarvan-story-module__d-TmVW__folderTabWrapper{grid-template-columns:1fr}}.jarvan-story-module__d-TmVW__folderShadowContainer{filter:drop-shadow(0 15px 30px #0b213814);transition:filter .3s,transform .3s}.jarvan-story-module__d-TmVW__folderShadowContainer:hover{filter:drop-shadow(0 25px 45px #ff6a3a1f);transform:translateY(-6px)}.jarvan-story-module__d-TmVW__folderShadowContainerDark{filter:drop-shadow(0 15px 30px #0000004d);transition:filter .3s,transform .3s}.jarvan-story-module__d-TmVW__folderShadowContainerDark:hover{filter:drop-shadow(0 25px 45px #ff6a3a59);transform:translateY(-6px)}.jarvan-story-module__d-TmVW__folderClippedCard{clip-path:url(#folder-tab-clip);background-color:#fff;border:1px solid #e4e4e4;flex-direction:column;justify-content:space-between;height:320px;padding:60px 30px 40px;display:flex}.jarvan-story-module__d-TmVW__folderClippedCardDark{clip-path:url(#folder-tab-clip);color:#fff;background-color:#0b2138;border:1px solid #ffffff0d;flex-direction:column;justify-content:space-between;height:320px;padding:60px 30px 40px;display:flex}.jarvan-story-module__d-TmVW__folderTitle{color:inherit;margin-top:10px;font-size:1.15rem;}.jarvan-story-module__d-TmVW__folderTag{background:#ff6a3a14;border:1px solid #ff6a3a26;border-radius:2px;align-self:flex-start;padding:3px 8px;font-size:.65rem;}.jarvan-story-module__d-TmVW__folderTagDark{color:#fff;background:#ffffff0d;border-color:#ffffff1a;}.jarvan-story-module__d-TmVW__radarMapFrame{background-color:#051424;border:1.5px solid #ffffff0d;border-radius:8px;flex-direction:column;height:520px;display:flex;position:relative;overflow:hidden}.jarvan-story-module__d-TmVW__radarMapFrame:before{content:"";pointer-events:none;background-image:linear-gradient(#00e5ff05 1px,#0000 1px),linear-gradient(90deg,#00e5ff05 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.jarvan-story-module__d-TmVW__radarTelemetry{color:#00e5ff66;pointer-events:none;z-index:10;flex-direction:column;gap:4px;font-family:Geist Mono,monospace;font-size:.65rem;display:flex;position:absolute;top:16px;left:20px}.jarvan-story-module__d-TmVW__radarSweep{pointer-events:none;border:1px solid #00e5ff0f;border-radius:50%;width:320px;height:320px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.jarvan-story-module__d-TmVW__radarSweep:after{content:"";background:conic-gradient(#00e5ff14 10%,#0000 40%);border-radius:50%;width:100%;height:100%;animation:4s linear infinite jarvan-story-module__d-TmVW__radarRotate;position:absolute;top:0;left:0}@keyframes jarvan-story-module__d-TmVW__radarRotate{to{transform:rotate(360deg)}}.jarvan-story-module__d-TmVW__mapItemPoint{cursor:pointer;z-index:10;justify-content:center;align-items:center;display:flex;position:absolute}.jarvan-story-module__d-TmVW__mapPinIcon{border-radius:50%;width:16px;height:16px;transition:transform .3s;position:relative}.jarvan-story-module__d-TmVW__mapItemPoint:hover .jarvan-story-module__d-TmVW__mapPinIcon{transform:scale(1.3)}.jarvan-story-module__d-TmVW__radarTargetGlow{border:1px solid;border-radius:50%;animation:2s ease-out infinite jarvan-story-module__d-TmVW__targetPulse;position:absolute;inset:-10px}@keyframes jarvan-story-module__d-TmVW__targetPulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.jarvan-story-module__d-TmVW__radarPinLabel{color:#fff;white-space:nowrap;pointer-events:none;background-color:#0b2138;border:1px solid #ffffff1a;border-radius:3px;flex-direction:column;gap:2px;padding:6px 10px;font-family:Geist Mono,monospace;font-size:.65rem;display:flex;position:absolute;left:24px;box-shadow:0 4px 15px #0000004d}.jarvan-story-module__d-TmVW__radarMapControls{z-index:20;background-color:#0b2138;border-top:1.5px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}@media (max-width:640px){.jarvan-story-module__d-TmVW__radarMapControls{flex-direction:column;align-items:flex-start;gap:16px}}.jarvan-story-module__d-TmVW__testimonialCanvas{max-width:1000px;margin:0 auto;padding:60px 0}.jarvan-story-module__d-TmVW__testimonialQuote{color:#0b2138;text-align:left;margin:0 0 40px;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.2vw,2.3rem);font-style:italic;font-weight:800;line-height:1.55;position:relative}.jarvan-story-module__d-TmVW__testimonialQuote:before{content:"“";color:#ff6a3a14;font-family:Playfair Display,serif;font-size:7rem;line-height:1;position:absolute;top:-40px;left:-20px}.jarvan-story-module__d-TmVW__testimonialAuthor{align-items:center;gap:20px;display:flex}.jarvan-story-module__d-TmVW__authorLine{background-color:#ff6a3a;width:40px;height:2px}.jarvan-story-module__d-TmVW__authorMeta{flex-direction:column;display:flex}.jarvan-story-module__d-TmVW__authorName{color:#0b2138;letter-spacing:.05em;margin-bottom:4px;font-size:.9rem;}.jarvan-story-module__d-TmVW__authorRole{color:#888;font-family:Geist Mono,monospace;font-size:.75rem}.jarvan-story-module__d-TmVW__premiumBadgeGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:80px;display:grid}.jarvan-story-module__d-TmVW__premiumBadge{background-color:#fff;border:1px solid #e4e4e4;border-radius:8px;padding:30px;transition:all .3s}.jarvan-story-module__d-TmVW__premiumBadge:hover{border-color:#ff6a3a;transform:translateY(-3px);box-shadow:0 15px 35px #0b21380a}.jarvan-story-module__d-TmVW__premiumBadgeHeader{align-items:center;gap:16px;margin-bottom:16px;display:flex}.jarvan-story-module__d-TmVW__premiumBadgeIconWrapper{color:#ff6a3a;background-color:#fff0eb;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.jarvan-story-module__d-TmVW__premiumBadgeTitle{letter-spacing:.02em;color:#0b2138;font-size:.85rem;}.jarvan-story-module__d-TmVW__premiumBadgeDesc{color:#4a4a4b;font-size:.9rem;line-height:1.6}
.protean-ai-module__yIXJaq__mainWrapper{color:#f3f4f6;background-color:#020a0a;min-height:100vh;font-family:inherit;overflow-x:hidden}.protean-ai-module__yIXJaq__heroSection{max-width:1280px;margin:0 auto;padding:8rem 2rem 4rem;position:relative}.protean-ai-module__yIXJaq__heroTagline{letter-spacing:.12em;text-transform:uppercase;color:#2dd4bf;background:#06b6d41a;border:1px solid #06b6d440;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.875rem;font-weight:700;display:inline-block}.protean-ai-module__yIXJaq__heroSubtitle{color:#9ca3af;max-width:820px;margin-top:1.25rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6}.protean-ai-module__yIXJaq__heroMetaGrid{border-top:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3.5rem;padding-top:2.5rem;display:grid}.protean-ai-module__yIXJaq__heroMetaItem{flex-direction:column;gap:.35rem;display:flex}.protean-ai-module__yIXJaq__heroMetaTitle{letter-spacing:.1em;text-transform:uppercase;color:#6b7280;font-size:.75rem;font-weight:700}.protean-ai-module__yIXJaq__heroMetaValue{color:#f9fafb;font-size:1.05rem;font-weight:600}.protean-ai-module__yIXJaq__deliverablesList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.protean-ai-module__yIXJaq__deliverableBadge{color:#d1d5db;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.25rem .65rem;font-size:.8rem;font-weight:500}.protean-ai-module__yIXJaq__architectureSection{max-width:1280px;margin:2rem auto 5rem;padding:0 2rem}.protean-ai-module__yIXJaq__architectureCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#061a1abf;border:1px solid #06b6d440;border-radius:20px;padding:1.5rem;overflow:hidden;box-shadow:0 20px 50px #000000a6}.protean-ai-module__yIXJaq__architectureImg{border-radius:12px;width:100%;height:auto;display:block}.protean-ai-module__yIXJaq__metricsSection{background:linear-gradient(#111827b3 0%,#030712f2 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:4rem 2rem}.protean-ai-module__yIXJaq__metricsContainer{max-width:1280px;margin:0 auto}.protean-ai-module__yIXJaq__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.protean-ai-module__yIXJaq__metricCard{text-align:center;background:#0a242499;border:1px solid #06b6d440;border-radius:16px;padding:2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.protean-ai-module__yIXJaq__metricCard:hover{border-color:#06b6d480;transform:translateY(-4px)}.protean-ai-module__yIXJaq__metricNumber{background:linear-gradient(135deg,#06b6d4 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.protean-ai-module__yIXJaq__metricLabel{color:#f3f4f6;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.protean-ai-module__yIXJaq__metricSubtext{color:#9ca3af;font-size:.875rem}.protean-ai-module__yIXJaq__sectionHeader{text-align:center;max-width:800px;margin:0 auto 3.5rem}.protean-ai-module__yIXJaq__sectionBadge{letter-spacing:.12em;text-transform:uppercase;color:#2dd4bf;background:#06b6d41f;border:1px solid #06b6d440;border-radius:9999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.protean-ai-module__yIXJaq__sectionTitle{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800}.protean-ai-module__yIXJaq__sectionSubtitle{color:#9ca3af;font-size:1.05rem;line-height:1.6}.protean-ai-module__yIXJaq__csSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.protean-ai-module__yIXJaq__csGrid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;display:grid}.protean-ai-module__yIXJaq__csCard{background:#0a242480;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.protean-ai-module__yIXJaq__csCardChallenge{border-left:4px solid #ef4444}.protean-ai-module__yIXJaq__csCardSolution{border-left:4px solid #06b6d4}.protean-ai-module__yIXJaq__csBadge{letter-spacing:.1em;text-transform:uppercase;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.protean-ai-module__yIXJaq__badgeChallenge{color:#f87171;background:#ef444426}.protean-ai-module__yIXJaq__badgeSolution{color:#2dd4bf;background:#06b6d426}.protean-ai-module__yIXJaq__csTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.protean-ai-module__yIXJaq__csDesc{color:#9ca3af;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.protean-ai-module__yIXJaq__csPointsList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.protean-ai-module__yIXJaq__csPointItem{color:#d1d5db;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.protean-ai-module__yIXJaq__csPointIcon{flex-shrink:0;margin-top:.15rem}.protean-ai-module__yIXJaq__modulesSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.protean-ai-module__yIXJaq__modulesGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;display:grid}.protean-ai-module__yIXJaq__moduleCard{background:#0a242480;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;transition:all .3s}.protean-ai-module__yIXJaq__moduleCard:hover{background:#103232b3;border-color:#06b6d459;transform:translateY(-3px)}.protean-ai-module__yIXJaq__moduleHeader{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.protean-ai-module__yIXJaq__moduleIconWrapper{color:#2dd4bf;background:#06b6d41f;border:1px solid #06b6d440;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.protean-ai-module__yIXJaq__moduleTitle{color:#fff;font-size:1.05rem;font-weight:700;line-height:1.3}.protean-ai-module__yIXJaq__moduleDesc{color:#9ca3af;font-size:.875rem;line-height:1.55}.protean-ai-module__yIXJaq__deepDiveSection{background:linear-gradient(#030712cc 0%,#111827b3 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:6rem 2rem}.protean-ai-module__yIXJaq__deepDiveContainer{max-width:1280px;margin:0 auto}.protean-ai-module__yIXJaq__tabNav{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.protean-ai-module__yIXJaq__tabBtn{color:#9ca3af;cursor:pointer;background:#0a2424cc;border:1px solid #ffffff1a;border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .25s}.protean-ai-module__yIXJaq__tabBtn:hover{color:#fff;border-color:#ffffff40}.protean-ai-module__yIXJaq__tabBtnActive{color:#fff;background:linear-gradient(135deg,#06b6d4 0%,#10b981 100%);border-color:#0000;box-shadow:0 4px 20px #06b6d459}.protean-ai-module__yIXJaq__featureDetailCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a2424bf;border:1px solid #06b6d433;border-radius:24px;padding:3rem;box-shadow:0 20px 40px #00000080}.protean-ai-module__yIXJaq__featureBadge{letter-spacing:.1em;text-transform:uppercase;color:#2dd4bf;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.protean-ai-module__yIXJaq__featureTitle{color:#fff;margin-bottom:1.25rem;font-size:clamp(1.6rem,2.5vw,2.25rem);font-weight:800}.protean-ai-module__yIXJaq__featureDesc{color:#d1d5db;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.protean-ai-module__yIXJaq__featurePointGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.protean-ai-module__yIXJaq__featurePointItem{color:#e5e7eb;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:.85rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.protean-ai-module__yIXJaq__techSection{max-width:1280px;margin:6rem auto;padding:0 2rem}.protean-ai-module__yIXJaq__techGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.protean-ai-module__yIXJaq__techCard{background:#0a242480;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:transform .3s}.protean-ai-module__yIXJaq__techCard:hover{border-color:#06b6d44d;transform:translateY(-4px)}.protean-ai-module__yIXJaq__techCategory{letter-spacing:.1em;text-transform:uppercase;color:#2dd4bf;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.protean-ai-module__yIXJaq__techName{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.protean-ai-module__yIXJaq__techItemsList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.protean-ai-module__yIXJaq__techItem{color:#9ca3af;align-items:center;gap:.5rem;font-size:.925rem;display:flex}.protean-ai-module__yIXJaq__techDot{background:#06b6d4;border-radius:50%;width:6px;height:6px}.protean-ai-module__yIXJaq__faqSection{max-width:960px;margin:6rem auto;padding:0 2rem}.protean-ai-module__yIXJaq__faqList{flex-direction:column;gap:1rem;display:flex}.protean-ai-module__yIXJaq__faqItem{background:#0a242499;border:1px solid #ffffff14;border-radius:16px;transition:border-color .25s;overflow:hidden}.protean-ai-module__yIXJaq__faqItemOpen{background:#0a2424d9;border-color:#06b6d459}.protean-ai-module__yIXJaq__faqQuestion{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.75rem;font-size:1.05rem;font-weight:600;display:flex}.protean-ai-module__yIXJaq__faqIcon{color:#2dd4bf;flex-shrink:0;transition:transform .3s}.protean-ai-module__yIXJaq__faqIconRotated{transform:rotate(180deg)}.protean-ai-module__yIXJaq__faqAnswer{color:#9ca3af;padding:0 1.75rem 1.5rem;font-size:.975rem;line-height:1.75}.protean-ai-module__yIXJaq__nextProjectSection{text-align:center;background:#020a0a;border-top:1px solid #ffffff14;padding:5rem 2rem}.protean-ai-module__yIXJaq__nextTag{letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.protean-ai-module__yIXJaq__nextLink{color:#fff;align-items:center;gap:.85rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;text-decoration:none;transition:color .3s;display:inline-flex}.protean-ai-module__yIXJaq__nextLink:hover{color:#2dd4bf}.protean-ai-module__yIXJaq__nextArrow{transition:transform .3s}.protean-ai-module__yIXJaq__nextLink:hover .protean-ai-module__yIXJaq__nextArrow{transform:translate(10px)}@media (max-width:768px){.protean-ai-module__yIXJaq__heroSection{padding:6rem 1.25rem 3rem}.protean-ai-module__yIXJaq__featureDetailCard,.protean-ai-module__yIXJaq__csCard{padding:1.75rem}.protean-ai-module__yIXJaq__faqQuestion{padding:1.25rem;font-size:.975rem}.protean-ai-module__yIXJaq__faqAnswer{padding:0 1.25rem 1.25rem}}
.products-module__E8alaG__main{color:#fff;background-color:#0c0c0c;width:100%;min-height:100vh}.products-module__E8alaG__heroSection{text-align:center;padding:10rem 2rem 4rem}.products-module__E8alaG__heroContainer{max-width:850px;margin:0 auto}.products-module__E8alaG__heroDesc{font-family:var(--font-geist-sans), sans-serif;color:#8c8c8c;margin:0;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.65}.products-module__E8alaG__gridSection{padding:2rem 2rem 8rem}.products-module__E8alaG__gridContainer{max-width:1400px;margin:0 auto}.products-module__E8alaG__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;display:grid}.products-module__E8alaG__productCard{background-color:#121212;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;transition:transform .4s cubic-bezier(.25,1,.5,1),border-color .3s;display:flex;overflow:hidden}.products-module__E8alaG__productCard:hover{border-color:#ffffff26;transform:translateY(-8px)}.products-module__E8alaG__cardMedia{background-color:#fff;justify-content:center;align-items:center;width:100%;height:280px;display:flex;position:relative;overflow:hidden}.products-module__E8alaG__cardImg{object-fit:contain;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.products-module__E8alaG__productCard:hover .products-module__E8alaG__cardImg{transform:scale(1.05)}.products-module__E8alaG__cardBody{flex-direction:column;flex-grow:1;align-items:flex-start;padding:2.25rem 2rem;display:flex}.products-module__E8alaG__cardCategory{font-family:var(--font-unbounded), sans-serif;color:var(--primary,#ff6a3a);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.85rem;font-size:.65rem;font-weight:800}.products-module__E8alaG__cardTitle{font-family:var(--font-unbounded), sans-serif;color:#fff;letter-spacing:-.02em;text-align:left;margin:0 0 1rem;font-size:clamp(1.2rem,1.4vw,1.5rem);font-weight:800}.products-module__E8alaG__cardTagline{font-family:var(--font-geist-sans), sans-serif;color:#a0a0a0;text-align:left;margin:0 0 2.25rem;font-size:.9rem;line-height:1.6}.products-module__E8alaG__cardFooter{width:100%;margin-top:auto}.products-module__E8alaG__exploreLink{color:#fff;font-family:var(--font-geist-sans), sans-serif;align-items:center;gap:8px;font-size:.88rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-flex}.products-module__E8alaG__exploreLink:hover{color:var(--primary,#ff6a3a)}.products-module__E8alaG__linkArrow{transition:transform .3s}.products-module__E8alaG__exploreLink:hover .products-module__E8alaG__linkArrow{transform:translate(5px)}@media (max-width:992px){.products-module__E8alaG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-module__E8alaG__heroSection{padding-top:8rem}.products-module__E8alaG__grid{grid-template-columns:1fr;gap:2rem}}
.service-detail-module__89NYoG__container{width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem 5rem}.service-detail-module__89NYoG__hero{margin-bottom:4rem}.service-detail-module__89NYoG__tagline{font-family:var(--font-unbounded), sans-serif;color:var(--primary,#ff6a3a);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;font-size:clamp(.75rem,1vw,.88rem);font-weight:800;display:block}.service-detail-module__89NYoG__heroGrid{grid-template-columns:40% 1fr;align-items:flex-start;gap:4rem;margin-top:3rem;display:grid}.service-detail-module__89NYoG__statsContainer{flex-direction:column;gap:1.5rem;display:flex}.service-detail-module__89NYoG__statCard{border-left:3px solid var(--primary,#ff6a3a);padding-left:1.5rem}.service-detail-module__89NYoG__statNumber{font-family:var(--font-unbounded), sans-serif;color:#111;letter-spacing:-.03em;margin:0 0 .25rem;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:900;line-height:1}.service-detail-module__89NYoG__statLabel{font-family:var(--font-geist-sans), sans-serif;color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.service-detail-module__89NYoG__descriptionBox{font-family:var(--font-geist-sans), sans-serif;color:#333;font-size:clamp(1rem,1.3vw,1.25rem);line-height:1.8}.service-detail-module__89NYoG__descriptionBox p{margin:0 0 1.5rem}.service-detail-module__89NYoG__featuresSection{background-color:#f5f5f5;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;padding:6rem 2rem}.service-detail-module__89NYoG__sectionTitleWrap{text-align:center;margin-bottom:4rem}.service-detail-module__89NYoG__featuresGrid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid}.service-detail-module__89NYoG__featureCard{background-color:#fff;border:1px solid #e9e9e9;border-radius:16px;flex-direction:column;gap:1rem;padding:2.25rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.service-detail-module__89NYoG__featureCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.service-detail-module__89NYoG__featureIcon{width:40px;height:40px;stroke:var(--primary,#ff6a3a);fill:none;stroke-width:1.75px}.service-detail-module__89NYoG__featureTitle{font-family:var(--font-unbounded), sans-serif;color:#111;letter-spacing:-.02em;margin:0;font-size:clamp(1.1rem,1.4vw,1.3rem);font-weight:800}.service-detail-module__89NYoG__featureDesc{font-family:var(--font-geist-sans), sans-serif;color:#666;margin:0;font-size:.88rem;line-height:1.7}.service-detail-module__89NYoG__processSection{background-color:#0d0d0d;padding:6rem 2rem}.service-detail-module__89NYoG__processGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}@media (max-width:992px){.service-detail-module__89NYoG__heroGrid{grid-template-columns:1fr;gap:3rem}.service-detail-module__89NYoG__statsContainer{flex-flow:wrap;gap:2rem}.service-detail-module__89NYoG__featuresGrid{grid-template-columns:repeat(2,1fr)}.service-detail-module__89NYoG__processGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.service-detail-module__89NYoG__featuresGrid{grid-template-columns:1fr}.service-detail-module__89NYoG__processGrid{grid-template-columns:1fr;gap:1.5rem}.service-detail-module__89NYoG__featuresSection,.service-detail-module__89NYoG__processSection{padding:4rem 1.5rem}}
