:root{
  --w-blue:#1a5cff;
  --w-blue-2:#0d46d9;
  --w-cyan:#68eaff;
  --w-violet:#745cff;
  --w-navy:#061327;
  --w-navy-2:#0a1c38;
  --w-ink:#0a1830;
  --w-muted:#64728a;
  --w-line:#dde6f2;
  --w-soft:#f4f8ff;
  --w-white:#fff;
  --w-shadow:0 30px 85px rgba(10,31,68,.12);
}
.webliohp-wrap,.webliohp-wrap *{box-sizing:border-box}
.webliohp-wrap{position:relative;isolation:isolate;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;background:#fff;color:var(--w-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.webliohp-wrap a{text-decoration:none}.webliohp-wrap button,.webliohp-wrap a{-webkit-tap-highlight-color:transparent}.webliohp-wrap svg:not(.webliohp-tech-butterfly){width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.webliohp-container{width:min(1240px,calc(100% - 48px));margin:0 auto}

/* Navigation */
.webliohp-nav{position:fixed;z-index:60;top:14px;left:50%;width:min(1240px,calc(100% - 40px));transform:translateX(-50%);transition:top .25s ease}
.webliohp-nav-inner{height:68px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding:0 14px 0 18px;border:1px solid transparent;border-radius:19px;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
.webliohp-wrap.is-scrolled .webliohp-nav{top:9px}.webliohp-wrap.is-scrolled .webliohp-nav-inner{background:rgba(255,255,255,.84);border-color:rgba(215,225,241,.82);box-shadow:0 18px 48px rgba(15,37,73,.10);backdrop-filter:blur(18px)}
.webliohp-brand{display:inline-flex;align-items:center;gap:10px;color:#0d1c35!important}.webliohp-brand-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:linear-gradient(145deg,#155aff,#6b5cff);color:#fff;font-size:13px;font-weight:950;box-shadow:0 9px 20px rgba(27,87,255,.24)}.webliohp-brand strong{font-size:14px;letter-spacing:.17em}.webliohp-nav-links{display:flex;justify-content:flex-end;gap:30px}.webliohp-nav-links a{color:#46556e!important;font-size:13px;font-weight:760;transition:color .2s ease}.webliohp-nav-links a:hover{color:var(--w-blue)!important}.webliohp-nav-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 17px;border-radius:13px;background:#0c1e3d;color:#fff!important;font-size:12.5px;font-weight:850;box-shadow:0 11px 24px rgba(5,22,49,.15);transition:transform .2s ease,background .2s ease}.webliohp-nav-cta:hover{transform:translateY(-1px);background:#145cff}.webliohp-nav-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:0;place-items:center;cursor:pointer}.webliohp-nav-toggle span{position:absolute;width:18px;height:1.5px;background:#13213a;transition:transform .2s ease}.webliohp-nav-toggle span:first-child{transform:translateY(-4px)}.webliohp-nav-toggle span:last-child{transform:translateY(4px)}

/* Shared */
.webliohp-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--w-blue);font-size:11px;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.webliohp-section-heading{max-width:820px;margin-bottom:42px}.webliohp-section-heading h2{margin:12px 0 0;font-size:clamp(46px,6vw,80px);line-height:.96;letter-spacing:-.058em;text-wrap:balance}.webliohp-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 21px;border-radius:14px;font-size:14px;font-weight:850;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.webliohp-button:hover{transform:translateY(-2px)}.webliohp-button-primary{background:#155cff;color:#fff!important;box-shadow:0 13px 30px rgba(21,92,255,.24)}.webliohp-button-primary:hover{box-shadow:0 17px 37px rgba(21,92,255,.31)}.webliohp-button-secondary{background:transparent;border:1px solid #d4dfed;color:#263550!important}.webliohp-button-light{background:#fff;color:#0d42bb!important;box-shadow:0 15px 38px rgba(3,18,48,.22)}.webliohp-button svg{width:17px!important;height:17px!important}.webliohp-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.webliohp-reveal.is-visible{opacity:1;transform:none}

/* Hero */
.webliohp-hero{position:relative;min-height:100svh;padding:150px 0 88px;display:flex;align-items:center;background:linear-gradient(180deg,#fff 0%,#f7faff 72%,#eff5ff 100%)}.webliohp-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(17,69,151,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,69,151,.035) 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 74%);pointer-events:none}.webliohp-hero-glow{position:absolute;left:50%;top:50%;width:min(900px,86vw);height:540px;transform:translate(-50%,-48%);background:radial-gradient(ellipse,rgba(55,120,255,.13),rgba(105,87,255,.055) 42%,transparent 70%);filter:blur(8px);pointer-events:none}.webliohp-hero-inner{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}.webliohp-hero h1{max-width:1020px;margin:25px auto 24px;font-size:clamp(62px,8.6vw,124px);line-height:.86;letter-spacing:-.075em;text-wrap:balance}.webliohp-hero-copy{max-width:700px;margin:0;color:#58677f;font-size:18px;line-height:1.72}.webliohp-hero-actions{display:flex;gap:11px;margin-top:31px}.webliohp-microcopy{margin:14px 0 0;color:#8b97aa;font-size:12px}.webliohp-scroll-cue{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;color:#8490a3!important;font-size:14px;animation:weblioCue 2s ease-in-out infinite}.webliohp-scroll-cue span{font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.webliohp-next-peek{position:absolute;z-index:3;left:50%;bottom:-18px;transform:translateX(-50%);width:min(760px,78vw);height:38px;border:1px solid #b2a47d;border-bottom:0;border-radius:16px 16px 0 0;background:#c7b990;box-shadow:0 -13px 35px rgba(74,65,43,.12)}.webliohp-next-peek span{position:absolute;top:13px;width:84px;height:8px;border:1px solid #6c624c;background:#a89b75}.webliohp-next-peek span:nth-child(1){left:8%}.webliohp-next-peek span:nth-child(2){left:24%;width:45%}.webliohp-next-peek span:nth-child(3){right:8%;width:12%}@keyframes weblioCue{50%{transform:translate(-50%,5px)}}

/* Transformation experience */
.webliohp-experience{position:relative;height:min(980px,105svh);min-height:720px;background:#b8ab85;overflow:hidden;cursor:none;isolation:isolate}.webliohp-magic-bg{position:absolute!important;z-index:0!important;inset:0!important;width:100%!important;height:100%!important;overflow:hidden!important;pointer-events:none!important;background:#b8ab85!important}.webliohp-restoration-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:1}.webliohp-particle-field{position:absolute;inset:0;z-index:3;pointer-events:none;overflow:hidden}.webliohp-experience:after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;box-shadow:inset 0 70px 90px rgba(26,19,8,.20),inset 0 -60px 85px rgba(26,19,8,.18)}.webliohp-experience-copy{position:absolute;z-index:8;left:50%;top:58px;transform:translateX(-50%);width:min(620px,calc(100% - 38px));padding:22px 26px;text-align:center;border:1px solid rgba(255,255,255,.55);border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 22px 60px rgba(47,37,17,.18);backdrop-filter:blur(14px);pointer-events:none}.webliohp-experience-copy.is-visible{transform:translateX(-50%)}.webliohp-experience-copy span{color:#667087;font-size:10px;font-weight:900;letter-spacing:.15em}.webliohp-experience-copy h2{margin:5px 0 2px;font-size:clamp(35px,4.3vw,58px);line-height:1;letter-spacing:-.055em}.webliohp-experience-copy p{margin:0;color:var(--w-blue);font-size:13px;font-weight:850}.webliohp-experience-note{position:absolute;z-index:8;left:50%;bottom:26px;transform:translateX(-50%);padding:10px 14px;border-radius:999px;background:rgba(12,22,40,.82);color:#fff;font-size:11px;font-weight:750;backdrop-filter:blur(10px);pointer-events:none}.webliohp-mobile-note{display:none}
.webliohp-healing-cursor{position:absolute;left:0;top:0;width:164px;height:164px;z-index:5;pointer-events:none;display:grid;place-items:center;transform:translate3d(-400px,-400px,0) translate(-50%,-50%);transform-origin:50% 50%;will-change:transform;opacity:.99}.webliohp-healing-core{position:absolute;inset:0;display:grid;place-items:center;transform-origin:center}.webliohp-bfly-aura{position:absolute;left:50%;top:50%;width:174px;height:174px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.35) 0 4%,rgba(91,229,255,.18) 16%,rgba(50,127,255,.10) 38%,rgba(102,77,255,.04) 55%,transparent 71%);border:1px solid rgba(155,232,255,.17);box-shadow:0 0 20px rgba(53,187,255,.17),inset 0 0 24px rgba(130,229,255,.08);animation:weblioAuraPulse 1.8s ease-in-out infinite}.webliohp-bfly-ring{position:absolute;left:50%;top:50%;width:128px;height:128px;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(177,238,255,.20);animation:weblioRingSpin 8s linear infinite}.webliohp-tech-butterfly{display:block;width:78px!important;height:59px!important;overflow:visible;stroke-width:initial!important;filter:drop-shadow(0 0 4px rgba(255,255,255,.98)) drop-shadow(0 0 10px rgba(57,202,255,.88)) drop-shadow(0 0 20px rgba(57,79,255,.42))}.webliohp-svg-wing{transform-box:fill-box;will-change:transform}.webliohp-svg-wing-left{transform-origin:100% 52%;animation:weblioSvgWingLeft .36s cubic-bezier(.45,0,.55,1) infinite alternate}.webliohp-svg-wing-right{transform-origin:0 52%;animation:weblioSvgWingRight .36s cubic-bezier(.45,0,.55,1) infinite alternate}.webliohp-bfly-flare{position:absolute;left:50%;top:50%;width:4px;height:4px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;box-shadow:0 0 6px 2px #fff,0 0 15px 5px rgba(73,218,255,.74),0 0 30px 10px rgba(54,91,255,.28)}.webliohp-repair-particle,.webliohp-repair-arc,.webliohp-trail-dot{position:absolute;left:0;top:0;pointer-events:none;will-change:transform,opacity}.webliohp-repair-particle{width:4px;height:4px;border-radius:1px;background:linear-gradient(135deg,#fff,#72efff 48%,#775dff);box-shadow:0 0 6px #fff,0 0 11px rgba(48,190,255,.75)}.webliohp-repair-particle.is-purple{background:linear-gradient(135deg,#fff,#a69aff 48%,#7654ff);box-shadow:0 0 5px #fff,0 0 11px rgba(112,83,255,.72)}.webliohp-repair-arc{width:12px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,#e9fdff 28%,#55dbff 68%,transparent);box-shadow:0 0 8px rgba(98,226,255,.8)}.webliohp-trail-dot{width:4px;height:4px;border-radius:50%;background:#e6fbff;box-shadow:0 0 5px #fff,0 0 9px #40caff,0 0 14px rgba(77,83,255,.48)}.webliohp-healing-cursor.is-repairing .webliohp-bfly-aura{filter:brightness(1.12)}
@keyframes weblioSvgWingLeft{from{transform:perspective(180px) rotateY(-8deg) rotateZ(-2deg)}to{transform:perspective(180px) rotateY(48deg) rotateZ(5deg)}}@keyframes weblioSvgWingRight{from{transform:perspective(180px) rotateY(8deg) rotateZ(2deg)}to{transform:perspective(180px) rotateY(-48deg) rotateZ(-5deg)}}@keyframes weblioAuraPulse{50%{transform:translate(-50%,-50%) scale(1.035);opacity:.82}}@keyframes weblioRingSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}

/* Short transformation strip */
.webliohp-transform-strip{padding:28px 0;background:#081833;color:#fff}.webliohp-transform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.webliohp-transform-grid>div{display:grid;grid-template-columns:auto 26px auto;align-items:center;justify-content:center;gap:7px;min-height:66px;border-right:1px solid rgba(255,255,255,.10);font-size:12px}.webliohp-transform-grid>div:last-child{border-right:0}.webliohp-transform-grid span{color:#8090ad;font-weight:800}.webliohp-transform-grid i{color:#5ee6ff;font-style:normal}.webliohp-transform-grid strong{font-size:13px;letter-spacing:.04em}

/* Services */
.webliohp-services{padding:130px 0;background:#fff}.webliohp-capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.webliohp-capability{position:relative;min-height:470px;padding:38px;border:1px solid #dce5f1;border-radius:28px;overflow:hidden;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:0 16px 50px rgba(10,31,68,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.webliohp-capability:hover{transform:translateY(-4px);box-shadow:0 25px 65px rgba(10,31,68,.11);border-color:#c9d8eb}.webliohp-capability-copy{position:relative;z-index:3;max-width:54%}.webliohp-capability-copy>span{color:var(--w-blue);font-size:10px;font-weight:950;letter-spacing:.16em}.webliohp-capability h3{margin:13px 0 14px;font-size:clamp(30px,3.2vw,46px);line-height:.98;letter-spacing:-.047em}.webliohp-capability p{margin:0;color:var(--w-muted);font-size:14px;line-height:1.72}.webliohp-capability a{position:absolute;left:38px;bottom:34px;display:inline-flex;gap:8px;align-items:center;color:#173b7a!important;font-size:12px;font-weight:850}.webliohp-capability a b{transition:transform .2s ease}.webliohp-capability:hover a b{transform:translateX(4px)}.webliohp-capability-dark{background:linear-gradient(145deg,#07162f,#0c285a);border-color:#163463;color:#fff}.webliohp-capability-dark .webliohp-capability-copy>span,.webliohp-capability-dark a{color:#75e9ff!important}.webliohp-capability-dark p{color:#aabbd5}.webliohp-capability-ai{background:linear-gradient(145deg,#f9f8ff,#eef2ff)}.webliohp-capability-growth{background:linear-gradient(145deg,#f8fbff,#eef7ff)}
.webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{position:absolute;right:-24px;bottom:36px;width:44%;height:65%;border-radius:20px;transform:rotate(-2deg);box-shadow:0 24px 55px rgba(18,39,77,.16)}.webliohp-mini-browser{padding:14px;background:#fff;border:1px solid #d5e2f2}.webliohp-mini-bar{height:22px;border-bottom:1px solid #e9eef6}.webliohp-mini-bar i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#cad4e1;margin-right:3px}.webliohp-mini-nav{display:flex;align-items:center;gap:10px;padding:15px 4px}.webliohp-mini-nav b{width:42px;height:8px;border-radius:4px;background:#1c5fff;margin-right:auto}.webliohp-mini-nav span{width:22px;height:5px;border-radius:3px;background:#aebbd0}.webliohp-mini-hero{padding:22px 14px;border-radius:14px;background:linear-gradient(145deg,#0d347a,#1e67ff)}.webliohp-mini-hero strong{display:block;width:75%;height:8px;border-radius:5px;background:#fff;margin-bottom:8px}.webliohp-mini-hero strong:nth-child(2){width:55%;opacity:.8}.webliohp-mini-hero em{display:block;width:60px;height:22px;margin-top:18px;border-radius:7px;background:#fff}.webliohp-mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.webliohp-mini-cards i{height:52px;border-radius:10px;background:#eef4ff;border:1px solid #e0e9f5}.webliohp-status-visual{padding:17px;background:#0e244b;border:1px solid #20416f;transform:rotate(2deg)}.webliohp-status-visual>div{display:grid;grid-template-columns:1fr auto;align-items:center;padding:13px 12px;border-bottom:1px solid rgba(255,255,255,.10);color:#97abc8;font-size:10px}.webliohp-status-visual>div:first-child{padding-bottom:18px}.webliohp-status-visual b{color:#79e9c0;font-size:9px;letter-spacing:.11em}.webliohp-status-visual strong{color:#fff;font-size:11px}.webliohp-chat-visual{height:auto;bottom:46px;padding:18px;background:#fff;border:1px solid #dadff2;transform:rotate(2deg)}.webliohp-chat-visual>div{width:82%;margin-bottom:11px;padding:11px 13px;border-radius:13px;background:#eef4ff;color:#385072;font-size:10px;line-height:1.4}.webliohp-chat-visual .is-user{margin-left:auto;background:#1b5dff;color:#fff}.webliohp-chat-visual .short{width:90%}.webliohp-chat-visual>span{display:flex;gap:4px}.webliohp-chat-visual>span i{width:5px;height:5px;border-radius:50%;background:#6a7ea1}.webliohp-growth-visual{height:58%;padding:22px;background:#fff;border:1px solid #dbe7f4;transform:rotate(-1deg)}.webliohp-growth-line{position:relative;height:68%;border-bottom:1px solid #e6edf6;background:linear-gradient(180deg,rgba(41,105,255,.10),transparent)}.webliohp-growth-line:after{content:"";position:absolute;left:0;bottom:24%;width:100%;height:3px;background:linear-gradient(90deg,#6be6ff,#1a5cff 60%,#725dff);clip-path:polygon(0 75%,15% 58%,28% 68%,44% 38%,58% 50%,72% 18%,86% 28%,100% 0,100% 100%,0 100%)}.webliohp-growth-visual>span{display:inline-block;margin:13px 10px 0 0;color:#8190a7;font-size:8px;font-weight:900;letter-spacing:.08em}

/* Work */
.webliohp-work{padding:120px 0;background:#07162f;color:#fff}.webliohp-work .webliohp-eyebrow{color:#7deaff}.webliohp-work-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:38px}.webliohp-work-heading h2{margin:11px 0 0;font-size:clamp(48px,6.5vw,86px);line-height:.94;letter-spacing:-.06em}.webliohp-work-heading p{max-width:300px;margin:0 0 8px;color:#8ea1bf;font-size:13px;line-height:1.6}.webliohp-featured-project{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);overflow:hidden;border:1px solid #1a3764;border-radius:30px;background:#0a2046;box-shadow:0 30px 95px rgba(0,0,0,.25)}.webliohp-project-preview{min-width:0;padding:18px 18px 0;background:linear-gradient(145deg,#112b55,#0b1933)}.webliohp-project-browserbar{height:36px;display:flex;align-items:center;gap:5px;padding:0 11px;border-radius:12px 12px 0 0;background:#eaf0f8;color:#738197}.webliohp-project-browserbar i{width:7px;height:7px;border-radius:50%;background:#bdc7d4}.webliohp-project-browserbar span{margin-left:9px;font-size:9px;font-weight:700}.webliohp-project-live{position:relative;height:610px;overflow:hidden;background:#fff}.webliohp-project-live iframe{position:absolute;z-index:2;inset:0;width:1440px;height:900px;border:0;transform:scale(.68);transform-origin:0 0;background:#fff;pointer-events:none}.webliohp-project-live img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.webliohp-project-fallback{position:absolute;inset:0;padding:78px 58px;background:linear-gradient(145deg,#f6f9fd,#e9f3ff);color:#0c244b}.webliohp-project-fallback b{display:block;font-size:12px;letter-spacing:.18em}.webliohp-project-fallback strong{display:block;max-width:520px;margin-top:40px;font-size:68px;line-height:.92;letter-spacing:-.06em}.webliohp-project-fallback span{display:inline-block;width:26%;height:120px;margin:65px 10px 0 0;border-radius:16px;background:#fff;box-shadow:0 15px 34px rgba(30,73,126,.10)}.webliohp-project-info{padding:48px 40px;display:flex;flex-direction:column}.webliohp-project-info>span{color:#73e9ff;font-size:9px;font-weight:950;letter-spacing:.17em}.webliohp-project-info h3{margin:15px 0 23px;font-size:38px;line-height:1;letter-spacing:-.045em}.webliohp-project-tags{display:flex;flex-wrap:wrap;gap:8px}.webliohp-project-tags span{padding:8px 10px;border:1px solid #294a77;border-radius:999px;color:#b9cbe3;font-size:9px;font-weight:750}.webliohp-project-info>a{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:#fff!important;font-size:13px;font-weight:850}.webliohp-project-info>a svg{width:16px!important;height:16px!important}

/* Process */
.webliohp-process{padding:125px 0;background:#f6f9fd}.webliohp-process-track{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #ccd8e7}.webliohp-process-step{position:relative;min-height:310px;padding:31px 26px 22px;border-right:1px solid #d8e2ef}.webliohp-process-step:last-child{border-right:0}.webliohp-process-step:before{content:"";position:absolute;left:25px;top:-5px;width:9px;height:9px;border-radius:50%;background:#a8b6c8}.webliohp-process-step b{display:block;color:#a0aec0;font-size:11px}.webliohp-process-step>span{display:block;margin-top:56px;color:#1b5cff;font-size:10px;font-weight:950;letter-spacing:.15em}.webliohp-process-step h3{margin:12px 0 0;font-size:22px;line-height:1.22;letter-spacing:-.033em}.webliohp-process-step small{display:block;margin-top:17px;color:#5273b2;font-size:10px;font-weight:800}.webliohp-process-preview{background:#fff;border:1px solid #cbd8ea;border-top:0;box-shadow:0 18px 42px rgba(16,51,103,.08)}.webliohp-process-preview:before{background:#1b5cff;box-shadow:0 0 0 6px rgba(27,92,255,.09)}

/* Management */
.webliohp-management{padding:120px 0;background:#fff}.webliohp-management-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.webliohp-management-card{min-height:380px;padding:40px;border:1px solid #dce5ef;border-radius:28px;background:#f8faff;display:flex;flex-direction:column}.webliohp-management-card>span{color:var(--w-blue);font-size:10px;font-weight:950;letter-spacing:.15em}.webliohp-management-card h3{max-width:550px;margin:18px 0 16px;font-size:42px;line-height:1;letter-spacing:-.05em}.webliohp-management-card p{max-width:570px;margin:0;color:#60708a;font-size:14px;line-height:1.75}.webliohp-management-card a{margin-top:auto;color:#173b7a!important;font-size:12px;font-weight:850}.webliohp-management-card.is-blue{background:linear-gradient(145deg,#0b2148,#145cff);border-color:#1b5cff;color:#fff}.webliohp-management-card.is-blue>span,.webliohp-management-card.is-blue a{color:#83efff!important}.webliohp-management-card.is-blue p{color:#c4d6f1}

/* Audit */
.webliohp-audit{padding:120px 0;background:#0a1832;color:#fff}.webliohp-audit-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.webliohp-audit .webliohp-eyebrow{color:#75e9ff}.webliohp-audit-copy h2{max-width:650px;margin:15px 0 19px;font-size:clamp(44px,5.6vw,75px);line-height:.96;letter-spacing:-.058em}.webliohp-audit-copy p{max-width:560px;margin:0 0 27px;color:#a8b9d3;font-size:15px;line-height:1.75}.webliohp-audit-preview{padding:23px;border:1px solid #23456f;border-radius:24px;background:linear-gradient(145deg,#102a55,#0c2043);box-shadow:0 30px 80px rgba(0,0,0,.25);transform:rotate(1deg)}.webliohp-audit-preview-top{display:flex;align-items:center;gap:5px;padding-bottom:18px;border-bottom:1px solid #28476c}.webliohp-audit-preview-top span{margin-right:auto;color:#8ca5c8;font-size:9px;font-weight:900;letter-spacing:.13em}.webliohp-audit-preview-top i{width:6px;height:6px;border-radius:50%;background:#547198}.webliohp-audit-row{display:grid;grid-template-columns:1fr auto;align-items:center;padding:19px 3px;border-bottom:1px solid #24446c}.webliohp-audit-row span{font-size:14px}.webliohp-audit-row b{padding:7px 9px;border-radius:999px;background:#183b72;color:#7fe9ff;font-size:9px;letter-spacing:.08em}.webliohp-audit-row.is-opportunity b{background:#27468a;color:#fff}.webliohp-audit-preview>small{display:block;margin-top:15px;color:#7185a5;font-size:9px}

/* Why */
.webliohp-why{padding:125px 0;background:#fff}.webliohp-promises{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dbe4ef;border-bottom:1px solid #dbe4ef}.webliohp-promises article{min-height:330px;padding:34px 34px 40px;border-right:1px solid #dbe4ef}.webliohp-promises article:last-child{border-right:0}.webliohp-promises span{color:#9ba9bb;font-size:10px;font-weight:900}.webliohp-promises h3{margin:62px 0 17px;font-size:25px;line-height:1.05;letter-spacing:-.035em}.webliohp-promises p{margin:0;color:#62718a;font-size:13px;line-height:1.72}

/* Final + footer */
.webliohp-final{position:relative;padding:135px 0;background:linear-gradient(145deg,#0a2148,#155cff 58%,#5e59ff);color:#fff;overflow:hidden}.webliohp-final-orb{position:absolute;right:-160px;top:-210px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(119,237,255,.26),rgba(83,103,255,.12) 42%,transparent 69%)}.webliohp-final-inner{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}.webliohp-final .webliohp-eyebrow{color:#a6f4ff}.webliohp-final h2{max-width:980px;margin:18px 0 18px;font-size:clamp(55px,7.8vw,108px);line-height:.9;letter-spacing:-.07em;text-wrap:balance}.webliohp-final p{margin:0 0 30px;color:#d4e2fb;font-size:17px}.webliohp-footer{padding:62px 0 26px;background:#061327;color:#fff}.webliohp-footer .webliohp-brand{color:#fff!important}.webliohp-footer-grid{display:grid;grid-template-columns:1.2fr 1fr auto;gap:40px;align-items:start}.webliohp-footer-brand p{max-width:360px;margin:18px 0 0;color:#8397b6;font-size:12px;line-height:1.65}.webliohp-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:13px 28px}.webliohp-footer-links a,.webliohp-footer-email{color:#a9bbd4!important;font-size:12px;font-weight:700}.webliohp-footer-links a:hover,.webliohp-footer-email:hover{color:#fff!important}.webliohp-footer-bottom{display:flex;justify-content:space-between;margin-top:48px;padding-top:20px;border-top:1px solid #193052;color:#62799b;font-size:10px}

@media(max-width:980px){
  .webliohp-nav-links{gap:18px}.webliohp-nav-cta{padding:12px 14px}.webliohp-hero h1{font-size:clamp(58px,10vw,95px)}
  .webliohp-featured-project{grid-template-columns:1fr}.webliohp-project-live{height:530px}.webliohp-project-info{min-height:280px}.webliohp-process-track{grid-template-columns:1fr 1fr}.webliohp-process-step:nth-child(2){border-right:0}.webliohp-process-step:nth-child(-n+2){border-bottom:1px solid #d8e2ef}.webliohp-audit-grid{gap:40px}
}
@media(max-width:760px){
  .webliohp-container{width:calc(100% - 28px)}.webliohp-nav{top:8px;width:calc(100% - 20px)}.webliohp-nav-inner{height:58px;grid-template-columns:auto 1fr auto;padding:0 8px 0 12px;background:rgba(255,255,255,.90);border-color:rgba(215,225,241,.82);box-shadow:0 12px 35px rgba(15,37,73,.08);backdrop-filter:blur(16px)}.webliohp-nav-links,.webliohp-nav-cta{display:none}.webliohp-nav-toggle{display:grid;justify-self:end}.webliohp-nav.is-open .webliohp-nav-inner{height:auto;min-height:58px;grid-template-columns:1fr auto;grid-template-rows:58px auto auto;padding-bottom:12px}.webliohp-nav.is-open .webliohp-brand{grid-column:1}.webliohp-nav.is-open .webliohp-nav-toggle{grid-column:2}.webliohp-nav.is-open .webliohp-nav-links{grid-column:1/-1;display:grid;gap:0;width:100%}.webliohp-nav.is-open .webliohp-nav-links a{padding:13px 4px;border-top:1px solid #e3eaf3}.webliohp-nav.is-open .webliohp-nav-cta{grid-column:1/-1;display:flex;justify-content:center;margin-top:6px}.webliohp-nav.is-open .webliohp-nav-toggle span:first-child{transform:rotate(45deg)}.webliohp-nav.is-open .webliohp-nav-toggle span:last-child{transform:rotate(-45deg)}
  .webliohp-hero{min-height:94svh;padding:118px 0 95px}.webliohp-hero h1{margin-top:21px;font-size:clamp(52px,14vw,79px);line-height:.89}.webliohp-hero-copy{font-size:16px}.webliohp-hero-actions{width:min(100%,500px);display:grid}.webliohp-hero-actions .webliohp-button{width:100%}.webliohp-next-peek{width:90vw}
  .webliohp-experience{height:84svh;min-height:640px;cursor:default}.webliohp-experience-copy{top:28px;padding:18px}.webliohp-experience-note{bottom:18px}.webliohp-desktop-note{display:none}.webliohp-mobile-note{display:inline}.webliohp-healing-cursor{width:142px;height:142px}.webliohp-bfly-aura{width:144px;height:144px}.webliohp-bfly-ring{width:104px;height:104px}.webliohp-tech-butterfly{width:68px!important;height:51px!important}
  .webliohp-transform-strip{padding:17px 0}.webliohp-transform-grid{grid-template-columns:1fr 1fr}.webliohp-transform-grid>div{min-height:54px;border-bottom:1px solid rgba(255,255,255,.08)}.webliohp-transform-grid>div:nth-child(2){border-right:0}.webliohp-transform-grid>div:nth-child(n+3){border-bottom:0}
  .webliohp-services,.webliohp-work,.webliohp-process,.webliohp-management,.webliohp-audit,.webliohp-why{padding:88px 0}.webliohp-section-heading{margin-bottom:30px}.webliohp-section-heading h2{font-size:clamp(44px,12vw,66px)}.webliohp-capability-grid{grid-template-columns:1fr}.webliohp-capability{min-height:445px;padding:27px 24px}.webliohp-capability-copy{max-width:64%}.webliohp-capability h3{font-size:34px}.webliohp-capability a{left:24px;bottom:24px}.webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{width:42%;right:-26px}.webliohp-work-heading{display:block}.webliohp-work-heading p{margin-top:14px}.webliohp-work-heading h2{font-size:62px}.webliohp-project-preview{padding:10px 10px 0}.webliohp-project-live{height:410px}.webliohp-project-live iframe{transform:scale(.48)}.webliohp-project-info{padding:30px 24px}.webliohp-project-info h3{font-size:33px}.webliohp-management-grid,.webliohp-audit-grid{grid-template-columns:1fr}.webliohp-management-card{min-height:340px;padding:30px 25px}.webliohp-management-card h3{font-size:36px}.webliohp-audit-copy h2{font-size:48px}.webliohp-audit-preview{transform:none}.webliohp-promises{grid-template-columns:1fr}.webliohp-promises article{min-height:260px;border-right:0;border-bottom:1px solid #dbe4ef;padding:27px 6px}.webliohp-promises article:last-child{border-bottom:0}.webliohp-promises h3{margin-top:38px}.webliohp-final{padding:100px 0}.webliohp-final h2{font-size:clamp(50px,14vw,78px)}.webliohp-footer-grid{grid-template-columns:1fr}.webliohp-footer-links{grid-template-columns:repeat(3,auto);justify-content:start}.webliohp-footer-bottom{gap:20px}
}
@media(max-width:480px){
  .webliohp-hero h1{font-size:clamp(46px,14vw,64px)}.webliohp-hero-copy{font-size:15px}.webliohp-button{width:100%}.webliohp-experience{min-height:590px}.webliohp-experience-copy h2{font-size:39px}.webliohp-transform-grid{grid-template-columns:1fr}.webliohp-transform-grid>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.webliohp-transform-grid>div:last-child{border-bottom:0!important}.webliohp-capability{min-height:420px}.webliohp-capability-copy{max-width:72%}.webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{opacity:.86;width:46%;right:-36px}.webliohp-project-live{height:330px}.webliohp-project-live iframe{transform:scale(.39)}.webliohp-project-fallback{padding:42px 26px}.webliohp-project-fallback strong{font-size:47px}.webliohp-process-track{grid-template-columns:1fr}.webliohp-process-step{min-height:240px;border-right:0;border-bottom:1px solid #d8e2ef!important}.webliohp-process-step:last-child{border-bottom:0!important}.webliohp-promises h3{font-size:22px}.webliohp-final p{font-size:15px}.webliohp-footer-links{grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){.webliohp-svg-wing-left,.webliohp-svg-wing-right,.webliohp-bfly-aura,.webliohp-bfly-ring,.webliohp-scroll-cue{animation:none!important}.webliohp-reveal{opacity:1!important;transform:none!important;transition:none!important}.webliohp-capability,.webliohp-button,.webliohp-nav-cta{transition:none!important}}

/* ========================================================================== 
   V20 — Dark cinematic Weblio evolution
   Preserves the V19 structure while moving the full page into one restrained,
   premium midnight / electric-blue visual system.
   ========================================================================== */
.webliohp-wrap{
  --w-bg:#040916;
  --w-bg-2:#07101f;
  --w-surface:#0a1426;
  --w-surface-2:#0d1a31;
  --w-surface-3:#101f38;
  --w-text:#f5f8ff;
  --w-text-soft:#c5d0e2;
  --w-text-muted:#8291aa;
  --w-dark-line:rgba(151,181,226,.15);
  --w-dark-line-strong:rgba(121,174,255,.25);
  --w-electric:#2f7cff;
  --w-electric-2:#58d9ff;
  --w-purple:#7657ff;
  background:var(--w-bg);
  color:var(--w-text);
}
.webliohp-wrap main{background:var(--w-bg)}
.webliohp-wrap ::selection{background:rgba(72,132,255,.36);color:#fff}
.webliohp-section-heading{max-width:900px;margin-bottom:44px}
.webliohp-section-heading h2{color:var(--w-text);font-size:clamp(44px,5.5vw,74px);line-height:.98;letter-spacing:-.054em}
.webliohp-eyebrow{color:#69ddff}
.webliohp-button{border-radius:13px}
.webliohp-button-primary{background:linear-gradient(135deg,#2168ff,#2f7cff);box-shadow:0 14px 34px rgba(35,104,255,.22),inset 0 1px rgba(255,255,255,.14)}
.webliohp-button-primary:hover{background:linear-gradient(135deg,#2a72ff,#4389ff);box-shadow:0 18px 44px rgba(35,104,255,.30)}
.webliohp-button-secondary{border-color:rgba(174,199,236,.20);background:rgba(8,18,34,.34);color:#d9e4f6!important;box-shadow:inset 0 1px rgba(255,255,255,.035)}
.webliohp-button-secondary:hover{border-color:rgba(90,172,255,.42);background:rgba(14,31,56,.58)}

/* Navigation — crisp dark glass, not a floating white pill */
.webliohp-nav-inner{border-color:rgba(153,187,235,.08);background:rgba(4,10,21,.42);backdrop-filter:blur(14px);box-shadow:0 12px 40px rgba(0,0,0,.10)}
.webliohp-wrap.is-scrolled .webliohp-nav-inner{background:rgba(5,12,26,.86);border-color:rgba(139,177,232,.16);box-shadow:0 18px 54px rgba(0,0,0,.34);backdrop-filter:blur(20px)}
.webliohp-brand{color:#f6f9ff!important}
.webliohp-brand-mark{background:linear-gradient(145deg,#236eff,#6d55ff);box-shadow:0 10px 25px rgba(49,107,255,.28),0 0 28px rgba(65,185,255,.08)}
.webliohp-nav-links a{color:#9eadc4!important}
.webliohp-nav-links a:hover{color:#eef7ff!important}
.webliohp-nav-cta{background:rgba(38,104,255,.92);box-shadow:0 12px 30px rgba(25,91,242,.20),inset 0 1px rgba(255,255,255,.12)}
.webliohp-nav-toggle span{background:#e6efff}

/* Hero — a clean digital environment, not a neon spectacle */
.webliohp-hero{
  min-height:96svh;
  padding:128px 0 92px;
  background:
    radial-gradient(ellipse at 50% 26%,rgba(36,112,255,.12),transparent 34%),
    radial-gradient(ellipse at 76% 42%,rgba(112,77,255,.075),transparent 28%),
    linear-gradient(180deg,#040815 0%,#050b18 62%,#071020 100%);
  color:#fff;
}
.webliohp-hero:before{
  background-image:linear-gradient(rgba(121,167,229,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(121,167,229,.055) 1px,transparent 1px);
  background-size:68px 68px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 76%);
  opacity:.58;
}
.webliohp-hero:after{
  content:"";
  position:absolute;
  left:50%;
  top:21%;
  width:min(620px,70vw);
  height:340px;
  transform:translateX(-50%);
  pointer-events:none;
  background:radial-gradient(ellipse,rgba(71,191,255,.09),rgba(58,103,255,.045) 44%,transparent 72%);
  filter:blur(32px);
}
.webliohp-hero-glow{top:42%;width:min(1000px,92vw);height:560px;transform:translate(-50%,-50%);background:radial-gradient(ellipse,rgba(44,118,255,.13),rgba(116,77,255,.05) 45%,transparent 72%);filter:blur(18px)}
.webliohp-hero h1{max-width:1030px;margin:23px auto 22px;color:#f7f9ff;font-size:clamp(58px,7.7vw,108px);line-height:.91;letter-spacing:-.068em;text-shadow:0 8px 46px rgba(0,0,0,.16)}
.webliohp-hero-copy{max-width:760px;color:#aebbd0;font-size:17px;line-height:1.68;text-wrap:balance}
.webliohp-hero-actions{margin-top:30px}
.webliohp-scroll-cue{position:relative;left:auto;bottom:auto;transform:none;flex-direction:row;gap:7px;margin-top:30px;color:#7789a6!important;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;animation:none}
.webliohp-scroll-cue span{font-size:inherit;font-weight:inherit;letter-spacing:inherit}
.webliohp-next-peek{height:32px;bottom:-14px;width:min(760px,78vw);border-color:rgba(150,142,119,.30);background:#171b21;box-shadow:0 -15px 44px rgba(0,0,0,.24)}
.webliohp-next-peek span{top:11px;height:7px;border-color:#3e3f3b;background:#282a2b}

/* Signature restoration — the one place allowed to feel especially alive */
.webliohp-experience{background:#121313}
.webliohp-magic-bg{background:#121313!important}
.webliohp-experience:before{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(2,6,13,.42),transparent 22%,transparent 76%,rgba(2,7,16,.55));mix-blend-mode:multiply}
.webliohp-experience:after{box-shadow:inset 0 95px 110px rgba(1,4,10,.52),inset 0 -80px 100px rgba(2,7,16,.55)}
.webliohp-experience-copy{top:42px;padding:18px 24px;border-color:rgba(136,188,255,.19);background:rgba(5,13,28,.78);box-shadow:0 22px 64px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.045);backdrop-filter:blur(16px)}
.webliohp-experience-copy span{color:#74dfff}
.webliohp-experience-copy h2{margin:8px 0 6px;color:#f6f9ff;font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.05em}
.webliohp-experience-copy p{color:#9eb3d0;font-size:12.5px;font-weight:760}
.webliohp-experience-note{bottom:22px;border:1px solid rgba(121,176,255,.16);background:rgba(3,9,20,.82);color:#d9e8fa;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.webliohp-bfly-aura{background:radial-gradient(circle,rgba(255,255,255,.32) 0 4%,rgba(83,224,255,.16) 15%,rgba(47,117,255,.085) 38%,rgba(104,77,255,.03) 56%,transparent 70%);border-color:rgba(145,225,255,.14)}

.webliohp-transform-strip{padding:24px 0;background:#050b18;border-top:1px solid rgba(128,176,237,.10);border-bottom:1px solid rgba(128,176,237,.10)}
.webliohp-transform-grid>div{border-color:rgba(180,206,240,.09)}
.webliohp-transform-grid span{color:#687994}.webliohp-transform-grid strong{color:#e7effd}.webliohp-transform-grid i{color:#5ddcff}

/* Services — dark elevated cards with controlled hover light */
.webliohp-services{position:relative;padding:122px 0;background:linear-gradient(180deg,#050b18,#07101e 62%,#060d1a)}
.webliohp-services:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 12%,rgba(46,119,255,.05),transparent 26%),radial-gradient(circle at 89% 76%,rgba(100,75,255,.035),transparent 22%)}
.webliohp-capability-grid{gap:16px}
.webliohp-capability,.webliohp-capability-dark,.webliohp-capability-ai,.webliohp-capability-growth{min-height:455px;border-color:var(--w-dark-line);background:linear-gradient(145deg,rgba(12,25,46,.98),rgba(7,16,31,.98));color:#eef4ff;box-shadow:0 18px 52px rgba(0,0,0,.18),inset 0 1px rgba(255,255,255,.025)}
.webliohp-capability:nth-child(2){background:linear-gradient(145deg,#0b1c36,#081427)}
.webliohp-capability:nth-child(3){background:linear-gradient(145deg,#0d1931,#0a1224)}
.webliohp-capability:nth-child(4){background:linear-gradient(145deg,#091a30,#071321)}
.webliohp-capability:hover{transform:translateY(-4px);border-color:rgba(77,146,255,.34);box-shadow:0 25px 70px rgba(0,0,0,.27),0 0 38px rgba(43,115,255,.045),inset 0 1px rgba(255,255,255,.045)}
.webliohp-capability-copy{max-width:58%}
.webliohp-capability-copy>span,.webliohp-capability-dark .webliohp-capability-copy>span{color:#66dcff!important}
.webliohp-capability h3{color:#f4f7fc;font-size:clamp(29px,3vw,43px);line-height:1;letter-spacing:-.044em}
.webliohp-capability p,.webliohp-capability-dark p{color:#94a5bd;font-size:13.5px;line-height:1.68}
.webliohp-capability a,.webliohp-capability-dark a{color:#b5cdf1!important}
.webliohp-mini-browser{background:#111f36;border-color:#29405f;box-shadow:0 24px 58px rgba(0,0,0,.26)}
.webliohp-mini-bar{border-color:#243854}.webliohp-mini-bar i{background:#53657e}.webliohp-mini-nav span{background:#546680}.webliohp-mini-hero{background:linear-gradient(145deg,#123f91,#246dff)}.webliohp-mini-cards i{background:#16263d;border-color:#263c5a}
.webliohp-status-visual{background:#0c1b31;border-color:#203a60;box-shadow:0 24px 58px rgba(0,0,0,.28)}
.webliohp-chat-visual{background:#101e35;border-color:#293c5a;box-shadow:0 24px 58px rgba(0,0,0,.28)}
.webliohp-chat-visual>div{background:#182a46;color:#b8c8de}.webliohp-chat-visual .is-user{background:#2167ef;color:#fff}
.webliohp-growth-visual{background:#101e35;border-color:#293f5e;box-shadow:0 24px 58px rgba(0,0,0,.28)}
.webliohp-growth-line{border-color:#263b58;background:linear-gradient(180deg,rgba(41,105,255,.14),transparent)}

/* Featured project — an intentional case study, not a thin portfolio grid */
.webliohp-work{position:relative;padding:122px 0 132px;background:linear-gradient(180deg,#050b18,#07142a 46%,#050c19);color:#fff}
.webliohp-work:before{content:"";position:absolute;left:8%;top:22%;width:44%;height:50%;background:radial-gradient(ellipse,rgba(37,111,255,.08),transparent 68%);filter:blur(30px);pointer-events:none}
.webliohp-work-heading{position:relative;z-index:1;margin-bottom:42px}
.webliohp-work-heading p{max-width:460px;color:#8fa1bd;font-size:14px;line-height:1.68}
.webliohp-featured-project{position:relative;z-index:1;border-color:rgba(101,151,226,.23);background:linear-gradient(145deg,#0b1c36,#081326);box-shadow:0 35px 110px rgba(0,0,0,.40),0 0 60px rgba(34,97,222,.055)}
.webliohp-project-preview{padding:19px 19px 0;background:linear-gradient(145deg,#10264a,#071329)}
.webliohp-project-browserbar{background:#111a28;color:#8ea1bc;border:1px solid rgba(143,178,224,.12);border-bottom:0}.webliohp-project-browserbar i{background:#52657d}
.webliohp-project-live{box-shadow:0 0 0 1px rgba(131,172,226,.10),0 24px 65px rgba(0,0,0,.28)}
.webliohp-project-info{background:linear-gradient(180deg,rgba(11,29,56,.55),rgba(7,18,36,.38))}
.webliohp-project-info h3{font-size:36px;line-height:1.05}
.webliohp-project-tags span{border-color:rgba(111,164,237,.22);background:rgba(18,43,78,.35);color:#adc0dc}
.webliohp-project-info>a{color:#eaf2ff!important}

/* Process — calmer and highly legible */
.webliohp-process{position:relative;padding:120px 0;background:#050b17}
.webliohp-process:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(43,103,194,.025) 50%,transparent)}
.webliohp-process-track{border-top-color:rgba(137,172,221,.18)}
.webliohp-process-step{min-height:305px;border-right-color:rgba(137,172,221,.14);color:#f3f7ff}
.webliohp-process-step:before{background:#50617a;box-shadow:0 0 0 0 rgba(47,124,255,0)}
.webliohp-process-step b{color:#53647e;font-size:50px;line-height:.82;font-weight:900;letter-spacing:-.065em;opacity:.28}
.webliohp-process-step>span{margin-top:45px;color:#65d9ff}
.webliohp-process-step h3{color:#dae4f3;font-size:20px;line-height:1.32;font-weight:650}
.webliohp-process-step small{color:#7594c7}
.webliohp-process-preview{background:linear-gradient(180deg,rgba(13,29,53,.72),rgba(9,20,38,.72));border-color:rgba(77,138,231,.25);box-shadow:none}
.webliohp-process-preview:before{background:#3c85ff;box-shadow:0 0 0 6px rgba(47,124,255,.08),0 0 24px rgba(47,124,255,.16)}

/* Management — distinct choices without one giant glowing card */
.webliohp-management{padding:122px 0;background:linear-gradient(180deg,#060d1a,#07101f)}
.webliohp-management-card{min-height:365px;border-color:var(--w-dark-line);background:linear-gradient(145deg,#0c192d,#081324);color:#eef4ff;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.webliohp-management-card>span{color:#68dcff}.webliohp-management-card h3{font-size:39px;color:#f4f7ff}.webliohp-management-card p{color:#93a5bf}
.webliohp-management-card a{color:#b7cdef!important}
.webliohp-management-card.is-blue{background:linear-gradient(145deg,#0c203d,#0d2d64);border-color:rgba(54,128,255,.34);box-shadow:inset 0 1px rgba(255,255,255,.035)}
.webliohp-management-card.is-blue>span,.webliohp-management-card.is-blue a{color:#75e1ff!important}.webliohp-management-card.is-blue p{color:#a9bdd9}

/* AI audit — restrained diagnostic product UI */
.webliohp-audit{position:relative;padding:124px 0;background:linear-gradient(180deg,#050b18,#071326);overflow:hidden}
.webliohp-audit:before{content:"";position:absolute;right:8%;top:8%;width:46%;height:80%;background:radial-gradient(ellipse,rgba(35,112,255,.09),rgba(98,68,255,.035) 46%,transparent 72%);filter:blur(32px);pointer-events:none}
.webliohp-audit-grid{position:relative;z-index:1}
.webliohp-audit-copy h2{font-size:clamp(43px,5.1vw,68px);line-height:.99}
.webliohp-audit-copy p{color:#94a7c2}
.webliohp-audit-preview{position:relative;overflow:hidden;padding:24px;border-color:rgba(101,157,233,.25);background:linear-gradient(145deg,rgba(13,31,58,.98),rgba(7,19,38,.98));box-shadow:0 32px 90px rgba(0,0,0,.33),inset 0 1px rgba(255,255,255,.035);transform:rotate(.5deg)}
.webliohp-audit-preview:before{content:"";position:absolute;z-index:3;left:0;right:0;top:-22%;height:34%;background:linear-gradient(180deg,transparent,rgba(77,202,255,.075),rgba(80,139,255,.12),transparent);border-bottom:1px solid rgba(102,220,255,.20);animation:weblioAuditScan 5.2s ease-in-out infinite;pointer-events:none}
.webliohp-audit-preview:after{content:"LIVE REVIEW";position:absolute;right:23px;top:22px;color:#59d8ff;font-size:8px;font-weight:900;letter-spacing:.14em;opacity:.78}
.webliohp-audit-preview-top{border-bottom-color:rgba(123,168,226,.17);padding-right:86px}
.webliohp-audit-preview-top i{background:#3d587d}.webliohp-audit-preview-top i:first-of-type{background:#4de3c1;box-shadow:0 0 10px rgba(77,227,193,.34)}
.webliohp-audit-row{border-bottom-color:rgba(123,168,226,.14)}
.webliohp-audit-row b{background:rgba(27,67,125,.52);color:#73e4ff;border:1px solid rgba(93,180,255,.14)}
.webliohp-audit-row.is-opportunity b{background:rgba(53,84,159,.55);color:#dce8ff}
@keyframes weblioAuditScan{0%,16%{transform:translateY(-30%);opacity:0}30%{opacity:1}70%{opacity:1}84%,100%{transform:translateY(430%);opacity:0}}

/* Why Weblio — editorial, sharp, quiet */
.webliohp-why{padding:124px 0;background:#050b17}
.webliohp-promises{border-color:rgba(137,172,221,.16)}
.webliohp-promises article{border-right-color:rgba(137,172,221,.14)}
.webliohp-promises span{color:#53647e}
.webliohp-promises h3{margin-top:56px;color:#f1f5fc;font-size:23px;line-height:1.12;letter-spacing:-.03em}
.webliohp-promises p{color:#8f9fb8;font-size:13px;line-height:1.7}

/* Final CTA — completes the transformation story without a giant neon gradient */
.webliohp-final{padding:130px 0;background:linear-gradient(145deg,#061225,#0a2044 58%,#111b3d);color:#fff;border-top:1px solid rgba(112,158,225,.13)}
.webliohp-final:before{content:"";position:absolute;left:-6%;bottom:-44%;width:50%;height:100%;background:radial-gradient(ellipse,rgba(45,125,255,.11),transparent 67%);filter:blur(24px)}
.webliohp-final-orb{right:-130px;top:-230px;width:560px;height:560px;background:radial-gradient(circle,rgba(99,222,255,.12),rgba(69,99,255,.055) 42%,transparent 69%);filter:blur(8px)}
.webliohp-final h2{max-width:930px;font-size:clamp(53px,7vw,92px);line-height:.93;letter-spacing:-.064em}
.webliohp-final p{max-width:650px;color:#aabbd5;font-size:16px;line-height:1.6}
.webliohp-button-light{background:#f5f8ff;color:#1043b9!important;box-shadow:0 15px 38px rgba(0,0,0,.22)}
.webliohp-footer{background:#030711;border-top:1px solid rgba(121,161,218,.11)}

/* Desktop polish for balanced text and consistent rhythm */
@media(min-width:761px){
  .webliohp-work-heading h2{font-size:clamp(48px,5.7vw,78px)}
  .webliohp-capability-copy{padding-right:6px}
  .webliohp-management-grid{align-items:stretch}
}

/* Tablet — intentional two-column rhythm without desktop-sized type */
@media(max-width:980px){
  .webliohp-hero{padding-top:124px}.webliohp-hero h1{font-size:clamp(55px,9vw,84px);max-width:880px}
  .webliohp-project-info h3{font-size:33px}
  .webliohp-process-step b{font-size:42px}
}

/* Mobile — designed separately instead of simply shrinking desktop */
@media(max-width:760px){
  .webliohp-container{width:calc(100% - 30px)}
  .webliohp-nav-inner{background:rgba(4,10,21,.90);border-color:rgba(139,177,232,.15);box-shadow:0 12px 35px rgba(0,0,0,.26)}
  .webliohp-nav.is-open .webliohp-nav-links a{border-top-color:rgba(137,172,221,.13);color:#b8c7dc!important}
  .webliohp-hero{min-height:auto;padding:116px 0 72px}.webliohp-hero h1{max-width:680px;margin:19px auto 20px;font-size:clamp(47px,13vw,68px);line-height:.94;letter-spacing:-.06em}.webliohp-hero-copy{max-width:590px;font-size:15.5px;line-height:1.62}.webliohp-hero-actions{margin-top:27px;gap:9px}.webliohp-scroll-cue{margin-top:26px;margin-bottom:8px}.webliohp-next-peek{display:none}
  .webliohp-experience{height:80svh;min-height:620px}.webliohp-experience-copy{top:22px;padding:16px 17px;width:calc(100% - 26px)}.webliohp-experience-copy h2{font-size:clamp(34px,10.4vw,46px)}.webliohp-experience-copy p{font-size:11.5px}.webliohp-experience-note{bottom:15px;max-width:calc(100% - 26px);white-space:nowrap}
  .webliohp-transform-strip{padding:14px 0}.webliohp-transform-grid>div{min-height:50px}
  .webliohp-services,.webliohp-work,.webliohp-process,.webliohp-management,.webliohp-audit,.webliohp-why{padding:84px 0}
  .webliohp-section-heading{margin-bottom:29px}.webliohp-section-heading h2{font-size:clamp(42px,11.7vw,58px);line-height:1}
  .webliohp-capability{min-height:400px;padding:25px 22px}.webliohp-capability-copy{max-width:68%}.webliohp-capability h3{font-size:31px;line-height:1.02}.webliohp-capability p{font-size:12.5px;line-height:1.62}.webliohp-capability a{left:22px;bottom:23px}.webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{width:39%;right:-20px;bottom:30px}
  .webliohp-work-heading{margin-bottom:28px}.webliohp-work-heading h2{font-size:52px;line-height:.98}.webliohp-work-heading p{max-width:520px;color:#94a5bf}.webliohp-featured-project{border-radius:23px}.webliohp-project-preview{padding:10px 10px 0}.webliohp-project-live{height:390px}.webliohp-project-info{min-height:265px;padding:28px 22px}.webliohp-project-info h3{font-size:31px}.webliohp-project-tags{gap:6px}.webliohp-project-tags span{padding:7px 9px}
  .webliohp-process-track{border-top-color:rgba(137,172,221,.17)}.webliohp-process-step{min-height:245px;border-color:rgba(137,172,221,.13)!important}.webliohp-process-step b{font-size:38px}.webliohp-process-step>span{margin-top:34px}.webliohp-process-step h3{font-size:18px}
  .webliohp-management-card{min-height:325px;padding:28px 23px}.webliohp-management-card h3{font-size:33px}.webliohp-management-card p{font-size:13px;line-height:1.67}
  .webliohp-audit-copy h2{font-size:clamp(42px,11.5vw,54px)}.webliohp-audit-preview{padding:20px;transform:none}.webliohp-audit-preview:after{right:19px;top:19px}
  .webliohp-promises{border-color:rgba(137,172,221,.14)}.webliohp-promises article{min-height:235px;border-bottom-color:rgba(137,172,221,.13);padding:26px 2px}.webliohp-promises h3{margin-top:34px}
  .webliohp-final{padding:92px 0}.webliohp-final h2{font-size:clamp(48px,13vw,68px);line-height:.96}.webliohp-final p{font-size:14.5px;line-height:1.6}
}
@media(max-width:480px){
  .webliohp-hero{padding-top:108px}.webliohp-hero h1{font-size:clamp(43px,12.8vw,58px)}.webliohp-hero-copy{font-size:14.5px}.webliohp-scroll-cue{font-size:9.5px}
  .webliohp-experience{min-height:590px}.webliohp-experience-copy h2{font-size:36px}
  .webliohp-capability{min-height:395px}.webliohp-capability-copy{max-width:72%}.webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{width:43%;right:-28px;opacity:.90}
  .webliohp-project-live{height:315px}.webliohp-project-info{min-height:285px}.webliohp-project-info h3{font-size:29px}
  .webliohp-process-step{min-height:225px}
  .webliohp-audit-row{grid-template-columns:minmax(0,1fr) auto;gap:8px}.webliohp-audit-row b{font-size:8px;padding:6px 7px}
}


/* v20.1 refinements: remove duplicate floating header, clean service CTA layout, stronger butterfly sparkle */
.webliohp-nav{display:none !important}
.webliohp-hero{padding-top:88px !important;min-height:auto !important}
.webliohp-services,.webliohp-work,.webliohp-process,.webliohp-management,.webliohp-audit,.webliohp-why,.webliohp-final{scroll-margin-top:110px}

.webliohp-capability{padding-bottom:30px !important}
.webliohp-capability-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  max-width:min(56%,420px) !important;
  min-height:100%;
}
.webliohp-capability p{max-width:34ch}
.webliohp-capability a,
.webliohp-capability-dark a{
  position:relative !important;
  left:auto !important;
  bottom:auto !important;
  margin-top:18px;
  display:inline-flex;
  align-items:center;
}
.webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{
  right:18px !important;
  bottom:24px !important;
  width:min(36%,255px) !important;
}
.webliohp-chat-visual{bottom:28px !important}
.webliohp-status-visual{height:61%}
.webliohp-growth-visual{height:54%}

.webliohp-healing-core::before,
.webliohp-healing-core::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:72px;
  height:72px;
  transform:translate(-50%,-50%) scale(.6) rotate(0deg);
  border-radius:50%;
  opacity:0;
  pointer-events:none;
}
.webliohp-healing-core::before{
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.95) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 36%, rgba(121,235,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 20% 34%, rgba(121,235,255,.85) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 76%, rgba(119,93,255,.8) 0 2px, transparent 3px),
    radial-gradient(circle at 34% 80%, rgba(255,255,255,.9) 0 2px, transparent 3px);
  filter:drop-shadow(0 0 8px rgba(132,230,255,.8));
}
.webliohp-healing-core::after{
  border:1px solid rgba(132,230,255,.28);
  box-shadow:0 0 20px rgba(77,201,255,.16), inset 0 0 14px rgba(113,95,255,.08);
}
.webliohp-healing-cursor.is-repairing .webliohp-healing-core::before{
  opacity:1;
  transform:translate(-50%,-50%) scale(1.05) rotate(22deg);
}
.webliohp-healing-cursor.is-repairing .webliohp-healing-core::after{
  opacity:1;
  transform:translate(-50%,-50%) scale(1.18);
}
.webliohp-healing-cursor.is-repairing .webliohp-bfly-flare{
  box-shadow:0 0 8px 2px #fff,0 0 18px 6px rgba(73,218,255,.82),0 0 34px 14px rgba(54,91,255,.38)
}

@media (max-width: 1024px){
  .webliohp-hero{padding-top:78px !important}
  .webliohp-capability-copy{max-width:60% !important}
  .webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{width:min(38%,220px) !important;right:14px !important}
}

@media (max-width: 767px){
  .webliohp-hero{padding-top:68px !important}
  .webliohp-capability{padding:25px 22px 28px !important;min-height:430px !important}
  .webliohp-capability-copy{max-width:100% !important}
  .webliohp-capability p{max-width:100%}
  .webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{
    position:relative;
    right:auto !important;
    bottom:auto !important;
    margin:22px 0 0 auto;
    width:min(74%,240px) !important;
  }
}


/* v20.3 — deliberate phone layout + touch/performance hardening */
@media(max-width:767px){
  .webliohp-wrap{width:100%;max-width:100%;margin-left:0;overflow-x:clip}
  .webliohp-container{width:calc(100% - 28px)}
  .webliohp-hero{padding:72px 0 62px!important}
  .webliohp-hero-inner{text-align:left;align-items:flex-start}
  .webliohp-hero h1{max-width:12ch;margin:18px 0 17px!important;font-size:clamp(43px,12.7vw,61px)!important;line-height:.93!important;text-wrap:balance}
  .webliohp-hero-copy{max-width:34rem;margin:0;font-size:15px!important;line-height:1.58!important}
  .webliohp-hero-actions{width:100%;grid-template-columns:1fr;margin-top:25px!important}
  .webliohp-hero-actions .webliohp-button{width:100%;min-height:54px}
  .webliohp-scroll-cue{position:relative;left:auto;bottom:auto;transform:none;margin:25px 0 0;align-self:center;animation:none}
  .webliohp-experience{height:min(76svh,680px);min-height:570px;cursor:auto;touch-action:pan-y}
  .webliohp-experience-copy{top:14px;width:calc(100% - 22px);padding:14px 14px;border-radius:16px}
  .webliohp-experience-copy h2{font-size:clamp(31px,9.3vw,40px)!important}
  .webliohp-experience-note{bottom:12px;white-space:normal;width:auto;max-width:calc(100% - 24px);text-align:center;line-height:1.35}
  .webliohp-desktop-note{display:none}.webliohp-mobile-note{display:inline}
  .webliohp-healing-cursor{width:132px;height:132px}
  .webliohp-bfly-aura{width:142px;height:142px}.webliohp-bfly-ring{width:106px;height:106px}.webliohp-tech-butterfly{width:67px!important;height:51px!important}
  .webliohp-particle-field .webliohp-trail-dot:nth-child(n+7),.webliohp-particle-field .webliohp-repair-particle:nth-child(n+22),.webliohp-particle-field .webliohp-repair-arc:nth-child(n+22){display:none}
  .webliohp-transform-grid{grid-template-columns:1fr 1fr!important}
  .webliohp-transform-grid>div{grid-template-columns:auto 18px auto;min-height:58px!important;padding:4px 3px;font-size:10px;border-right:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .webliohp-transform-grid>div:nth-child(even){border-right:0!important}.webliohp-transform-grid>div:nth-last-child(-n+2){border-bottom:0!important}
  .webliohp-transform-grid strong{font-size:11px}
  .webliohp-services,.webliohp-work,.webliohp-process,.webliohp-management,.webliohp-audit,.webliohp-why{padding:74px 0!important}
  .webliohp-section-heading h2{font-size:clamp(39px,10.8vw,52px)!important;line-height:1.01!important}
  .webliohp-capability-grid{grid-template-columns:1fr}
  .webliohp-capability{min-height:0!important;padding:24px 20px 21px!important;border-radius:21px}
  .webliohp-capability-copy{max-width:100%!important;min-height:0!important}
  .webliohp-capability h3{font-size:31px!important;max-width:12ch}
  .webliohp-capability p{font-size:13px!important;line-height:1.62!important}
  .webliohp-capability a{min-height:44px;margin-top:15px!important}
  .webliohp-mini-browser,.webliohp-status-visual,.webliohp-chat-visual,.webliohp-growth-visual{width:100%!important;max-width:none;margin:19px 0 0!important;right:auto!important;bottom:auto!important;min-height:170px}
  .webliohp-work-heading{display:block}.webliohp-work-heading h2{font-size:clamp(43px,11vw,54px)!important}.webliohp-work-heading p{max-width:34rem;font-size:14px}
  .webliohp-featured-project{grid-template-columns:1fr;border-radius:20px}
  .webliohp-project-preview{padding:8px 8px 0}
  .webliohp-project-browserbar{height:34px}.webliohp-project-browserbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .webliohp-project-live{height:285px!important}
  .webliohp-project-live iframe{width:1200px;height:820px;transform:scale(.36)!important}
  .webliohp-project-info{min-height:0!important;padding:25px 20px 23px}
  .webliohp-project-info h3{font-size:29px!important;margin-bottom:17px}
  .webliohp-project-info>a{margin-top:25px;min-height:44px}
  .webliohp-project-tags{gap:6px}.webliohp-project-tags span{font-size:8.5px;line-height:1.2}
  .webliohp-process-track{grid-template-columns:1fr!important;border-top:0}
  .webliohp-process-step{min-height:0!important;padding:25px 19px 27px;border-right:0!important;border-top:1px solid rgba(137,172,221,.17);border-bottom:0!important}
  .webliohp-process-step:before{left:19px}.webliohp-process-step>span{margin-top:28px!important}.webliohp-process-step h3{font-size:19px!important;max-width:27ch}
  .webliohp-management-grid,.webliohp-audit-grid{grid-template-columns:1fr}
  .webliohp-management-card{min-height:0!important;padding:25px 21px 24px;border-radius:21px}.webliohp-management-card h3{font-size:31px!important}.webliohp-management-card a{min-height:44px;margin-top:20px}
  .webliohp-audit-copy h2{font-size:clamp(39px,10.7vw,50px)!important}.webliohp-audit-copy .webliohp-button{width:100%}
  .webliohp-audit-preview{padding:17px;border-radius:18px}.webliohp-audit-row{padding:16px 2px}.webliohp-audit-row span{font-size:13px}
  .webliohp-promises{grid-template-columns:1fr}.webliohp-promises article{min-height:0!important;padding:24px 3px 26px}.webliohp-promises h3{margin-top:28px!important;font-size:21px!important}
  .webliohp-final{padding:78px 0!important}.webliohp-final h2{font-size:clamp(43px,12vw,58px)!important}.webliohp-final .webliohp-button{width:100%}
}
@media(max-width:420px){
  .webliohp-container{width:calc(100% - 22px)}
  .webliohp-hero h1{font-size:clamp(40px,12.2vw,52px)!important}
  .webliohp-transform-grid{grid-template-columns:1fr!important}.webliohp-transform-grid>div{border-right:0!important}.webliohp-transform-grid>div:nth-last-child(2){border-bottom:1px solid rgba(255,255,255,.08)!important}
  .webliohp-project-live{height:245px!important}.webliohp-project-live iframe{transform:scale(.32)!important}
  .webliohp-experience{min-height:545px}
}
@media(max-width:767px) and (hover:none){
  .webliohp-capability:hover,.webliohp-button:hover{transform:none}
}
