:root{--bg: #f6f4ef;--ink: #090d16;--ink-soft: #141a27;--text: #111827;--muted: #667085;--muted-dark: #a9b2c6;--white: #ffffff;--line: rgba(15, 23, 42, .12);--line-dark: rgba(255, 255, 255, .14);--blue: #3f6cff;--cyan: #3fd4ff;--violet: #7b61ff;--radius: 24px;--shadow: 0 28px 90px rgba(15, 23, 42, .16);--max: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}section[id]{scroll-margin-top:110px}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:absolute;inset:0 0 auto;z-index:30;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;width:min(100% - 3rem,var(--max));margin:0 auto;padding:1.4rem 0;color:var(--white)}.brand{display:inline-flex;align-items:center;gap:.8rem}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.7);border-radius:12px;color:var(--white);background:#ffffff0d;font-weight:900;letter-spacing:-.05em;backdrop-filter:blur(16px)}.brand strong{display:block;line-height:1.05;font-size:1rem}.brand small{display:block;margin-top:.15rem;color:#ffffffb8;font-size:.75rem}.main-nav{display:flex;justify-content:center;align-items:center;gap:clamp(1rem,2vw,2.2rem);color:#ffffffdb;font-size:.9rem;font-weight:750}.main-nav a{transition:color .2s ease}.main-nav a:hover{color:var(--white)}.nav-cta{display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:.75rem 1.2rem;border-radius:999px;color:var(--white);background:linear-gradient(135deg,var(--blue),var(--cyan));font-size:.86rem;font-weight:900;box-shadow:0 18px 44px #3f6cff59}.hero{position:relative;min-height:680px;overflow:hidden;color:var(--white);background:linear-gradient(90deg,#000000c7,#00000080 36%,#0000000f 78%),url(/images/hero-workspace.jpg) center right / cover no-repeat,radial-gradient(circle at 70% 30%,rgba(63,212,255,.14),transparent 28rem),linear-gradient(135deg,#070a10,#1b140f)}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 18% 34%,rgba(63,108,255,.1),transparent 25rem),radial-gradient(circle at 74% 30%,rgba(63,212,255,.05),transparent 24rem),linear-gradient(180deg,#00000005,#0000002e);pointer-events:none}.hero-content{position:relative;z-index:2;width:min(100% - 3rem,var(--max));max-width:var(--max);margin:0 auto;padding:10rem 0 4.5rem}.eyebrow{margin:0 0 1rem;color:var(--blue);font-size:.76rem;font-weight:900;letter-spacing:.35em;text-transform:uppercase}.hero h1{max-width:980px;margin:0 0 1.65rem;font-size:clamp(3.8rem,5vw,5.4rem);line-height:.94;letter-spacing:-.075em}.hero h1 span{display:block;margin-top:.14em;color:transparent;background:linear-gradient(135deg,var(--cyan),var(--blue),var(--violet));-webkit-background-clip:text;background-clip:text}.hero p{max-width:590px;margin:0;color:#ffffffdb;font-size:1.06rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button{display:inline-flex;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.85rem 1.35rem;border-radius:999px;font-weight:900;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.button:hover{transform:translateY(-2px)}.button.primary{color:var(--white);background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 18px 44px #3f6cff52}.button.ghost{color:var(--white);border:1px solid rgba(255,255,255,.5);background:#ffffff0a;backdrop-filter:blur(14px)}.button.ghost.dark{color:var(--white);border-color:#ffffff38;background:#ffffff12}.hero-microcopy{margin-top:1.4rem!important;color:#ffffffbd!important;font-size:.73rem!important;font-weight:900;letter-spacing:.28em;text-transform:uppercase}.highlights{position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:min(100% - 3rem,var(--max));margin:-3.2rem auto 0;padding:1.4rem;border:1px solid var(--line-dark);border-radius:20px;color:var(--white);background:linear-gradient(135deg,#0b1019fa,#101827f5);box-shadow:var(--shadow)}.highlight-card{display:flex;gap:1rem;align-items:center;padding:.7rem 1.2rem;border-right:1px solid rgba(255,255,255,.12)}.highlight-card:last-child{border-right:0}.highlight-card>span{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;color:#b9c6ff;font-size:1.6rem}.highlight-card h2{margin:0 0 .25rem;font-size:.98rem;line-height:1.1}.highlight-card p{margin:0;color:var(--muted-dark);font-size:.86rem}.section{width:min(100% - 3rem,var(--max));margin:0 auto;padding:4.8rem 0}.section-copy{max-width:380px}.section-copy h2,.process-intro h2,.final-cta h2{margin:0 0 1rem;color:var(--ink);font-size:clamp(2.2rem,4.4vw,3.8rem);line-height:.95;letter-spacing:-.075em}.section-copy p{margin:0 0 1.1rem;color:var(--muted)}.section-copy a{color:var(--blue);font-weight:900}.spaces-section{display:grid;grid-template-columns:.36fr 1fr;gap:2.4rem;align-items:end}.space-gallery{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:1rem}.space-card{overflow:hidden;min-height:310px;border-radius:18px;color:var(--white);background:var(--ink);box-shadow:0 18px 42px #0f172a1f;transition:transform .22s ease,box-shadow .22s ease}.space-card:hover{transform:translateY(-5px);box-shadow:0 26px 66px #0f172a2e}.space-image{position:relative;min-height:175px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.3)),linear-gradient(135deg,#202938,#0f172a);background-size:cover;background-position:center}.space-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.35)),radial-gradient(circle at top right,rgba(63,212,255,.15),transparent 12rem)}.space-image span{position:absolute;left:.9rem;bottom:-1.1rem;z-index:2;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#c4ceff;background:#0d1421eb;backdrop-filter:blur(12px)}.space-content{padding:1.7rem 1rem 1.1rem}.space-content h3{margin:0 0 .45rem;font-size:1rem}.space-content p{margin:0;color:#ffffffc2;font-size:.82rem}.process-section{width:min(100% - 3rem,var(--max));margin:0 auto;padding:clamp(3rem,5vw,4.6rem) clamp(1.6rem,4vw,3rem);border-radius:28px;color:var(--white);background:radial-gradient(circle at 88% 18%,rgba(63,108,255,.18),transparent 24rem),radial-gradient(circle at 8% 70%,rgba(63,212,255,.06),transparent 22rem),linear-gradient(135deg,#070b12,#0c121d 48%,#101a31);box-shadow:var(--shadow)}.process-header{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(320px,1fr);gap:clamp(2rem,6vw,7rem);align-items:end;margin-bottom:clamp(2.8rem,5vw,4rem)}.process-intro{max-width:430px;margin:0}.process-intro h2{margin:0;color:var(--white);font-size:clamp(2.6rem,5.2vw,4.6rem);line-height:.94;letter-spacing:-.08em}.process-lead{max-width:520px;margin:0 0 .25rem;color:#ffffffc2;font-size:clamp(1rem,1.45vw,1.2rem);line-height:1.6}.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.2rem,2.4vw,2.6rem)}.process-timeline-item{position:relative;min-width:0}.process-number-row{display:flex;align-items:center;gap:1.55rem;margin-bottom:1.4rem}.process-step{display:block;color:transparent;background:linear-gradient(135deg,var(--cyan),var(--blue),var(--violet));-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,5vw,4.4rem);font-weight:950;line-height:.9;letter-spacing:-.045em;padding-right:.18em}.process-line{position:relative;display:block;flex:0 0 clamp(110px,10vw,142px);width:clamp(110px,10vw,142px);height:1px;margin-left:0;transform:translateY(.12rem);background:linear-gradient(90deg,#3f6cffe6,#3f6cff40)}.process-line:before,.process-line:after{content:"";position:absolute;top:50%;width:7px;height:7px;border-radius:999px;background:var(--blue);transform:translateY(-50%)}.process-line:before{left:0}.process-line:after{right:0}.process-timeline-item h3{margin:0;color:var(--white);font-size:clamp(1.05rem,1.8vw,1.28rem);line-height:1.15;letter-spacing:-.035em}.process-accent{display:block;width:38px;height:2px;margin:.9rem 0 1.15rem;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.process-timeline-item p{max-width:260px;margin:0;color:#ffffffad;font-size:.95rem;line-height:1.55}.process-track{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.process-item{position:relative;min-width:0}.process-image{display:none}.solutions-dark-section{width:100%;margin-top:clamp(4.8rem,7vw,6.2rem);padding:0 0 clamp(4rem,6vw,5.5rem);color:var(--white);background:radial-gradient(circle at 72% 12%,rgba(63,108,255,.2),transparent 30rem),radial-gradient(circle at 16% 64%,rgba(63,212,255,.08),transparent 28rem),linear-gradient(135deg,#060a11,#09111d 46%,#0e1930);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.solutions-dark-inner{width:min(100% - 3rem,var(--max));margin:0 auto;padding-top:clamp(3.2rem,5vw,4.8rem)}.solutions-dark-header{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(520px,1.28fr);gap:clamp(2rem,5vw,4.6rem);align-items:center}.solutions-dark-copy{max-width:450px}.solutions-dark-copy .eyebrow{color:var(--blue)}.solutions-dark-copy h2{margin:0 0 1.45rem;color:var(--white);font-size:clamp(2.45rem,4.8vw,4.15rem);line-height:.96;letter-spacing:-.08em}.solutions-dark-copy h2 span,.solutions-statement span,.solutions-cta-title h2 span{color:var(--blue)}.solutions-dark-copy p:not(.eyebrow){max-width:410px;margin:0 0 2rem;color:#ffffffc7;font-size:1.02rem;line-height:1.75}.solutions-dark-copy a{display:inline-flex;align-items:center;gap:.45rem;color:var(--cyan);font-weight:900}.solutions-dark-visual{position:relative;min-height:clamp(310px,27vw,430px);overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:linear-gradient(135deg,#202938,#0f172a);box-shadow:0 30px 86px #0000005c}.solutions-dark-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000008,#0000002e),radial-gradient(circle at top right,rgba(63,212,255,.08),transparent 18rem);pointer-events:none}.solutions-dark-visual img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center}.solutions-dark-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin-top:clamp(2.2rem,4vw,3.2rem)}.solution-dark-card{position:relative;display:grid;justify-items:center;min-height:165px;padding:1.45rem 1rem 1.35rem;border:1px solid rgba(255,255,255,.12);border-radius:16px;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(63,108,255,.1),transparent 8rem),linear-gradient(180deg,#ffffff13,#ffffff07),#ffffff06;box-shadow:inset 0 1px #ffffff0f;transition:transform .22s ease,background .22s ease,border-color .22s ease}.solution-dark-card:hover{transform:translateY(-4px);border-color:#3f6cff61;background:radial-gradient(circle at 50% 0%,rgba(63,108,255,.18),transparent 8rem),linear-gradient(180deg,#ffffff1a,#ffffff09)}.solution-dark-card>span{display:grid;place-items:center;width:48px;height:48px;margin-bottom:.9rem;color:var(--blue);font-size:2rem;line-height:1}.solution-dark-card h3{margin:0 0 .55rem;color:var(--white);font-size:.98rem;line-height:1.2;letter-spacing:-.035em}.solution-dark-card p{margin:0;color:#ffffffb8;font-size:.86rem;line-height:1.55}.solution-dark-card:after{content:"";align-self:end;display:block;width:32px;height:2px;margin-top:1rem;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.solutions-statement{max-width:760px;margin:clamp(2.3rem,4vw,3.4rem) auto 0;color:#ffffffe6;text-align:center;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.35;letter-spacing:-.035em}.solutions-statement p{margin:0}.solutions-cta-card{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(280px,.85fr) auto;gap:clamp(1.6rem,4vw,3rem);align-items:center;min-height:210px;margin-top:clamp(2.6rem,4vw,3.6rem);padding:clamp(2rem,4vw,3rem);border:1px solid rgba(255,255,255,.13);border-radius:22px;color:var(--white);background:radial-gradient(circle at 86% 36%,rgba(63,108,255,.2),transparent 22rem),linear-gradient(135deg,#090e18fa,#0c121efa);box-shadow:0 26px 80px #00000047}.solutions-cta-title{position:relative}.solutions-cta-title:after{content:"";position:absolute;top:15%;right:-1.5rem;width:1px;height:70%;background:#ffffff2e}.solutions-cta-title h2{max-width:470px;margin:0;color:var(--white);font-size:clamp(2.35rem,4.6vw,4rem);line-height:.95;letter-spacing:-.08em}.solutions-cta-copy p{max-width:440px;margin:0;color:#ffffffd1;font-size:1.02rem;line-height:1.65}.solutions-cta-actions{display:flex;flex-direction:column;gap:.9rem;justify-content:center;min-width:255px}.solutions-cta-actions .button{width:100%;justify-content:space-between;min-height:54px;padding-inline:1.45rem}.solutions-editorial,.solutions-section:not(.solutions-editorial),.solution-grid{display:none}.final-cta{display:none}.site-footer{display:grid;grid-template-columns:1.3fr repeat(3,.8fr) 1fr;gap:2rem;padding:3rem max(1.5rem,calc((100vw - var(--max)) / 2)) 3.2rem;color:#ffffffbd;background:linear-gradient(135deg,#070b12,#111827)}.footer-brand p{max-width:260px;margin:1rem 0 0}.footer-logo .brand-mark{width:40px;height:40px}.footer-column,.footer-contact{display:grid;align-content:start;gap:.5rem}.footer-column h3{margin:0 0 .4rem;color:var(--white);font-size:.95rem}.footer-column a,.footer-contact a,.footer-contact span{color:#ffffffb8;font-size:.88rem}.footer-column a:hover,.footer-contact a:hover{color:var(--white)}@media(max-width:1100px){.site-header{grid-template-columns:auto 1fr}.nav-cta{display:none}.main-nav{justify-content:flex-end}.spaces-section,.solutions-section:not(.solutions-editorial){grid-template-columns:1fr}.solutions-dark,.solutions-editorial{width:min(100% - 2rem,var(--max))}.solutions-dark-grid,.solutions-editorial{grid-template-columns:1fr;gap:2rem}.solutions-copy{max-width:720px}.solutions-visual{min-height:360px}.section-copy{max-width:680px}.space-gallery,.solution-grid,.solutions-list,.solutions-dark-features{grid-template-columns:repeat(3,1fr)}.site-footer{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){section[id]{scroll-margin-top:150px}.site-header{position:absolute;grid-template-columns:1fr;gap:1rem;width:min(100% - 2rem,var(--max));padding-top:1rem}.main-nav{justify-content:flex-start;flex-wrap:wrap;gap:.55rem}.main-nav a{padding:.42rem .72rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff0f;font-size:.8rem;backdrop-filter:blur(12px)}.hero{min-height:auto}.hero-content{width:min(100% - 2rem,var(--max));padding:12rem 0 4rem}.hero h1{max-width:100%;font-size:clamp(3.05rem,13vw,4.4rem);line-height:.92}.hero p{font-size:1rem}.hero-actions{flex-direction:column}.button{width:100%}.hero-microcopy{font-size:.66rem!important;line-height:1.7}.highlights{grid-template-columns:1fr;width:min(100% - 2rem,var(--max));margin-top:-2rem}.highlight-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.highlight-card:last-child{border-bottom:0}.section{width:min(100% - 2rem,var(--max));padding:3.6rem 0}.space-gallery{grid-template-columns:1fr}.space-card{min-height:auto}.space-image{min-height:190px}.process-section{width:min(100% - 2rem,var(--max));padding:2.4rem 1.1rem;border-radius:24px}.process-header{grid-template-columns:1fr;gap:1.2rem;margin-bottom:2.2rem}.process-intro{max-width:100%}.process-lead{max-width:100%;font-size:.98rem}.process-timeline{grid-template-columns:1fr;gap:1.6rem}.process-number-row{gap:1.2rem;margin-bottom:.9rem}.process-step{font-size:3.2rem}.process-line{flex:1 1 auto;width:auto;opacity:.75}.process-timeline-item p{max-width:100%}.process-track{grid-template-columns:1fr}.solutions-dark{width:min(100% - 2rem,var(--max));padding:2rem 1rem;border-radius:24px}.solutions-dark-grid,.solutions-editorial{grid-template-columns:1fr}.solutions-list,.solutions-dark-features{grid-template-columns:1fr;gap:.8rem;border-left:0}.solution-feature,.solution-dark-card{min-height:auto;padding:1.25rem 1rem}.solutions-visual{min-height:310px;border-radius:22px}.solution-grid{grid-template-columns:1fr}.solution-card{min-height:auto}.final-cta-card{grid-template-columns:1fr;gap:1.6rem;padding:2rem 1.2rem}.final-cta-title:after{display:none}.final-actions{width:100%;min-width:0}.site-footer{grid-template-columns:1fr;padding:2.4rem 1rem}}@media(max-width:480px){.brand small{display:none}.brand-mark{width:42px;height:42px}.hero-content{padding-top:11.5rem}.hero h1{font-size:clamp(2.85rem,13.6vw,4.05rem)}.hero h1 span{margin-top:.12em}.eyebrow{font-size:.68rem;letter-spacing:.25em}.section-copy h2,.process-intro h2,.final-cta h2{font-size:clamp(2rem,12vw,2.8rem)}.process-section{padding:2.2rem 1rem}.process-number-row{gap:1.2rem}.process-step{font-size:2.85rem}.process-timeline-item h3{font-size:1.05rem}.process-timeline-item p{font-size:.9rem}.highlight-card{padding:.8rem .2rem}.solutions-copy h2{font-size:clamp(2.1rem,12vw,2.9rem)}.solutions-visual{min-height:250px}.final-cta-card{min-height:260px}}.solutions-editorial-separator{display:grid;grid-template-columns:minmax(80px,1fr) auto minmax(80px,1fr);align-items:center;gap:clamp(1rem,2.8vw,2rem);width:min(100%,920px);margin:clamp(2.2rem,4vw,3.2rem) auto 0;color:#ffffff94}.solutions-editorial-separator span{display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent)}.solutions-editorial-separator p{display:inline-flex;align-items:center;gap:.6rem;margin:0;color:#ffffff9e;font-size:.92rem;font-weight:650;line-height:1.4;letter-spacing:.01em;text-align:center}.solutions-editorial-separator p:before{content:"✦";color:var(--cyan);font-size:.9rem;line-height:1}.solutions-cta-card.solutions-cta-floating{width:min(100%,980px);margin:clamp(1.6rem,3vw,2.4rem) auto 0;min-height:190px;padding:clamp(1.8rem,3.4vw,2.55rem);border-color:#ffffff24;background:linear-gradient(135deg,#111b2ef5,#070b13fa),radial-gradient(circle at 82% 42%,rgba(63,108,255,.08),transparent 18rem);box-shadow:0 22px 70px #00000047,inset 0 1px #ffffff0b}.solutions-cta-card.solutions-cta-floating .solutions-cta-title h2{font-size:clamp(2.2rem,4vw,3.35rem)}.solutions-cta-card.solutions-cta-floating .solutions-cta-copy p{max-width:390px}.solutions-cta-card.solutions-cta-floating .solutions-cta-actions{min-width:245px}.solutions-cta-card.solutions-cta-floating .button.primary{box-shadow:0 14px 34px #3f6cff38}.solutions-cta-card.solutions-cta-floating .button.ghost.dark{background:#ffffff0e}@media(max-width:820px){.solutions-editorial-separator{grid-template-columns:1fr;gap:.75rem;margin-top:2rem}.solutions-editorial-separator span{width:100%}.solutions-editorial-separator p{justify-content:center;font-size:.88rem}.solutions-cta-card.solutions-cta-floating{width:100%;grid-template-columns:1fr;min-height:auto;padding:2rem 1.2rem}.solutions-cta-card.solutions-cta-floating .solutions-cta-actions{width:100%;min-width:0}}.solutions-editorial-separator{display:grid!important;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr)!important;align-items:center!important;gap:clamp(1rem,2.6vw,2rem)!important;width:min(100%,860px)!important;margin:clamp(2rem,3.5vw,2.8rem) auto clamp(1.55rem,2.8vw,2.2rem)!important;color:#ffffff94!important}.solutions-editorial-separator span{display:block!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)!important}.solutions-editorial-separator p{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.55rem!important;margin:0!important;white-space:nowrap!important;color:#ffffff9e!important;font-size:.82rem!important;font-weight:650!important;line-height:1.35!important;letter-spacing:.01em!important;text-align:center!important}.solutions-editorial-separator p:before{content:"✦"!important;color:var(--cyan)!important;font-size:.78rem!important;line-height:1!important}.solutions-cta-card.solutions-cta-floating{width:min(100%,940px)!important;min-height:auto!important;margin:0 auto!important;padding:clamp(1.65rem,3vw,2.25rem)!important;display:grid!important;grid-template-columns:minmax(245px,.82fr) minmax(280px,1fr) minmax(230px,.72fr)!important;gap:clamp(1.5rem,3vw,2.4rem)!important;align-items:center!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:20px!important;background:linear-gradient(135deg,#0d1626f5,#070b13fa)!important;box-shadow:0 20px 62px #00000042,inset 0 1px #ffffff0b!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-title{position:relative!important;min-width:0!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-title:after{content:""!important;position:absolute!important;top:12%!important;right:calc(-1*clamp(.8rem,1.8vw,1.2rem))!important;width:1px!important;height:76%!important;background:#ffffff29!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-title h2{max-width:320px!important;margin:0!important;font-size:clamp(2.05rem,3.1vw,2.85rem)!important;line-height:.96!important;letter-spacing:-.075em!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-copy{min-width:0!important;padding-left:clamp(.4rem,1vw,.8rem)!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-copy p{max-width:360px!important;margin:0!important;color:#ffffffc7!important;font-size:.94rem!important;line-height:1.58!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-actions{width:100%!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:.75rem!important;justify-content:center!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-actions .button{width:100%!important;min-height:48px!important;padding:.72rem 1.15rem!important;justify-content:space-between!important;white-space:nowrap!important;font-size:.83rem!important;line-height:1.1!important}.solutions-cta-card.solutions-cta-floating .button.primary{box-shadow:0 12px 28px #3f6cff38!important}.solutions-cta-card.solutions-cta-floating .button.ghost.dark{background:#ffffff0d!important;border-color:#fff3!important}@media(max-width:1100px){.solutions-cta-card.solutions-cta-floating{width:min(100%,900px)!important;grid-template-columns:minmax(230px,.85fr) minmax(260px,1fr) minmax(220px,.78fr)!important;gap:1.55rem!important}}@media(max-width:820px){.solutions-editorial-separator{grid-template-columns:1fr!important;width:100%!important;margin:2rem auto 1.5rem!important}.solutions-editorial-separator p{white-space:normal!important;font-size:.82rem!important}.solutions-cta-card.solutions-cta-floating{width:100%!important;grid-template-columns:1fr!important;gap:1.25rem!important;padding:1.7rem 1.2rem!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-title:after{display:none!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-title h2{max-width:100%!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-copy{padding-left:0!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-copy p{max-width:100%!important}}.solutions-cta-card.solutions-cta-floating{width:min(100%,1150px)!important;grid-template-columns:minmax(330px,1.35fr) minmax(360px,1fr) minmax(250px,.82fr)!important;gap:clamp(2rem,3.5vw,3.4rem)!important;padding:clamp(1.9rem,3vw,2.55rem) clamp(2.1rem,3.6vw,3.2rem)!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-title h2{max-width:430px!important;font-size:clamp(2.15rem,3vw,3.05rem)!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-copy{padding-left:0!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-copy p{max-width:420px!important;font-size:.95rem!important;line-height:1.62!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-actions{min-width:250px!important}@media(max-width:1100px){.solutions-cta-card.solutions-cta-floating{width:min(100%,980px)!important;grid-template-columns:minmax(270px,1.1fr) minmax(300px,1fr) minmax(230px,.82fr)!important;gap:1.7rem!important}}@media(max-width:820px){.solutions-cta-card.solutions-cta-floating{width:100%!important;grid-template-columns:1fr!important;gap:1.25rem!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-actions{min-width:0!important}}.hero h1,.section-copy h2,.process-intro h2,.solutions-dark-copy h2,.solutions-cta-title h2{font-weight:800!important;letter-spacing:-.018em!important;line-height:.98!important;text-wrap:balance}.hero h1{letter-spacing:-.022em!important;line-height:.96!important}.hero h1 span{margin-top:.18em!important}.section-copy h2,.process-intro h2,.solutions-dark-copy h2{letter-spacing:-.018em!important;line-height:1.02!important}.solutions-cta-card.solutions-cta-floating .solutions-cta-title h2{letter-spacing:-.018em!important;line-height:1.02!important;font-weight:800!important}.space-content h3,.solution-dark-card h3,.highlight-card h2,.process-timeline-item h3,.footer-column h3{letter-spacing:-.015em}@media(max-width:820px){.hero h1,.section-copy h2,.process-intro h2,.solutions-dark-copy h2,.solutions-cta-title h2{letter-spacing:-.012em!important;line-height:1.02!important}}@media(max-width:480px){.hero h1,.section-copy h2,.process-intro h2,.solutions-dark-copy h2,.solutions-cta-title h2{letter-spacing:-.008em!important;line-height:1.04!important}}.brand{gap:.9rem}.brand-mark{position:relative;isolation:isolate;overflow:hidden;width:48px;height:48px;border-radius:15px;border:1px solid rgba(255,255,255,.58);color:var(--white);background:radial-gradient(circle at 32% 18%,rgba(255,255,255,.18),transparent 34%),radial-gradient(circle at 78% 82%,rgba(63,108,255,.42),transparent 42%),linear-gradient(145deg,#ffffff16,#ffffff05),#070b139e;font-size:1rem;font-weight:850;line-height:1;letter-spacing:-.055em;text-shadow:0 1px 14px rgba(255,255,255,.24);box-shadow:inset 0 1px #ffffff3d,inset 0 -1px #3f6cff42,0 14px 34px #00000047,0 0 28px #3f6cff1f;backdrop-filter:blur(18px)}.brand-mark:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.22),transparent 38%),radial-gradient(circle at 100% 100%,rgba(63,212,255,.22),transparent 36%);opacity:.72}.brand-mark:after{content:"";position:absolute;right:7px;bottom:7px;width:6px;height:6px;border-radius:999px;background:linear-gradient(135deg,var(--cyan),var(--blue));box-shadow:0 0 16px #3f6cffbf}.brand strong{font-weight:850;letter-spacing:-.025em}.brand small{color:#ffffffc2;letter-spacing:-.01em}.footer-logo .brand-mark{width:42px;height:42px;border-radius:13px;font-size:.92rem;box-shadow:inset 0 1px #fff3,inset 0 -1px #3f6cff38,0 12px 28px #00000038,0 0 22px #3f6cff1a}.footer-logo .brand-mark:after{right:6px;bottom:6px;width:5px;height:5px}@media(max-width:480px){.brand-mark{width:44px;height:44px;border-radius:14px;font-size:.95rem}}.brand-mark:after{content:none!important;display:none!important}.brand-mark{border-color:#fff9!important;background:radial-gradient(circle at 32% 18%,rgba(255,255,255,.16),transparent 34%),radial-gradient(circle at 82% 88%,rgba(63,108,255,.28),transparent 45%),linear-gradient(145deg,#ffffff16,#ffffff05),#070b139e!important;box-shadow:inset 0 1px #ffffff3d,inset 0 -2px #3f6cff6b,0 14px 34px #00000047,0 10px 26px #3f6cff1f!important}.brand small{color:var(--cyan)!important;opacity:.92;font-weight:600;letter-spacing:-.01em}.footer-logo .brand-mark{box-shadow:inset 0 1px #fff3,inset 0 -2px #3f6cff5c,0 12px 28px #00000038,0 8px 22px #3f6cff1a!important}.footer-logo .brand-mark:after{content:none!important;display:none!important}.brand-mark{position:relative!important;isolation:isolate!important;overflow:hidden!important;width:48px!important;height:48px!important;border-radius:15px!important;border:1px solid rgba(255,255,255,.62)!important;color:transparent!important;background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 36%),radial-gradient(circle at 28% 18%,rgba(255,255,255,.2),transparent 30%),radial-gradient(circle at 92% 92%,rgba(63,108,255,.34),transparent 34%),linear-gradient(145deg,#ffffff13,#ffffff05),#070b13a8!important;-webkit-background-clip:border-box,border-box,border-box,border-box,border-box!important;background-clip:border-box,border-box,border-box,border-box,border-box!important;font-size:1rem!important;font-weight:850!important;line-height:1!important;letter-spacing:-.055em!important;text-shadow:none!important;box-shadow:inset 0 1px #ffffff38,inset -1px -1px #3f6cff29,0 14px 32px #00000047,5px 8px 22px #3f6cff1a!important;backdrop-filter:blur(18px)!important}.brand-mark:before{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;border-radius:inherit!important;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.025) 35%,transparent 60%),radial-gradient(circle at 100% 100%,rgba(63,108,255,.22),transparent 31%)!important;opacity:.72!important}.brand-mark:after{content:""!important;display:block!important;position:absolute!important;right:-1px!important;bottom:-1px!important;width:42%!important;height:42%!important;border-radius:0 0 15px!important;border-right:2px solid rgba(63,108,255,.78)!important;border-bottom:2px solid rgba(63,212,255,.62)!important;background:radial-gradient(circle at 100% 100%,rgba(63,108,255,.26),transparent 68%)!important;box-shadow:5px 5px 18px #3f6cff38!important;pointer-events:none!important}.brand-mark{background-color:#070b13a8!important}.brand-mark{-webkit-text-fill-color:transparent!important;background-image:linear-gradient(90deg,#ffffff 0 46%,var(--blue) 47% 100%),linear-gradient(135deg,rgba(255,255,255,.13),transparent 36%),radial-gradient(circle at 28% 18%,rgba(255,255,255,.2),transparent 30%),radial-gradient(circle at 92% 92%,rgba(63,108,255,.34),transparent 34%),linear-gradient(145deg,#ffffff13,#ffffff05)!important;-webkit-background-clip:text,border-box,border-box,border-box,border-box!important;background-clip:text,border-box,border-box,border-box,border-box!important}.footer-logo .brand-mark{width:42px!important;height:42px!important;border-radius:13px!important;font-size:.92rem!important;box-shadow:inset 0 1px #ffffff2e,inset -1px -1px #3f6cff24,0 12px 26px #00000038,4px 7px 18px #3f6cff17!important}.footer-logo .brand-mark:after{right:-1px!important;bottom:-1px!important;border-radius:0 0 13px!important}@media(max-width:480px){.brand-mark{width:44px!important;height:44px!important;border-radius:14px!important;font-size:.95rem!important}.brand-mark:after{border-radius:0 0 14px!important}}.brand{gap:.9rem!important}.brand-mark{position:relative!important;isolation:isolate!important;overflow:hidden!important;display:grid!important;place-items:center!important;width:52px!important;height:52px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.52)!important;color:transparent!important;-webkit-text-fill-color:transparent!important;background-color:#070b13ad!important;background-image:linear-gradient(90deg,#ffffff 0 46%,transparent 47% 100%),linear-gradient(180deg,#5b8cff,#3f6cff 48%,#2f63ff),radial-gradient(circle at 24% 14%,rgba(255,255,255,.05),transparent 38%),radial-gradient(circle at 92% 92%,rgba(63,108,255,.18),transparent 46%),linear-gradient(145deg,#fff1,#ffffff04)!important;-webkit-background-clip:text,text,border-box,border-box,border-box!important;background-clip:text,text,border-box,border-box,border-box!important;font-size:1rem!important;font-weight:850!important;line-height:1!important;letter-spacing:-.055em!important;text-shadow:none!important;box-shadow:inset 0 1px #ffffff3d,inset 0 -1px #ffffff14,inset -1px -1px #3f6cff1f,0 14px 32px #00000047,5px 8px 22px #3f6cff14!important;backdrop-filter:blur(18px)!important}.brand-mark:before{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;border-radius:inherit!important;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.022) 36%,transparent 64%),radial-gradient(circle at 100% 100%,rgba(63,108,255,.16),transparent 36%)!important;opacity:.72!important;pointer-events:none!important}.brand-mark:after{content:""!important;display:block!important;position:absolute!important;right:-5px!important;bottom:-5px!important;width:26px!important;height:26px!important;border-radius:999px!important;border:0!important;background:radial-gradient(circle,rgba(63,108,255,.28) 0%,rgba(63,212,255,.14) 45%,transparent 85%)!important;filter:blur(6px)!important;box-shadow:none!important;pointer-events:none!important}.brand strong{font-weight:850!important;letter-spacing:-.025em!important}.brand small{color:var(--cyan)!important;opacity:.94!important;font-weight:650!important;letter-spacing:-.01em!important}.footer-logo .brand-mark{width:42px!important;height:42px!important;border-radius:13px!important;font-size:.92rem!important;box-shadow:inset 0 1px #fff3,inset 0 -1px #ffffff12,inset -1px -1px #3f6cff1a,0 12px 26px #00000038,4px 7px 18px #3f6cff12!important}.footer-logo .brand-mark:after{right:-7px!important;bottom:-7px!important;width:28px!important;height:28px!important;border-radius:999px!important}@media(max-width:480px){.brand-mark{width:44px!important;height:44px!important;border-radius:14px!important;font-size:.95rem!important}.brand-mark:after{right:-7px!important;bottom:-7px!important;width:30px!important;height:30px!important}}.brand-mark{width:52px!important;height:52px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.52)!important;background-image:linear-gradient(90deg,#ffffff 0 46%,transparent 47% 100%),linear-gradient(180deg,#5b8cff,#3f6cff 48%,#2f63ff),radial-gradient(circle at 24% 14%,rgba(255,255,255,.05),transparent 38%),radial-gradient(circle at 92% 92%,rgba(63,108,255,.16),transparent 46%),linear-gradient(145deg,#fff1,#ffffff04)!important;-webkit-background-clip:text,text,border-box,border-box,border-box!important;background-clip:text,text,border-box,border-box,border-box!important;box-shadow:inset 0 1px #ffffff38,inset 0 -1px #ffffff12,inset -1px -1px #3f6cff1a,0 14px 32px #00000047,4px 7px 18px #3f6cff0f!important}.brand-mark:after{right:-4px!important;bottom:-4px!important;width:24px!important;height:24px!important;background:radial-gradient(circle,rgba(63,108,255,.24) 0%,rgba(63,212,255,.12) 45%,transparent 84%)!important;filter:blur(5px)!important;opacity:.78!important}.footer-logo .brand-mark{width:46px!important;height:46px!important;border-radius:14px!important;font-size:.95rem!important;border:1px solid rgba(255,255,255,.52)!important;background-image:linear-gradient(90deg,#ffffff 0 46%,transparent 47% 100%),linear-gradient(180deg,#5b8cff,#3f6cff 48%,#2f63ff),radial-gradient(circle at 24% 14%,rgba(255,255,255,.05),transparent 38%),radial-gradient(circle at 92% 92%,rgba(63,108,255,.16),transparent 46%),linear-gradient(145deg,#fff1,#ffffff04)!important;-webkit-background-clip:text,text,border-box,border-box,border-box!important;background-clip:text,text,border-box,border-box,border-box!important;box-shadow:inset 0 1px #fff3,inset 0 -1px #ffffff12,inset -1px -1px #3f6cff1a,0 12px 26px #00000038,4px 7px 18px #3f6cff0f!important}.footer-logo .brand-mark:after{right:-4px!important;bottom:-4px!important;width:22px!important;height:22px!important;border-radius:999px!important;filter:blur(5px)!important;opacity:.78!important}@media(max-width:480px){.brand-mark{width:46px!important;height:46px!important;border-radius:14px!important;font-size:.95rem!important}.brand-mark:after{right:-4px!important;bottom:-4px!important;width:22px!important;height:22px!important}}.mobile-nav-toggle,.mobile-nav-button{display:none}@media(max-width:820px){.site-header{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:.85rem!important;width:min(100% - 2rem,var(--max))!important;padding-top:1rem!important}.brand{min-width:0!important;gap:.72rem!important}.brand>span:last-child{min-width:0!important}.brand strong{font-size:.98rem!important;line-height:1.05!important;white-space:nowrap!important}.brand small{display:block!important;margin-top:.16rem!important;font-size:.68rem!important;line-height:1.1!important;white-space:nowrap!important}.brand-mark{flex:0 0 auto!important;width:46px!important;height:46px!important;border-radius:14px!important;font-size:.95rem!important}.mobile-nav-toggle{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.mobile-nav-button{display:inline-flex!important;position:relative!important;z-index:40!important;flex:0 0 auto!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:44px!important;height:44px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:#070b1375!important;box-shadow:inset 0 1px #ffffff1f,0 10px 28px #00000038!important;backdrop-filter:blur(14px)!important;cursor:pointer!important}.mobile-nav-button span{display:block!important;width:17px!important;height:2px!important;border-radius:999px!important;background:#fffffff0!important;transition:transform .2s ease,opacity .2s ease}.main-nav{position:absolute!important;top:calc(100% + .7rem)!important;left:0!important;right:0!important;z-index:35!important;display:grid!important;grid-template-columns:1fr!important;gap:.45rem!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,0)!important;border-radius:22px!important;opacity:0!important;pointer-events:none!important;transform:translateY(-.35rem)!important;background:radial-gradient(circle at 88% 8%,rgba(63,108,255,.16),transparent 14rem),linear-gradient(135deg,#070b13f5,#0c121ef5)!important;box-shadow:0 24px 70px #00000057!important;backdrop-filter:blur(18px)!important;transition:max-height .24s ease,opacity .2s ease,transform .2s ease,padding .2s ease,border-color .2s ease}.main-nav a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:.82rem .95rem!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;color:#ffffffe6!important;background:#ffffff0b!important;font-size:.9rem!important;font-weight:850!important;line-height:1.1!important;white-space:normal!important}.main-nav a:after{content:"→";color:var(--cyan);font-weight:900}.mobile-nav-toggle:checked~.mobile-nav-button span:nth-child(1){transform:translateY(6px) rotate(45deg)!important}.mobile-nav-toggle:checked~.mobile-nav-button span:nth-child(2){opacity:0!important}.mobile-nav-toggle:checked~.mobile-nav-button span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}.mobile-nav-toggle:checked~.main-nav{max-height:360px!important;padding:.72rem!important;border-color:#ffffff24!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}.hero-content{padding-top:8.7rem!important}}@media(max-width:480px){.brand{gap:.62rem!important}.brand strong{font-size:.92rem!important}.brand small{display:block!important;font-size:.62rem!important;opacity:.92!important}.brand-mark{width:44px!important;height:44px!important}.mobile-nav-button{width:42px!important;height:42px!important}.hero-content{padding-top:8.35rem!important}}@media(max-width:820px){#servicios,#soluciones,#proceso{scroll-margin-top:1rem!important}#inspiracion{scroll-margin-top:-1rem!important}#contacto{scroll-margin-top:4.25rem!important}.main-nav a:focus-visible{outline:2px solid rgba(63,212,255,.65)!important;outline-offset:3px!important}}@media(max-width:820px){.main-nav a{transition:transform .16s ease,background .16s ease,border-color .16s ease!important}.main-nav a:active{transform:scale(.985)!important;border-color:#3fd4ff52!important;background:#3f6cff24!important}}@media(max-width:820px){#soluciones{scroll-margin-top:0!important}#proceso{scroll-margin-top:.35rem!important}#inspiracion{scroll-margin-top:0!important}#contacto{scroll-margin-top:2.6rem!important}}@media(min-width:821px){#servicios{scroll-margin-top:4.25rem!important}#soluciones{scroll-margin-top:0!important}#proceso{scroll-margin-top:2.4rem!important}#inspiracion{scroll-margin-top:-3.75rem!important}#contacto{scroll-margin-top:1.25rem!important}}@media(min-width:821px){#contacto{scroll-margin-top:9.5rem!important}#servicios:target{animation:servicesLandingPulse 2.6s ease-out 1}#servicios:target .highlight-card{animation:servicesCardPulse 2.6s ease-out 1}}@keyframes servicesLandingPulse{0%{transform:translateY(0);border-color:#3fd4ff57;box-shadow:var(--shadow),0 0 #3fd4ff00,0 0 #3f6cff00}22%{transform:translateY(-2px);border-color:#3fd4ffd1;box-shadow:0 28px 90px #0f172a29,0 0 0 8px #3fd4ff14,0 0 52px #3f6cff57}52%{transform:translateY(0);border-color:#3f6cffa3;box-shadow:0 28px 90px #0f172a29,0 0 0 12px #3f6cff0e,0 0 68px #3fd4ff38}to{transform:translateY(0);border-color:var(--line-dark);box-shadow:var(--shadow)}}@keyframes servicesCardPulse{0%,to{background:transparent}22%{background:#3fd4ff14}52%{background:#3f6cff1a}}@media(min-width:821px){#contacto{scroll-margin-top:16rem!important}#servicios{position:relative!important;overflow:hidden!important}#servicios:before{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;border-radius:inherit!important;pointer-events:none!important;opacity:0;background:radial-gradient(circle at 18% 50%,rgba(63,212,255,.22),transparent 28rem),radial-gradient(circle at 78% 45%,rgba(63,108,255,.24),transparent 26rem),linear-gradient(135deg,#3f6cff29,#3fd4ff14)}#servicios:target:before{animation:servicesBackgroundCrossfade 4.2s ease-in-out 1!important}#servicios:target{animation:servicesContainerLift 4.2s ease-in-out 1!important}#servicios .highlight-card{position:relative!important;z-index:1!important}}@keyframes servicesBackgroundCrossfade{0%{opacity:0}18%{opacity:1}55%{opacity:.82}to{opacity:0}}@keyframes servicesContainerLift{0%,to{box-shadow:var(--shadow);border-color:var(--line-dark)}22%{box-shadow:var(--shadow),0 0 0 1px #3fd4ff47,0 0 72px #3f6cff52;border-color:#3fd4ff7a}60%{box-shadow:var(--shadow),0 0 0 1px #3f6cff3d,0 0 54px #3fd4ff33;border-color:#3f6cff61}}.brand-mark{position:relative!important;isolation:isolate!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;width:52px!important;height:52px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.52)!important;color:var(--white)!important;-webkit-text-fill-color:initial!important;background:radial-gradient(circle at 24% 14%,rgba(255,255,255,.14),transparent 38%),radial-gradient(circle at 92% 92%,rgba(63,108,255,.18),transparent 46%),linear-gradient(145deg,#fff1,#ffffff04),#070b13ad!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;font-size:1rem!important;font-weight:850!important;line-height:1!important;letter-spacing:-.055em!important;text-shadow:none!important;box-shadow:inset 0 1px #ffffff38,inset 0 -1px #ffffff12,inset -1px -1px #3f6cff1a,0 14px 32px #00000047,4px 7px 18px #3f6cff0f!important;backdrop-filter:blur(18px)!important}.brand-mark .brand-c,.brand-mark .brand-w{position:relative!important;z-index:2!important;display:inline-block!important;font:inherit!important;line-height:1!important;letter-spacing:-.055em!important;-webkit-text-fill-color:currentColor!important;background:none!important}.brand-mark .brand-c{color:#fff!important}.brand-mark .brand-w{color:var(--blue)!important;margin-left:-.035em!important}.brand-mark:before{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;border-radius:inherit!important;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.022) 36%,transparent 64%),radial-gradient(circle at 100% 100%,rgba(63,108,255,.16),transparent 36%)!important;opacity:.72!important;pointer-events:none!important}.brand-mark:after{content:""!important;display:block!important;position:absolute!important;right:-4px!important;bottom:-4px!important;width:24px!important;height:24px!important;border:0!important;border-radius:999px!important;background:radial-gradient(circle,rgba(63,108,255,.24) 0%,rgba(63,212,255,.12) 45%,transparent 84%)!important;filter:blur(5px)!important;opacity:.78!important;box-shadow:none!important;pointer-events:none!important}.footer-logo .brand-mark{width:46px!important;height:46px!important;border-radius:14px!important;font-size:.95rem!important}.footer-logo .brand-mark:after{right:-5px!important;bottom:-5px!important;width:24px!important;height:24px!important}@media(max-width:480px){.brand-mark{width:44px!important;height:44px!important;border-radius:14px!important;font-size:.95rem!important}.brand-mark:after{right:-6px!important;bottom:-6px!important;width:26px!important;height:26px!important}}html,body{overflow-x:hidden!important}@media(max-width:820px){.solutions-dark-section,.solutions-dark-inner,.solutions-dark-header{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.solutions-dark-header{grid-template-columns:1fr!important}.solutions-dark-copy{width:100%!important;max-width:100%!important}.solutions-dark-visual{width:100%!important;max-width:100%!important;min-height:240px!important;transform:none!important}.solutions-dark-visual img{width:100%!important;max-width:100%!important;height:auto!important;object-fit:cover!important}}@media(max-width:820px){html,body{width:100%!important;max-width:100%!important;overflow-x:clip!important}body{position:relative!important}body>*{max-width:100%!important}.site-header,.hero,.hero-content,.hero-actions,.highlights,.section,.spaces-section,.space-gallery,.process-section,.solutions-dark-section,.solutions-dark-inner,.solutions-dark-header,.solutions-dark-copy,.solutions-dark-grid,.solutions-cta-card,.solutions-cta-card.solutions-cta-floating,.site-footer{max-width:100%!important;overflow-x:clip!important}.hero,.solutions-dark-section{width:100%!important}.hero-content,.highlights,.section,.process-section,.solutions-dark-inner{width:calc(100% - 2rem)!important;margin-left:auto!important;margin-right:auto!important}.solutions-dark-header{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:2rem!important;width:100%!important}.solutions-dark-copy{width:100%!important;max-width:100%!important;min-width:0!important}.solutions-dark-copy h2,.solutions-dark-copy p,.solutions-dark-copy a{max-width:100%!important}.solutions-dark-visual{width:100%!important;max-width:100%!important;min-width:0!important;min-height:240px!important;margin:0!important;transform:none!important;overflow:hidden!important}.solutions-dark-visual img{display:block!important;width:100%!important;max-width:100%!important;height:240px!important;min-height:0!important;object-fit:cover!important;object-position:center!important}.space-gallery,.solutions-dark-grid,.process-timeline,.site-footer{grid-template-columns:minmax(0,1fr)!important}.button,.nav-cta,.main-nav,.main-nav a{max-width:100%!important}}@supports not (overflow: clip){@media(max-width:820px){html,body,.hero,.solutions-dark-section,.solutions-dark-inner,.solutions-dark-header{overflow-x:hidden!important}}}
