.capsule{position:relative;display:inline-flex;align-items:center;gap:.65rem;padding:.55rem 1.45rem;border-radius:999px;border:none;background:linear-gradient(135deg,rgba(11,44,72,.74),rgba(11,44,72,.42));color:var(--cypher-cream);text-transform:uppercase;font-size:.68rem;font-weight:600;letter-spacing:.22em;line-height:1;cursor:default;transition:background .35s ease,transform .35s ease;isolation:isolate}.capsule:hover{background:linear-gradient(135deg,rgba(235,176,38,.18),rgba(11,44,72,.35));transform:translateY(-2px)}.capsule--glow{background:linear-gradient(135deg,rgba(235,176,38,.22),rgba(11,44,72,.4))}.capsule--outline{background:linear-gradient(135deg,rgba(11,44,72,.68),rgba(11,44,72,.45))}.capsule--ghost{background:rgba(11,44,72,.35);color:var(--cypher-cream)}.capsule--compact{padding:.42rem 1.05rem;font-size:.6rem;letter-spacing:.2em;gap:.45rem}@media (max-width:768px){.capsule{font-size:.6rem;letter-spacing:.18em;gap:.5rem;padding:.45rem 1rem}.capsule--compact{font-size:.52rem;padding:.3rem .8rem;gap:.35rem}}.hero{position:relative;width:100vw;height:135svh;overflow:hidden;background:linear-gradient(180deg,var(--cypher-navy) 0,var(--cypher-navy-dark) 100%)}.hero .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.25;mix-blend-mode:screen;will-change:transform}.hero .hero-bg video{width:100%;height:100%;object-fit:cover;transform:translateZ(0)}.hero .hero-gradient{position:absolute;bottom:0;left:0;width:100%;height:50svh;background:linear-gradient(1turn,var(--cypher-navy-dark) 0,rgba(15,57,92,0) 100%);z-index:2}.hero .hero-content{position:absolute;top:50svh;left:50%;transform:translate(-50%,-50%);text-align:center;width:75%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:1rem;z-index:3}.hero .hero-content,.hero .hero-content h1{color:var(--cypher-cream)}.hero .hero-content h1 .highlight{color:var(--cypher-gold)}.hero .hero-tagline{width:50%;color:var(--cypher-cream-light);font-weight:300}.hero .hero-stats{position:absolute;bottom:0;width:100%;z-index:2}.hero .hero-stats .container{display:flex;gap:1rem;width:100%}.hero .hero-stats .stat{flex:1 1;display:flex;flex-direction:column;padding:1rem;aspect-ratio:16/9;color:var(--cypher-cream);background:linear-gradient(135deg,rgba(235,176,38,.1),rgba(15,57,92,.2));-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border:1px solid rgba(235,176,38,.2);border-radius:1rem;overflow:hidden;transition:all .3s ease}.hero .hero-stats .stat:hover{transform:translateY(-5px);border-color:var(--cypher-gold);box-shadow:0 10px 30px rgba(235,176,38,.2)}.hero .hero-stats .stat h2{color:var(--cypher-gold)}.hero .hero-stats .stat-count,.hero .hero-stats .stat-info{flex:1 1}.hero .hero-stats .stat-divider{width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--cypher-gold),transparent);opacity:.3}.hero .hero-stats .stat-info{display:flex;align-items:flex-end}@media (max-width:768px){.hero{height:auto;min-height:100svh;padding-bottom:2rem}.hero .hero-bg{opacity:.12}.hero .hero-content{width:95%;top:40svh;gap:2.5rem;text-align:center;align-items:center;justify-content:center}.hero .hero-tagline{width:90%;font-size:1.1rem;line-height:1.6}.hero .hero-stats{position:relative;margin-top:65svh;padding:0 1rem}.hero .hero-stats .container{flex-direction:column;gap:1rem}.hero .hero-stats .stat{aspect-ratio:16/8;padding:1.5rem;border-radius:1.25rem;display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.hero .hero-stats .stat h2{font-size:2.2rem;margin:0;color:var(--cypher-gold)}.hero .hero-stats .stat p{font-size:.95rem;line-height:1.4;margin:0;color:var(--cypher-cream-light)}.hero .hero-stats .stat-divider{display:none}}.what-we-do{width:100vw;height:max-content;color:var(--cypher-cream);padding:3rem 0;background:radial-gradient(ellipse at center,rgba(235,176,38,.05) 0,transparent 70%)}.what-we-do .container h1{margin-bottom:10rem;color:var(--cypher-cream);font-weight:600;text-align:right}.what-we-do .what-we-do-content{width:100%;display:flex;gap:2rem}.what-we-do .what-we-do-col{flex:1 1}.what-we-do .what-we-do-col:first-child{display:flex;flex-direction:column;gap:1rem}.what-we-do .what-we-do-col:first-child p.lg{color:var(--cypher-cream-light);width:60%;line-height:1.6}.what-we-do .what-we-do-col:first-child p{color:var(--cypher-gold);font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.what-we-do .what-we-do-col:nth-child(2) p{width:35%}.what-we-do .what-we-do-col .what-we-do-tags{width:100%}.what-we-do .what-we-do-tag{display:inline-block;padding:1rem 2rem;margin:0 .5rem .5rem 0;background:linear-gradient(135deg,rgba(235,176,38,.1),rgba(254,243,213,.05));border:2px solid var(--cypher-gold);border-radius:4rem;transition:all .3s ease;cursor:pointer}.what-we-do .what-we-do-tag:hover{background:var(--cypher-gold);transform:translateY(-3px);box-shadow:0 10px 25px rgba(235,176,38,.3)}.what-we-do .what-we-do-tag h3{color:var(--cypher-cream);font-size:1.2rem;font-weight:600;transition:color .3s ease}.what-we-do .what-we-do-tag:hover h3{color:var(--cypher-navy)}@media (max-width:1000px){.what-we-do .container h1{margin-bottom:3rem}.what-we-do-content{flex-direction:column}.what-we-do .what-we-do-col:first-child p.lg{width:100%}.what-we-do .what-we-do-tag{padding:.75rem 1.5rem;margin:0 .25rem .25rem 0}}@media (max-width:768px){.what-we-do{padding:2rem 0}.what-we-do .container h1{margin-bottom:2rem;text-align:center;font-size:2rem}.what-we-do .what-we-do-content{gap:1.5rem}.what-we-do .what-we-do-col:first-child p.lg{font-size:1.1rem;line-height:1.6}.what-we-do .what-we-do-tag{padding:.6rem 1.2rem;margin:0 .2rem .4rem 0;font-size:.85rem}}.featured-projects-container{position:relative;width:100vw;padding:10rem 0 0;color:var(--cypher-cream);overflow:hidden;background:linear-gradient(180deg,transparent,rgba(15,57,92,.1) 50%,transparent)}.featured-projects-container .featured-projects-header,.featured-projects-container .featured-projects-header-callout{text-align:center}.featured-projects-container .featured-projects-header-callout{color:var(--cypher-gold);margin-bottom:2rem}.featured-projects-container .featured-projects-header{width:70%;margin:0 auto 2rem}@media (max-width:1000px){.featured-projects-container .featured-projects-header{width:100%}}.client-reviews-container{position:relative;width:100vw;height:120svh;color:var(--cypher-cream);padding:4rem 0 2rem;background:radial-gradient(ellipse at bottom,rgba(235,176,38,.05) 0,transparent 70%)}.client-reviews-container .client-reviews-header-callout{text-align:center;color:var(--cypher-gold);margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px}@media (max-width:1000px){.client-reviews-container .client-reviews-header-callout{margin-bottom:3rem}}@media (min-height:1200px){.client-reviews-container{margin:4rem 0 2rem;height:60svh}}.tech-showcase{position:relative;width:100vw;padding:4rem 0;color:var(--cypher-cream);background:radial-gradient(ellipse at center,rgba(235,176,38,.08) 0,transparent 70%);overflow:hidden}.tech-showcase:before{top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23EBB026" fill-opacity="0.03"><circle cx="30" cy="30" r="1.5"/></g></g></svg>') repeat}.tech-showcase:after,.tech-showcase:before{content:"";position:absolute;pointer-events:none;z-index:0}.tech-showcase:after{top:-10%;right:-6%;width:520px;height:520px;background:radial-gradient(circle at center,rgba(235,176,38,.35) 0,rgba(235,176,38,.08) 45%,transparent 70%);filter:blur(6px);opacity:.75}.tech-showcase .container{position:relative;z-index:1}.tech-showcase-header{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);align-items:start;grid-gap:3rem;gap:3rem;margin-bottom:4.5rem;text-align:left}.tech-showcase-callout{color:var(--cypher-gold);font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:.9rem;margin-bottom:1rem}.tech-showcase-header h2{color:var(--cypher-cream);font-size:3.1rem;font-weight:600;line-height:1.15;margin:0}.tech-showcase-lede{display:flex;flex-direction:column;gap:1.5rem}.tech-showcase-description{color:var(--cypher-cream-light);font-size:1.1rem;line-height:1.7;margin:0;max-width:650px}.tech-showcase-pills{display:flex;flex-wrap:wrap;gap:1.35rem}.tech-pill{padding-left:1.6rem}.tech-pill:before{content:"";position:absolute;left:1.05rem;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:var(--cypher-gold);box-shadow:0 0 8px rgba(235,176,38,.7)}.tech-showcase-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:stretch;grid-gap:3rem;gap:3rem;margin-bottom:4rem;padding:3rem;border-radius:2.5rem;border:1px solid rgba(235,176,38,.22);background:linear-gradient(160deg,rgba(15,57,92,.9),rgba(7,26,42,.85));box-shadow:0 35px 80px rgba(3,10,18,.35);overflow:hidden}.tech-showcase-grid:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 20% 22%,rgba(235,176,38,.3) 0,rgba(235,176,38,.08) 45%,transparent 70%),radial-gradient(circle at 85% 15%,rgba(235,176,38,.24) 0,transparent 60%);opacity:.9;pointer-events:none;z-index:0}.tech-showcase-card{position:relative;background:rgba(12,42,68,.55);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(235,176,38,.16);border-radius:1.5rem;padding:2rem;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),border-color .35s ease;cursor:pointer;overflow:hidden;z-index:1}.tech-showcase-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(235,176,38,.16),transparent 60%,rgba(235,176,38,.08));opacity:0;transition:opacity .35s ease;z-index:-1}.tech-showcase-card:hover:before{opacity:1}.tech-showcase-card:hover{transform:translateY(-8px);border-color:rgba(235,176,38,.45);box-shadow:0 24px 60px rgba(235,176,38,.22)}.tech-card-badge{align-self:flex-start;margin-bottom:1.25rem}.tech-showcase-card-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;gap:1.1rem}.tech-showcase-hero{padding:3rem;border:1px solid rgba(235,176,38,.42);background:radial-gradient(circle at 18% 12%,rgba(235,176,38,.42) 0,rgba(235,176,38,.12) 38%,transparent 60%),linear-gradient(165deg,rgba(12,48,78,.92),rgba(6,26,43,.92) 45%,rgba(6,24,40,.88));min-height:100%}.tech-showcase-hero .tech-showcase-card-content{gap:1.5rem}.tech-showcase-hero p{flex-grow:0}.tech-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.75rem}.tech-hero-intro{display:flex;flex-direction:column;gap:.75rem}.tech-hero-icon{--frosted-icon-size:clamp(3.4rem,4.2vw,4.4rem);flex-shrink:0}.tech-hero-stack{display:flex;flex-wrap:wrap;gap:.75rem}.tech-hero-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;border:1px solid rgba(235,176,38,.35);background:rgba(235,176,38,.12);color:var(--cypher-cream)}.tech-hero-meta{margin-top:auto;padding-top:1.75rem;justify-content:space-between;border-top:1px solid rgba(235,176,38,.18)}.tech-hero-meta,.tech-hero-stats{display:flex;align-items:center;gap:1.5rem}.tech-hero-stat{display:flex;align-items:center;gap:.85rem}.tech-hero-stat-icon{--frosted-icon-size:2.4rem;flex-shrink:0}.tech-hero-stat .stat-number{display:block;color:var(--cypher-gold);font-size:1.6rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.tech-hero-stat .stat-label{display:block;color:var(--cypher-cream-light);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}.tech-showcase-right{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.75rem;gap:1.75rem;align-content:start}.tech-showcase-right .tech-showcase-card-content{gap:1.25rem}.tech-tile-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.tech-tile-icon{--frosted-icon-size:2.2rem;flex-shrink:0}.tech-showcase-card-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:radial-gradient(circle,rgba(235,176,38,.35) 0,transparent 70%);border-radius:50%;opacity:.4;transition:opacity .6s ease;z-index:1}.tech-showcase-hero:hover{box-shadow:0 30px 80px rgba(235,176,38,.32)}.tech-showcase-hero:hover .tech-showcase-card-glow{opacity:1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}}.tech-showcase-card h3{font-size:1.8rem;font-weight:700}.tech-showcase-card h3,.tech-showcase-card h4{color:var(--cypher-cream);margin:0;line-height:1.3}.tech-showcase-card h4{font-size:1.3rem;font-weight:600}.tech-showcase-card p{color:var(--cypher-cream-light);line-height:1.6;margin:0;flex-grow:1}.tech-showcase-cta{text-align:center}.tech-showcase-cta h3{color:var(--cypher-cream);font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.tech-showcase-cta p{color:var(--cypher-cream-light);font-size:1.1rem;margin-bottom:2rem;width:60%;margin-left:auto;margin-right:auto;line-height:1.6}@media (max-width:1300px){.tech-showcase-header{grid-template-columns:1fr;gap:2rem}.tech-showcase-grid{grid-template-columns:1fr;padding:2.5rem;gap:2.5rem}.tech-showcase-hero{padding:2.5rem}.tech-showcase-right{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:1000px){.tech-showcase-header{gap:1.5rem}.tech-showcase-header h2{font-size:2.4rem}.tech-showcase-description{font-size:1rem}.tech-showcase-grid{grid-template-columns:1fr;padding:1.75rem;gap:1.5rem}.tech-showcase-hero{padding:2rem}.tech-showcase-right{grid-template-columns:1fr;gap:1.25rem}.tech-showcase-pills{gap:1rem}.tech-showcase-card,.tech-showcase-hero{grid-column:auto;grid-row:auto;padding:1.75rem}.tech-hero-meta{flex-direction:column;align-items:flex-start}.tech-hero-stats{width:100%;justify-content:space-between}.tech-hero-stack{gap:.6rem}.tech-hero-chip{font-size:.7rem;letter-spacing:.06em}.tech-showcase-card h3{font-size:1.5rem}.tech-showcase-card h4{font-size:1.2rem}.tech-showcase-cta h3{font-size:2rem}.tech-showcase-cta p{width:100%;font-size:1rem}.tech-pill{font-size:.65rem;letter-spacing:.16em}}@media (max-width:768px){.tech-showcase{padding:3rem 0}.tech-showcase-header{margin-bottom:3rem;text-align:center}.tech-showcase-header h2{font-size:2rem;line-height:1.2}.tech-showcase-description{font-size:1.05rem;line-height:1.6;max-width:100%}.tech-showcase-pills{justify-content:center;gap:.8rem}.tech-showcase-grid{padding:1.5rem;gap:1.25rem;margin-bottom:3rem}.tech-showcase-card,.tech-showcase-hero{padding:1.5rem}.tech-hero-chip,.tech-showcase-card p{font-size:.9rem;line-height:1.5}.tech-showcase-cta{text-align:center}.tech-showcase-cta p{font-size:1.05rem;line-height:1.6;width:90%;margin:0 auto 2rem}}.malaysia-services{position:relative;width:100vw;padding:4rem 0;color:var(--cypher-cream);background:linear-gradient(180deg,transparent,rgba(15,57,92,.1) 50%,transparent);overflow:hidden}.malaysia-services:before{top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23EBB026" fill-opacity="0.02"><polygon points="20,0 40,20 20,40 0,20"/></g></g></svg>') repeat}.malaysia-services:after,.malaysia-services:before{content:"";position:absolute;pointer-events:none;z-index:0}.malaysia-services:after{bottom:-15%;left:-10%;width:520px;height:520px;background:radial-gradient(circle at center,rgba(41,155,255,.12) 0,rgba(235,176,38,.05) 60%,transparent 80%);filter:blur(8px);opacity:.6}.malaysia-services .container{position:relative;z-index:1}.malaysia-hub{margin-bottom:4rem}.malaysia-hub-card{position:relative;padding:3.5rem;border-radius:2.25rem;border:1px solid rgba(235,176,38,.26);background:linear-gradient(150deg,rgba(12,42,68,.85),rgba(8,28,46,.92));overflow:hidden}.malaysia-hub-card:before{inset:0;background:radial-gradient(circle at 25% 20%,rgba(235,176,38,.28) 0,rgba(235,176,38,.08) 42%,transparent 70%),radial-gradient(circle at 85% 80%,rgba(41,155,255,.18) 0,transparent 60%);opacity:.85}.malaysia-hub-card:after,.malaysia-hub-card:before{content:"";position:absolute;pointer-events:none;z-index:0}.malaysia-hub-card:after{inset:1.25rem;border-radius:calc(2.25rem - 1.25rem);border:1px solid rgba(235,176,38,.18);opacity:.45}.malaysia-hub-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:3.25rem}.malaysia-hub-left{display:flex;flex-direction:column;gap:1.5rem;flex:1 1}.malaysia-hub-tag{align-self:flex-start;letter-spacing:.18em}.malaysia-hub-left h2{color:var(--cypher-cream);font-size:3rem;font-weight:600;line-height:1.15;margin:0}.malaysia-hub-right{position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:1.75rem;flex:0 0 360px;max-width:360px;padding:1.9rem 2.1rem;border-radius:1.75rem;border:1px solid rgba(235,176,38,.3);background:linear-gradient(155deg,rgba(12,42,68,.85),rgba(12,42,68,.55) 60%,rgba(8,28,46,.75));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 48px rgba(3,10,18,.4);isolation:isolate}.malaysia-hub-description{color:var(--cypher-cream-light);font-size:1.1rem;line-height:1.75;margin:0}.malaysia-hub-right:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(235,176,38,.18),transparent 65%);opacity:.7;pointer-events:none;z-index:-1}.malaysia-hub-right-meta{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem}.malaysia-hub-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.2rem;border-radius:999px;background:rgba(235,176,38,.14);border:1px solid rgba(235,176,38,.35);color:var(--cypher-cream);font-weight:600;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 10px 24px rgba(235,176,38,.18)}@media (max-width:1000px){.malaysia-hub-card{padding:2.5rem}.malaysia-hub-content{flex-direction:column;gap:2rem}.malaysia-hub-left{max-width:100%}.malaysia-hub-left h2{font-size:2.4rem}.malaysia-hub-description{font-size:1.05rem}.malaysia-hub-right{max-width:100%;flex:1 1;padding:1.85rem 1.95rem 2rem;border:1px solid rgba(235,176,38,.3);background:linear-gradient(150deg,rgba(12,42,68,.82),rgba(8,28,46,.78))}.malaysia-hub-right:before{display:block}.malaysia-hub-right-meta{flex-direction:row;flex-wrap:wrap;gap:.6rem}}@media (max-width:768px){.malaysia-services{padding:3rem 0}.malaysia-hub{margin-bottom:3rem}.malaysia-hub-card{padding:2rem;border-radius:1.5rem}.malaysia-hub-left h2{font-size:1.8rem;line-height:1.3;text-align:center}.malaysia-hub-description{font-size:1.1rem;line-height:1.6;text-align:center}.malaysia-hub-right{padding:1.75rem;border-radius:1.25rem}.malaysia-hub-right-meta{justify-content:center;margin-top:1.5rem}.services-section{margin-top:3rem}.services-header{margin-bottom:3rem;text-align:center}.services-header h3{font-size:1.8rem;margin-bottom:.75rem}.services-header p{font-size:1.05rem;line-height:1.6;width:85%}}.services-section{margin-top:4rem}.services-header{text-align:center;margin-bottom:4rem}.services-header h3{color:var(--cypher-cream);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.services-header p{color:var(--cypher-cream-light);font-size:1.1rem;line-height:1.6;width:50%;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.service-card{position:relative;background:linear-gradient(160deg,rgba(15,57,92,.6),rgba(15,57,92,.25));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(235,176,38,.2);border-radius:1.5rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;isolation:isolate}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(235,176,38,.08),transparent,rgba(235,176,38,.03));opacity:0;transition:opacity .4s ease;border-radius:inherit}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-5px);border-color:rgba(235,176,38,.4);box-shadow:0 20px 50px rgba(235,176,38,.15)}.service-card.expanded .service-card-index,.service-card:hover .service-card-index{background:var(--cypher-gold);color:var(--cypher-navy);border-color:var(--cypher-gold);box-shadow:0 12px 26px rgba(235,176,38,.35)}.service-card.expanded{border-color:rgba(235,176,38,.55);box-shadow:0 26px 65px rgba(235,176,38,.22);transform:translateY(-8px)}.service-card:after{content:"";position:absolute;top:-30%;right:-20%;width:220px;height:220px;background:radial-gradient(circle,rgba(235,176,38,.25) 0,transparent 70%);opacity:0;transition:opacity .45s ease;pointer-events:none;z-index:-1}.service-card.expanded:after,.service-card:hover:after{opacity:1}.service-card-header{position:relative;z-index:2;display:flex;align-items:center;gap:1.25rem;padding:2rem 2rem 1rem}.service-card-index{flex-shrink:0;font-weight:700}.service-icon{--frosted-icon-size:3.1rem;flex-shrink:0}.service-card-header h4{color:var(--cypher-cream);font-size:1.3rem;font-weight:600;flex-grow:1;margin:0}.service-expand-btn{width:32px;height:32px;border-radius:50%;background:rgba(235,176,38,.2);border:1px solid rgba(235,176,38,.3);display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.service-expand-btn span{color:var(--cypher-gold);font-size:1.2rem;font-weight:600;transition:transform .3s ease}.service-card:hover .service-expand-btn{background:var(--cypher-gold);border-color:var(--cypher-gold)}.service-card:hover .service-expand-btn span{color:var(--cypher-navy)}.service-card.expanded .service-expand-btn span{transform:rotate(45deg)}.service-card-content{position:relative;z-index:2;max-height:0;overflow:hidden;opacity:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .45s ease}.service-card.expanded .service-card-content{max-height:420px;opacity:1}.service-details{padding:0 2rem 2rem}.service-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.service-item span{color:var(--cypher-gold);font-weight:600;margin-top:.2rem;flex-shrink:0}.service-item p{color:var(--cypher-cream-light);line-height:1.5;margin:0}.expertise-card .service-card-content{max-height:0}.expertise-card.expanded .service-card-content{max-height:600px}.expertise-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.expertise-item{padding:1rem;background:rgba(15,57,92,.3);border-radius:.75rem;border:1px solid rgba(235,176,38,.1)}.expertise-item-heading{display:flex;align-items:center;gap:.75rem;margin-bottom:.65rem}.expertise-icon{--frosted-icon-size:2.25rem;flex-shrink:0}.expertise-item h5{color:var(--cypher-cream);font-size:1rem;font-weight:600;margin:0}.expertise-item p{color:var(--cypher-cream-light);font-size:.9rem;line-height:1.4;margin:0}@media (max-width:1000px){.services-header h3{font-size:2rem}.services-header p{width:90%}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card-header{padding:1.5rem 1.5rem 1rem}.service-card-header h4{font-size:1.1rem}.service-details{padding:0 1.5rem 1.5rem}.expertise-grid{grid-template-columns:1fr;gap:1rem}.expertise-card.expanded .service-card-content{max-height:800px}}.careers-section{position:relative;width:100vw;padding:4rem 0;color:var(--cypher-cream);background:radial-gradient(ellipse at center,rgba(235,176,38,.05) 0,transparent 70%);overflow:hidden}.careers-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjgwJyBoZWlnaHQ9JzI4MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz4KICA8cmVjdCB4PScyNCcgeT0nMTYnIHdpZHRoPScyMCcgaGVpZ2h0PSczNicgcng9JzYnIGZpbGw9JyM2QkQ2RkYnIGZpbGwtb3BhY2l0eT0nMC4wMicvPgogIDxwb2x5Z29uIHBvaW50cz0nMTQwIDMyIDE4MCA4MCAxMDAgODgnIGZpbGw9JyNFQkIwMjYnIGZpbGwtb3BhY2l0eT0nMC4wMjUnLz4KICA8cG9seWdvbiBwb2ludHM9JzIzNiAxMjQgMjcyIDE4NCAyMDQgMjAwIDE4NCAxNDgnIGZpbGw9JyNGRkZGRkYnIGZpbGwtb3BhY2l0eT0nMC4wMicvPgogIDxwb2x5Z29uIHBvaW50cz0nNDggMTc2IDgwIDI1NiA4IDI0MCcgZmlsbD0nI0ZGOUJEMicgZmlsbC1vcGFjaXR5PScwLjAyNScvPgogIDxyZWN0IHg9JzEzNicgeT0nMTg0JyB3aWR0aD0nMjYnIGhlaWdodD0nMjYnIGZpbGw9JyNFQkIwMjYnIGZpbGwtb3BhY2l0eT0nMC4wMTgnLz4KPC9zdmc+") repeat;pointer-events:none;z-index:0;background-size:280px 280px}.careers-section .container{position:relative;z-index:1}.careers-header{text-align:left;margin-bottom:3.5rem;display:flex;flex-direction:column;gap:1.5rem}.careers-callout{color:var(--cypher-gold);font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:.9rem;margin-bottom:1rem}.careers-header h2{color:var(--cypher-cream);font-size:2.8rem;font-weight:600;line-height:1.2;margin:0;max-width:720px}.careers-subtitle{color:var(--cypher-cream-light);font-size:1.2rem;line-height:1.6;margin:0;max-width:540px}.careers-header-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-gap:2.75rem;gap:2.75rem;align-items:start}.careers-header-meta{display:flex;flex-direction:column;gap:1.75rem}.careers-badges{display:flex;flex-wrap:wrap;gap:1.1rem}.careers-badge{letter-spacing:.14em}.careers-content{display:flex;flex-direction:column;gap:6rem;margin-bottom:3rem}.careers-culture h3,.careers-openings h3,.careers-why-join h3{color:var(--cypher-cream);font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:3rem}.why-join-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.why-join-card{text-align:center;padding:2rem;background:linear-gradient(145deg,rgba(15,57,92,.3),rgba(15,57,92,.1));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(235,176,38,.2);border-radius:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.why-join-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(235,176,38,.05),transparent,rgba(235,176,38,.02));opacity:0;transition:opacity .4s ease}.why-join-card:hover:before{opacity:1}.why-join-card:hover{transform:translateY(-8px);border-color:rgba(235,176,38,.4);box-shadow:0 25px 60px rgba(235,176,38,.15)}.why-join-icon{--frosted-icon-size:3.1rem;margin-bottom:1.5rem;position:relative;z-index:2}.why-join-card h4{color:var(--cypher-cream);font-size:1.3rem;font-weight:600;line-height:1.4;margin:0;position:relative;z-index:2}.openings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.opening-card{background:linear-gradient(145deg,rgba(15,57,92,.4),rgba(15,57,92,.2));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(235,176,38,.2);border-radius:1.5rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1.5rem}.opening-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(235,176,38,.05),transparent,rgba(235,176,38,.02));opacity:0;transition:opacity .4s ease}.opening-card:hover:before{opacity:1}.opening-card:hover{transform:translateY(-5px);border-color:rgba(235,176,38,.4);box-shadow:0 20px 50px rgba(235,176,38,.15)}.apply-now-btn{background:linear-gradient(135deg,var(--cypher-gold) 0,#f4d03f 100%);border:none;border-radius:2rem;padding:.75rem 1.5rem;color:var(--cypher-navy);font-family:inherit;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden;margin-top:auto;align-self:flex-start}.apply-now-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(235,176,38,.3)}.apply-now-btn .btn-arrow{transition:transform .3s ease}.apply-now-btn:hover .btn-arrow{transform:translateX(3px)}.opening-header{display:flex;align-items:center;gap:1rem;position:relative;z-index:2}.opening-icon{--frosted-icon-size:2.6rem;flex-shrink:0}.opening-details{flex-grow:1}.opening-details h4{color:var(--cypher-cream);font-size:1.3rem;font-weight:600;margin:0 0 .5rem}.opening-details p{color:var(--cypher-cream-light);margin:0;font-size:.95rem}.culture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.culture-item{text-align:center;padding:2.5rem 2rem;background:linear-gradient(145deg,rgba(15,57,92,.3),rgba(15,57,92,.1));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(235,176,38,.2);border-radius:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.culture-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(235,176,38,.05),transparent,rgba(235,176,38,.02));opacity:0;transition:opacity .4s ease}.culture-item:hover:before{opacity:1}.culture-item:hover{transform:translateY(-5px);border-color:rgba(235,176,38,.4);box-shadow:0 20px 50px rgba(235,176,38,.15)}.culture-icon{--frosted-icon-size:3rem;margin-bottom:1.5rem;position:relative;z-index:2}.culture-item h4{color:var(--cypher-cream);font-size:1.3rem;font-weight:600;margin:0 0 .75rem;position:relative;z-index:2;line-height:1.3}.culture-item p{color:var(--cypher-cream-light);line-height:1.5;margin:0;position:relative;z-index:2;font-size:.95rem;letter-spacing:.02em}@media (max-width:1000px){.careers-header h2{font-size:2.3rem}.careers-subtitle{max-width:100%;font-size:1.1rem}.careers-content{gap:4rem}.careers-culture h3,.careers-openings h3,.careers-why-join h3{font-size:1.8rem;margin-bottom:2rem}.careers-header-grid{grid-template-columns:1fr;gap:1.75rem}.careers-badges{gap:.85rem}.why-join-grid{grid-template-columns:1fr;gap:1.5rem}.why-join-card{padding:1.5rem}.why-join-card h4{font-size:1.2rem}.openings-grid{grid-template-columns:1fr;gap:1.5rem}.opening-card{padding:1.5rem}.culture-grid{grid-template-columns:1fr;gap:1.5rem}.culture-item{padding:2rem 1.5rem}.culture-item h4{font-size:1.2rem}.malaysia-hub-right{flex:1 1}.malaysia-hub-right-meta{margin-top:1.2rem}}.contact-section{position:relative;width:100vw;padding:4rem 0;color:var(--cypher-cream);background:linear-gradient(180deg,transparent,rgba(15,57,92,.1) 50%,transparent);overflow:hidden}.contact-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYwJyBoZWlnaHQ9JzE2MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz4KICA8cmVjdCB4PScxNCcgeT0nMTgnIHdpZHRoPScyOCcgaGVpZ2h0PScyOCcgcng9JzknIGZpbGw9JyNFQkIwMjYnIGZpbGwtb3BhY2l0eT0nMC4wNCcvPgogIDxwb2x5Z29uIHBvaW50cz0nODIgMjAgMTA0IDU4IDYwIDU4JyBmaWxsPScjRkZGRkZGJyBmaWxsLW9wYWNpdHk9JzAuMDMnLz4KICA8cG9seWdvbiBwb2ludHM9JzEyNiA3NCAxNTAgODYgMTQwIDExMCAxMTYgOTgnIGZpbGw9JyM2QkQ2RkYnIGZpbGwtb3BhY2l0eT0nMC4wMzUnLz4KICA8cG9seWdvbiBwb2ludHM9JzMwIDEwOCA1NCAxMzQgMTYgMTQwJyBmaWxsPScjRkY5QkQyJyBmaWxsLW9wYWNpdHk9JzAuMDQnLz4KICA8cmVjdCB4PSc3MicgeT0nMTAyJyB3aWR0aD0nMzQnIGhlaWdodD0nMzQnIGZpbGw9JyM2QkQ2RkYnIGZpbGwtb3BhY2l0eT0nMC4wMjUnLz4KPC9zdmc+") repeat;pointer-events:none;z-index:0}.contact-section .container{position:relative;z-index:1}.contact-header{text-align:center;margin-bottom:4rem}.contact-callout{color:var(--cypher-gold);font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:.9rem;margin-bottom:1rem}.contact-header h2{color:var(--cypher-cream);font-size:2.8rem;font-weight:600;line-height:1.2;width:85%;margin:0 auto 1.5rem}.contact-subtitle{color:var(--cypher-cream-light);font-size:1.2rem;line-height:1.6;width:60%;margin:0 auto}.contact-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem;max-width:1000px;margin:0 auto}.contact-form-wrapper{background:linear-gradient(145deg,rgba(15,57,92,.4),rgba(15,57,92,.2));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(235,176,38,.2);border-radius:1.5rem;padding:3rem}.contact-form{display:flex;flex-direction:column;gap:2rem}.contact-form .form-message{padding:1rem;margin-bottom:1.5rem;border-radius:.5rem;font-weight:500;text-align:center}.contact-form .form-message.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#22c55e}.contact-form .form-message.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444}.contact-form input:disabled,.contact-form textarea:disabled{opacity:.6;cursor:not-allowed}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--cypher-gold);font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:1px}.form-group input,.form-group textarea{background:rgba(15,57,92,.3);border:1px solid rgba(235,176,38,.2);border-radius:.75rem;padding:1rem;color:var(--cypher-cream);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--cypher-gold);background:rgba(15,57,92,.5);box-shadow:0 0 20px rgba(235,176,38,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--cypher-cream-light);opacity:.5}.form-group textarea{resize:vertical;min-height:120px}.info-card{background:linear-gradient(145deg,rgba(15,57,92,.3),rgba(15,57,92,.1));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(235,176,38,.2);border-radius:1.5rem;padding:2.5rem;height:-moz-fit-content;height:fit-content}.info-card h3{color:var(--cypher-cream);font-size:1.8rem;font-weight:700;margin:0 0 2rem}.info-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 0}.info-item:first-of-type{padding-top:0}.info-item+.info-item{border-top:1px solid rgba(235,176,38,.12)}.info-icon{--frosted-icon-size:2.55rem;--frosted-icon-gradient:linear-gradient(135deg,rgba(235,176,38,0.2),rgba(13,54,84,0.35));--frosted-icon-glow:rgba(10,32,48,0.12);transition:transform .25s ease,box-shadow .25s ease}.info-icon.frosted-icon{border-radius:1rem;box-shadow:0 4px 12px rgba(9,24,40,.14)}.info-item-copy{display:flex;flex-direction:column;gap:.2rem;flex:1 1}.info-item-copy a,.info-item-copy p{color:var(--cypher-cream-light);margin:0;line-height:1.4;white-space:nowrap;text-decoration:none;transition:color .3s ease}.info-item-copy a:hover{color:var(--cypher-gold)}@media (max-width:600px){.info-item{align-items:flex-start}.info-item-copy a,.info-item-copy p{white-space:normal}}@media (max-width:1000px){.contact-header h2{font-size:2.2rem;width:100%}.contact-subtitle{width:90%;font-size:1.1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-wrapper{padding:2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.info-card{padding:2rem}}.loader{position:fixed;top:0;left:0;width:100vw;height:100svh;overflow:hidden;z-index:100000;pointer-events:all;will-change:opacity}.loader .overlay{position:absolute;top:0;width:100%;height:100%;display:flex;color:var(--cypher-cream)}.loader .block:first-child{width:100%;height:100%;background:var(--cypher-navy)}.loader .block:last-child{width:100%;height:100%;background:var(--cypher-cream)}.loader .intro-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:.5rem}.loader #word-1{position:relative;left:0;padding-right:0}.loader #word-1 h1 span{background:linear-gradient(90deg,var(--cypher-cream) 0,var(--cypher-cream) 50%,var(--cypher-navy) 50%,var(--cypher-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loader .word h1{font-size:2.5rem;font-weight:600;letter-spacing:-.05rem}.loader .divider{position:absolute;top:0;left:50%;transform:translateX(-50%);transform-origin:center top;width:2px;height:100%;background:var(--cypher-gold)}.loader .spinner-container{position:absolute;bottom:10%;left:50%;transform:translateX(-50%)}.loader .spinner{width:50px;height:50px;border:2px solid var(--cypher-gold);border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;will-change:transform}@keyframes spin{to{transform:rotate(1turn) translateZ(0)}}.loader .counter{z-index:2}.loader .count,.loader .counter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader .count{display:flex}.loader .digit{flex:1 1;padding-top:1rem}.loader .count .digit h1{font-size:15rem;font-weight:800;color:var(--cypher-gold)}.loader .count .digit,.loader .line,.loader .word{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.loader .count .digit h1,.loader .line h1,.loader .line p{position:relative;transform:translateY(120%);will-change:transform}.loader #word-1 h1{transform:translateY(-120%)}.loader .block{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.loader .divider{transform:scaleY(0);will-change:transform}@media (max-width:1000px){.loader .counter .count .digit h1{font-size:7rem}.loader .counter .count .digit{padding-top:.25rem}}.menu{position:fixed;top:0;left:0;width:100vw;height:100svh;-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%);background:linear-gradient(135deg,var(--cypher-navy) 0,var(--cypher-navy-dark) 100%);overflow-x:hidden;overflow-y:auto;padding:1.5rem;z-index:100;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges;will-change:clip-path;transform:translateZ(0)}.menu::-webkit-scrollbar{width:10px}.menu::-webkit-scrollbar-track{background:rgba(15,57,92,.45);border-radius:8px}.menu::-webkit-scrollbar-thumb{background:rgba(235,176,38,.45);border-radius:8px}.menu::-webkit-scrollbar-thumb:hover{background:rgba(235,176,38,.65)}.menu-wrapper{width:100%;min-height:100%;flex-direction:column;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,rgba(15,57,92,.95),rgba(10,40,68,.98));border:2px solid rgba(235,176,38,.2);border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.col,.menu-wrapper{position:relative;display:flex}.col{height:100%}.col-1{flex:3 1;padding:2rem}.col-2{flex:2 1;align-items:flex-end;padding:2rem;overflow:hidden}.link{position:relative}.link,.link a h2{pointer-events:auto}.link a h2{text-decoration:none;color:var(--cypher-cream);font-size:4rem;font-weight:600;line-height:1.1;transition:all .3s ease-out}.link a h2:hover{color:var(--cypher-gold);text-shadow:0 0 20px rgba(235,176,38,.5);transform:translateX(10px)}.socials{width:100%;display:flex;gap:2rem}.socials .sub-col{flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;min-width:0;overflow:hidden}.menu-meta{color:var(--cypher-cream);width:100%;overflow:hidden}.socials .sub-col p{position:relative;margin-bottom:.25rem;word-wrap:break-word;overflow:hidden}.menu-meta p:first-child{color:var(--cypher-gold);margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;font-weight:600;font-size:.9rem}.split-line{overflow:hidden;will-change:transform;pointer-events:auto}@media (max-width:768px){.menu{padding:1rem}.menu-wrapper{border-radius:1.5rem;gap:1rem}.link a h2{font-size:2rem;line-height:1.3}.col-1{padding:1.5rem}.col-2{padding:1.5rem}.col-2,.socials{flex-direction:column;align-items:flex-start}.socials{width:100%;gap:1rem;padding-bottom:8rem}.socials .sub-col{flex:1 1;gap:1rem}.menu-commissions{display:none}}@media (max-width:480px){.menu{padding:.75rem}.menu-wrapper{border-radius:1rem;gap:.5rem}.link a h2{font-size:1.8rem;line-height:1.2}.col-1,.col-2{padding:1rem}.socials{padding-bottom:6rem}}.menu-toggle{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);width:130px;height:53px;background:rgba(254,243,213,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8rem;transition:width .5s cubic-bezier(.075,.82,.165,1);transform-origin:right;cursor:pointer;z-index:1000}.menu-copy{position:absolute;top:50%;right:24px;transform:translateY(-50%);transition:left .5s cubic-bezier(.075,.82,.165,1);z-index:1}.menu-copy,.menu-copy p{color:var(--cypher-navy)}.menu-copy p{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;line-height:.9}.menu-toggle-icon{position:absolute;top:2.5px;left:2.5px;width:48px;height:48px;border-radius:100%;background-color:var(--cypher-gold);transition:all .5s cubic-bezier(.075,.82,.165,1);z-index:10;overflow:hidden}.hamburger{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;display:flex;justify-content:center;align-items:center;transition:all 1s cubic-bezier(.075,.82,.165,1)}.menu-toggle.opened .hamburger,.menu-toggle:hover .hamburger{opacity:1}.menu-bar{position:absolute;width:15px;height:1.5px;background:var(--cypher-navy);transition-property:transform;transition:all .25s ease-out}.menu-bar[data-position=top]{transform:translateY(-3px)}.menu-bar[data-position=bottom]{transform:translateY(3px)}.menu-toggle.opened .menu-bar[data-position=top]{transform:translateY(0) rotate(45deg) scaleX(1.05)}.menu-toggle.opened .menu-bar[data-position=bottom]{transform:translateY(0) rotate(-45deg) scaleX(1.05)}.footer{width:100vw;display:flex;flex-direction:column;padding:.5rem;gap:.5rem;background:var(--cypher-navy-dark)}.footer,.footer .footer-meta{position:relative;height:100%}.footer .footer-meta{width:100%;color:var(--cypher-cream);background:linear-gradient(145deg,rgba(15,57,92,.4),rgba(15,57,92,.2));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(235,176,38,.1);border-radius:2rem;padding:2rem 0}.footer .footer-meta .container.footer-meta-header{margin-bottom:2rem}.footer .footer-meta .container.footer-meta-header,.footer .footer-meta .container.footer-socials{display:flex;gap:2rem}.footer .footer-meta .container.footer-meta-header .footer-meta-col,.footer .footer-meta .container.footer-socials .footer-meta-col{flex:1 1}.footer .footer-meta .container.footer-meta-header .footer-meta-col:first-child{display:flex;flex-direction:column;gap:1rem}.footer .footer-meta .container.footer-meta-header .footer-meta-col:nth-child(2) .footer-nav-links{display:flex;flex-direction:column;justify-content:flex-end;text-align:right}.footer .footer-meta .container.footer-meta-header .footer-meta-logo{color:var(--cypher-gold);margin-bottom:1rem}.footer .footer-meta .container.footer-meta-header .footer-meta-block h2{width:80%}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2){display:flex;justify-content:flex-end;text-align:right}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2) p{width:50%}.footer .footer-socials-wrapper{display:flex;gap:.25rem}.footer .footer-socials-wrapper .icon{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;border:1px solid rgba(235,176,38,.3);border-radius:10rem;font-size:1.25rem;color:var(--cypher-cream);text-decoration:none;transition:all .3s ease}.footer .footer-socials-wrapper .icon:hover{border-color:var(--cypher-gold);background:rgba(235,176,38,.1);transform:translateY(-3px);color:var(--cypher-gold)}.footer .footer-socials p{color:var(--cypher-cream-light)}.footer-nav-links a{text-decoration:none;transition:color .3s ease}.footer-nav-links a h3{color:var(--cypher-cream);transition:color .3s ease}.footer-nav-links a:hover h3{color:var(--cypher-gold)}.footer-copyright{flex-direction:column;gap:.5rem;display:flex;gap:2rem;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:rgba(15,57,92,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(235,176,38,.05);border-radius:1rem;margin-top:2rem}.footer-copyright p{flex:1 1;color:var(--cypher-cream-light);font-size:.9rem;margin:0}.footer-copyright p span{color:var(--cypher-gold);font-weight:600}.footer-copyright p:nth-child(2){display:flex;text-align:center;justify-content:center}.footer-copyright p:nth-child(3){display:flex;justify-content:flex-end;text-align:right}@media (max-width:1000px){.footer .footer-meta .container.footer-meta-header,.footer .footer-meta .container.footer-socials{flex-direction:column;gap:4rem}.footer .footer-meta .container.footer-meta-header .footer-meta-col:nth-child(2) .footer-nav-links,.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2){justify-content:flex-start;text-align:left}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2) p{width:100%}.footer .footer-meta .container.footer-meta-header{margin-bottom:0}.footer .footer-meta-header .footer-meta-col:nth-child(2){display:none}.footer-copyright{flex-direction:column-reverse;gap:.25rem}.footer-copyright p:nth-child(2){display:none}.footer-copyright p:nth-child(3){display:flex;justify-content:flex-start;text-align:left}}.line{position:relative;transform:translateY(100%);will-change:transform;padding-bottom:.2em;margin-bottom:-.2em}